View Single Post
  #3 (permalink)  
Old December 21st, 2007, 18:48
nick.polites nick.polites is offline
Senior Member and Blogger
 
Join Date: Nov 2007
Location: Drexel Hill, PA
Posts: 237
Thanks: 0
Thanked 33 Times in 33 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
nick.polites is on a distinguished road
Re: [NEWS] OTM v5.5 CU04 has been released

I also found an issue after installing CU-4. When you try logging into the application you get the following error:

javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: java.lang.SecurityException: User: guest, failed to be authenticated.
javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: java.lang.SecurityException: User: guest, failed to be authenticated.

It appears that the installer is not entering the correct encrypted password in the OTM/tomcat/bin/tomcat.conf file. You may see something like this:

wrapper.java.additional.18=-DGuestEncodedPassword=TVdPVE1HVUVTVA==

This is incorrect...the correct entry should be: wrapper.java.additional.18=-DGuestEncodedPassword=VAU9uZtJtMwEb3tIVKgN49bfrnE=

I however tried this and that did not work as well. I had to use the plain password entry to get the application started: wrapper.java.additional.18=-DGuestPassword=CHANGEME

Please make sure to restart both your application and web instances when making this change. I tried restarting just the web instance as was still getting the error message.
__________________
MavenWire Hosting Admin
Over 7 years of OTM experience
The Oracle OTM / G-Log GC3 Experts
Offering Incubator and Production OTM instances
www.mavenwire.com
Reply With Quote