2 Replies Latest reply on Apr 17, 2004 7:13 PM by stm23

    jboss on redhat 9

    stm23

      hi, i'm trying to install & configure jboss3.2.3 on redhat 9.
      after logging in as root, & executing run.sh i get a whole lot of error messages, all of which contain the line "Failed to find META-INF/jboss-service.xml. for example:

      18:20:33,308 ERROR [MainDeployer] Could not initialise deloyment: file:/usr/local/jboss/server/default/deploy/jmx-invoker-adaptor-server.sar/
      org.jboss.deployment.DeploymentException: Failed to find META-INF/jboss-service.xml

      &

      18:20:30,911 ERROR [MainDeployer] Could not initialise deloyment: file:/usr/local/jboss/server/default/deploy/snmp-adaptor.sar/
      org.jboss.deployment.DeploymentException: Failed to find META-INF/jboss-service.xml

      does any1 know what i can do to successfully run jboss? - i'd really appreciate any help u can offer me
      cheers, sam

        • 1. Re: jboss on redhat 9
          erik777

          I've never had a problem running JBoss 3.2.3 on RH 9. I'd recommend downloading it again, and checking that the server/default/deploy/snmp-adaptor.sar/META-INF/jboss-service.xml is there when you unarchive it.

          One thing worth mentioning, though, is that when you run as root, certain files that JBoss writes to will become owned by root. This creates a problem when you then try to run it as a non-root user. You need to do a chown or chgrp -R to reenable another user to run it anytime you run it as root.

          • 2. Re: jboss on redhat 9
            stm23

            hi, thanx for yr reply, i have downloaded it a couple of times, & that xml file is always there. did u have to specify any classpath options or modify the run.conf file? or did it work straitaway after executing run.sh? perhaps it depends on some other programs being installed. any ideas? - appreciate yr help
            cheers, sam