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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Unable to access portal after upgrade 4.4.0 to 4.5.0Unable to access portal after upgrade 4.4.0 to 4.5.0
Previous
 
Next
New Post
4/7/2007 3:21 PM
 

Hi,

upgrade process from 4.4.0 to 4.5.0 worked fine but when trying to access the portal get the below error

any idea ??

THX
DIRK

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.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

Line 516:
Line 517:            ' set skin id to an explicit short name to reduce page payload and make it standards compliant
Line 518:            ctlSkin.ID = "dnn"
Line 519:
Line 520:            'Manage disabled pages

Source File: d:\www\vwuf.be\www\Default.aspx.vb    Line: 518

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]
   DotNetNuke.Framework.DefaultPage.Page_Init(Object sender, EventArgs e) in d:\www\vwuf.be\www\Default.aspx.vb:518
   System.Web.UI.Control.OnInit(EventArgs e) +2072044
   System.Web.UI.Page.OnInit(EventArgs e) +9
   DotNetNuke.Framework.PageBase.OnInit(EventArgs e) +108
   System.Web.UI.Control.InitRecursive(Control namingContainer) +321
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692

[PageLoadException: Object reference not set to an instance of an object.]
   DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +363
   DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +484
   System.Web.UI.TemplateControl.OnError(EventArgs e) +105
   System.Web.UI.Page.HandleError(Exception e) +73
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6944
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +154
   System.Web.UI.Page.ProcessRequest() +86
   System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18
   System.Web.UI.Page.ProcessRequest(HttpContext context) +49
   ASP.default_aspx.ProcessRequest(HttpContext context) +29
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +154
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64

Server Error in '/' Application.

Object reference not set to an instance of an object.

 

 
New Post
4/8/2007 8:19 AM
 

can you please give more details:

  • which package do you use
  • which steps did you execute for the upgrade
  • which skin do you use

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
4/8/2007 8:38 AM
 

leupold wrote

can you please give more details:

  • which package do you use
  • which steps did you execute for the upgrade
  • which skin do you use

- Used the install package instead of the upgrade because had still some issues remaining from a previous 3.x to 4.4.0 upgrade path and wanted as much as possible a refresh of the code (??).  Issues outstanding (are posted on the forum but never got solved) 1. not being able to use the default skins - garbage text in the header of the default skin - as an intermediate solution installed Dynnamite free skin and this worked fine 2. File manager sync problems

- copied connection strings and machine & validation key to the web.config in the install package.  Uploaded everything to the website.  Upgrade process ran without errors.

- as mentioned was using DyNNamite free skin because of problems with the default skin.  In the mean time went into the database (Skins table) and changed the DNN instance to use the default skin (corrected the path) but still the same problem.

Did I do something wrong ?  Should I have taken the upgrade package ??

THx very much for your help

DIRK

 
New Post
4/8/2007 6:54 PM
 

Ìnstall package is fine - the only differences are: it contains a web.config and updated module packages.1. and 2. will not be solved by either installation I fear - please post details. Which was your original version?

I expected issues with wrong encryption keys, please make sure, they are kept correcty.

are there any upgrade issues logged in any .log files inside your /providers/dataproviders/sqldataprovider directory?


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
4/9/2007 1:48 AM
 

The Machinekey and decryptionkey are correctly transferred to the new web.config

Am really out of options here.  Run several DNN installations at several host companies and never had any problems like this.  have already done plenty of upgrades.

Only log file containing something was also from previous upgrade - 4.3.6.log :

ystem.Data.SqlClient.SqlException: Column names in each table must be unique. Column name 'LastUpdated' in table 'dbo.Folders' is specified more than once.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL)
   at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions)


/* Add LastUpdated Column to Folders */
/*************************************/

ALTER TABLE dbo.Folders ADD
 LastUpdated datetime NOT NULL CONSTRAINT DF_Folders_LastUpdated DEFAULT getUtcDate()

Previous Issues at time of upgrade from 3.3.4 to 4.4 were posted here (the site was working more or less correctly)

Default.aspx problem : http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/107/threadid/98592/scope/posts/Default.aspx

Default Skin Problem : http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/107/threadid/98593/scope/posts/Default.aspx

File Manager Problem : http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/107/threadid/98594/scope/posts/Default.aspx

THX
DIRK

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Unable to access portal after upgrade 4.4.0 to 4.5.0Unable to access portal after upgrade 4.4.0 to 4.5.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