Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Error while starting JBOSS Server

DurgaprasadAug 3 2012 — edited Aug 6 2012
We had deployed OIM 10g on a JBOSS server for testing purposes. While starting the server i am able to see some errors in the error log. The design console is working fine and there is no issues. But the admin console is not opening properly.I am curious to know what might cause this problem even though we use this test environment sparingly. I am getting the following error trace while starting the server.

ERROR[JMSContainerInvoker] Reconect failed: JMS provider failure detected: javax.naming.Name Not Found Exception: XAConnectionFactory not bound.


Also some more log trace

INFO Started J2EE application file c:...//XellerateFull.ear
ERROR[URLDeployment Scanner] Incomplete Deployment listing:
--- Mbeans waiting for other MBeans---
Object Name: jboss: service=Hypersonic, database=local DB
state=FAILED
Reason : java.sql.SQlException: User not found:SA

Please let me know if any of the experts could help me out in solving this issue.

Regards,
Durgaprasad

Comments

Nishith Nayan
have you restarted your jboss server?

find below link if helps
http://getyouralgorithm.blogspot.in/2012/04/solution-to-resolve-xaconnectionfactory.html#!/2012/04/solution-to-resolve-xaconnectionfactory.html
Durgaprasad
Everytime when i restart my server only i am getting this error. :(
Gyanprakash Pandey
Did you deploy it directly on jBoss or followed installation procedure on Jboss? Run patch_jboss script and restart server.

regards,
GP
Kuldeep
Hi Durga,
Try below, keep backup also.

Rename jboss\server\default\data\hypersonic to jboss\server\default\data\hypersonic.orig
Restart JBoss.
After Restarting JBoss the hypersonic directory and the localDB.data file that should exist in that directory are recreated.

-kuldeep
Durgaprasad
Getting the following error after changing the hypersonic directory name

2012-08-06 08:18:27,765 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Looking up provider adapter: java:/DefaultJMSProvider
2012-08-06 08:18:27,765 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Looking up provider adapter: java:/DefaultJMSProvider
2012-08-06 08:18:27,765 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Looking up provider adapter: java:/DefaultJMSProvider
2012-08-06 08:18:27,765 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Looking up provider adapter: java:/DefaultJMSProvider
2012-08-06 08:18:27,765 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Looking up provider adapter: java:/DefaultJMSProvider
2012-08-06 08:18:27,765 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Provider adapter: org.jboss.jms.jndi.JNDIProviderAdapter@e3404f
2012-08-06 08:18:27,765 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Provider adapter: org.jboss.jms.jndi.JNDIProviderAdapter@e3404f
2012-08-06 08:18:27,765 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Provider adapter: org.jboss.jms.jndi.JNDIProviderAdapter@e3404f
2012-08-06 08:18:27,765 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Provider adapter: org.jboss.jms.jndi.JNDIProviderAdapter@e3404f
2012-08-06 08:18:27,765 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Provider adapter: org.jboss.jms.jndi.JNDIProviderAdapter@e3404f
2012-08-06 08:18:27,765 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Creating DLQHandler
2012-08-06 08:18:27,765 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Creating DLQHandler
2012-08-06 08:18:27,765 ERROR [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Reconnect failed: JMS provider failure detected:
java.lang.NullPointerException
at org.apache.xerces.dom.ParentNode.nodeListItem(Unknown Source)
at org.apache.xerces.dom.ParentNode.item(Unknown Source)
at org.jboss.metadata.MetaData.getChildrenByTagName(MetaData.java:65)
at org.jboss.metadata.MetaData.getUniqueChild(MetaData.java:88)
at org.jboss.ejb.plugins.jms.DLQHandler.importXml(DLQHandler.java:393)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSContainerInvoker.java:604)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.run(JMSContainerInvoker.java:1471)
at java.lang.Thread.run(Thread.java:595)
2012-08-06 08:18:27,765 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Creating DLQHandler

2012-08-06 08:18:27,765 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Initialization failed DLQHandler
javax.naming.NameNotFoundException: XAConnectionFactory not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:514)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:522)
at org.jnp.server.NamingServer.getObject(NamingServer.java:528)
at org.jnp.server.NamingServer.lookup(NamingServer.java:281)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:151)
at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:245)
at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:173)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSContainerInvoker.java:605)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.run(JMSContainerInvoker.java:1471)
at java.lang.Thread.run(Thread.java:595)

ERROR [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Reconnect failed: JMS provider failure detected:
javax.naming.NameNotFoundException: XAConnectionFactory not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:514)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:522)
at org.jnp.server.NamingServer.getObject(NamingServer.java:528)
at org.jnp.server.NamingServer.lookup(NamingServer.java:281)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:151)
at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:245)
at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:173)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSContainerInvoker.java:605)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.run(JMSContainerInvoker.java:1471)
at java.lang.Thread.run(Thread.java:595)

Edited by: Durgaprasad on Aug 6, 2012 5:25 AM
Leoncio-Oracle
It looks like you are facing issues on Domain configuration X DB X JMS.

1-Please check your JMS configurations: JMS worker threads available for MDBs you can alter the settings in standard-jboss.xml under jboss/server/default/conf
2- Rename jboss\server\default\data\hypersonic to jboss\server\default\data\hypersonic.orig and restart JBoss. After restarting JBoss the hypersonic directory and the localDB.data file that should exist in that directory are recreated.


thx,
Thiago Leoncio

Edited by: Leôncio on Aug 6, 2012 9:38 AM
1 - 6
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 3 2012
Added on Aug 3 2012
6 comments
2,773 views