Jason Geiger Registered Users
 Nuke Super Newbie Posts:14

 |
| 11/20/2006 8:15 AM |
|
| I cannot login to one of my portals as admin. I can login fine as host. After I try to login as admin I get the root portal page along with the following error.
A critical error has occurred.
Object reference not set to an instance of an object.
The page shows normally, it just has this in the top content portion. "Host" can login fine, how do I trace where this is occurring?
|
|
Review Tech |
|
|
BarryS Gold Membership
 Nuke Wiz Posts:138


 |
|
Scott McCulloch Administrators
 Nuke Master Posts:12820


 |
| 11/20/2006 5:07 PM |
|
Thanks Barry for replying.
Geiger, you can also look at what is going on by logging in as host, and going to admin -> log viewer. This will at least show you the full exception. |
|
Scott McCulloch Site Administrator |
|
|
Jason Geiger Registered Users
 Nuke Super Newbie Posts:14

 |
| 11/20/2006 6:03 PM |
|
BarryS, I'm not quite sure I understand what that post is trying to do.
This is the full exception (now that I can see it): Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Security.Authentication.Configuration..ctor() at DotNetNuke.Security.Authentication.Configuration.GetConfig() at DotNetNuke.Security.Authentication.AuthenticationController..ctor() at DotNetNuke.Modules.Admin.Security.Signin.WindowsAuthorization(UserLoginStatus& loginStatus) at DotNetNuke.Modules.Admin.Security.Signin.cmdLogin_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- |
|
Review Tech |
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12820


 |
| 11/20/2006 6:16 PM |
|
| It looks like an error with windows authentication, your using windows auth right? |
|
Scott McCulloch Site Administrator |
|
|
BarryS Gold Membership
 Nuke Wiz Posts:138


 |
| 11/21/2006 4:16 AM |
|
Ah, ok,Now I can see that that post is probably not related to your problem.
|
|
|
|
|
Jason Geiger Registered Users
 Nuke Super Newbie Posts:14

 |
| 11/21/2006 5:49 AM |
|
| Both "Basic" and "Windows" authentication is turned on for that site however I don't use Windows Authentication to login to that site unless I am missing something. |
|
Review Tech |
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12820


 |
| 11/21/2006 5:54 AM |
|
| The exception is being thrown from the windows authentication code, do you have it turned on inside of DNN? |
|
Scott McCulloch Site Administrator |
|
|
Jason Geiger Registered Users
 Nuke Super Newbie Posts:14

 |
| 11/21/2006 5:59 AM |
|
Actually when I go to Admin -> Authentication I get this error on screen.
Error: Windows Authentication is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Security.Authentication.Configuration..ctor() at DotNetNuke.Security.Authentication.Configuration.GetConfig() at DotNetNuke.Security.Authentication.AuthenticationController..ctor() at DotNetNuke.Modules.Authentication.AuthenticationSettings.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace --- |
|
Review Tech |
|
|