1 Reply Latest reply on Sep 13, 2006 6:32 PM by stevenh

    WS install errors

    at7000ft

      Did a clean install of jboss-4.0.4GA on default configuration and verified that jboss starts correctly, then added the JBossWS1.0.3 components. When starting jboss I get screens full of error messages starting with:

      14:52:27,058 ERROR [MainDeployer] Could not create deployment: file:/D:/jboss-4.0.4/server/defa
      ult/deploy/META-INF/jboss-service.xml
      org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.
      ws:service=WebServiceClientDeployer

      And then multiples of errors like this:

      14:52:32,094 ERROR [AbstractKernelController] Error installing to Described: name=ServiceEndpoi
      ntDeployer state=Not Installed mode=Manual requiredState=Create
      java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.ws.deployment.ServiceEnd
      pointDeployer

      I did another clean install setup with the ejb3 configuration with the same results. However the jbossws console still comes up. Is this normal?

      Thanks

        • 1. Re: WS install errors
          stevenh

          It looks like you managed to miss when you did the 1.0.3 install.
          From the error trace you have deployed the jbossws component to the deploy directory rather than the deploy/jbossws.sar directory.

          Ie the error you have is caused by the app server loading the deploy/jbossws.sar/META-INF/jboss-service.xml and then finding the deploy/META-INF/jboss-server.xml and as these components are already deployed you are getting the "Trying to install an already registered mbean" error.

          The second error is related i believe it is a class loader issue because it has found multiple instances of the same classes, this should go away if you get 1.0.3 installed properly