It's all about the answers!

Ask a question

WAS/bluespages


yu wang (4886245) | asked Jun 22 '08, 8:12 a.m.
after I setup WAS blespages, It display the following message in systemout.log:

00000027 FormLoginExte E SECJ0118E: Authentication error during authentication for user xxxxx@cn.ibm.com
00000027 ServletWrappe I SRVE0242I: : Initialization successful.
00000028 LTPAServerObj E SECJ0369E: Authentication failed when using LTPA. The exception is javax.naming.AuthenticationException: .
00000028 FormLoginExte E SECJ0118E: Authentication error during authentication for user xxxxx@cn.ibm.com

6 answers



permanent link
yu wang (4886245) | answered Jun 22 '08, 10:49 p.m.
I don't setup BIND DN/password

permanent link
Mark Parry (31121711) | answered Jun 23 '08, 1:31 p.m.
Assuming your seeing this during the app server start up.... In the LDAP registry config. Set the "Server user identity" to "Automatically generated server identity". Should get you around the issue.

permanent link
yu wang (4886245) | answered Jun 23 '08, 10:29 p.m.
configuration of My Server is Automatically generated server identity,so I provide more log.

systemout.log

0000000a UserRegistryI A SECJ0136I: Custom Registry:com.ibm.ws.security.registry.ldap.LdapRegistryImpl has been initialized
00000016 LdapRegistryI A SECJ0418I: Cannot connect to the LDAP server ldap://xxxxxx.ibm.com:xxxxx.
0000000a LdapRegistryI A SECJ0418I: Cannot connect to the LDAP server ldap://xxxxxx.ibm.com:xxxxx.
0000000a LdapRegistryI A SECJ0418I: Cannot connect to the LDAP server ldap://xxxxxx.ibm.com:xxxxx.
0000000a LdapRegistryI A SECJ0418I: Cannot connect to the LDAP server ldap://xxxxxx.ibm.com:xxxxx..
0000000a ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file C:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\ffdc\server1_fc00fc_08.06.24_09.30.04_0.txt
0000000a ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\ffdc\server1_fc00fc_08.06.24_09.30.04_0.txt
0000000a ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file C:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\ffdc\server1_fc00fc_08.06.24_09.30.04_1.txt
0000000a ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\ffdc\server1_fc00fc_08.06.24_09.30.04_1.txt
0000000a LdapRegistryI E SECJ0352E: Could not get the users matching the pattern xxxxxx@cn.ibm.com because of the following exception javax.naming.CommunicationException: bluepages.ibm.com:636
at com.sun.jndi.ldap.Connection.<init>(Connection.java:222)


admin console:

Login failed. Check the user ID and password and try again.

permanent link
yu wang (4886245) | answered Jun 25 '08, 5:53 a.m.
I can't reproduce problem.
Maybe it's ldap server problem.

permanent link
Mark Parry (31121711) | answered Jun 25 '08, 9:48 a.m.
Well the tail end of that log said...

0000000a LdapRegistryI E SECJ0352E: Could not get the users matching the pattern xxxxxx@cn.ibm.com because of the following exception javax.naming.CommunicationException: bluepages.ibm.com:636
at com.sun.jndi.ldap.Connection.<init>(Connection.java:222)


which would indicate one of the following....
1) bluepages.ibm.com was down (not likely)
2) The was no routeable path between your jazz server and bluepages (possible as it looks like your in Canada). On linux traceroute or windows tracert would show that.
3) Your DNS information could resolve the host name to an IP address, which could be confirmed with nslookup.

permanent link
yu wang (4886245) | answered Jun 26 '08, 3:40 a.m.
xxxxxx.ibm.com was start .I ping xxxxxxx.ibm.com successfully.
Maybe it's 2 .

Your answer


Register or to post your answer.