View Single Post
  #9 (permalink)  
Old April 25th, 2008, 01:15
Scott T. Scott T. is offline
Junior Member
 
Join Date: Nov 2007
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
Scott T. is on a distinguished road
Re: Scalability with hw load balancing

I've brought up the Web & App Srvrs (one of each on two Linux machines) with the glog.properties SCA definitions in place (had them up without SCA and verified they were functional). It appears I'm having jms related issues. Attempting to access from a brower I get: cause.Unknown_Service (serviceName=SecuritySessionHome)
javax.naming.NamingException: Lookup error: javax.naming.AuthenticationException: Not authorized; .
In logs I'm seeing errors such as:
==<otm-home>/oas/console.log:
INFO | jvm 1 | 2008/04/24 18:41:15 | 08/04/24 18:41:15 -- OTM Startup: serverReady
INFO | jvm 1 | 2008/04/24 18:41:15 | 08/04/24 18:41:15 -- OTM Startup: activating startup classes
INFO | jvm 1 | 2008/04/24 18:41:15 | 08/04/24 18:41:15 : ERROR : 0
INFO | jvm 1 | 2008/04/24 18:41:15 | 08/04/24 18:41:15 en : ERROR : 401209
INFO | jvm 1 | 2008/04/24 18:41:15 | 08/04/24 18:41:15 en_US : ERROR : 0
INFO | jvm 1 | 2008/04/24 18:41:15 | 08/04/24 18:41:15 : EXPLANATION : 0
INFO | jvm 1 | 2008/04/24 18:41:15 | 08/04/24 18:41:15 en : EXPLANATION : 65584
INFO | jvm 1 | 2008/04/24 18:41:15 | 08/04/24 18:41:15 en_US : EXPLANATION : 0
INFO | jvm 1 | 2008/04/24 18:41:15 | 08/04/24 18:41:15 Unknown service: jms/TopicConnectionFactory
INFO | jvm 1 | 2008/04/24 18:41:15 | javax.naming.NameNotFoundException: jms/TopicConnectionFactory not found
INFO | jvm 1 | 2008/04/24 18:41:15 |
::::
INFO | jvm 1 | 2008/04/24 18:44:11 | 2008-04-24 18:44:11.594 NOTIFICATION J2EE RMI-00003 Invalid username or password for default (guest). Authentication failed.
==<otm-home>/glog.web.log
2008-04-24 18:44:11.753 0 Error Exception cause.Unknown_Service (serviceName=TranslationSessionHome)
javax.naming.NamingException: Lookup error: javax.naming.AuthenticationException: Not authorized; nested exception is:
javax.naming.AuthenticationException: Not authorized [Root exception is javax.naming.AuthenticationException: Not authorized]
::::
2008-04-24 18:44:11.968 0 Error GLog Could not parse n/a for host and port [TP-Processor24]
2008-04-24 18:44:12.039 0 Error Exception cause.Unknown_Service (serviceName=SecuritySessionHome)
javax.naming.NamingException: Lookup error: javax.naming.AuthenticationException: Not authorized; nested exception is:
javax.naming.AuthenticationException: Not authorized [Root exception is javax.naming.AuthenticationException: Not authorized]
==<otm-home>/glog.exception.log
2008-04-24 18:41:15.947 0 Error Exception Unknown service: jms/TopicConnectionFactory
javax.naming.NameNotFoundException: jms/TopicConnectionFactory not found
==<otm-home>/glog.application.log
2008-04-24 18:41:15.946 0 Error Exception Unknown service: jms/TopicConnectionFactory
javax.naming.NameNotFoundException: jms/TopicConnectionFactory not found

Have you come across something along these lines before?

Regards,
Scott T.
Reply With Quote