6 Replies Latest reply on Oct 18, 2002 11:55 AM by bladerunner

    Can't Start JBoss303???

    bladerunner

      I'm new to JBoss so have a little patience. I downloaded the JBoss3.0.3/Tomcat4.1 bundle and I have installed it and setup the environment variables in Win2K.

      When I try to start the server, I get a few exceptions - the first one is listed in brief below. Basically, the jmx-console.war is not being deployed, and when I try to test the server by using http://localhost:8080 I get nothing. Can anyone help me get this thing going?

      Cheers

      14:54:17,801 INFO [EmbeddedCatalinaService41] deploy, ctxPath=/jmx-console, war
      Url=file:/F:/jboss303/server/default/deploy/jmx-console.war/
      14:54:17,811 ERROR [URLDeploymentScanner] Failed to deploy: org.jboss.deployment
      .scanner.URLDeploymentScanner$DeployedURL@327e74a3{ url=file:/F:/jboss303/server
      /default/deploy/jmx-console.war/, deployedLastModified=0 }
      org.jboss.deployment.DeploymentException: Could not create deployment: file:/F:/
      jboss303/server/default/deploy/jmx-console.war/; - nested throwable: (java.lang.
      NoSuchMethodError)
      at org.jboss.deployment.MainDeployer.start(MainDeployer.java:822)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:616)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:580)
      at java.lang.reflect.Method.invoke(Native Method)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
      nDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
      at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
      at $Proxy4.deploy(Unknown Source)
      at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
      tScanner.java:427)
      at org.jboss.deployment.scanner.URLDeploymentScanner.scanDirectory(URLDe
      ploymentScanner.java:648)
      at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
      canner.java:499)
      at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A
      bstractDeploymentScanner.java:261)
      at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:1
      64)
      at java.lang.reflect.Method.invoke(Native Method)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
      nDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
      at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
      ler.java:976)
      at $Proxy0.start(Unknown Source)

        • 1. Re: Can't Start JBoss303???
          bladerunner

          OK... I installed it at home on WinXP Pro and it worked fine. I guess I have some conflicts with my environment at work. The only difference I can tell though, besides the OS is that I'm using JDK 1.4.1 at home and 1.3.?? at work.

          I'll be sure to post any details as I figure them out.

          • 2. Re: Can't Start JBoss303???
            taff

            I have
            > installed it and setup the environment variables in
            > Win2K.

            Hi,
            I am having similar problems, however on XP Pro - which works for you. What environment variables did you set up??
            I have only set the JAVA_HOME, Path and Classpath to point at the JDK (I actually left them alone)is there anymore to do???

            • 3. Re: Can't Start JBoss303???
              bladerunner

              OK. I have it working at work (Win2K) now. I had some duplicate entries in my environment variables.

              Essentially, all I have is JAVA_HOME, and JBOSS_HOME at the moment and everything starts up fine.

              Now, to deploy my code running on Weblogic to JBoss :)

              • 4. Re: Can't Start JBoss303???
                bladerunner

                OK. I have it working at work (Win2K) now. I had some duplicate entries in my environment variables.

                Essentially, all I have is JAVA_HOME, and JBOSS_HOME at the moment and everything starts up fine.

                Now, to deploy my code running on Weblogic to JBoss :)

                • 5. Re: Can't Start JBoss303???
                  bladerunner

                  OK. I have it working at work (Win2K) now. I had some duplicate entries in my environment variables.

                  Essentially, all I have is JAVA_HOME, and JBOSS_HOME at the moment and everything starts up fine.

                  Now, to deploy my code running on Weblogic to JBoss :)

                  • 6. Re: Can't Start JBoss303???
                    bladerunner

                    Sorry about the duplicate posts, they weren't showing up right away and I tried a couple of times - oops :)