I've run into this problem before but none of the old tricks works. Problem is that my newly upgraded (3.06 to 4.02.1) Umbraco solution just doesnt open the subtree below Packages in the developer section.
Everthing else seems fine.
I've checked that website has the right folder permissions. All is ok (currently it's with full access to all folders) I've doublechecked that under data/packages exists 2 folders: created and installed each containing one configfile. Both are fresh copies.
I've found the following in the Application Events:
Thread information: Thread ID: 1 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: at umbraco.cms.businesslogic.packager.repositories.Repository.getAll() at umbraco.loadPackager.Render(XmlDocument& Tree) at umbraco.cms.presentation.Trees.LegacyTree.Render(XmlDocument& Tree) at umbraco.cms.presentation.Trees.LegacyTree.Render(XmlTree& tree) at umbraco.cms.presentation.tree.LoadTree(String treeAlias) at umbraco.cms.presentation.tree.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at umbraco.BasePages.BasePage.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Since we migrated to version 4.0.3 we're having the same problem, both in testing and production. What do you mean by "removed the config status (version number)"? where/how do you do that? and how do we know if the files are correct?
Through an error in Windows Event Viewer, Applications, I found out that the \data\packages was empty. Restored subfolders and .config files from previous version and works just fine.
Missing Packages subnodes in developer section
Hi all,
I've run into this problem before but none of the old tricks works. Problem is that my newly upgraded (3.06 to 4.02.1) Umbraco solution just doesnt open the subtree below Packages in the developer section.
Everthing else seems fine.
I've checked that website has the right folder permissions. All is ok (currently it's with full access to all folders)
I've doublechecked that under data/packages exists 2 folders: created and installed each containing one configfile. Both are fresh copies.
I've found the following in the Application Events:
Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 19-08-2009
Time: 16:50:15
User: N/A
Computer: #################################
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 19-08-2009 16:50:15
Event time (UTC): 19-08-2009 14:50:15
Event ID: df940a7b6e574b08901374965689aeb0
Event sequence: 11
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/41136####/Root-3-1289516700####000
Trust level: Full
Application Virtual Path: /
Application Path: C:\Inetpub\wwwroot\########.4xx\
Machine name: SRV-SQL02
Process information:
Process ID: 11380
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: NullReferenceException
Exception message: Object reference not set to an instance of an object.
Request information:
Request URL: http://www.########.dk/umbraco/tree.aspx?rnd=43b7a8f0-ffd7-4af4-b921-5adac8869e00&id=-1&treeType=packager&contextMenu=true&isDialog=false&app=developer
Request path: /umbraco/tree.aspx
User host address: ##.###.###.##
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at umbraco.cms.businesslogic.packager.repositories.Repository.getAll()
at umbraco.loadPackager.Render(XmlDocument& Tree)
at umbraco.cms.presentation.Trees.LegacyTree.Render(XmlDocument& Tree)
at umbraco.cms.presentation.Trees.LegacyTree.Render(XmlTree& tree)
at umbraco.cms.presentation.tree.LoadTree(String treeAlias)
at umbraco.cms.presentation.tree.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at umbraco.BasePages.BasePage.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Custom event details:
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Solution:
copied the 4.02.1 files once more .. removed the config status (version number) and reran all.
Now it works.
/Jesper
Jesper,
Since we migrated to version 4.0.3 we're having the same problem, both in testing and production. What do you mean by "removed the config status (version number)"? where/how do you do that? and how do we know if the files are correct?
thanks,
Nico.
Through an error in Windows Event Viewer, Applications, I found out that the \data\packages was empty. Restored subfolders and .config files from previous version and works just fine.
Cheers,
Nico.
is working on a reply...