You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi.
I cannot deploy routes exposed as service by cCxf component with endpoint on port 8040 the same time as dataservices on 8040 too.
I want to deploy on 8040 in order to access webservices from anywhere on the network...
any ideas?
Offline
Hi,
you can use a cxf endpoint with relative uri (cxf:///test1?dataFormat=POJO&serviceClass=beans.Test1), ServiceMix (CXF) will bind the service the the preset endpoint (e.g. localhost:8040/services)
Carpe diem
Gabriel
Offline

Strange error on the same theme ...
I cannot make my route working on 8040 where as on 8041 it works
the route perform all steps and crash when sending the soap response...
java.lang.NullPointerException
at org.eclipse.jetty.io.BufferUtil.putHexInt(BufferUtil.java:149)[62:org.eclipse.jetty.io:7.5.4.v20111024]
at org.eclipse.jetty.http.HttpGenerator.prepareBuffers(HttpGenerator.java:957)[63:org.eclipse.jetty.http:7.5.4.v20111024]
at org.eclipse.jetty.http.HttpGenerator.flushBuffer(HttpGenerator.java:826)[63:org.eclipse.jetty.http:7.5.4.v20111024]
at org.eclipse.jetty.http.AbstractGenerator.flush(AbstractGenerator.java:452)[63:org.eclipse.jetty.http:7.5.4.v20111024]
at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:94)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.HttpConnection$Output.flush(HttpConnection.java:1010)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:177)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:101)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.apache.cxf.io.AbstractWrappedOutputStream.write(AbstractWrappedOutputStream.java:46)[110:org.apache.cxf.cxf-api:2.6.0]
at com.ctc.wstx.io.UTF8Writer.flush(UTF8Writer.java:100)[103:woodstox-core-asl:4.1.2]
at com.ctc.wstx.sw.BufferingXmlWriter.flush(BufferingXmlWriter.java:225)[103:woodstox-core-asl:4.1.2]
at com.ctc.wstx.sw.BufferingXmlWriter.close(BufferingXmlWriter.java:198)[103:woodstox-core-asl:4.1.2]
at com.ctc.wstx.sw.BaseStreamWriter._finishDocument(BaseStreamWriter.java:1406)[103:woodstox-core-asl:4.1.2]
at com.ctc.wstx.sw.BaseStreamWriter.writeEndDocument(BaseStreamWriter.java:538)[103:woodstox-core-asl:4.1.2]
at org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor$SoapOutEndingInterceptor.handleMessage(SoapOutInterceptor.java:282)[116:org.apache.cxf.cxf-rt-bindings-soap:2.6.0]
at org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor$SoapOutEndingInterceptor.handleMessage(SoapOutInterceptor.java:270)[116:org.apache.cxf.cxf-rt-bindings-soap:2.6.0]
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.interceptor.OutgoingChainInterceptor.handleMessage(OutgoingChainInterceptor.java:77)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.phase.PhaseInterceptorChain.resume(PhaseInterceptorChain.java:231)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:79)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:211)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:213)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:193)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:129)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:187)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:110)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)[58:org.apache.geronimo.specs.geronimo-servlet_2.5_spec:1.1.2]
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:166)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:547)[69:org.eclipse.jetty.servlet:7.5.4.v20111024]
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:480)[69:org.eclipse.jetty.servlet:7.5.4.v20111024]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:70)[81:org.ops4j.pax.web.pax-web-jetty:1.0.8]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:520)[68:org.eclipse.jetty.security:7.5.4.v20111024]
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:941)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:117)[81:org.ops4j.pax.web.pax-web-jetty:1.0.8]
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:409)[69:org.eclipse.jetty.servlet:7.5.4.v20111024]
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:875)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:72)[81:org.ops4j.pax.web.pax-web-jetty:1.0.8]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.Server.handleAsync(Server.java:394)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:446)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:48)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:586)[62:org.eclipse.jetty.io:7.5.4.v20111024]
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:44)[62:org.eclipse.jetty.io:7.5.4.v20111024]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)[61:org.eclipse.jetty.util:7.5.4.v20111024]
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)[61:org.eclipse.jetty.util:7.5.4.v20111024]
at java.lang.Thread.run(Thread.java:662)[:1.6.0_24]
12:39:42,869 | WARN | qtp585652261-31 | oap11FaultOutInterceptorInternal 118 | - - | Error writing to XMLStreamWriter.
javax.xml.stream.XMLStreamException: Trying to output second root, <soap:Fault>
at com.ctc.wstx.sw.BaseStreamWriter.throwOutputError(BaseStreamWriter.java:1524)[103:woodstox-core-asl:4.1.2]
at com.ctc.wstx.sw.BaseStreamWriter.throwOutputError(BaseStreamWriter.java:1531)[103:woodstox-core-asl:4.1.2]
at com.ctc.wstx.sw.BaseStreamWriter.reportNwfStructure(BaseStreamWriter.java:1559)[103:woodstox-core-asl:4.1.2]
at com.ctc.wstx.sw.BaseNsStreamWriter.checkStartElement(BaseNsStreamWriter.java:469)[103:woodstox-core-asl:4.1.2]
at com.ctc.wstx.sw.SimpleNsStreamWriter.writeStartOrEmpty(SimpleNsStreamWriter.java:252)[103:woodstox-core-asl:4.1.2]
at com.ctc.wstx.sw.BaseNsStreamWriter.writeStartElement(BaseNsStreamWriter.java:317)[103:woodstox-core-asl:4.1.2]
at org.apache.cxf.binding.soap.interceptor.Soap11FaultOutInterceptor$Soap11FaultOutInterceptorInternal.handleMessage(Soap11FaultOutInterceptor.java:75)[116:org.apache.cxf.cxf-rt-bindings-soap:2.6.0]
at org.apache.cxf.binding.soap.interceptor.Soap11FaultOutInterceptor$Soap11FaultOutInterceptorInternal.handleMessage(Soap11FaultOutInterceptor.java:50)[116:org.apache.cxf.cxf-rt-bindings-soap:2.6.0]
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:113)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:322)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.interceptor.OutgoingChainInterceptor.handleMessage(OutgoingChainInterceptor.java:77)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.phase.PhaseInterceptorChain.resume(PhaseInterceptorChain.java:231)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:79)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:211)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:213)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:193)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:129)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:187)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:110)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)[58:org.apache.geronimo.specs.geronimo-servlet_2.5_spec:1.1.2]
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:166)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:547)[69:org.eclipse.jetty.servlet:7.5.4.v20111024]
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:480)[69:org.eclipse.jetty.servlet:7.5.4.v20111024]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:70)[81:org.ops4j.pax.web.pax-web-jetty:1.0.8]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:520)[68:org.eclipse.jetty.security:7.5.4.v20111024]
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:941)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:117)[81:org.ops4j.pax.web.pax-web-jetty:1.0.8]
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:409)[69:org.eclipse.jetty.servlet:7.5.4.v20111024]
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:875)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:72)[81:org.ops4j.pax.web.pax-web-jetty:1.0.8]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.Server.handleAsync(Server.java:394)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:446)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:48)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:586)[62:org.eclipse.jetty.io:7.5.4.v20111024]
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:44)[62:org.eclipse.jetty.io:7.5.4.v20111024]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)[61:org.eclipse.jetty.util:7.5.4.v20111024]
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)[61:org.eclipse.jetty.util:7.5.4.v20111024]
at java.lang.Thread.run(Thread.java:662)[:1.6.0_24]
12:39:42,871 | WARN | qtp585652261-31 | ache.cxf.common.logging.LogUtils 405 | - - | Interceptor for {http://business}PopulateService#{http://business}generate has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault
at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:75)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:322)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.interceptor.OutgoingChainInterceptor.handleMessage(OutgoingChainInterceptor.java:77)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.phase.PhaseInterceptorChain.resume(PhaseInterceptorChain.java:231)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:79)[110:org.apache.cxf.cxf-api:2.6.0]
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:211)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:213)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:193)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:129)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:187)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:110)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)[58:org.apache.geronimo.specs.geronimo-servlet_2.5_spec:1.1.2]
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:166)[118:org.apache.cxf.cxf-rt-transports-http:2.6.0]
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:547)[69:org.eclipse.jetty.servlet:7.5.4.v20111024]
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:480)[69:org.eclipse.jetty.servlet:7.5.4.v20111024]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:70)[81:org.ops4j.pax.web.pax-web-jetty:1.0.8]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:520)[68:org.eclipse.jetty.security:7.5.4.v20111024]
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:941)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:117)[81:org.ops4j.pax.web.pax-web-jetty:1.0.8]
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:409)[69:org.eclipse.jetty.servlet:7.5.4.v20111024]
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:875)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:72)[81:org.ops4j.pax.web.pax-web-jetty:1.0.8]
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.Server.handleAsync(Server.java:394)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:446)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:48)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:586)[62:org.eclipse.jetty.io:7.5.4.v20111024]
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:44)[62:org.eclipse.jetty.io:7.5.4.v20111024]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)[61:org.eclipse.jetty.util:7.5.4.v20111024]
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)[61:org.eclipse.jetty.util:7.5.4.v20111024]
at java.lang.Thread.run(Thread.java:662)[:1.6.0_24]
Caused by: java.lang.NullPointerException
at org.eclipse.jetty.io.BufferUtil.putHexInt(BufferUtil.java:149)[62:org.eclipse.jetty.io:7.5.4.v20111024]
at org.eclipse.jetty.http.HttpGenerator.prepareBuffers(HttpGenerator.java:957)[63:org.eclipse.jetty.http:7.5.4.v20111024]
at org.eclipse.jetty.http.HttpGenerator.flushBuffer(HttpGenerator.java:826)[63:org.eclipse.jetty.http:7.5.4.v20111024]
at org.eclipse.jetty.http.AbstractGenerator.flush(AbstractGenerator.java:452)[63:org.eclipse.jetty.http:7.5.4.v20111024]
at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:94)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.HttpConnection$Output.flush(HttpConnection.java:1010)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:177)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:101)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.apache.cxf.io.AbstractWrappedOutputStream.write(AbstractWrappedOutputStream.java:46)[110:org.apache.cxf.cxf-api:2.6.0]
at com.ctc.wstx.io.UTF8Writer.flush(UTF8Writer.java:100)[103:woodstox-core-asl:4.1.2]
at com.ctc.wstx.sw.BufferingXmlWriter.flush(BufferingXmlWriter.java:225)[103:woodstox-core-asl:4.1.2]
at com.ctc.wstx.sw.BufferingXmlWriter.close(BufferingXmlWriter.java:198)[103:woodstox-core-asl:4.1.2]
at com.ctc.wstx.sw.BaseStreamWriter._finishDocument(BaseStreamWriter.java:1406)[103:woodstox-core-asl:4.1.2]
at com.ctc.wstx.sw.BaseStreamWriter.writeEndDocument(BaseStreamWriter.java:538)[103:woodstox-core-asl:4.1.2]
at org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor$SoapOutEndingInterceptor.handleMessage(SoapOutInterceptor.java:282)[116:org.apache.cxf.cxf-rt-bindings-soap:2.6.0]
at org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor$SoapOutEndingInterceptor.handleMessage(SoapOutInterceptor.java:270)[116:org.apache.cxf.cxf-rt-bindings-soap:2.6.0]
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)[110:org.apache.cxf.cxf-api:2.6.0]
... 34 more
12:39:42,874 | WARN | qtp585652261-31 | lipse.jetty.util.log.JavaUtilLog 69 | - - | handle failed
java.lang.NullPointerException
at org.eclipse.jetty.http.HttpGenerator.prepareBuffers(HttpGenerator.java:1027)[63:org.eclipse.jetty.http:7.5.4.v20111024]
at org.eclipse.jetty.http.HttpGenerator.flushBuffer(HttpGenerator.java:909)[63:org.eclipse.jetty.http:7.5.4.v20111024]
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:55)[67:org.eclipse.jetty.server:7.5.4.v20111024]
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:586)[62:org.eclipse.jetty.io:7.5.4.v20111024]
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:44)[62:org.eclipse.jetty.io:7.5.4.v20111024]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)[61:org.eclipse.jetty.util:7.5.4.v20111024]
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)[61:org.eclipse.jetty.util:7.5.4.v20111024]
at java.lang.Thread.run(Thread.java:662)[:1.6.0_24]Offline
Pages: 1