com.sun.identity.authentication.spi.AuthLoginException:

Hello -

I'm currently trying to integrate IDM 7.1, Access Manager 7.1 and Directory Server 6.0...

The problem that I am running into is trying to register Access Manager 7.1 as a resource in IDM:

I am utilizing the Sun Java Access Manager Realm Resource Adapter.

I am getting the following exception -

Test connection failed for resource(s):

SunAccessManagerRealm: Could not connect as user 憉id=amAdmin,ou=People,o=AMRoot?with specified password ==> com.waveset.util.WavesetException: Could not connect as user 憉id=amAdmin,ou=People,o=AMRoot?with specified password ==> com.sun.identity.authentication.spi.AuthLoginException: Failed to create new Authentication Context:Naming Service is not available

I've done the following:

1) I have verified that the naming service is available because I get the following message when I access the url:

揥ebtop 2.5 Platform Low Level request servlet?br>

2) I have edited and added the proper lines in AMAgent.properties

3) I have created a policy for IDM in AM

4) I have copied the jar files into IDM_Install_Dir/WEB-INF/lib

5) I have copied the AMConfig.properties file into IDM_Install_Dir/WEB-INF/classes

6) Added the custom resource (with no errors) under Configure Types in IDM

Any help would be greatly appreciated.

[1365 byte] By [rlosariaa] at [2007-11-27 9:55:45]
# 1

try to use only the amclientsdk.jar and a minimal AMConfig.properties file in the IDM WEB-INF/classes directory. Try these values (modify for your env):

com.iplanet.am.naming.url=http://amserver.com:80/amserver/namingservice

com.iplanet.am.naming.failover.url=

com.iplanet.services.debug.level=error

com.iplanet.services.debug.directory=/tmp/amDebug

com.iplanet.security.encryptor=com.iplanet.services.util.JCEEncryption

com.iplanet.am.notification.url=

com.sun.identity.agents.notification.enabled=false

com.sun.identity.agents.notification.url=

com.sun.identity.agents.app.username=amadmin

com.iplanet.am.service.password=amdminpassword

am.encryption.pwd=encpassword

Aaron_Andersona at 2007-7-13 0:25:47 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
no luck. any other ideas would really help....
rlosariaa at 2007-7-13 0:25:47 > top of Java-index,Web & Directory Servers,Directory Servers...