2 Replies Latest reply on Apr 23, 2008 3:48 AM by joshua.dev

    JbossWS 2.0.3GA installation fails on JBoss AS 4.2.1.GA

    joshua.dev

      I'm trying to install the JBossWS-native 2.0.3.GA on a "fresh" JBoss AS 4.2.1.GA using the "ant deploy-jboss421" command and keep failing with lots of java.lang.ClassNotFoundException and java.lang.NoClassDefFoundError.

      According to http://jira.jboss.org/jira/browse/JBWS-1924 this issue has already been resolved so what is wrong?

        • 1. Re: JbossWS 2.0.3GA installation fails on JBoss AS 4.2.1.GA
          ropalka

          Download latest native release from here:

          http://www.jboss.org/jbossws/

          It's called jbossws-3.0.1-native-2.0.4.GA.zip. It should be fixed there.

          • 2. Re: JbossWS 2.0.3GA installation fails on JBoss AS 4.2.1.GA
            joshua.dev

            Installation failed again with the same result. I re-downloaded JBoss AS 4.2.1.GA to make sure it's the right one, downloaded http://www.jboss.org/downloading/?projectId=jbossws&url=/jbossws/downloads/jbossws-3.0.1-native-2.0.4.GA.zip , modified ant.properties, run "ant deploy-jboss421" and got errors as before. It starts with:

            2008-04-23 09:40:44,725 DEBUG [org.jboss.kernel.KernelFactory] Completed JBoss Kernel construction. Duration: 14 milliseconds
            2008-04-23 09:40:44,741 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Described: name=WSServerConfig state=Not Installed mode=Manual requiredState=Create
            java.lang.NoClassDefFoundError: org/jboss/wsf/common/management/AbstractServerConfigMBean

            and ends with:

            09:41:00,497 ERROR [MainDeployer] Could not create deployment: file:/home/joshua/java/jboss-4.2.1.GA/server/default/deploy/jbossws.sar/
            org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.wsf.container.jboss42.DeployerInterceptorJSE; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.wsf.container.jboss42.DeployerInterceptorJSE)


            I'm using Ubuntu 7.10 (x86, 32 bit) with Java 1.5.0_15 from Sun.