What relase of the core are you using? If b211, you need to change line 575 of farcry_core\packages\security\authentication.cfc to read:
<cfset aGroups = oAuthorisation.getMultiplePolicyGroupMappings(lgroupnames=lgroups,userdi rectory=ud)> If you don't apply this fix you will get the error you mention. HTH, --Nathan >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf >Of Yohang Lee >Sent: Monday, May 10, 2004 10:56 AM >To: FarCry Developers >Subject: [farcry-dev] AD error (jrun.security.NTAuth) > >Sorry, hit the return too quickly. > >With the help of Andrew, I broke my login into parts and found >the problem I am having. When I make a call to the >o_NTAuth.GetUserGroups("xx") method it throws an exception >error. The java exception error is: >java.lang.NullPointerException. The error I am getting in the >FarCry failed login log is: not in admin group. It seems that >it can't pull the users group to make any comparison to the >FarCry group policy. Can someone tell me why I am getting a >null pointer exception with java? > >I am running the current setup on my server. > >Windows 2003 Standard >CFMX 6.1 on JRun 4 >Java 2 Runtime Environment, SE v.1.4.2 > >--- >You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] >To unsubscribe send a blank email to >[EMAIL PROTECTED] > >MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia >http://www.mxdu.com/ + 24-25 February, 2004 > > --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
