WAS/bluespages
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
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
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.
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.
Well the tail end of that log said...
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.
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.