Jboss Startup error -


on existing application trying startup jboss server , following error.

unfortunately not know yet, has been configured , being used on jboss. now; want error sorted out.

if looking @ stack trace, can suggest kind of configuration missing or should looking @ fix problem; i'll grateful.

any appreciated.

------------------after skaffman's below; able reduce stacktrace this------------------

07:36:36,971 error [urldeploymentscanner] incomplete deployment listing:  --- mbeans waiting other mbeans --- objectname: xyz.management:service=queue,name=managementqueue   state: configured   depend on:     jboss.messaging:service=serverpeer  objectname: xyz.management:service=queue,name=indexqueue   state: configured   depend on:     jboss.messaging:service=serverpeer  objectname: xyz.management:service=queue,name=adaptivelearningqueue   state: configured   depend on:     jboss.messaging:service=serverpeer  objectname: xyz.management:service=queue,name=xyzerrorqueue   state: configured   depend on:     jboss.messaging:service=serverpeer  --- mbeans root cause of problem --- objectname: jboss.messaging:service=serverpeer   state: notyetinstalled   depends on me:     xyz.management:service=queue,name=managementqueue     xyz.management:service=queue,name=indexqueue     xyz.management:service=queue,name=adaptivelearningqueue     xyz.management:service=queue,name=xyzerrorqueue   javax.naming.namenotfoundexception: xaconnectionfactory not bound     @ org.jnp.server.namingserver.getbinding(namingserver.java:529)     @ org.jnp.server.namingserver.getbinding(namingserver.java:537)     @ org.jnp.server.namingserver.getobject(namingserver.java:543)     @ org.jnp.server.namingserver.lookup(namingserver.java:296)     @ org.jnp.interfaces.namingcontext.lookup(namingcontext.java:627)     @ org.jnp.interfaces.namingcontext.lookup(namingcontext.java:589)     @ javax.naming.initialcontext.lookup(initialcontext.java:392)     @ org.jboss.ejb.plugins.jms.dlqhandler.createservice(dlqhandler.java:182)     @ org.jboss.system.servicembeansupport.jbossinternalcreate(servicembeansupport.java:260)     @ org.jboss.system.servicembeansupport.create(servicembeansupport.java:188)     @ org.jboss.ejb.plugins.jms.jmscontainerinvoker.innerstartdelivery(jmscontainerinvoker.java:665)     @ org.jboss.ejb.plugins.jms.jmscontainerinvoker$exceptionlistenerimpl$exceptionlistenerrunnable.run(jmscontainerinvoker.java:1594)     @ java.lang.thread.run(thread.java:619) 

i think have multiple issues here.

  • jboss trying deploy file velocity.log has found in deploy directory. not intended, realise files dropped deploy directory , jboss try , deploy. need find out what's doing that, , stop it.

  • the second problem have bunch of jms deployments (e.g. mdbs) somewhere in application, jms not present (or has not been configured correctly) on server.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -