Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Upgrade error from 5.6.3 to 6.0Upgrade error from 5.6.3 to 6.0
Previous
 
Next
New Post
7/25/2011 5:48 PM
 
I got a similar problem upgrading from 5.6.2 to 6.0 today. Looking at the logged SQL errors, it was definitely trying to run things that had already been run but I also saw cases were the DROP... would fail because the object didn't exist but then the CREATE for the same object would fail because it already existed.

Perhaps there is something that is occasionally causing the upgrade to be kicked off by two different threads... We are not running this instance in a web garden or web farm of any form.

David O'Leary
Efficion Consulting
 
New Post
7/25/2011 7:08 PM
 
I've decide to wait on the upgrade until 6.1 is released

www.nflmadness.com
 
New Post
7/26/2011 12:22 AM
 
I was finally able to solve this problem. Something that happened during the install caused the Web.config changes from /Install/Config/06.00.00.config not to be properly merged so I was missing so key entries for the FolderProvider. This was the primary cause of the Error I was seeing for, DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file). So, first, make sure that all entries from /Install/Config/06.00.00.config are present in your web.config.

I also did the following, but I'm not sure whether these were necessary.

-Restore the Database (from prior to the upgrade) and then kicked off the upgrade again by re-visiting the site. This time, no errors were reported during the upgrade. I seem to be running into this problem occasionally where something causes the database scripts to have problems but if I restore the database and re-run it. It works fine.
-Most of my Providers on the Extension tab were showing as version 5.6.2 (though the DLLs were the DNN6 versions. So I re-uploaded them from the upgrade zip and manually installed them.

David O'Leary
Efficion Consulting
 
New Post
8/3/2011 12:37 AM
 
I was not able to solve this problem. I do have the Folder Provider entries in the web.config as per the /Install/Config/06.00.00.config.

My error was similar but thrown by the Banner module and it could not find the imageURL.

There is some issue related to reading the folders. When I go into Host>Vendors, and then go under Banner Advertising and edit the banner....the File location drop down only has Cache/Modules as a choice....

I've tried Synchronizing files (recursive) in the Admin and Host File Manager...but to no avail.

If I use the regular editor to edit the content of an HTML module and then try to insert an image from the server...it is able to properly read the folders structure.

Any ideas?

Thanks in Advance,
Chad

Here is the full error:
ModuleId: 608

ModuleDefId: 20

FriendlyName: Sponsors

ModuleControlSource: DesktopModules/Admin/Banners/DisplayBanners.ascx

AssemblyVersion: 6.0.0

PortalID: 7

PortalName: WMS Support Forum | PkMS, RedPrairie, High Jump, Manhattan Associates

UserID: 1

UserName: host

ActiveTabID: 162

ActiveTabName: Home

RawURL: /Home.aspx

AbsoluteURL: /Default.aspx

AbsoluteURLReferrer: http://dnn_test/Home.aspx

UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.99 Safari/535.1

DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider

ExceptionGUID: c96f691e-b76d-4f92-8152-1576cafcdf33

InnerException: Property accessor 'ImageFileUrl' on object 'DotNetNuke.Services.Vendors.BannerInfo' threw the following exception:'The underlying system threw an exception.'

FileName:

FileLineNumber: 0

FileColumnNumber: 0

Method: DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings

StackTrace:

Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Property accessor 'ImageFileUrl' on object 'DotNetNuke.Services.Vendors.BannerInfo' threw the following exception:'The underlying system threw an exception.' ---> System.Reflection.TargetInvocationException: Property accessor 'ImageFileUrl' on object 'DotNetNuke.Services.Vendors.BannerInfo' threw the following exception:'The underlying system threw an exception.' ---> DotNetNuke.Services.FileSystem.FolderProviderException: The underlying system threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 tabID, PortalInfo portal) at DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabID, Int32 portalID) at DotNetNuke.Services.FileSystem.StandardFolderProvider.GetPortalSettings(Int32 portalId) at DotNetNuke.Services.FileSystem.StandardFolderProvider.GetFileUrl(IFileInfo file) at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) --- End of inner exception stack trace --- at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DotNetNuke.Services.Vendors.BannerInfo.get_ImageFileUrl() --- End of inner exception stack trace --- at System.ComponentModel.ReflectPropertyDescriptor.GetValue(Object component) at System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName) at System.Web.UI.DataBinder.Eval(Object container, String[] expressionParts) at System.Web.UI.DataBinder.Eval(Object container, String expression) at ASP.desktopmodules_admin_banners_displaybanners_ascx.__DataBinding__control3(Object sender, EventArgs e) in c:\Users\Chad\Documents\Incite Systems\Development\Web Sites\DNN_TEST\DesktopModules\Admin\Banners\displaybanners.ascx:line 3 at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.DataList.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) at System.Web.UI.WebControls.DataList.CreateControlHierarchy(Boolean useDataSource) at System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.BaseDataList.DataBind() at DotNetNuke.Modules.Admin.Vendors.DisplayBanners.OnLoad(EventArgs e) in c:\Users\Chad\Documents\Incite Systems\Development\Web Sites\DNN_TEST\DesktopModules\Admin\Banners\DisplayBanners.ascx.cs:line 123 --- End of inner exception stack trace ---
 
New Post
8/3/2011 1:00 AM
 
Ignore my last post (can't seem to delete it). I created a new thread here: http://www.dotnetnuke.com/Resources/Forums/forumid/108/threadid/426258/scope/posts.aspx
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Upgrade error from 5.6.3 to 6.0Upgrade error from 5.6.3 to 6.0


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out