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...Upgrading DNN P...Upgrading DNN P...Site crashes after upgrading to 7.3Site crashes after upgrading to 7.3
Previous
 
Next
New Post
6/22/2014 3:14 AM
 
Just for the sake of investigation and anticipating the fix in 7.3.1 below is the next "
 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69" error I came across. But this one is in DNN 7.2.2 as I reverted to this version from my backup after the 7.3 upgrade and the crash afterwards.
The error descriptions are perhaps more descriptive as I set "debug=true" in web.config:
Szczegóły wyjątku: System.NullReferenceException: Odwołanie do obiektu nie zostało ustawione na wystąpienie obiektu.
Błąd źródła:
Wiersz 100:            {
Wiersz 101:                {
Wiersz 102:                    if (ActionRoot.Visible)
Wiersz 103:                    {
Wiersz 104:                        //Add Menu Items
Plik źródłowy: e:\dotnetnuke\admin\Menus\ModuleActions\ModuleActions.ascx.cs    Wiersz: 102

Ślad stosu:
[NullReferenceException: Odwołanie do obiektu nie zostało ustawione na wystąpienie obiektu.]
   DotNetNuke.UI.Containers.ActionBase.get_ActionRoot() +19
   DotNetNuke.Admin.Containers.ModuleActions.OnPreRender(EventArgs e) in e:\dotnetnuke\admin\Menus\ModuleActions\ModuleActions.ascx.cs:102

[ModuleLoadException: Wystąpił błąd.]
   DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, Control ctrl, Exception exc, Boolean DisplayErrorMessage) +432

[PageLoadException: Wystąpił błąd.]
   DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +436
   DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc) +88
   DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, Control ctrl, Exception exc, Boolean DisplayErrorMessage) +692
   DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(Control ctrl, Exception exc, Boolean DisplayErrorMessage) +234
   DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(Control ctrl, Exception exc) +34
   DotNetNuke.Admin.Containers.ModuleActions.OnPreRender(EventArgs e) in e:\dotnetnuke\admin\Menus\ModuleActions\ModuleActions.ascx.cs:160
   System.Web.UI.Control.PreRenderRecursiveInternal() +83
   System.Web.UI.Control.PreRenderRecursiveInternal() +155
   System.Web.UI.Control.PreRenderRecursiveInternal() +155
   System.Web.UI.Control.PreRenderRecursiveInternal() +155
   System.Web.UI.Control.PreRenderRecursiveInternal() +155
   System.Web.UI.Control.PreRenderRecursiveInternal() +155
   System.Web.UI.Control.PreRenderRecursiveInternal() +155
   System.Web.UI.Control.PreRenderRecursiveInternal() +155
   System.Web.UI.Control.PreRenderRecursiveInternal() +155
   System.Web.UI.Control.PreRenderRecursiveInternal() +155
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +974

[PageLoadException: Wystąpił błąd.]
   DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +436
   DotNetNuke.Framework.PageBase. (EventArgs e) +443
   System.Web.UI.Page.HandleError(Exception e) +79
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6695
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +245
   System.Web.UI.Page.ProcessRequest() +72
   System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
   System.Web.UI.Page.ProcessRequest(HttpContext context) +58
   ASP.default_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\62567a56\df2e2bd1\App_Web_t0fl3ggg.5.cs:0
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69

Informacje o wersji:
 Wersja Microsoft .NET Framework:4.0.30319; Wersja ASP.NET:4.0.30319.18446

So it looks the error originates in ModuleActions.ascx.cs if I'm not mistaken.

The error occurred after I upgraded the NB_Store module to the latest version
i.e. 2.3.8 Rel. 3 and adjusted some settings in it.
Hope it'll shed more light in the ongoing investigation.
 

English-Polish translations, one-to-one English/Polish tutoring, Windows server management, website development - HTML/JS/CSS/Razor
 
New Post
6/27/2014 11:09 AM
 

So the story repeats - upgrade from 7.2.2. to 7.3.1 crashes the site with almost the same error:

 [ArgumentNullException: Wartość nie może być zerowa.
Nazwa parametru: source]
   System.Linq.Enumerable.SingleOrDefault(IEnumerable`1 source, Func`2 predicate) +467
   DotNetNuke.Entities.Portals.PortalAliasController.GetPortalAliasLookupInternal(String alias) +95
   DotNetNuke.Entities.Portals.PortalAliasController.GetPortalAliasInternal(String httpAlias) +31
   DotNetNuke.Entities.Portals.PortalAliasController.GetPortalAlias(String alias) +5
   DotNetNuke.Entities.Portals.PortalSettings.GetPortalAliasInfo(String portalAlias) +26
   DotNetNuke.Modules.ActiveForums.ForumsReWriter.OnBeginRequest(Object s, EventArgs e) +397
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +136
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69


Informacje o wersji: Wersja Microsoft .NET Framework:4.0.30319; Wersja ASP.NET:4.0.30319.18446

 

I have reported this with atlassian at https://dnntracker.atlassian.net/browse/DNN-5545


English-Polish translations, one-to-one English/Polish tutoring, Windows server management, website development - HTML/JS/CSS/Razor
 
New Post
7/1/2014 6:26 AM
 

So I got to solve this issue myself as nobody came to my rescue. :)

The full story is at https://dnntracker.atlassian.net/brow...

It all boils down that new installs (upgrades) of 7.3 and 7.3.1 looked for stored procedure called "GetPortalAliases" while the only similar one in my 7.2.2 DNN install was "GetPortalAlias". Creating the "GetPortalAliases" sproc (actually being copied from clean install of DNN 7.3.1) solved the problem for me and got the 7.3.1. upgrade to finish smoothly.

I wonder how many users upgrading from the DNN 6 and 7.2+ versions (as myself) will experience this in the future.


English-Polish translations, one-to-one English/Polish tutoring, Windows server management, website development - HTML/JS/CSS/Razor
 
New Post
7/1/2014 6:33 AM
 

Thanks for posting the solution Greg



Professional DNN Extensions, custom solutions and mobile apps since 2003.
www.OnyakTech.com
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Site crashes after upgrading to 7.3Site crashes after upgrading to 7.3


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