0 Replies Latest reply on Jul 31, 2006 2:58 PM by sharmanils

    Exception while running WS-Eventing sample

    sharmanils

      I am getting exception while running the WSEventing sample application. Basically its not able to deploy war and jar file. Path is correct. Any kind of help will be appreciated.
      Many Thanks in Advance
      Nilesh

      test:
       [junit] Running org.jboss.test.ws.samples.wseventing.SysmonTestCase
       [junit] javax.management.MBeanException
       [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
       [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
       [junit] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
       [junit] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
       [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       [junit] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
       [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       [junit] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
       [junit] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
       [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       [junit] at java.lang.reflect.Method.invoke(Method.java:585)
       [junit] at org.jboss.jmx.connector.invoker.InvokerAdaptorService.invoke(InvokerAdaptorService.java:266)
       [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       [junit] at java.lang.reflect.Method.invoke(Method.java:585)
       [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
       [junit] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
       [junit] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
       [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       [junit] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
       [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       [junit] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
       [junit] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
       [junit] at org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.java:179)
       [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       [junit] at java.lang.reflect.Method.invoke(Method.java:585)
       [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
       [junit] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
       [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
       [junit] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
       [junit] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
       [junit] at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:819)
       [junit] at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:420)
       [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       [junit] at java.lang.reflect.Method.invoke(Method.java:585)
       [junit] at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
       [junit] at sun.rmi.transport.Transport$1.run(Transport.java:153)
       [junit] at java.security.AccessController.doPrivileged(Native Method)
       [junit] at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
       [junit] at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
       [junit] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
       [junit] at java.lang.Thread.run(Thread.java:595)
       [junit] Caused by: org.jboss.deployment.DeploymentException: url file:/C:/Projects/WebApp/src/WSEventing/output/libs/jbossws-samples-eventing.war could not be opened, does it exist?
       [junit] at org.jboss.deployment.DeploymentInfo.<init>(DeploymentInfo.java:211)
       [junit] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:770)
       [junit] at sun.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
       [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       [junit] at java.lang.reflect.Method.invoke(Method.java:585)
       [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
       [junit] ... 47 more
       [junit] javax.management.MBeanException
       [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
       [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
       [junit] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
       [junit] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
       [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       [junit] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
       [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       [junit] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
       [junit] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
       [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       [junit] at java.lang.reflect.Method.invoke(Method.java:585)
       [junit] at org.jboss.jmx.connector.invoker.InvokerAdaptorService.invoke(InvokerAdaptorService.java:266)
       [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       [junit] at java.lang.reflect.Method.invoke(Method.java:585)
       [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
       [junit] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
       [junit] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
       [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       [junit] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
       [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       [junit] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
       [junit] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
       [junit] at org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.java:179)
       [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       [junit] at java.lang.reflect.Method.invoke(Method.java:585)
       [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
       [junit] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
       [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
       [junit] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
       [junit] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
       [junit] at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:819)
       [junit] at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:420)
       [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       [junit] at java.lang.reflect.Method.invoke(Method.java:585)
       [junit] at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
       [junit] at sun.rmi.transport.Transport$1.run(Transport.java:153)
       [junit] at java.security.AccessController.doPrivileged(Native Method)
       [junit] at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
       [junit] at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
       [junit] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
       [junit] at java.lang.Thread.run(Thread.java:595)
       [junit] Caused by: org.jboss.deployment.DeploymentException: url file:/C:/Projects/WebApp/src/WSEventing/output/libs/jbossws-samples-eventing-client.jar could not be opened, does it exist?
       [junit] at org.jboss.deployment.DeploymentInfo.<init>(DeploymentInfo.java:211)
       [junit] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:770)
       [junit] at sun.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
       [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       [junit] at java.lang.reflect.Method.invoke(Method.java:585)
       [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
       [junit] ... 47 more
       [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 22.534 sec
       [junit] Test org.jboss.test.ws.samples.wseventing.SysmonTestCase FAILED