in

Dotnetpanel Forums

Community support forums for DotNetPanel products

Lost 'Applications Installer' in 2.8.12

Last post 06-16-2010 1:58 PM by Corrina. 25 replies.
Page 2 of 2 (26 items) < Previous 1 2
Sort Posts: Previous Next
  • 02-19-2010 4:44 AM In reply to

    Re: Lost 'Applications Installer' in 2.8.12

    Hi,

    To fix this problem, please perform following steps:

    1.       On the host where portal installed, please find "C:\Program Files\DotNetPanel Software\DotNetPanel Configuration Studio\Backup\<DATE-OF-UPDATE>\DotNetPanel Portal<VERSION-NUM>\App\app.zip;  2.       Extract files and in folder \Potal\App_Data find 2 files: DotNetPanel_Modules.config, DotNetPanel_Pages.config (make a copy of them);  3.       Go to your 2.8.12 Portal install folder ~\Portal\App_Data and replace existent files with files from point #2. Check if Application Installer appears in DNP.

     

    Best regards,
    Andrey Severtokov
    DotNetPanel Software - Professionally developed software for hosting businesses
  • 02-19-2010 5:24 AM In reply to

    Re: Lost 'Applications Installer' in 2.8.12

    Andrey Severtokov:

    Hi,

    To fix this problem, please perform following steps:

    1.       On the host where portal installed, please find "C:\Program Files\DotNetPanel Software\DotNetPanel Configuration Studio\Backup\<DATE-OF-UPDATE>\DotNetPanel Portal<VERSION-NUM>\App\app.zip;  2.       Extract files and in folder \Potal\App_Data find 2 files: DotNetPanel_Modules.config, DotNetPanel_Pages.config (make a copy of them);  3.       Go to your 2.8.12 Portal install folder ~\Portal\App_Data and replace existent files with files from point #2. Check if Application Installer appears in DNP.

     

     



    Works perfectly Smile
    Softsys Hosting www.SoftsysHosting.com
    Windows 2008 / SQL 2008 Shared Hosting / Reseller Hosting / Hyper-V VDS
    DNP Enterprise 2.8.x
  • 02-19-2010 1:34 PM In reply to

    Re: Lost 'Applications Installer' in 2.8.12

    Yes, this fix worked fine.

    Thank you!

    Regards,
    Jegor.
  • 02-25-2010 8:47 AM In reply to

    Re: Lost 'Applications Installer' in 2.8.12

    I did this and now I get this error.

    An item with the same key has already been added.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.ArgumentException: An item with the same key has already been added.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

    [ArgumentException: An item with the same key has already been added.]
       System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) +51
       System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) +7462172
       DotNetPanel.WebPortal.PortalConfiguration.LoadModulesFromXml(Dictionary`2 modules, String path) +308
       DotNetPanel.WebPortal.PortalConfiguration.get_ModuleDefinitions() +200
       DotNetPanel.WebPortal.DefaultPage.AddModuleToContentPane(Control pane, PageModule module, String ctrlKey, Boolean editMode) +48
       DotNetPanel.WebPortal.DefaultPage.Page_Init(Object sender, EventArgs e) +990
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
       System.Web.UI.Control.OnInit(EventArgs e) +99
       System.Web.UI.Page.OnInit(EventArgs e) +12
       System.Web.UI.Control.InitRecursive(Control namingContainer) +333
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378


    I have tried to restart all DNP processes and still the error. I tried to remove the latest DNP App packs for DotNetNuke and still no success. Can you offer any ideas to fix?

    Cliff

  • 02-25-2010 11:19 AM In reply to

    Re: Lost 'Applications Installer' in 2.8.12

    chammock:
    LoadModulesFromXml(Dictionary`2 modules
     

    Hi,

    I can only guess, but I think I've seen the same when I accidentally added the reference to the Applications Installer module/page 2 times in one of those files:

    1. "<DNP_Portal>\App_Data\DotNetPanel_Modules.config"
    2. "<DNP_Portal>\App_Data\DotNetPanel_Pages.config"

    Try checking this file for module reference repetition.

     

    Another thing could be a repetition of the same <application /> in Applications.xml

     

    That's only my ideas.

    Hope this helps!

    Regards,
    Jegor.
  • 02-25-2010 9:44 PM In reply to

    Re: Lost 'Applications Installer' in 2.8.12

    Worked perfectly thanks for the fix.  You need some good documentation for the MS Web Application Gallery before you take this out.

  • 04-05-2010 7:29 AM In reply to

    Re: Lost 'Applications Installer' in 2.8.12

     @Andrey Severtokov

    Thank you for providing prompt steps, I would like to mention one more thing here. We have installed newer version of DNP with  [v2.8.12] hence we didn't find BACKUP folder of older version.  We have copied files and  'Web Applications' from another server to get it fix. It's seems that newer version of DNP doesn't created  'Web Applications' folder as well under DotnetPanel Enterprise Folder.  :)

    Vikas Sonawane.

    Sr. Windows System Administrator.
    MCP, MCSE, CCNA
  • 04-21-2010 9:28 AM In reply to

    Re: Lost 'Applications Installer' in 2.8.12

     problems back again, when upgrading from 2.8.12 to 2.8.14

    Graham Spratt
    Direct Hosting UK
    DotNetPanel Authorized Reseller
    Windows and Linux Virtual Private Servers
    W2K3, IIS6, .NET, PHP5, MySQL5, MsSQL 2005
  • 04-21-2010 3:17 PM In reply to

    Re: Lost 'Applications Installer' in 2.8.12 and 2.8.1.4

    Congratulations ... It's a perfect start into the OpenSource age!

    I can confirm that this nice feature is back again in 2.8.14, but I was able to fix this with the a.m. workaround. But it also happened when a customer or someone else clicks "View Account Summary" and/or "View Space Summary":

    System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at DNP.Templates.Template.Evaluate(StringWriter writer) at DotNetPanel.EnterpriseServer.PackageController.EvaluateTemplate(String template, Hashtable items) at DotNetPanel.EnterpriseServer.PackageController.EvaluatePackageTempate(Int32 packageId, String template, Boolean signup, Boolean email) at DotNetPanel.EnterpriseServer.PackageController.GetEvaluatedPackageTemplateBody(Int32 packageId, Boolean signup) at DotNetPanel.EnterpriseServer.esPackages.GetEvaluatedPackageTemplateBody(Int32 packageId) --- End of inner exception stack trace --- at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[ parameters) at DotNetPanel.EnterpriseServer.esPackages.GetEvaluatedPackageTemplateBody(Int32 packageId) at DotNetPanel.Portal.SpaceSummaryLetter.BindLetter()  

     Any ideas, or do I have to wait until someone published an available workaround on Sourceforge (in few years), although I paid for this product?

    Thanks
    Markus

  • 05-21-2010 11:47 AM In reply to

    Re: Lost 'Applications Installer' in 2.8.12 and 2.8.1.4

     Hello All,

    Recently we had faced an issue on WebsitePanel, the Application installer option were missing in control panel interface. We have added few lines in two files WebsitePanel_Pages.config and WebsitePanel_Modules.config

    1. WebsitePanel_Pages.config

    Add this under <Pages> section.

    <Page name="SpaceApplicationsInstaller" roles="Administrator,Reseller,User" hidden="True"
      licenses="ApplicationsInstallerModule,EnterpriseServerModulesPack,Gold,Monthly,Standard,Enterprise,SiteSpark">
    <Content id="LeftPane">
    <Module moduleDefinitionID="SpaceMenu" title="SpaceMenu" container="Clear.ascx">
    <ModuleData ref="SpaceMenu"/>
    </Module>
    </Content>
    <Content id="ContentPane">
    <Module moduleDefinitionID="ApplicationsInstaller" title="ApplicationsInstaller" container="Browse.ascx" icon="dvd_disc_48.png" />
    </Content>
    </Page>


    2. WebsitePanel_Modules.config

    Add this under <ModulesDefinitions> section

    <ModuleDefinition id="ApplicationsInstaller">
    <Controls>
    <Control key="" src="WebsitePanel/InstallerApplications.ascx" title="WebApplicationsInstaller" type="View" />
    <Control key="complete" src="WebsitePanel/InstallerInstallApplicationComplete.ascx" title="InstallationComplete" type="View" icon="dvd_disc_ok_48.png" />
    <Control key="edit" src="WebsitePanel/InstallerInstallApplication.ascx" title="InstallWebApplication" type="View" icon="dvd_disc_48.png" />
    </Controls>
    </ModuleDefinition>



    Vikas Sonawane.

    Sr. Windows System Administrator.
    MCP, MCSE, CCNA
  • 06-16-2010 1:58 PM In reply to

    Re: Lost 'Applications Installer' in 2.8.12

    We're having this same issue.  Once we get it restored, anyone know where can we can get an update to the apps to incorporate the latest releases of the applications?

Page 2 of 2 (26 items) < Previous 1 2
Powered by Community Server (Commercial Edition), by Telligent Systems