0 Replies Latest reply on Oct 22, 2010 4:20 PM by chungyeung

    Problem in running logisticx demo

    chungyeung

      Hi,

       

      I am new to FUSE and Servicemix.  I tried to run the the logisticx demo but I got an exception.  I checked with jbi:list and I saw three Service Assemblies deployed:

       

      Service Assemblies

      -


         State                  Name                  Description

           Derby SA

           Stock Processor SA

           Order Processor SA

       

      In the osgi:list, I saw all five Service Assemblies are active:

       

      derby-sa (0.0.0)

      stock-processor-sa (0.0.0)

      order-sa (0.0.0)

      order-processor-sa (0.0.0)

      order-route-sa (0.0.0)

       

      I got the following exception in Jetty.  Could you tell me what I can do to correct the errors and get the demo working?  Thanks a lot.

       

      2010-10-22 22:15:01.407:/logisticx-web-gwt:WARN:  Exception while dispatching incoming RPC call

      com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract com.iona.fuse.demo.logisticx.web.customer.client.customer.model.OrderStatus com.iona.fuse.demo.logisticx.web.custome

      r.client.customer.AjaxOrderService.doSubmit(com.iona.fuse.demo.logisticx.web.customer.client.customer.model.Order)' threw an unexpected exception: javax.xml.ws.soap.SOAPFaultException: Could not send

      Message.

              at com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:360)

              at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:546)

              at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:164)

              at com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteServiceServlet.java:86)

              at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

              at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

              at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)

              at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)

              at org.apache.activemq.web.SessionFilter.doFilter(SessionFilter.java:46)

              at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)

              at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)

              at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)

       

      ......

       

      Caused by: javax.xml.ws.soap.SOAPFaultException: Could not send Message.

              at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:145)

              at $Proxy120.putOrder(Unknown Source)

              at com.iona.fuse.demo.logisticx.web.customer.server.AjaxOrderServiceImpl.doSubmit(AjaxOrderServiceImpl.java:53)

              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

              at java.lang.reflect.Method.invoke(Unknown Source)

              at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:527)

              ... 24 more