2 Replies Latest reply on Feb 7, 2002 8:30 PM by jbossdpdeng

    No web container available

    burnsanthony

      i have downloaded and installed the jboss jetty download for the jboss website and jetty seems to run fine however when I start up jboss I get an error saying

      Unable to stop module tomcat-test.war: fatal error while calling :service=Embedd
      edTomcat: DefaultDomain:service=EmbeddedTomcat/n
      [INFO,J2eeDeployer] Destroying application tomcat-test.ear
      [ERROR,AutoDeployer] DeploymentInfo failed:file:/C:/JBoss-2.4.4_Jetty-3.1.3-1/jb
      oss/deploy/tomcat-test.ear
      org.jboss.deployment.J2eeDeploymentException: application contains war files but
      no web container available
      at org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:496)

      at org.jboss.deployment.J2eeDeployer.startApplication(J2eeDeployer.java:
      459)
      at org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:190)
      at java.lang.reflect.Method.invoke(Native Method)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:16
      28)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
      23)
      at org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:395)
      at org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:233)
      at org.jboss.deployment.AutoDeployer.startService(AutoDeployer.java:371)

      at org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103
      )
      at java.lang.reflect.Method.invoke(Native Method)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:16
      28)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
      23)
      at org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(Conf
      igurationService.java:967)
      at $Proxy0.start(Unknown Source)
      at org.jboss.util.ServiceControl.start(ServiceControl.java:79)
      at java.lang.reflect.Method.invoke(Native Method)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:16
      28)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
      23)
      at org.jboss.Main.(Main.java:208)
      at org.jboss.Main$1.run(Main.java:110)
      at java.security.AccessController.doPrivileged(Native Method)
      at org.jboss.Main.main(Main.java:106)

        • 1. Re: No web container available
          jbossdpdeng

          I, a newbie, found it too. In the document it says after you test your installation with "./run.sh", you should see "...and contain no error or exception messages:".

          Is there any concern that I did see error messages?

          Thanks.

          Here's my configuration:
          java version "1.3.1_01"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
          Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)

          Boss-2.4.4_Tomcat-4.0.1.zip

          The error message I received was
          [ERROR,J2eeDeployer] unable to stop application tomcat-test.ear: org.jboss.deployment.J2eeDeploymentException: Error(s) on stopping application tomcat-test.ear:
          Unable to stop module tomcat-test.war: fatal error while calling :service=EmbeddedTomcat: DefaultDomain:service=EmbeddedTomcat/n
          [INFO,J2eeDeployer] Destroying application tomcat-test.ear
          [ERROR,AutoDeployer] DeploymentInfo failed:file:/vol1/home/san/ejb/jboss/deploy/tomcat-test.ear
          org.jboss.deployment.J2eeDeploymentException: application contains war files but no web container available
          at org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:496)
          at org.jboss.deployment.J2eeDeployer.startApplication(J2eeDeployer.java:459)
          at org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:190)
          at java.lang.reflect.Method.invoke(Native Method)

          ...

          • 2. Re: No web container available
            jbossdpdeng

            Never mind! Use run_with_catalina.sh didn't show the errors.