4 Replies Latest reply on Nov 1, 2006 10:06 AM by kurdt

    jboss 4.0.5.GA Startup Error

    kurdt

      Hi :)

      I am facing a problem starting a just installed clean jboss 4.0.5.GA, the first error is:

      16:40:56,968 ERROR [MainDeployer] Could not initialise deployment: file:/usr/share/jboss-4.0.5.GA/server/default/deploy/ejb3.deployer/
      org.jboss.deployment.DeploymentException: Failed to find META-INF/jboss-service.xml for archive ejb3.deployer
      at org.jboss.deployment.SARDeployer.parseDocument(SARDeployer.java:
      616)
      at org.jboss.deployment.SARDeployer.init(SARDeployer.java:181)


      (Errors continue)

      What do you think is happening here ?

      I am using Ubuntu Dapper Drake and JDK 5, i installed jboss throught Web Start.

      Thanks :)

        • 1. Re: jboss 4.0.5.GA Startup Error
          jaikiran

           

          Failed to find META-INF/jboss-service.xml for archive ejb3.deployer


          Check whether the /usr/share/jboss-4.0.5.GA/server/default/deploy/ejb3.deployer/ META-INF folder contains the jboss-service.xml file? It should have that file, if not i guess there were problems during installation

          • 2. Re: jboss 4.0.5.GA Startup Error
            kurdt

            Jaikiran:

            First, thanks for your answer, META-INF folder has these files

            jboss-service.xml persistence.properties


            BUT, META-INF folder is cased like this: "meta-inf" maybe is that the problem?

            • 3. Re: jboss 4.0.5.GA Startup Error
              jaikiran

               

              BUT, META-INF folder is cased like this: "meta-inf" maybe is that the problem?


              Yes, the case does matter. Change it to META-INF and try starting JBoss

              • 4. Re: jboss 4.0.5.GA Startup Error
                kurdt

                Thanks, i fixed the problem now.

                I think this is a bug. Maybe not @ windows because case doesn't matter but does @ linux.