users@glassfish.java.net

Re: Grizzly/Jersey "freezes" during heavy simultaneous connections

From: <glassfish_at_javadesktop.org>
Date: Wed, 23 Jun 2010 09:52:05 PDT

Glassfish freezes when simultaneous requests exceed request processing threads

Glassfish Configuration:

Request Processing
=============
Thread Count: 5
Initial Thread Count: 2
Thread Increment: 1
Request Timeout: 30
Buffer Length: 8192

Keep Alive
========
Thread Count: 1
Max Connections: 250
Time Out: 30

Our application exposes multiple web services. Each web service internally call some other web services.

Scenario:
5 concurrent web service requests are sent to web service 1 on 8080 port. Then Web service 1 makes call to another web service 2 on secured port 8181. Then Web service 2 makes another call on either secured or unsecured port.

This scenario if freezing up the Glassfish as it is running out of request processing threads. But this kind of behavior is not acceptable as at least it should timeout and ready to accept other requests.

Any help in this matter is much appreciated.

Here is the http thread status:

Stacks at 11:35:44 AM (uptime 1:30:49)


httpSSLWorkerThread-8080-0 [RUNNABLE, IN_NATIVE] CPU time: 0:01
java.net.SocketInputStream.socketRead0(FileDescriptor, byte[], int, int, int)
java.net.SocketInputStream.read(byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputStream, byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.read(InputStream, OutputStream)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(InputRecord, boolean)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(InputRecord)
com.sun.net.ssl.internal.ssl.AppInputStream.read(byte[], int, int)
java.io.BufferedInputStream.fill()
java.io.BufferedInputStream.read1(byte[], int, int)
java.io.BufferedInputStream.read(byte[], int, int)
sun.net.www.http.HttpClient.parseHTTPHeader(MessageHeader, ProgressSource, HttpURLConnection)
sun.net.www.http.HttpClient.parseHTTP(MessageHeader, ProgressSource, HttpURLConnection)
sun.net.www.protocol.http.HttpURLConnection.getInputStream()
java.net.HttpURLConnection.getResponseCode()
sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode()
com.sun.xml.ws.transport.http.client.HttpClientTransport.readResponseCodeAndMessage()
com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(Packet)
com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(Packet)
com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.client.Stub.process(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SEIStub.doProcess(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[], RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[])
com.sun.xml.ws.client.sei.SEIStub.invoke(Object, Method, Object[])
$Proxy64.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQueryImpl.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQueryRequestType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuery.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQueryRequestType)
sun.reflect.NativeMethodAccessorImpl.invoke0(Method, Object, Object[])
sun.reflect.NativeMethodAccessorImpl.invoke(Object, Object[])
sun.reflect.DelegatingMethodAccessorImpl.invoke(Object, Object[])
java.lang.reflect.Method.invoke(Object, Object[])
com.sun.enterprise.webservice.InstanceResolverImpl$1.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.InvokerTube$2.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(Packet)
com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.MonitoringPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.processRequest(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.server.WSEndpointImpl$2.process(Packet, WebServiceContextDelegate, TransportBackChannel)
com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.HttpAdapter.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletContext, HttpServletRequest, HttpServletResponse)
com.sun.enterprise.webservice.JAXWSServlet.doPost(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(ServletRequest, ServletResponse)
org.apache.catalina.core.ApplicationFilterChain.servletService(ServletRequest, ServletResponse, Servlet, InstanceSupport)
org.apache.catalina.core.StandardWrapperValve.invoke(Request, Response)
org.apache.catalina.core.StandardContextValve.invokeInternal(Wrapper, Request, Response)
org.apache.catalina.core.StandardContextValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
com.sun.enterprise.web.WebPipeline.invoke(Request, Response)
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(Request, Response)
org.apache.catalina.core.StandardHostValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.catalina.core.StandardEngineValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.coyote.tomcat5.CoyoteAdapter.service(Request, Response)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter()
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask()
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(ByteBuffer)
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask()
com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask()
com.sun.enterprise.web.connector.grizzly.TaskBase.run()
com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run()



httpSSLWorkerThread-8080-1 [RUNNABLE, IN_NATIVE] CPU time: 0:01
java.net.SocketInputStream.socketRead0(FileDescriptor, byte[], int, int, int)
java.net.SocketInputStream.read(byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputStream, byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.read(InputStream, OutputStream)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(InputRecord, boolean)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(InputRecord)
com.sun.net.ssl.internal.ssl.AppInputStream.read(byte[], int, int)
java.io.BufferedInputStream.fill()
java.io.BufferedInputStream.read1(byte[], int, int)
java.io.BufferedInputStream.read(byte[], int, int)
sun.net.www.http.HttpClient.parseHTTPHeader(MessageHeader, ProgressSource, HttpURLConnection)
sun.net.www.http.HttpClient.parseHTTP(MessageHeader, ProgressSource, HttpURLConnection)
sun.net.www.protocol.http.HttpURLConnection.getInputStream()
java.net.HttpURLConnection.getResponseCode()
sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode()
com.sun.xml.ws.transport.http.client.HttpClientTransport.readResponseCodeAndMessage()
com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(Packet)
com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(Packet)
com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.client.Stub.process(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SEIStub.doProcess(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[], RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[])
com.sun.xml.ws.client.sei.SEIStub.invoke(Object, Method, Object[])
$Proxy64.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQueryImpl.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQueryRequestType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuery.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQueryRequestType)
sun.reflect.NativeMethodAccessorImpl.invoke0(Method, Object, Object[])
sun.reflect.NativeMethodAccessorImpl.invoke(Object, Object[])
sun.reflect.DelegatingMethodAccessorImpl.invoke(Object, Object[])
java.lang.reflect.Method.invoke(Object, Object[])
com.sun.enterprise.webservice.InstanceResolverImpl$1.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.InvokerTube$2.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(Packet)
com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.MonitoringPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.processRequest(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.server.WSEndpointImpl$2.process(Packet, WebServiceContextDelegate, TransportBackChannel)
com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.HttpAdapter.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletContext, HttpServletRequest, HttpServletResponse)
com.sun.enterprise.webservice.JAXWSServlet.doPost(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(ServletRequest, ServletResponse)
org.apache.catalina.core.ApplicationFilterChain.servletService(ServletRequest, ServletResponse, Servlet, InstanceSupport)
org.apache.catalina.core.StandardWrapperValve.invoke(Request, Response)
org.apache.catalina.core.StandardContextValve.invokeInternal(Wrapper, Request, Response)
org.apache.catalina.core.StandardContextValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
com.sun.enterprise.web.WebPipeline.invoke(Request, Response)
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(Request, Response)
org.apache.catalina.core.StandardHostValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.catalina.core.StandardEngineValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.coyote.tomcat5.CoyoteAdapter.service(Request, Response)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter()
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask()
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(ByteBuffer)
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask()
com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask()
com.sun.enterprise.web.connector.grizzly.TaskBase.run()
com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run()



httpSSLWorkerThread-8080-2 [RUNNABLE, IN_NATIVE] CPU time: 0:01
java.net.SocketInputStream.socketRead0(FileDescriptor, byte[], int, int, int)
java.net.SocketInputStream.read(byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputStream, byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.read(InputStream, OutputStream)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(InputRecord, boolean)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(InputRecord)
com.sun.net.ssl.internal.ssl.AppInputStream.read(byte[], int, int)
java.io.BufferedInputStream.fill()
java.io.BufferedInputStream.read1(byte[], int, int)
java.io.BufferedInputStream.read(byte[], int, int)
sun.net.www.http.HttpClient.parseHTTPHeader(MessageHeader, ProgressSource, HttpURLConnection)
sun.net.www.http.HttpClient.parseHTTP(MessageHeader, ProgressSource, HttpURLConnection)
sun.net.www.protocol.http.HttpURLConnection.getInputStream()
java.net.HttpURLConnection.getResponseCode()
sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode()
com.sun.xml.ws.transport.http.client.HttpClientTransport.readResponseCodeAndMessage()
com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(Packet)
com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(Packet)
com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.client.Stub.process(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SEIStub.doProcess(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[], RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[])
com.sun.xml.ws.client.sei.SEIStub.invoke(Object, Method, Object[])
$Proxy64.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQueryImpl.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQueryRequestType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuery.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQueryRequestType)
sun.reflect.NativeMethodAccessorImpl.invoke0(Method, Object, Object[])
sun.reflect.NativeMethodAccessorImpl.invoke(Object, Object[])
sun.reflect.DelegatingMethodAccessorImpl.invoke(Object, Object[])
java.lang.reflect.Method.invoke(Object, Object[])
com.sun.enterprise.webservice.InstanceResolverImpl$1.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.InvokerTube$2.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(Packet)
com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.MonitoringPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.processRequest(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.server.WSEndpointImpl$2.process(Packet, WebServiceContextDelegate, TransportBackChannel)
com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.HttpAdapter.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletContext, HttpServletRequest, HttpServletResponse)
com.sun.enterprise.webservice.JAXWSServlet.doPost(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(ServletRequest, ServletResponse)
org.apache.catalina.core.ApplicationFilterChain.servletService(ServletRequest, ServletResponse, Servlet, InstanceSupport)
org.apache.catalina.core.StandardWrapperValve.invoke(Request, Response)
org.apache.catalina.core.StandardContextValve.invokeInternal(Wrapper, Request, Response)
org.apache.catalina.core.StandardContextValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
com.sun.enterprise.web.WebPipeline.invoke(Request, Response)
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(Request, Response)
org.apache.catalina.core.StandardHostValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.catalina.core.StandardEngineValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.coyote.tomcat5.CoyoteAdapter.service(Request, Response)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter()
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask()
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(ByteBuffer)
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask()
com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask()
com.sun.enterprise.web.connector.grizzly.TaskBase.run()
com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run()



httpSSLWorkerThread-8080-3 [RUNNABLE, IN_NATIVE] CPU time: 0:03
java.net.SocketInputStream.socketRead0(FileDescriptor, byte[], int, int, int)
java.net.SocketInputStream.read(byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputStream, byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.read(InputStream, OutputStream)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(InputRecord, boolean)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(InputRecord)
com.sun.net.ssl.internal.ssl.AppInputStream.read(byte[], int, int)
java.io.BufferedInputStream.fill()
java.io.BufferedInputStream.read1(byte[], int, int)
java.io.BufferedInputStream.read(byte[], int, int)
sun.net.www.http.HttpClient.parseHTTPHeader(MessageHeader, ProgressSource, HttpURLConnection)
sun.net.www.http.HttpClient.parseHTTP(MessageHeader, ProgressSource, HttpURLConnection)
sun.net.www.protocol.http.HttpURLConnection.getInputStream()
java.net.HttpURLConnection.getResponseCode()
sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode()
com.sun.xml.ws.transport.http.client.HttpClientTransport.readResponseCodeAndMessage()
com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(Packet)
com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(Packet)
com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.client.Stub.process(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SEIStub.doProcess(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[], RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[])
com.sun.xml.ws.client.sei.SEIStub.invoke(Object, Method, Object[])
$Proxy64.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQueryImpl.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQueryRequestType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuery.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQueryRequestType)
sun.reflect.NativeMethodAccessorImpl.invoke0(Method, Object, Object[])
sun.reflect.NativeMethodAccessorImpl.invoke(Object, Object[])
sun.reflect.DelegatingMethodAccessorImpl.invoke(Object, Object[])
java.lang.reflect.Method.invoke(Object, Object[])
com.sun.enterprise.webservice.InstanceResolverImpl$1.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.InvokerTube$2.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(Packet)
com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.MonitoringPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.processRequest(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.server.WSEndpointImpl$2.process(Packet, WebServiceContextDelegate, TransportBackChannel)
com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.HttpAdapter.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletContext, HttpServletRequest, HttpServletResponse)
com.sun.enterprise.webservice.JAXWSServlet.doPost(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(ServletRequest, ServletResponse)
org.apache.catalina.core.ApplicationFilterChain.servletService(ServletRequest, ServletResponse, Servlet, InstanceSupport)
org.apache.catalina.core.StandardWrapperValve.invoke(Request, Response)
org.apache.catalina.core.StandardContextValve.invokeInternal(Wrapper, Request, Response)
org.apache.catalina.core.StandardContextValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
com.sun.enterprise.web.WebPipeline.invoke(Request, Response)
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(Request, Response)
org.apache.catalina.core.StandardHostValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.catalina.core.StandardEngineValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.coyote.tomcat5.CoyoteAdapter.service(Request, Response)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter()
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask()
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(ByteBuffer)
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask()
com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask()
com.sun.enterprise.web.connector.grizzly.TaskBase.run()
com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run()



httpSSLWorkerThread-8080-4 [RUNNABLE, IN_NATIVE] CPU time: 0:01
java.net.SocketInputStream.socketRead0(FileDescriptor, byte[], int, int, int)
java.net.SocketInputStream.read(byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputStream, byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.read(InputStream, OutputStream)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(InputRecord, boolean)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(InputRecord)
com.sun.net.ssl.internal.ssl.AppInputStream.read(byte[], int, int)
java.io.BufferedInputStream.fill()
java.io.BufferedInputStream.read1(byte[], int, int)
java.io.BufferedInputStream.read(byte[], int, int)
sun.net.www.http.HttpClient.parseHTTPHeader(MessageHeader, ProgressSource, HttpURLConnection)
sun.net.www.http.HttpClient.parseHTTP(MessageHeader, ProgressSource, HttpURLConnection)
sun.net.www.protocol.http.HttpURLConnection.getInputStream()
java.net.HttpURLConnection.getResponseCode()
sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode()
com.sun.xml.ws.transport.http.client.HttpClientTransport.readResponseCodeAndMessage()
com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(Packet)
com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(Packet)
com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.client.Stub.process(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SEIStub.doProcess(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[], RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[])
com.sun.xml.ws.client.sei.SEIStub.invoke(Object, Method, Object[])
$Proxy64.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQueryImpl.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQueryRequestType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuery.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQueryRequestType)
sun.reflect.NativeMethodAccessorImpl.invoke0(Method, Object, Object[])
sun.reflect.NativeMethodAccessorImpl.invoke(Object, Object[])
sun.reflect.DelegatingMethodAccessorImpl.invoke(Object, Object[])
java.lang.reflect.Method.invoke(Object, Object[])
com.sun.enterprise.webservice.InstanceResolverImpl$1.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.InvokerTube$2.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(Packet)
com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.MonitoringPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.processRequest(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.server.WSEndpointImpl$2.process(Packet, WebServiceContextDelegate, TransportBackChannel)
com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.HttpAdapter.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletContext, HttpServletRequest, HttpServletResponse)
com.sun.enterprise.webservice.JAXWSServlet.doPost(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(ServletRequest, ServletResponse)
org.apache.catalina.core.ApplicationFilterChain.servletService(ServletRequest, ServletResponse, Servlet, InstanceSupport)
org.apache.catalina.core.StandardWrapperValve.invoke(Request, Response)
org.apache.catalina.core.StandardContextValve.invokeInternal(Wrapper, Request, Response)
org.apache.catalina.core.StandardContextValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
com.sun.enterprise.web.WebPipeline.invoke(Request, Response)
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(Request, Response)
org.apache.catalina.core.StandardHostValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.catalina.core.StandardEngineValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.coyote.tomcat5.CoyoteAdapter.service(Request, Response)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter()
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask()
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(ByteBuffer)
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask()
com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask()
com.sun.enterprise.web.connector.grizzly.TaskBase.run()
com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run()



httpSSLWorkerThread-8181-0 [RUNNABLE, IN_NATIVE] CPU time: 0:10
java.net.SocketInputStream.socketRead0(FileDescriptor, byte[], int, int, int)
java.net.SocketInputStream.read(byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputStream, byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.read(InputStream, OutputStream)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(InputRecord, boolean)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake()
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(boolean)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake()
sun.net.www.protocol.https.HttpsClient.afterConnect()
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect()
sun.net.www.protocol.http.HttpURLConnection.getOutputStream()
sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream()
com.sun.xml.ws.transport.http.client.HttpClientTransport.getOutput()
com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(Packet)
com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(Packet)
com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.client.Stub.process(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SEIStub.doProcess(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[], RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[])
com.sun.xml.ws.client.sei.SEIStub.invoke(Object, Method, Object[])
$Proxy69.logEvent(LogEventSecureRequestType)
gov.hhs.fha.nhinc.auditrepository.proxy.AuditRepositorySecuredWebServiceProxy.auditLog(LogEventRequestType, AssertionType)
gov.hhs.fha.nhinc.docquery.DocQueryAuditLog.logDocQuery(AdhocQueryMessageType, String, String)
gov.hhs.fha.nhinc.docquery.DocQueryAuditLog.audit(RespondingGatewayCrossGatewayQuerySecuredRequestType, AssertionType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuerySecuredImpl.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType, AssertionType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuerySecuredImpl.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType, WebServiceContext)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuerySecured.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType)
sun.reflect.NativeMethodAccessorImpl.invoke0(Method, Object, Object[])
sun.reflect.NativeMethodAccessorImpl.invoke(Object, Object[])
sun.reflect.DelegatingMethodAccessorImpl.invoke(Object, Object[])
java.lang.reflect.Method.invoke(Object, Object[])
com.sun.enterprise.webservice.InstanceResolverImpl$1.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.InvokerTube$2.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(Packet)
com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.MonitoringPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.processRequest(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.server.WSEndpointImpl$2.process(Packet, WebServiceContextDelegate, TransportBackChannel)
com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.HttpAdapter.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletContext, HttpServletRequest, HttpServletResponse)
com.sun.enterprise.webservice.JAXWSServlet.doPost(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(ServletRequest, ServletResponse)
org.apache.catalina.core.ApplicationFilterChain.servletService(ServletRequest, ServletResponse, Servlet, InstanceSupport)
org.apache.catalina.core.StandardWrapperValve.invoke(Request, Response)
org.apache.catalina.core.StandardContextValve.invokeInternal(Wrapper, Request, Response)
org.apache.catalina.core.StandardContextValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
com.sun.enterprise.web.WebPipeline.invoke(Request, Response)
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(Request, Response)
org.apache.catalina.core.StandardHostValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.catalina.core.StandardEngineValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.coyote.tomcat5.CoyoteAdapter.service(Request, Response)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter()
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask()
com.sun.enterprise.web.connector.grizzly.ssl.SSLReadTask.process()
com.sun.enterprise.web.connector.grizzly.ssl.SSLReadTask.doTask()
com.sun.enterprise.web.connector.grizzly.TaskBase.run()
com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run()



httpSSLWorkerThread-8181-1 [RUNNABLE, IN_NATIVE] CPU time: 0:12
java.net.SocketInputStream.socketRead0(FileDescriptor, byte[], int, int, int)
java.net.SocketInputStream.read(byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputStream, byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.read(InputStream, OutputStream)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(InputRecord, boolean)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake()
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(boolean)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake()
sun.net.www.protocol.https.HttpsClient.afterConnect()
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect()
sun.net.www.protocol.http.HttpURLConnection.getOutputStream()
sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream()
com.sun.xml.ws.transport.http.client.HttpClientTransport.getOutput()
com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(Packet)
com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(Packet)
com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.client.Stub.process(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SEIStub.doProcess(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[], RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[])
com.sun.xml.ws.client.sei.SEIStub.invoke(Object, Method, Object[])
$Proxy69.logEvent(LogEventSecureRequestType)
gov.hhs.fha.nhinc.auditrepository.proxy.AuditRepositorySecuredWebServiceProxy.auditLog(LogEventRequestType, AssertionType)
gov.hhs.fha.nhinc.docquery.DocQueryAuditLog.logDocQuery(AdhocQueryMessageType, String, String)
gov.hhs.fha.nhinc.docquery.DocQueryAuditLog.audit(RespondingGatewayCrossGatewayQuerySecuredRequestType, AssertionType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuerySecuredImpl.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType, AssertionType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuerySecuredImpl.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType, WebServiceContext)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuerySecured.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType)
sun.reflect.NativeMethodAccessorImpl.invoke0(Method, Object, Object[])
sun.reflect.NativeMethodAccessorImpl.invoke(Object, Object[])
sun.reflect.DelegatingMethodAccessorImpl.invoke(Object, Object[])
java.lang.reflect.Method.invoke(Object, Object[])
com.sun.enterprise.webservice.InstanceResolverImpl$1.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.InvokerTube$2.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(Packet)
com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.MonitoringPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.processRequest(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.server.WSEndpointImpl$2.process(Packet, WebServiceContextDelegate, TransportBackChannel)
com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.HttpAdapter.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletContext, HttpServletRequest, HttpServletResponse)
com.sun.enterprise.webservice.JAXWSServlet.doPost(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(ServletRequest, ServletResponse)
org.apache.catalina.core.ApplicationFilterChain.servletService(ServletRequest, ServletResponse, Servlet, InstanceSupport)
org.apache.catalina.core.StandardWrapperValve.invoke(Request, Response)
org.apache.catalina.core.StandardContextValve.invokeInternal(Wrapper, Request, Response)
org.apache.catalina.core.StandardContextValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
com.sun.enterprise.web.WebPipeline.invoke(Request, Response)
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(Request, Response)
org.apache.catalina.core.StandardHostValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.catalina.core.StandardEngineValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.coyote.tomcat5.CoyoteAdapter.service(Request, Response)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter()
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask()
com.sun.enterprise.web.connector.grizzly.ssl.SSLReadTask.process()
com.sun.enterprise.web.connector.grizzly.ssl.SSLReadTask.doTask()
com.sun.enterprise.web.connector.grizzly.TaskBase.run()
com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run()



httpSSLWorkerThread-8181-2 [RUNNABLE, IN_NATIVE] CPU time: 0:12
java.net.SocketInputStream.socketRead0(FileDescriptor, byte[], int, int, int)
java.net.SocketInputStream.read(byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputStream, byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.read(InputStream, OutputStream)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(InputRecord, boolean)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake()
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(boolean)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake()
sun.net.www.protocol.https.HttpsClient.afterConnect()
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect()
sun.net.www.protocol.http.HttpURLConnection.getOutputStream()
sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream()
com.sun.xml.ws.transport.http.client.HttpClientTransport.getOutput()
com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(Packet)
com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(Packet)
com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.client.Stub.process(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SEIStub.doProcess(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[], RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[])
com.sun.xml.ws.client.sei.SEIStub.invoke(Object, Method, Object[])
$Proxy69.logEvent(LogEventSecureRequestType)
gov.hhs.fha.nhinc.auditrepository.proxy.AuditRepositorySecuredWebServiceProxy.auditLog(LogEventRequestType, AssertionType)
gov.hhs.fha.nhinc.docquery.DocQueryAuditLog.logDocQuery(AdhocQueryMessageType, String, String)
gov.hhs.fha.nhinc.docquery.DocQueryAuditLog.audit(RespondingGatewayCrossGatewayQuerySecuredRequestType, AssertionType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuerySecuredImpl.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType, AssertionType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuerySecuredImpl.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType, WebServiceContext)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuerySecured.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType)
sun.reflect.NativeMethodAccessorImpl.invoke0(Method, Object, Object[])
sun.reflect.NativeMethodAccessorImpl.invoke(Object, Object[])
sun.reflect.DelegatingMethodAccessorImpl.invoke(Object, Object[])
java.lang.reflect.Method.invoke(Object, Object[])
com.sun.enterprise.webservice.InstanceResolverImpl$1.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.InvokerTube$2.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(Packet)
com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.MonitoringPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.processRequest(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.server.WSEndpointImpl$2.process(Packet, WebServiceContextDelegate, TransportBackChannel)
com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.HttpAdapter.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletContext, HttpServletRequest, HttpServletResponse)
com.sun.enterprise.webservice.JAXWSServlet.doPost(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(ServletRequest, ServletResponse)
org.apache.catalina.core.ApplicationFilterChain.servletService(ServletRequest, ServletResponse, Servlet, InstanceSupport)
org.apache.catalina.core.StandardWrapperValve.invoke(Request, Response)
org.apache.catalina.core.StandardContextValve.invokeInternal(Wrapper, Request, Response)
org.apache.catalina.core.StandardContextValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
com.sun.enterprise.web.WebPipeline.invoke(Request, Response)
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(Request, Response)
org.apache.catalina.core.StandardHostValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.catalina.core.StandardEngineValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.coyote.tomcat5.CoyoteAdapter.service(Request, Response)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter()
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask()
com.sun.enterprise.web.connector.grizzly.ssl.SSLReadTask.process()
com.sun.enterprise.web.connector.grizzly.ssl.SSLReadTask.doTask()
com.sun.enterprise.web.connector.grizzly.TaskBase.run()
com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run()



httpSSLWorkerThread-8181-3 [RUNNABLE, IN_NATIVE] CPU time: 0:10
java.net.SocketInputStream.socketRead0(FileDescriptor, byte[], int, int, int)
java.net.SocketInputStream.read(byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputStream, byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.read(InputStream, OutputStream)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(InputRecord, boolean)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake()
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(boolean)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake()
sun.net.www.protocol.https.HttpsClient.afterConnect()
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect()
sun.net.www.protocol.http.HttpURLConnection.getOutputStream()
sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream()
com.sun.xml.ws.transport.http.client.HttpClientTransport.getOutput()
com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(Packet)
com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(Packet)
com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.client.Stub.process(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SEIStub.doProcess(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[], RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[])
com.sun.xml.ws.client.sei.SEIStub.invoke(Object, Method, Object[])
$Proxy69.logEvent(LogEventSecureRequestType)
gov.hhs.fha.nhinc.auditrepository.proxy.AuditRepositorySecuredWebServiceProxy.auditLog(LogEventRequestType, AssertionType)
gov.hhs.fha.nhinc.docquery.DocQueryAuditLog.logDocQuery(AdhocQueryMessageType, String, String)
gov.hhs.fha.nhinc.docquery.DocQueryAuditLog.audit(RespondingGatewayCrossGatewayQuerySecuredRequestType, AssertionType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuerySecuredImpl.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType, AssertionType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuerySecuredImpl.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType, WebServiceContext)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuerySecured.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType)
sun.reflect.NativeMethodAccessorImpl.invoke0(Method, Object, Object[])
sun.reflect.NativeMethodAccessorImpl.invoke(Object, Object[])
sun.reflect.DelegatingMethodAccessorImpl.invoke(Object, Object[])
java.lang.reflect.Method.invoke(Object, Object[])
com.sun.enterprise.webservice.InstanceResolverImpl$1.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.InvokerTube$2.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(Packet)
com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.MonitoringPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.processRequest(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.server.WSEndpointImpl$2.process(Packet, WebServiceContextDelegate, TransportBackChannel)
com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.HttpAdapter.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletContext, HttpServletRequest, HttpServletResponse)
com.sun.enterprise.webservice.JAXWSServlet.doPost(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(ServletRequest, ServletResponse)
org.apache.catalina.core.ApplicationFilterChain.servletService(ServletRequest, ServletResponse, Servlet, InstanceSupport)
org.apache.catalina.core.StandardWrapperValve.invoke(Request, Response)
org.apache.catalina.core.StandardContextValve.invokeInternal(Wrapper, Request, Response)
org.apache.catalina.core.StandardContextValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
com.sun.enterprise.web.WebPipeline.invoke(Request, Response)
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(Request, Response)
org.apache.catalina.core.StandardHostValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.catalina.core.StandardEngineValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.coyote.tomcat5.CoyoteAdapter.service(Request, Response)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter()
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask()
com.sun.enterprise.web.connector.grizzly.ssl.SSLReadTask.process()
com.sun.enterprise.web.connector.grizzly.ssl.SSLReadTask.doTask()
com.sun.enterprise.web.connector.grizzly.TaskBase.run()
com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run()



httpSSLWorkerThread-8181-4 [RUNNABLE, IN_NATIVE] CPU time: 0:13
java.net.SocketInputStream.socketRead0(FileDescriptor, byte[], int, int, int)
java.net.SocketInputStream.read(byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputStream, byte[], int, int)
com.sun.net.ssl.internal.ssl.InputRecord.read(InputStream, OutputStream)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(InputRecord, boolean)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake()
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(boolean)
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake()
sun.net.www.protocol.https.HttpsClient.afterConnect()
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect()
sun.net.www.protocol.http.HttpURLConnection.getOutputStream()
sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream()
com.sun.xml.ws.transport.http.client.HttpClientTransport.getOutput()
com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(Packet)
com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(Packet)
com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.client.Stub.process(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SEIStub.doProcess(Packet, RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[], RequestContext, ResponseContextReceiver)
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(Object, Object[])
com.sun.xml.ws.client.sei.SEIStub.invoke(Object, Method, Object[])
$Proxy69.logEvent(LogEventSecureRequestType)
gov.hhs.fha.nhinc.auditrepository.proxy.AuditRepositorySecuredWebServiceProxy.auditLog(LogEventRequestType, AssertionType)
gov.hhs.fha.nhinc.docquery.DocQueryAuditLog.logDocQuery(AdhocQueryMessageType, String, String)
gov.hhs.fha.nhinc.docquery.DocQueryAuditLog.audit(RespondingGatewayCrossGatewayQuerySecuredRequestType, AssertionType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuerySecuredImpl.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType, AssertionType)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuerySecuredImpl.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType, WebServiceContext)
gov.hhs.fha.nhinc.docquery.proxy.NhincProxyDocQuerySecured.respondingGatewayCrossGatewayQuery(RespondingGatewayCrossGatewayQuerySecuredRequestType)
sun.reflect.NativeMethodAccessorImpl.invoke0(Method, Object, Object[])
sun.reflect.NativeMethodAccessorImpl.invoke(Object, Object[])
sun.reflect.DelegatingMethodAccessorImpl.invoke(Object, Object[])
java.lang.reflect.Method.invoke(Object, Object[])
com.sun.enterprise.webservice.InstanceResolverImpl$1.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.InvokerTube$2.invoke(Packet, Method, Object[])
com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(Packet)
com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.MonitoringPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.process(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.processRequest(Packet)
com.sun.enterprise.webservice.CommonServerSecurityPipe.process(Packet)
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(Packet)
com.sun.xml.ws.api.pipe.Fiber.__doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber._doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.doRun(Tube)
com.sun.xml.ws.api.pipe.Fiber.runSync(Tube, Packet)
com.sun.xml.ws.server.WSEndpointImpl$2.process(Packet, WebServiceContextDelegate, TransportBackChannel)
com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.HttpAdapter.handle(WSHTTPConnection)
com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletContext, HttpServletRequest, HttpServletResponse)
com.sun.enterprise.webservice.JAXWSServlet.doPost(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(HttpServletRequest, HttpServletResponse)
javax.servlet.http.HttpServlet.service(ServletRequest, ServletResponse)
org.apache.catalina.core.ApplicationFilterChain.servletService(ServletRequest, ServletResponse, Servlet, InstanceSupport)
org.apache.catalina.core.StandardWrapperValve.invoke(Request, Response)
org.apache.catalina.core.StandardContextValve.invokeInternal(Wrapper, Request, Response)
org.apache.catalina.core.StandardContextValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
com.sun.enterprise.web.WebPipeline.invoke(Request, Response)
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(Request, Response)
org.apache.catalina.core.StandardHostValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.catalina.core.StandardEngineValve.invoke(Request, Response)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response, boolean)
org.apache.catalina.core.StandardPipeline.doInvoke(Request, Response)
org.apache.catalina.core.StandardPipeline.invoke(Request, Response)
org.apache.catalina.core.ContainerBase.invoke(Request, Response)
org.apache.coyote.tomcat5.CoyoteAdapter.service(Request, Response)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter()
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(InputStream, OutputStream)
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask()
com.sun.enterprise.web.connector.grizzly.ssl.SSLReadTask.process()
com.sun.enterprise.web.connector.grizzly.ssl.SSLReadTask.doTask()
com.sun.enterprise.web.connector.grizzly.TaskBase.run()
com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run()



httpWorkerThread-4848-0 [WAITING] CPU time: 0:00
java.lang.Object.wait(long)
java.lang.Object.wait()
com.sun.enterprise.web.connector.grizzly.LinkedListPipeline.getTask()
com.sun.enterprise.web.connector.grizzly.WorkerThreadImpl.run()



httpWorkerThread-4848-1 [WAITING] CPU time: 0:00
java.lang.Object.wait(long)
java.lang.Object.wait()
com.sun.enterprise.web.connector.grizzly.LinkedListPipeline.getTask()
com.sun.enterprise.web.connector.grizzly.WorkerThreadImpl.run()
[Message sent by forum member 'visu_patlolla']

http://forums.java.net/jive/thread.jspa?messageID=475552