Skip to main content



      Home
Home » Archived » Swordfish » IWAB0135E An unexpected error has occurred. 500 javax.xml.ws.WebServiceException
IWAB0135E An unexpected error has occurred. 500 javax.xml.ws.WebServiceException [message #579203] Fri, 27 August 2010 16:34 Go to next message
Eclipse UserFriend
Hi,
I am running the latest Eclipse SOA platform package ; eclipse helios. My platform is linux fedora 11 x64. I am trying to familiarize myself and understand the Eclipse SOA platform better by following the flight reservation tutorial that is covered in the swordfish webinar by oliver wolf. Building the first two static web services covered in the webinar goes with out any problems.

However i seem to be running into problems trying to build the composite web service. In the webinar Oliver Wolf mentions that we need to add a parameter to the OSGI framework, from what i could make out from the video this parameter is:


DrmiRegistryPort=4711


regardless of what port number i use for that parameter, i get the following error :


IWAB0135E An unexpected error has occurred.
500
javax.xml.ws.WebServiceException



The following is output on my console when i try to submit the form data to the flight booking composite service.


Aug 27, 2010 4:16:53 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Filtering the interceptors with the followng list of policy based hints: []
Aug 27, 2010 4:16:53 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ConsumerRequestCom pressionInterceptor @7b34c5ff from the list of valid interceptors.
Aug 27, 2010 4:16:53 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ConsumerResponseDe compressionInterceptor @54c9f997 from the list of valid interceptors.
Aug 27, 2010 4:16:53 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ProviderRequestDec ompressionInterceptor @34115512 from the list of valid interceptors.
Aug 27, 2010 4:16:53 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ProviderResponseCo mpressionInterceptor @71ce5e7a from the list of valid interceptors.
Aug 27, 2010 4:16:53 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.internal.core.interceptor.CxfDecoratin gInterceptor @54e0d16b from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.samples.flightbooking.FlightBookingImp l bookFlight
INFO: Executing operation bookFlight
Aug 27, 2010 4:16:54 PM org.apache.cxf.configuration.spring.ConfigurerImpl getBeanName
INFO: Could not determine bean name for instance of class org.apache.servicemix.cxf.transport.nmr.NMRConduit.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: {ResponseContext={}, RequestContext={java.lang.reflect.Method=public abstract java.lang.String org.eclipse.swordfish.samples.flightreservation.FlightReserv ation.reserveFlight(org.eclipse.swordfish.samples.flightrese rvation.FlightData), org.apache.cxf.jaxws.context.WrappedMessageContext.SCOPES={o rg.apache.cxf.message.Message.ENDPOINT_ADDRESS=APPLICATION}, org.apache.cxf.message.Message.ENDPOINT_ADDRESS=nmr:FlightRe servationService}}
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: [MessageInfo INPUT{http://www.eclipse.org/swordfish/samples/FlightReserva tion/}reserveFlight]
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: true
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: public abstract java.lang.String org.eclipse.swordfish.samples.flightreservation.FlightReserv ation.reserveFlight(org.eclipse.swordfish.samples.flightrese rvation.FlightData)
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: true
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: false
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: {SOAPAction=[" http://www.eclipse.org/swordfish/samples/FlightReservation/r eserveFlight"]}
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: [null]
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: UTF-8
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: nmr:FlightReservationService
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: {}
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: {org.apache.cxf.message.Message.ENDPOINT_ADDRESS=APPLICATION }
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: org.apache.cxf.service.model.BindingMessageInfo@2e1df471
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: text/xml
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: []
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream createNMRMessageExchange
INFO: Invoking serviceinterface org.eclipse.swordfish.samples.flightreservation.FlightReserv ation
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream createNMRMessageExchange
INFO: Create messageExchange{http://www.eclipse.org/swordfish/samples/Fli ghtReservation/}FlightReservationService
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream createNMRMessageExchange
INFO: Exchange endpoint {http://www.eclipse.org/swordfish/samples/FlightReservation/ }FlightReservationService
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream createNMRMessageExchange
INFO: setup message contents on Message []
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream createNMRMessageExchange
INFO: service for exchange {http://www.eclipse.org/swordfish/samples/FlightReservation/ }FlightReservationService
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.cxf.support.NMROutputStream sendOutputMessage
INFO: Sending message
null
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Filtering the interceptors with the followng list of policy based hints: []
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ConsumerRequestCom pressionInterceptor @7b34c5ff from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ConsumerResponseDe compressionInterceptor @54c9f997 from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ProviderRequestDec ompressionInterceptor @34115512 from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ProviderResponseCo mpressionInterceptor @71ce5e7a from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.internal.core.interceptor.CxfDecoratin gInterceptor @54e0d16b from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.apache.servicemix.nmr.management.ManagementEndpointRegis try exchangeSent
WARNING: No managed endpoint registered with id: 497936a8-d6cc-457c-9785-c8c9b1daaab2
Aug 27, 2010 4:16:54 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Aug 27, 2010 4:16:54 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Aug 27, 2010 4:16:54 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Aug 27, 2010 4:16:54 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Aug 27, 2010 4:16:54 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Aug 27, 2010 4:16:54 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Aug 27, 2010 4:16:54 PM org.apache.servicemix.common.AsyncBaseLifeCycle processExchangeInTx
SEVERE: Error processing exchange org.apache.servicemix.jbi.runtime.impl.InOutImpl@f8db08
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSock etImpl.java:310)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPl ainSocketImpl.java:176)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocket Impl.java:163)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
at java.net.Socket.connect(Socket.java:542)
at java.net.Socket.connect(Socket.java:492)
at java.net.Socket.<init>(Socket.java:389)
at java.net.Socket.<init>(Socket.java:263)
at org.apache.commons.httpclient.protocol.DefaultProtocolSocket Factory.createSocket(DefaultProtocolSocketFactory.java:80)
at org.apache.commons.httpclient.protocol.DefaultProtocolSocket Factory.createSocket(DefaultProtocolSocketFactory.java:122)
at org.apache.commons.httpclient.HttpConnection.open(HttpConnec tion.java:707)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionMan ager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionM anager.java:1361)
at org.apache.commons.httpclient.HttpMethodDirector.executeWith Retry(HttpMethodDirector.java:387)
at org.apache.commons.httpclient.HttpMethodDirector.executeMeth od(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpC lient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpC lient.java:346)
at org.apache.servicemix.http.processors.ProviderProcessor.proc ess(ProviderProcessor.java:160)
at org.apache.servicemix.soap.SoapEndpoint.process(SoapEndpoint .java:368)
at org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(As yncBaseLifeCycle.java:627)
at org.apache.servicemix.common.AsyncBaseLifeCycle.processExcha nge(AsyncBaseLifeCycle.java:581)
at org.apache.servicemix.common.AsyncBaseLifeCycle.processExcha ngeInTx(AsyncBaseLifeCycle.java:478)
at org.apache.servicemix.common.AsyncBaseLifeCycle$2.run(AsyncB aseLifeCycle.java:347)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool Executor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo lExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyAssertion HintExtractor extractHints
WARNING: Couldn't extract hints from terminated (status == DONE) message exchange!
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Filtering the interceptors with the followng list of policy based hints: []
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ConsumerRequestCom pressionInterceptor @7b34c5ff from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ConsumerResponseDe compressionInterceptor @54c9f997 from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ProviderRequestDec ompressionInterceptor @34115512 from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ProviderResponseCo mpressionInterceptor @71ce5e7a from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.internal.core.interceptor.CxfDecoratin gInterceptor @54e0d16b from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.apache.cxf.phase.PhaseInterceptorChain doIntercept
INFO: Interceptor has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Could not send Message.
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageS enderEndingInterceptor.handleMessage(MessageSenderIntercepto r.java:64)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(Phase InterceptorChain.java:220)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:46 6)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:29 9)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:25 1)
at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.j ava:73)
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProx y.java:124)
at $Proxy160.reserveFlight(Unknown Source)
at org.eclipse.swordfish.samples.flightbooking.FlightBookingImp l.bookFlight(FlightBookingImpl.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.apache.cxf.service.invoker.AbstractInvoker.performInvoca tion(AbstractInvoker.java:136)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(Abstra ctInvoker.java:82)
at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodIn voker.java:54)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(Abstra ctInvoker.java:68)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(S erviceInvokerInterceptor.java:56)
at org.apache.cxf.workqueue.SynchronousExecutor.execute(Synchro nousExecutor.java:37)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleM essage(ServiceInvokerInterceptor.java:92)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(Phase InterceptorChain.java:220)
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(C hainInitiationObserver.java:78)
at org.apache.servicemix.cxf.transport.nmr.NMRDestination.proce ss(NMRDestination.java:116)
at org.apache.servicemix.nmr.core.InternalEndpointWrapper.proce ss(InternalEndpointWrapper.java:86)
at org.apache.servicemix.nmr.core.ChannelImpl.process(ChannelIm pl.java:255)
at org.apache.servicemix.nmr.core.ChannelImpl$1.run(ChannelImpl .java:215)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool Executor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo lExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.io.IOException: Remote service error
at org.eclipse.swordfish.plugins.cxf.support.NMROutputStream.se ndOutputMessage(NMROutputStream.java:102)
at org.eclipse.swordfish.plugins.cxf.support.NMROutputStream.do Close(NMROutputStream.java:77)
at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStrea m.java:167)
at org.apache.cxf.transport.AbstractConduit.close(AbstractCondu it.java:66)
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageS enderEndingInterceptor.handleMessage(MessageSenderIntercepto r.java:62)
... 28 more
javax.xml.ws.WebServiceException: org.apache.cxf.interceptor.Fault: Could not send Message.
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProx y.java:142)
at $Proxy160.reserveFlight(Unknown Source)
at org.eclipse.swordfish.samples.flightbooking.FlightBookingImp l.bookFlight(FlightBookingImpl.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.apache.cxf.service.invoker.AbstractInvoker.performInvoca tion(AbstractInvoker.java:136)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(Abstra ctInvoker.java:82)
at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodIn voker.java:54)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(Abstra ctInvoker.java:68)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(S erviceInvokerInterceptor.java:56)
at org.apache.cxf.workqueue.SynchronousExecutor.execute(Synchro nousExecutor.java:37)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleM essage(ServiceInvokerInterceptor.java:92)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(Phase InterceptorChain.java:220)
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(C hainInitiationObserver.java:78)
at org.apache.servicemix.cxf.transport.nmr.NMRDestination.proce ss(NMRDestination.java:116)
at org.apache.servicemix.nmr.core.InternalEndpointWrapper.proce ss(InternalEndpointWrapper.java:86)
at org.apache.servicemix.nmr.core.ChannelImpl.process(ChannelIm pl.java:255)
at org.apache.servicemix.nmr.core.ChannelImpl$1.run(ChannelImpl .java:215)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool Executor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo lExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: org.apache.cxf.interceptor.Fault: Could not send Message.
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageS enderEndingInterceptor.handleMessage(MessageSenderIntercepto r.java:64)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(Phase InterceptorChain.java:220)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:46 6)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:29 9)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:25 1)
at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.j ava:73)
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProx y.java:124)
... 22 more
Caused by: java.io.IOException: Remote service error
at org.eclipse.swordfish.plugins.cxf.support.NMROutputStream.se ndOutputMessage(NMROutputStream.java:102)
at org.eclipse.swordfish.plugins.cxf.support.NMROutputStream.do Close(NMROutputStream.java:77)
at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStrea m.java:167)
at org.apache.cxf.transport.AbstractConduit.close(AbstractCondu it.java:66)
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageS enderEndingInterceptor.handleMessage(MessageSenderIntercepto r.java:62)
... 28 more
Aug 27, 2010 4:16:54 PM org.apache.cxf.phase.PhaseInterceptorChain doIntercept
INFO: Application has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: javax.xml.ws.WebServiceException: org.apache.cxf.interceptor.Fault: Could not send Message.
at org.apache.cxf.service.invoker.AbstractInvoker.createFault(A bstractInvoker.java:119)
at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.createFault( AbstractJAXWSMethodInvoker.java:83)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(Abstra ctInvoker.java:107)
at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodIn voker.java:54)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(Abstra ctInvoker.java:68)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(S erviceInvokerInterceptor.java:56)
at org.apache.cxf.workqueue.SynchronousExecutor.execute(Synchro nousExecutor.java:37)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleM essage(ServiceInvokerInterceptor.java:92)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(Phase InterceptorChain.java:220)
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(C hainInitiationObserver.java:78)
at org.apache.servicemix.cxf.transport.nmr.NMRDestination.proce ss(NMRDestination.java:116)
at org.apache.servicemix.nmr.core.InternalEndpointWrapper.proce ss(InternalEndpointWrapper.java:86)
at org.apache.servicemix.nmr.core.ChannelImpl.process(ChannelIm pl.java:255)
at org.apache.servicemix.nmr.core.ChannelImpl$1.run(ChannelImpl .java:215)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool Executor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo lExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.RuntimeException: javax.xml.ws.WebServiceException: org.apache.cxf.interceptor.Fault: Could not send Message.
at org.eclipse.swordfish.samples.flightbooking.FlightBookingImp l.bookFlight(FlightBookingImpl.java:66)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.apache.cxf.service.invoker.AbstractInvoker.performInvoca tion(AbstractInvoker.java:136)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(Abstra ctInvoker.java:82)
... 14 more
Caused by: javax.xml.ws.WebServiceException: org.apache.cxf.interceptor.Fault: Could not send Message.
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProx y.java:142)
at $Proxy160.reserveFlight(Unknown Source)
at org.eclipse.swordfish.samples.flightbooking.FlightBookingImp l.bookFlight(FlightBookingImpl.java:50)
... 20 more
Caused by: org.apache.cxf.interceptor.Fault: Could not send Message.
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageS enderEndingInterceptor.handleMessage(MessageSenderIntercepto r.java:64)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(Phase InterceptorChain.java:220)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:46 6)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:29 9)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:25 1)
at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.j ava:73)
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProx y.java:124)
... 22 more
Caused by: java.io.IOException: Remote service error
at org.eclipse.swordfish.plugins.cxf.support.NMROutputStream.se ndOutputMessage(NMROutputStream.java:102)
at org.eclipse.swordfish.plugins.cxf.support.NMROutputStream.do Close(NMROutputStream.java:77)
at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStrea m.java:167)
at org.apache.cxf.transport.AbstractConduit.close(AbstractCondu it.java:66)
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageS enderEndingInterceptor.handleMessage(MessageSenderIntercepto r.java:62)
... 28 more
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyAssertion HintExtractor extractHints
WARNING: Couldn't extract hints from terminated (status == DONE) message exchange!
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Filtering the interceptors with the followng list of policy based hints: []
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ConsumerRequestCom pressionInterceptor @7b34c5ff from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ConsumerResponseDe compressionInterceptor @54c9f997 from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ProviderRequestDec ompressionInterceptor @34115512 from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.plugins.compression.ProviderResponseCo mpressionInterceptor @71ce5e7a from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.eclipse.swordfish.plugins.planner.policy.PolicyBasedFilt erStrategy filter
INFO: Dropped interceptor org.eclipse.swordfish.internal.core.interceptor.CxfDecoratin gInterceptor @54e0d16b from the list of valid interceptors.
Aug 27, 2010 4:16:54 PM org.apache.servicemix.http.jetty.JCLLogger warn
WARNING: /FlightBookingService/
org.apache.cxf.interceptor.Fault: javax.xml.ws.WebServiceException: org.apache.cxf.interceptor.Fault: Could not send Message.
at org.apache.cxf.service.invoker.AbstractInvoker.createFault(A bstractInvoker.java:119)
at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.createFault( AbstractJAXWSMethodInvoker.java:83)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(Abstra ctInvoker.java:107)
at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodIn voker.java:54)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(Abstra ctInvoker.java:68)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(S erviceInvokerInterceptor.java:56)
at org.apache.cxf.workqueue.SynchronousExecutor.execute(Synchro nousExecutor.java:37)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleM essage(ServiceInvokerInterceptor.java:92)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(Phase InterceptorChain.java:220)
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(C hainInitiationObserver.java:78)
at org.apache.servicemix.cxf.transport.nmr.NMRDestination.proce ss(NMRDestination.java:116)
at org.apache.servicemix.nmr.core.InternalEndpointWrapper.proce ss(InternalEndpointWrapper.java:86)
at org.apache.servicemix.nmr.core.ChannelImpl.process(ChannelIm pl.java:255)
at org.apache.servicemix.nmr.core.ChannelImpl$1.run(ChannelImpl .java:215)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool Executor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo lExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.RuntimeException: javax.xml.ws.WebServiceException: org.apache.cxf.interceptor.Fault: Could not send Message.
at org.eclipse.swordfish.samples.flightbooking.FlightBookingImp l.bookFlight(FlightBookingImpl.java:66)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.apache.cxf.service.invoker.AbstractInvoker.performInvoca tion(AbstractInvoker.java:136)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(Abstra ctInvoker.java:82)
... 14 more
Caused by: javax.xml.ws.WebServiceException: org.apache.cxf.interceptor.Fault: Could not send Message.
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProx y.java:142)
at $Proxy160.reserveFlight(Unknown Source)
at org.eclipse.swordfish.samples.flightbooking.FlightBookingImp l.bookFlight(FlightBookingImpl.java:50)
... 20 more
Caused by: org.apache.cxf.interceptor.Fault: Could not send Message.
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageS enderEndingInterceptor.handleMessage(MessageSenderIntercepto r.java:64)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(Phase InterceptorChain.java:220)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:46 6)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:29 9)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:25 1)
at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.j ava:73)
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProx y.java:124)
... 22 more
Caused by: java.io.IOException: Remote service error
at org.eclipse.swordfish.plugins.cxf.support.NMROutputStream.se ndOutputMessage(NMROutputStream.java:102)
at org.eclipse.swordfish.plugins.cxf.support.NMROutputStream.do Close(NMROutputStream.java:77)
at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStrea m.java:167)
at org.apache.cxf.transport.AbstractConduit.close(AbstractCondu it.java:66)
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageS enderEndingInterceptor.handleMessage(MessageSenderIntercepto r.java:62)
... 28 more



I suppose i will be working on resolving this issue for the next few days but if anyone has any insight into this error i would appreciate your feedback on this forum and would like to thank you in advance.

best regards,
ante
Re: IWAB0135E An unexpected error has occurred. 500 javax.xml.ws.WebServiceException [message #579222 is a reply to message #579203] Mon, 30 August 2010 01:54 Go to previous message
Eclipse UserFriend
Hi Ante,

the rmiRegistryPort parameter influences the way the JMX support is initialized and has (as you discovered) no effect on your problem.

My impression is that your flight reservation provider has not been started. That's why you get the "Connection refused" error.

Could you please verify that the providers (flight reservation & payment processing) are working using the WebServiceExplorer before using the flight booking provider?

Cheers
Jürgen
Previous Topic:Swordfish FlightBooking demo with BPEL not working
Next Topic:The Eclipse BPEL Designer Project - what's the deal here?
Goto Forum:
  


Current Time: Sat May 24 09:20:18 EDT 2025

Powered by FUDForum. Page generated in 17.86393 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top