3 Replies Latest reply on Apr 18, 2002 5:06 PM by rick0361

    J2eeDeploymentException

    rick0361

      Hi
      I have just installed JBoss on a Linux Machine Running Red Hat 6.2.
      I unzipped the JBoss_2.4.4_Tomcat-4.0.1 zip file and everything was copied to its directories OK

      I then ran the run.sh script to start the installation and everything is OK except for an error message reported by the Autodeployer which reports the following message
      "DeploymentInfo failed:file:/usr/local/JBoss/JBoss-2.4.4_Tomcat-4.0.1/jboss/deploy/tomcat-test.ear
      org.jboss.deployment.J2eeDeploymentException: application contains war files but no web container available"

      Can anybody give me some pointers as to what could possibly be wrong here. I am quite anxious to get this working in conjunction with Apache and Java to use as a proof of concept for a project I am working on.

      The only other query I have is how to stop JBoss once it has started

      Thanks Very Much in advance

        • 1. Re: J2eeDeploymentException

          For web apps use
          run_with_catalina.bat

          To stop JBoss press ctrl-c or goto
          http://localhost:8082 and use the Shutdown MBean

          Regards,
          Adrian

          • 2. Re: J2eeDeploymentException
            rick0361

            Adrian

            Thanks for that I will try it later on when I gethome

            • 3. Re: J2eeDeploymentException
              rick0361

              Hi Adrian

              I managed to get it working using run_with_catalina.sh but had to install an updated SDK for Java on my linux partition as as was only running 1.3.0. When I upgraded to 1.3.1 most of the problems went away.

              Using the run.sh still gives a few errors if I try to use that but I think I will stick with the tun_woth_catalina.

              I am really interested in trying to get it to run as part of a web services set up that I am trying to develop as a concept for a university project.

              I gather that it does not yet work with Apache SOAP but that there are various ways in which this might be accomplished.

              Any Pointers?

              Regards - Richard