EJB "Objectel_XML_API_MDB" As Part Of Application "ObjXMLJMS" Does Not Support XA.
(Doc ID 1064874.1)
Last updated on APRIL 27, 2021
Applies to:
Oracle Communications Objectel - Version 2.10.1 and laterInformation in this document applies to any platform.
Symptoms
-- Problem Statement:BEA Weblogic server does not start when its java process is being killed using Unix 'kill' command
Replication Steps:
1.Install Objectel pointing to BEA domain
2) Start Bea weblogic server with following command nohup ./startWebLogic.sh &
3) Tail the nohup.out file
4) Above command will create two processes(startWebLogic.sh and java)
5) Using kill -9 command kill the java process
6) Now try to restart same bea weblogic server, you will notice following error message
Error Message :
the EJB "Objectel_XML_API_MDB" as part of application "ObjXMLJMS" does not support XA. It cannot be used insit.mbeanservers.domainruntime]:
javax.naming.NoPermissionException: User <anonymous> does not have permission on weblogic.management.mbeanservers to perform lookup operation.at
javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConnectorServ
er.java:814) at
javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:431) at weblogic.management.mbeanservers.internal.MBeanServerServiceBase.start(MBeanSe
rverServiceBase.java:201) at
the EJB "Objectel_XML_API_MDB" as part of application "ObjXMLJMS" does not support XA. It cannot be used insit.mbeanservers.domainruntime]:
javax.naming.NoPermissionException: User <anonymous> does not have permission on weblogic.management.mbeanservers to perform lookup operation.at
javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConnectorServ
er.java:814) at
javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:431) at weblogic.management.mbeanservers.internal.MBeanServerServiceBase.start(MBeanSe
rverServiceBase.java:201) at
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |