You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by yuqianata <yu...@yahoo.com> on 2014/12/08 15:34:18 UTC

Fault on Was8 , But Everything is OK on Tomcat. Is there anyone kindly to tell why and give me some advice to solve it? Thanks!

<http://cxf.547215.n5.nabble.com/file/n5752055/tcat.png> 
<http://cxf.547215.n5.nabble.com/file/n5752055/waserr.png> 
server logs----everything is ok:
[14-12-5 14:16:27:027 CST] 00000048 SystemOut     O 2014-12-05 14:16:27,027
com.dcits.margin.service.impl.Canton2ndHouseImpl -
packaging...:0000450001|20141205021627|GTGZBANK|9999||asd123test
[14-12-5 14:16:27:028 CST] 00000048 SystemOut     O 2014-12-05 14:16:27,028
com.dcits.margin.service.impl.Canton2ndHouseImpl - tcp to other system...
[14-12-5 14:16:27:028 CST] 00000048 SystemOut     O 2014-12-05 14:16:27,028
com.dcits.margin.comunication.ComunicationUtil - create socket...
[14-12-5 14:16:27:029 CST] 00000048 SystemOut     O 2014-12-05 14:16:27,029
com.dcits.margin.comunication.ComunicationUtil - sending
pacakge:0000450001|20141205021627|GTGZBANK|9999||asd123test
[14-12-5 14:16:27:047 CST] 00000048 SystemOut     O 2014-12-05 14:16:27,047
com.dcits.margin.comunication.ComunicationUtil - recieve
pacakge:0000710002TestSuccess
[14-12-5 14:16:27:047 CST] 00000048 SystemOut     O 2014-12-05 14:16:27,047
com.dcits.margin.service.impl.Canton2ndHouseImpl - Scoket get
packege:0000710002TestSuccess

[14-12-5 14:16:27:047 CST] 00000048 PhaseIntercep I
org.apache.cxf.phase.PhaseInterceptorChain doIntercept Interceptor has
thrown exception, unwinding now
                                 java.lang.NullPointerException
at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:946)
at
org.apache.cxf.jaxws.interceptors.SwAOutInterceptor.callSWARefMethod(SwAOutInterceptor.java:92)
at
org.apache.cxf.jaxws.interceptors.SwAOutInterceptor.hasSwaRef(SwAOutInterceptor.java:224)
at
org.apache.cxf.jaxws.interceptors.SwAOutInterceptor.handleMessage(SwAOutInterceptor.java:124)
at
org.apache.cxf.jaxws.interceptors.SwAOutInterceptor.handleMessage(SwAOutInterceptor.java:71)
at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:226)
at
org.apache.cxf.interceptor.OutgoingChainInterceptor.handleMessage(OutgoingChainInterceptor.java:74)
at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:226)
at
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:89)
at
org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:99)
at
org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:350)
at
org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:182)
at
org.apache.cxf.transport.servlet.AbstractCXFServlet.invoke(AbstractCXFServlet.java:163)
at
org.apache.cxf.transport.servlet.AbstractCXFServlet.doPost(AbstractCXFServlet.java:141)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1230)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:779)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
at
com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1071)
at
com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:87)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:909)
at
com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)
at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:453)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:515)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:306)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:277)
at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
at
com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)
at
com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at
com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
at
com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1700)




--
View this message in context: http://cxf.547215.n5.nabble.com/Fault-on-Was8-But-Everything-is-OK-on-Tomcat-Is-there-anyone-kindly-to-tell-why-and-give-me-some-adv-tp5752055.html
Sent from the cxf-user mailing list archive at Nabble.com.