Hi Everybody
I am trying to install OTM 6 on one box for testing using the bellow components:
1)Windows server 2003 x64
2)Oracle DB Version 11.1.0.7.0
3)weblogic92
after few hickups I managed to reach to this point where DB objects are created successfully, Apache and BEA are working okay. in shorts all looks good except this error message when I try to go to OTM home page
javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: java.lang.SecurityException: User: guest, failed to be authenticated.
I validated the table gl_users and found the guest user there; validated the tomcat.conf and checked the entry
jvm.arg=-DGuestEncodedPassword=VAU9uZtJtMwEb3tIVKgN49bfrnE=
which is the same password of "CHANGEME" which is the same password on the table gl_users
Any help is much appreciated
I am trying to install OTM 6 on one box for testing using the bellow components:
1)Windows server 2003 x64
2)Oracle DB Version 11.1.0.7.0
3)weblogic92
after few hickups I managed to reach to this point where DB objects are created successfully, Apache and BEA are working okay. in shorts all looks good except this error message when I try to go to OTM home page
javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: java.lang.SecurityException: User: guest, failed to be authenticated.
I validated the table gl_users and found the guest user there; validated the tomcat.conf and checked the entry
jvm.arg=-DGuestEncodedPassword=VAU9uZtJtMwEb3tIVKgN49bfrnE=
which is the same password of "CHANGEME" which is the same password on the table gl_users
Any help is much appreciated
Comment