Products

Solutions

Resources

Partners

Community

About

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 ...Cant login to my site! VERY BAD!Cant login to my site! VERY BAD!
Previous
 
Next
New Post
11/7/2008 9:55 AM
 

Do you have access to the servers your site is using? The database server in particiular.


John Eimer
 
New Post
11/7/2008 11:34 AM
 

I am running into the same problem after applying the 4.9.0 update via Godaddy.  Have been unable to make any modifications to my DNN site for a week.  

I can now login with admin and host user accounts however when I attempt to make any modification (ex. edit a module, logout, register a new user) this page appears. 

Any suggestions are greatly appreciated!

Server Error in '/db' Application.

Object reference not set to an instance of an object.

 

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:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]
   DotNetNuke.UI.ControlPanels.Classic.Page_Load(Object sender, EventArgs e) +1630

[ModuleLoadException: An error has occurred.]
   DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, Control UserCtrl, Exception exc) +289
   DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(Control UserCtrl, Exception exc) +42
   DotNetNuke.UI.ControlPanels.Classic.Page_Load(Object sender, EventArgs e) +1942
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436

[PageLoadException: An error has occurred.]
   DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +376
   DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +483
   System.Web.UI.TemplateControl.OnError(EventArgs e) +2085460
   System.Web.UI.Page.HandleError(Exception e) +71
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7341
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +213
   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) +4
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +358
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

 
New Post
11/13/2008 12:39 PM
 

I'm have the same issue as the original poster. If I click on Login it redirects me back to Homepage and says there was a critical error. I originally had it with a 3.x instrallation. I was able to upgrade to 4.09 and I still have the problem. I'm guessing it's an issue with the DB perhaps.

This appears to be the error from event log. Any ideas as my website is dead in water as I can't log in at all. It does continue to run and display fine.

 <ArrayOfAnyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><anyType xsi:type="LogDetailInfo"><name>AssemblyVersion</name><value>03.01.00</value></anyType><anyType xsi:type="LogDetailInfo"><name>Method</name><value>System.Web.Util.StringUtil.GetStringHashCode</value></anyType><anyType xsi:type="LogDetailInfo"><name>FileName</name></anyType><anyType xsi:type="LogDetailInfo"><name>FileLineNumber</name><value>0</value></anyType><anyType xsi:type="LogDetailInfo"><name>FileColumnNumber</name><value>0</value></anyType><anyType xsi:type="LogDetailInfo"><name>PortalID</name><value>0</value></anyType><anyType xsi:type="LogDetailInfo"><name>PortalName</name><value>Mohawk Gardens Public School</value></anyType><anyType xsi:type="LogDetailInfo"><name>UserID</name><value>-1</value></anyType><anyType xsi:type="LogDetailInfo"><name>UserName</name><value /></anyType><anyType xsi:type="LogDetailInfo"><name>ActiveTabID</name><value>36</value></anyType><anyType xsi:type="LogDetailInfo"><name>ActiveTabName</name><value>Home</value></anyType><anyType xsi:type="LogDetailInfo"><name>AbsoluteURL</name><value>/Default.aspx</value></anyType><anyType xsi:type="LogDetailInfo"><name>AbsoluteURLReferrer</name><value>http://moh.hdsb.ca/Home/tabid/36/ctl/Login/Default.aspx</value></anyType><anyType xsi:type="LogDetailInfo"><name>ExceptionGUID</name><value>78359d63-697f-40d3-94fb-042bb83e4e91</value></anyType><anyType xsi:type="LogDetailInfo"><name>DefaultDataProvider</name><value>DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider</value></anyType><anyType xsi:type="LogDetailInfo"><name>InnerException</name><value>Object reference not set to an instance of an object.</value></anyType><anyType xsi:type="LogDetailInfo"><name>Message</name><value>DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---&gt; System.NullReferenceException: Object reference not set to an instance of an object.     at System.Web.Util.StringUtil.GetStringHashCode(String s)     at System.Web.UI.ClientScriptManager.EnsureEventValidationFieldLoaded()     at System.Web.UI.ClientScriptManager.ValidateEvent(String uniqueId, String argument)     at System.Web.UI.Control.ValidateEvent(String uniqueID, String eventArgument)     at System.Web.UI.WebControls.TextBox.LoadPostData(String postDataKey, NameValueCollection postCollection)     at System.Web.UI.WebControls.TextBox.System.Web.UI.IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection)     at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     --- End of inner exception stack trace ---</value></anyType><anyType xsi:type="LogDetailInfo"><name>StackTrace</name></anyType><anyType xsi:type="LogDetailInfo"><name>Source</name></anyType></ArrayOfAnyType>

 

 
New Post
11/13/2008 1:54 PM
 

Here's the log from 4.9.0 installation:

<LogProperties><LogProperty><PropertyName>AssemblyVersion</PropertyName><PropertyValue>04.09.00</PropertyValue></LogProperty><LogProperty><PropertyName>PortalID</PropertyName><PropertyValue>0</PropertyValue></LogProperty><LogProperty><PropertyName>PortalName</PropertyName><PropertyValue>Mohawk Gardens Public School</PropertyValue></LogProperty><LogProperty><PropertyName>UserID</PropertyName><PropertyValue>-1</PropertyValue></LogProperty><LogProperty><PropertyName>UserName</PropertyName><PropertyValue /></LogProperty><LogProperty><PropertyName>ActiveTabID</PropertyName><PropertyValue>36</PropertyValue></LogProperty><LogProperty><PropertyName>ActiveTabName</PropertyName><PropertyValue>Home</PropertyValue></LogProperty><LogProperty><PropertyName>RawURL</PropertyName><PropertyValue>/mohawkgardens/Default.aspx?TabId=36&amp;ctl=Login&amp;returnurl=%2fmohawkgardens%2fDefault.aspx</PropertyValue></LogProperty><LogProperty><PropertyName>AbsoluteURL</PropertyName><PropertyValue>/mohawkgardens/Default.aspx</PropertyValue></LogProperty><LogProperty><PropertyName>AbsoluteURLReferrer</PropertyName><PropertyValue>http://localhost/mohawkgardens/Default.aspx</PropertyValue></LogProperty><LogProperty><PropertyName>UserAgent</PropertyName><PropertyValue>Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)</PropertyValue></LogProperty><LogProperty><PropertyName>DefaultDataProvider</PropertyName><PropertyValue>DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider</PropertyValue></LogProperty><LogProperty><PropertyName>ExceptionGUID</PropertyName><PropertyValue>01d9985b-c477-4b64-8a70-4af2781604a2</PropertyValue></LogProperty><LogProperty><PropertyName>InnerException</PropertyName><PropertyValue>Object reference not set to an instance of an object.</PropertyValue></LogProperty><LogProperty><PropertyName>FileName</PropertyName><PropertyValue /></LogProperty><LogProperty><PropertyName>FileLineNumber</PropertyName><PropertyValue>0</PropertyValue></LogProperty><LogProperty><PropertyName>FileColumnNumber</PropertyName><PropertyValue>0</PropertyValue></LogProperty><LogProperty><PropertyName>Method</PropertyName><PropertyValue>DotNetNuke.Services.Authentication.AuthenticationConfigBase.get_AuthenticationModuleID</PropertyValue></LogProperty><LogProperty><PropertyName>StackTrace</PropertyName><PropertyValue /></LogProperty><LogProperty><PropertyName>Message</PropertyName><PropertyValue>DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---&gt; System.NullReferenceException: Object reference not set to an instance of an object.     at DotNetNuke.Services.Authentication.AuthenticationConfigBase.get_AuthenticationModuleID()     at DotNetNuke.Services.Authentication.AuthenticationConfigBase..ctor(Int32 portalID)     at DotNetNuke.Services.Authentication.AuthenticationConfig..ctor(Int32 portalID)     at DotNetNuke.Services.Authentication.AuthenticationConfig.GetConfig(Int32 portalId)     at DotNetNuke.Modules.Admin.Authentication.Login.get_Enabled()     at DotNetNuke.Modules.Admin.Authentication.Login.BindLogin()     at DotNetNuke.Modules.Admin.Authentication.Login.ShowPanel()     at DotNetNuke.Modules.Admin.Authentication.Login.Page_Load(Object sender, EventArgs e)     at System.Web.UI.Control.OnLoad(EventArgs e)     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     --- End of inner exception stack trace ---</PropertyValue></LogProperty><LogProperty><PropertyName>Source</PropertyName><PropertyValue /></LogProperty></LogProperties>

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Cant login to my site! VERY BAD!Cant login to my site! VERY BAD!


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