Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

Maximum ASP
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
Engage Software - Training Partner for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

Salaro -- Skins and more
OnyakTech
The best choice for your web site host, email hosting, and domain registration.
CrystalTech Web Hosting™
Webhost4life, specialists in DNN hosting
Mad Development is a full service interactive agency focusing on the merge of design, technology, e-commerce, and affiliate marketing by providing total website solutions.
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Authentication ...  Setup error
Previous Previous
 
Next Next
New Post 7/21/2008 7:41 AM
User is offline Christian Hundemer
41 posts
www.fillingtheneed.com
10th Ranked


Setup error 

DNN 4.8.4

I am receiving the following error when I attempt to set my authentication type

Error: 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.Authentication.ActiveDirectory.ADSI.Utilities.AddADSIPath(String Path, Path ADSIPath) at DotNetNuke.Authentication.ActiveDirectory.ADSI.Utilities.GetRootEntry(Path ADSIPath) at DotNetNuke.Authentication.ActiveDirectory.ADSI.ADSIProvider.GetNetworkStatus() at DotNetNuke.Authentication.ActiveDirectory.Settings.UpdateSettings() --- End of inner exception stack trace ---

 
New Post 7/21/2008 1:00 PM
User is offline Christian Hundemer
41 posts
www.fillingtheneed.com
10th Ranked


Re: Setup error 

I am getting closer but not quite there :)

This error is occurring when users attempt to log inot the portal

 

AssemblyVersion: 04.08.04
PortalID: 0
PortalName: CI Web
UserID: -1
UserName:
ActiveTabID: 36
ActiveTabName: Home
RawURL: /Default.aspx?TabId=36&ctl=Login&returnurl=%2fDefault.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://help.stjude.org/Default.aspx?TabId=36&ctl=Login&returnurl=%2fDefault.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 4686b258-d06e-48d3-b86e-2aad1889ab43
InnerException: Thread was being aborted.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.DirectoryServices.Interop.UnsafeNativeMethods.IntADsOpenObject
StackTrace:
Message: System.Threading.ThreadAbortException: Thread was being aborted.at System.DirectoryServices.Interop.UnsafeNativeMethods.IntADsOpenObject(String path, String userName, String password, Int32 flags, Guid& iid, Object& ppObject)at System.DirectoryServices.Interop.UnsafeNativeMethods.ADsOpenObject(String path, String userName, String password, Int32 flags, Guid& iid, Object& ppObject)at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)at System.DirectoryServices.DirectoryEntry.Bind()at System.DirectoryServices.DirectoryEntry.get_AdsObject()at System.DirectoryServices.PropertyValueCollection.PopulateList()at System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry entry, String propertyName)at System.DirectoryServices.PropertyCollection.get_Item(String propertyName)at DotNetNuke.Authentication.ActiveDirectory.ADSI.Domain.PopulateInfo()at DotNetNuke.Authentication.ActiveDirectory.ADSI.Domain..ctor(String Path, String UserName, String Password, AuthenticationTypes AuthenticationType)at DotNetNuke.Authentication.ActiveDirectory.ADSI.Domain.GetDomain(String Path, String UserName, String Password, AuthenticationTypes AuthenticationType)at DotNetNuke.Authentication.ActiveDirectory.ADSI.Utilities.GetRootDomain()at DotNetNuke.Authentication.ActiveDirectory.ADSI.Utilities.GetGroupEntriesByName(String GroupName)at DotNetNuke.Authentication.ActiveDirectory.ADSI.ADSIProvider.GetGroups()at DotNetNuke.Authentication.ActiveDirectory.UserController.AddUserRoles(Int32 PortalID, UserInfo AuthenticationUser)
Source:
Server Name: SJMEMVMNET01

 

 

 

 
New Post 7/21/2008 10:29 PM
User is offline Mike Horton
3157 posts
dnn.gmss.org
4th Ranked






Re: Setup error 

1st...try using impersonation in your web.config (I just posted a link to the documentation in your other thread).

2nd... I think this is a product of some bad logic that I used when trying to synchronize roles. Try unchecking the Synchronize Roles under Admin->Authentication and see if it goes away. If it does let me know and we can go from there. (I'm assuming you're using the 01.00.03 version of the AD Provider correct?

 
New Post 7/22/2008 8:02 AM
User is offline Christian Hundemer
41 posts
www.fillingtheneed.com
10th Ranked


Re: Setup error 

DNN = 4.8.4

It looks as though the pass through authentication is not working for me. a user tries to log in (windows login) an entry is appearing in the log viewer:

AssemblyVersion: 04.08.04
PortalID: 0
PortalName: CI Web
UserID: -1
UserName:
ActiveTabID: 36
ActiveTabName: Home
RawURL: /Default.aspx?TabId=36&ctl=Login&returnurl=%2fDefault.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://help.stjude.org/Home/tabid/36/ctl/Login/Default.aspx?returnurl=%2fDefault.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: ae20c25f-e517-4f87-938b-6d158b1206d1
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Authentication.ActiveDirectory.ADSI.ADSIProvider.GetUser
StackTrace:
Message: System.NullReferenceException: Object reference not set to an instance of an object.at DotNetNuke.Authentication.ActiveDirectory.ADSI.ADSIProvider.GetUser(String LoggedOnUserName, String LoggedOnPassword)
Source:
Server Name: SJMEMVMNET01

 
New Post 7/22/2008 10:09 AM
User is offline Mike Horton
3157 posts
dnn.gmss.org
4th Ranked






Re: Setup error 

I know you're using DNN 4.8.4. What I asked was which version of the AD Provider you were using (01.00.00 or 01.00.03) though I just checked the install package (I didn't have a copy on the computer I replied from last night) and I see that DNN 4.8.4 was packaged with the .03 version of the provider.

So, that said, have you tried to use impersonation in your web.config as laid out in the documentation?

 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Authentication ...  Setup error
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


WEBPC™ DotNetNuke® sites for Small Business
WEBPC™ are internet consultants and web hosters catering to the small business market.
www.webpc.biz
Perpetual Motion Interactive Systems Inc.
A solutions company specializing in Microsoft enterprise technologies.
www.perpetualmotion.ca
Icthus Technologies
Building Faith on the Internet
www.icthustech.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP