View Single Post
  #4 (permalink)  
Old October 11th, 2007, 15:16
chrisplough's Avatar
chrisplough chrisplough is offline
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 863
Blog Entries: 7
Groans: 0
Groaned at 1 Time in 1 Post
Thanks: 55
Thanked 213 Times in 126 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: javax.security.auth.login.LoginException: javax.security.auth.login.LoginExceptio

Saptarshi,

You're right - it definitely appears to be a password miss-match issue with the GUEST.ADMIN user account. WebLogic startup is clean and the problem doesn't appear to occur until Tomcat is started up.

Can you verify that your GUEST.ADMIN password is the same as below?
Code:
SQL> select gl_password from gl_user where gl_user_gid like 'GUEST.ADMIN';

GL_PASSWORD
--------------------------------------------------------------------------------
VAU9uZtJtMwEb3tIVKgN49bfrnE=
If it is, then you shouldn't need to set the -DGuestEncodedPassword setting in the tomcat.conf file.

Also - could you verify what patch level you're at. The latest is CU03 RU02. I'm not aware of any bugs related to this after CU02, but it's always worth a try.

Thanks!
--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Reply With Quote