0 Replies Latest reply on Mar 31, 2004 2:57 AM by doshiaj

    waiting for appropriate deployer

    doshiaj

      Hello,

      I am running JBoss 3.0 on Linux platform. When I start the jboss, it prints some exceptions in the log while deploying some .sar files, here are few lines from the exception stack trace

      13:05:13,675 INFO [AxisService] About to deploy axis descriptor org.jboss.deployment.DeploymentInfo@78fe885{ url=jar:file:/./usr/local/jboss-3.0.0/server/all/tmp/deploy/server/all/deploy/jboss-net.sar/47.jboss-net.sar!/META-INF/install-jmx.xml }, create step.
      13:05:13,677 INFO [AxisService] About to deploy axis descriptor org.jboss.deployment.DeploymentInfo@78fe885{ url=jar:file:/./usr/local/jboss-3.0.0/server/all/tmp/deploy/server/all/deploy/jboss-net.sar/47.jboss-net.sar!/META-INF/install-jmx.xml }, start step.
      13:05:13,721 ERROR [Adaptor] Starting failed
      RuntimeMBeanException: RuntimeException in MBean operation 'start(,org.jboss.deployment.DeploymentInfo)'
      Cause: org.apache.crimson.tree.DomEx: WRONG_DOCUMENT_ERR: That node doesn't belong in this document.
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:299)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
      at org.jboss.net.jmx.adaptor.server.Adaptor.startService(Adaptor.java:71)
      at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:162)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:30)

      It prints many such exceptions and then deploys the oracle-service.xml file, placed in the deploy directory and then the jboss is started. Now, if I copy an EAR file to the deploy folder to deploy it, it gives the following message in the log and then stops there, doesn't deploy the EAR file.

      13:05:45,077 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.0.0/server/all/deploy/MMailApp.ear
      13:05:45,101 INFO [MainDeployer] Deployment of package: file:/usr/local/jboss-3.0.0/server/all/deploy/MMailApp.ear is waiting for an appropriate deployer.

      After this, if I extract one ejb jar file from the EAR file, and deploy it seperately, that is deployed properly, but it will not deploy the EAR file.

      Please guide me as what to do with this problem?

      Ankit