2 Replies Latest reply on Aug 19, 2004 9:24 AM by aagmon

    error deploying example from WS  wiki

      followed the instruction regarding the buid -
      build was fine - deployment threw this exception

      1:56:32,169 INFO [STDOUT] Retrieving document at 'file:/C:/jboss4/jboss-4.0.0RC1/server/default/tmp/deploy/tmp45768samples-server-web-exp.
      ar/WEB-INF/wsdl/server-web.wsdl'.
      1:56:32,184 INFO [WSDLFilePublisher] WSDL published to: file:/C:/jboss4/jboss-4.0.0RC1/server/default/data/wsdl/samples-server-web.war/ser
      er-web.wsdl
      1:56:32,278 ERROR [ServiceDeployer] Cannot startup webservice for: samples-server-web.war
      rg.jboss.deployment.DeploymentException: Cannot deploy webservice; - nested throwable: (RuntimeErrorException: null Cause: java.lang.NoSuch
      ethodError: org.apache.axis.utils.JavaUtils.isArrayClass(Ljava/lang/Class;)Z)
       at org.jboss.webservice.ServiceDeployer.deployWebservices(ServiceDeployer.java:317)
       at org.jboss.webservice.ServiceDeployer.startWebservice(ServiceDeployer.java:178)
       at org.jboss.webservice.ServiceDeployer.handleNotification(ServiceDeployer.java:105)
       at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:324)
       at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:138)
       at $Proxy34.handleNotification(Unknown Source)


      anyone encountered this exception ?


        • 1. Re: error deploying example from WS  wiki
          thomas.diesler

          Works for me

          12:22:40,343 INFO [STDOUT] Retrieving document at 'file:/D:/projects/archive/jboss-4.0.0RC1/build/output/jboss-4.0.0RC1
          /server/default/tmp/deploy/tmp58284samples-server-web-exp.war/WEB-INF/wsdl/server-web.wsdl'.
          12:22:40,718 INFO [WSDLFilePublisher] WSDL published to: file:/D:/projects/archive/jboss-4.0.0RC1/build/output/jboss-4.
          0.0RC1/server/default/data/wsdl/samples-server-web.war/server-web.wsdl
          12:22:41,046 INFO [AxisService] WSDD published to: D:\projects\archive\jboss-4.0.0RC1\build\output\jboss-4.0.0RC1\serve
          r\default\data\wsdl\samples-server-web.war\OrganizationServiceJSEPortComponent1.wsdd
          12:22:41,843 INFO [AxisService] Web Service deployed: http://localhost:8080/samples-server-web/exactpath/jse
          12:22:41,859 INFO [AxisService] WSDD published to: D:\projects\archive\jboss-4.0.0RC1\build\output\jboss-4.0.0RC1\serve
          r\default\data\wsdl\samples-server-web.war\OrganizationServiceJSEPortComponent2.wsdd
          12:22:41,859 INFO [AxisService] Web Service deployed: http://localhost:8080/samples-server-web/wildpath

          This problem would show if you had another version of axis deployed somewhere (i.e. axis.jar)

          • 2. Re: error deploying example from WS  wiki

            thanx ......

            This problem would show if you had another version of axis deployed somewhere (i.e. axis.jar)


            that sure solved that ... : )