By type
2023-01-13 08:13:05.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:13:05.971 DEBUG 1 --- [nio-8081-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:13:05.972 DEBUG 1 --- [nio-8081-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1250064b:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:58039]], Read from buffer: [0] 2023-01-13 08:13:05.972 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:13:05.972 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1250064b:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:58039]], Read direct from socket: [133] 2023-01-13 08:13:05.972 DEBUG 1 --- [nio-8081-exec-7] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:13:05.972 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:13:05.972 DEBUG 1 --- [nio-8081-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:13:05.972 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:13:05.972 DEBUG 1 --- [nio-8081-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:13:05.972 DEBUG 1 --- [nio-8081-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2d041b2b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:35931]], Read from buffer: [0] 2023-01-13 08:13:05.972 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:13:05.973 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:13:05.973 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:13:05.973 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:13:05.973 DEBUG 1 --- [nio-8081-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:13:05.973 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:13:05.974 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2d041b2b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:35931]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:05.974 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-7 State: N/A Method: Constructor URI: N/A 2023-01-13 08:13:05.974 DEBUG 1 --- [nio-8081-exec-5] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-5] latch=2 2023-01-13 08:13:05.974 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:13:05.974 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2d041b2b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:35931]]) 2023-01-13 08:13:05.974 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:13:05.974 DEBUG 1 --- [nio-8081-exec-7] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:13:05.974 DEBUG 1 --- [nio-8081-exec-7] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:13:05.974 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: dispatch URI: /status 2023-01-13 08:13:05.974 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:13:05.974 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:13:05.975 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1250064b:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:58039]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:13:05.975 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:13:05.975 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1250064b:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:58039]], State after async post processing: [ASYNC_END] 2023-01-13 08:13:05.975 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:13:05.975 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:13:05.975 DEBUG 1 --- [nio-8081-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:13:05.975 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:13:05.975 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: intDispatch URI: /status 2023-01-13 08:13:05.975 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:13:05.976 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:13:05.976 DEBUG 1 --- [nio-8081-exec-7] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:13:05.976 DEBUG 1 --- [nio-8081-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:13:05.976 DEBUG 1 --- [nio-8081-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:13:05.976 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:13:05.977 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:13:05.977 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: recycle URI: /status 2023-01-13 08:13:05.977 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1250064b:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:58039]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:05.977 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1250064b:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:58039]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:05.977 DEBUG 1 --- [nio-8081-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-7] latch=1 2023-01-13 08:13:05.977 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1250064b:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:58039]]) 2023-01-13 08:13:08.055 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:13:08.055 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:13:08.056 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:13:08.059 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3404 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:13:08.059 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [5d2f4481] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:13:08.059 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:13:08.060 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3342, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:13:08.060 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3342, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:13:08.060 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3342, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:13:08.060 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3342, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:13:08.060 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3342, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:13:08.062 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3342, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:13:08 GMT, server=envoy, content-length=19] 2023-01-13 08:13:08.062 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3342, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:13:08.062 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [5d2f4481] [6c38ca61-3342, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:13:08.062 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3404 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:13:08.062 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3342, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:13:08.062 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3342, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:13:08.062 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [5d2f4481] [6c38ca61-3342, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:13:08.062 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:13:08.063 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:13:08.063 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:13:08.063 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:13:08.063 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:13:08.063 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:13:11.647 DEBUG 1 --- [alina-utility-1] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1673597591647 sessioncount 0 2023-01-13 08:13:11.647 DEBUG 1 --- [alina-utility-1] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 0 expired sessions: 0 2023-01-13 08:13:12.440 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking Rics starting 2023-01-13 08:13:12.440 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking all RICs completed 2023-01-13 08:13:15.970 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:13:15.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:13:15.971 DEBUG 1 --- [nio-8081-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:13:15.971 DEBUG 1 --- [nio-8081-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:13:15.971 DEBUG 1 --- [nio-8081-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@630f48d0:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57991]], Read from buffer: [0] 2023-01-13 08:13:15.971 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@630f48d0:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57991]], Read direct from socket: [133] 2023-01-13 08:13:15.971 DEBUG 1 --- [nio-8081-exec-6] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:13:15.971 DEBUG 1 --- [nio-8081-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6bda66c7:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:34439]], Read from buffer: [0] 2023-01-13 08:13:15.972 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:13:15.972 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:13:15.972 DEBUG 1 --- [nio-8081-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:13:15.972 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:13:15.972 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:13:15.972 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:13:15.972 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:13:15.972 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:13:15.972 DEBUG 1 --- [nio-8081-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:13:15.973 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6bda66c7:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:34439]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:15.973 DEBUG 1 --- [nio-8081-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-8] latch=2 2023-01-13 08:13:15.973 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6bda66c7:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:34439]]) 2023-01-13 08:13:15.973 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-6 State: N/A Method: Constructor URI: N/A 2023-01-13 08:13:15.973 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:13:15.973 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:13:15.973 DEBUG 1 --- [nio-8081-exec-6] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:13:15.974 DEBUG 1 --- [nio-8081-exec-6] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:13:15.974 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: dispatch URI: /status 2023-01-13 08:13:15.974 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:13:15.974 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:13:15.974 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@630f48d0:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57991]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:13:15.974 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:13:15.974 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@630f48d0:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57991]], State after async post processing: [ASYNC_END] 2023-01-13 08:13:15.974 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:13:15.975 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:13:15.975 DEBUG 1 --- [nio-8081-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:13:15.975 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:13:15.975 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: intDispatch URI: /status 2023-01-13 08:13:15.975 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:13:15.975 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:13:15.975 DEBUG 1 --- [nio-8081-exec-6] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:13:15.975 DEBUG 1 --- [nio-8081-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:13:15.976 DEBUG 1 --- [nio-8081-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:13:15.976 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:13:15.976 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:13:15.976 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: recycle URI: /status 2023-01-13 08:13:15.976 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@630f48d0:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57991]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:15.976 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@630f48d0:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57991]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:15.977 DEBUG 1 --- [nio-8081-exec-6] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-6] latch=1 2023-01-13 08:13:15.977 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@630f48d0:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57991]]) 2023-01-13 08:13:18.063 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:13:18.063 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:13:18.063 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:13:18.067 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3405 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:13:18.067 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [3f91919c] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:13:18.067 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:13:18.067 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3343, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:13:18.067 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3343, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:13:18.067 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3343, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:13:18.067 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3343, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:13:18.068 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3343, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:13:18.069 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3343, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:13:18 GMT, server=envoy, content-length=19] 2023-01-13 08:13:18.069 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3343, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:13:18.069 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [3f91919c] [6c38ca61-3343, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:13:18.069 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3405 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:13:18.069 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3343, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:13:18.069 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3343, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:13:18.069 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [3f91919c] [6c38ca61-3343, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:13:18.070 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:13:18.070 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:13:18.070 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:13:18.070 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:13:18.070 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:13:18.070 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:13:25.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:13:25.971 DEBUG 1 --- [io-8081-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:13:25.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:13:25.971 DEBUG 1 --- [io-8081-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7a715e81:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57281]], Read from buffer: [0] 2023-01-13 08:13:25.972 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7a715e81:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57281]], Read direct from socket: [133] 2023-01-13 08:13:25.972 DEBUG 1 --- [io-8081-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:13:25.972 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:13:25.972 DEBUG 1 --- [nio-8081-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:13:25.972 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:13:25.972 DEBUG 1 --- [nio-8081-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2fcd83ba:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:59545]], Read from buffer: [0] 2023-01-13 08:13:25.972 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:13:25.972 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:13:25.972 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:13:25.973 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:13:25.973 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:13:25.973 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:13:25.973 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2fcd83ba:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:59545]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:25.973 DEBUG 1 --- [nio-8081-exec-9] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-9] latch=2 2023-01-13 08:13:25.973 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:13:25.973 DEBUG 1 --- [nio-8081-exec-9] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2fcd83ba:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:59545]]) 2023-01-13 08:13:25.974 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: ttp-nio-8081-exec-10 State: N/A Method: Constructor URI: N/A 2023-01-13 08:13:25.974 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:13:25.974 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:13:25.974 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:13:25.974 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:13:25.974 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: dispatch URI: /status 2023-01-13 08:13:25.975 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:13:25.975 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:13:25.975 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7a715e81:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57281]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:13:25.975 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:13:25.975 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7a715e81:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57281]], State after async post processing: [ASYNC_END] 2023-01-13 08:13:25.975 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:13:25.975 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:13:25.975 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:13:25.975 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:13:25.975 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: intDispatch URI: /status 2023-01-13 08:13:25.976 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:13:25.976 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:13:25.976 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:13:25.976 DEBUG 1 --- [io-8081-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:13:25.976 DEBUG 1 --- [io-8081-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:13:25.977 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:13:25.977 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:13:25.977 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: recycle URI: /status 2023-01-13 08:13:25.977 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7a715e81:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57281]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:25.977 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7a715e81:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57281]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:25.977 DEBUG 1 --- [io-8081-exec-10] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-10] latch=1 2023-01-13 08:13:25.977 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7a715e81:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57281]]) 2023-01-13 08:13:28.070 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:13:28.070 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:13:28.070 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:13:28.073 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3406 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:13:28.073 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [57b90262] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:13:28.074 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:13:28.074 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3344, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:13:28.074 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3344, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:13:28.074 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3344, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:13:28.074 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3344, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:13:28.074 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3344, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:13:28.075 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3344, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:13:28 GMT, server=envoy, content-length=19] 2023-01-13 08:13:28.075 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3344, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:13:28.075 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [57b90262] [6c38ca61-3344, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:13:28.075 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3406 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:13:28.076 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3344, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:13:28.076 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3344, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:13:28.076 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [57b90262] [6c38ca61-3344, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:13:28.076 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:13:28.076 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:13:28.077 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:13:28.077 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:13:28.077 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:13:28.077 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:13:35.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:13:35.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:13:35.971 DEBUG 1 --- [nio-8081-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:13:35.972 DEBUG 1 --- [nio-8081-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:13:35.973 DEBUG 1 --- [nio-8081-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5bbb1d46:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:36107]], Read from buffer: [0] 2023-01-13 08:13:35.973 DEBUG 1 --- [nio-8081-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70ded717:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:46605]], Read from buffer: [0] 2023-01-13 08:13:35.973 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70ded717:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:46605]], Read direct from socket: [133] 2023-01-13 08:13:35.973 DEBUG 1 --- [nio-8081-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:13:35.973 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:13:35.973 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:13:35.973 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:13:35.973 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:13:35.973 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:13:35.974 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:13:35.974 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:13:35.974 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:13:35.974 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5bbb1d46:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:36107]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:35.974 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:13:35.974 DEBUG 1 --- [nio-8081-exec-2] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-2] latch=2 2023-01-13 08:13:35.974 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5bbb1d46:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:36107]]) 2023-01-13 08:13:35.975 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-1 State: N/A Method: Constructor URI: N/A 2023-01-13 08:13:35.975 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:13:35.975 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:13:35.975 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:13:35.975 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:13:35.975 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: dispatch URI: /status 2023-01-13 08:13:35.975 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:13:35.976 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:13:35.976 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70ded717:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:46605]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:13:35.976 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:13:35.976 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70ded717:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:46605]], State after async post processing: [ASYNC_END] 2023-01-13 08:13:35.976 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:13:35.976 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:13:35.976 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:13:35.976 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:13:35.976 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: intDispatch URI: /status 2023-01-13 08:13:35.976 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:13:35.977 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:13:35.977 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:13:35.977 DEBUG 1 --- [nio-8081-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:13:35.977 DEBUG 1 --- [nio-8081-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:13:35.977 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:13:35.978 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:13:35.978 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: recycle URI: /status 2023-01-13 08:13:35.978 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70ded717:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:46605]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:35.978 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70ded717:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:46605]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:35.978 DEBUG 1 --- [nio-8081-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-1] latch=1 2023-01-13 08:13:35.978 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70ded717:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:46605]]) 2023-01-13 08:13:38.076 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:13:38.077 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:13:38.077 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:13:38.082 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3407 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:13:38.085 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [287ff1f0] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:13:38.085 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:13:38.085 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3345, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:13:38.085 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3345, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:13:38.085 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3345, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:13:38.085 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3345, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:13:38.086 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3345, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:13:38.087 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3345, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:13:38 GMT, server=envoy, content-length=19] 2023-01-13 08:13:38.087 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3345, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:13:38.087 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [287ff1f0] [6c38ca61-3345, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:13:38.087 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3407 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:13:38.087 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3345, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:13:38.087 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3345, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:13:38.087 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [287ff1f0] [6c38ca61-3345, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:13:38.088 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:13:38.088 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:13:38.088 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:13:38.088 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:13:38.088 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:13:38.088 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:13:45.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:13:45.971 DEBUG 1 --- [nio-8081-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:13:45.972 DEBUG 1 --- [nio-8081-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@f88e97:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:39725]], Read from buffer: [0] 2023-01-13 08:13:45.972 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:13:45.972 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:13:45.972 DEBUG 1 --- [nio-8081-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:13:45.973 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:13:45.973 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@f88e97:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:39725]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:45.973 DEBUG 1 --- [nio-8081-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5baacb94:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:52373]], Read from buffer: [0] 2023-01-13 08:13:45.973 DEBUG 1 --- [nio-8081-exec-3] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-3] latch=2 2023-01-13 08:13:45.973 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5baacb94:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:52373]], Read direct from socket: [133] 2023-01-13 08:13:45.973 DEBUG 1 --- [nio-8081-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:13:45.974 DEBUG 1 --- [nio-8081-exec-3] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@f88e97:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:39725]]) 2023-01-13 08:13:45.974 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:13:45.974 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:13:45.975 DEBUG 1 --- [nio-8081-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:13:45.975 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:13:45.975 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:13:45.975 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:13:45.976 DEBUG 1 --- [nio-8081-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:13:45.977 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-4 State: N/A Method: Constructor URI: N/A 2023-01-13 08:13:45.977 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:13:45.977 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:13:45.978 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:13:45.978 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:13:45.978 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: dispatch URI: /status 2023-01-13 08:13:45.978 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:13:45.979 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:13:45.979 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5baacb94:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:52373]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:13:45.979 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:13:45.979 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5baacb94:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:52373]], State after async post processing: [ASYNC_END] 2023-01-13 08:13:45.979 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:13:45.979 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:13:45.980 DEBUG 1 --- [nio-8081-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:13:45.980 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:13:45.980 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: intDispatch URI: /status 2023-01-13 08:13:45.980 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:13:45.980 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:13:45.981 DEBUG 1 --- [nio-8081-exec-4] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:13:45.981 DEBUG 1 --- [nio-8081-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:13:45.981 DEBUG 1 --- [nio-8081-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:13:45.981 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:13:45.982 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:13:45.982 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: recycle URI: /status 2023-01-13 08:13:45.982 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5baacb94:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:52373]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:45.982 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5baacb94:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:52373]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:45.982 DEBUG 1 --- [nio-8081-exec-4] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-4] latch=1 2023-01-13 08:13:45.982 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5baacb94:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:52373]]) 2023-01-13 08:13:48.088 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:13:48.088 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:13:48.088 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:13:48.092 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3408 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:13:48.092 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [fd3b332] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:13:48.092 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:13:48.092 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3346, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:13:48.092 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3346, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:13:48.093 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3346, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:13:48.093 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3346, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:13:48.093 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3346, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:13:48.094 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3346, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:13:48 GMT, server=envoy, content-length=19] 2023-01-13 08:13:48.094 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3346, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:13:48.094 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [fd3b332] [6c38ca61-3346, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:13:48.094 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3408 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:13:48.094 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3346, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:13:48.094 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3346, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:13:48.094 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [fd3b332] [6c38ca61-3346, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:13:48.095 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:13:48.095 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:13:48.095 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:13:48.095 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:13:48.095 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:13:48.095 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:13:55.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:13:55.972 DEBUG 1 --- [nio-8081-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:13:55.972 DEBUG 1 --- [nio-8081-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@a914015:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:54177]], Read from buffer: [0] 2023-01-13 08:13:55.972 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@a914015:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:54177]], Read direct from socket: [133] 2023-01-13 08:13:55.972 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:13:55.972 DEBUG 1 --- [nio-8081-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:13:55.972 DEBUG 1 --- [nio-8081-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:13:55.973 DEBUG 1 --- [nio-8081-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@682c74b2:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:32941]], Read from buffer: [0] 2023-01-13 08:13:55.973 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:13:55.973 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:13:55.973 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:13:55.973 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:13:55.973 DEBUG 1 --- [nio-8081-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:13:55.973 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@682c74b2:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:32941]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:55.973 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:13:55.973 DEBUG 1 --- [nio-8081-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-7] latch=2 2023-01-13 08:13:55.974 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@682c74b2:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:32941]]) 2023-01-13 08:13:55.974 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:13:55.974 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:13:55.974 DEBUG 1 --- [nio-8081-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:13:55.975 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-5 State: N/A Method: Constructor URI: N/A 2023-01-13 08:13:55.975 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:13:55.975 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:13:55.975 DEBUG 1 --- [nio-8081-exec-5] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:13:55.975 DEBUG 1 --- [nio-8081-exec-5] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:13:55.975 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: dispatch URI: /status 2023-01-13 08:13:55.976 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:13:55.976 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:13:55.976 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@a914015:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:54177]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:13:55.976 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:13:55.976 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@a914015:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:54177]], State after async post processing: [ASYNC_END] 2023-01-13 08:13:55.976 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:13:55.976 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:13:55.976 DEBUG 1 --- [nio-8081-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:13:55.976 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:13:55.976 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: intDispatch URI: /status 2023-01-13 08:13:55.977 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:13:55.977 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:13:55.977 DEBUG 1 --- [nio-8081-exec-5] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:13:55.977 DEBUG 1 --- [nio-8081-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:13:55.977 DEBUG 1 --- [nio-8081-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:13:55.978 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:13:55.978 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:13:55.978 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: recycle URI: /status 2023-01-13 08:13:55.979 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@a914015:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:54177]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:55.979 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@a914015:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:54177]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:13:55.979 DEBUG 1 --- [nio-8081-exec-5] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-5] latch=1 2023-01-13 08:13:55.979 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@a914015:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:54177]]) 2023-01-13 08:13:58.095 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:13:58.095 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:13:58.095 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:13:58.099 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3409 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:13:58.099 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [3cfdce25] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:13:58.099 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:13:58.099 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3347, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:13:58.099 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3347, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:13:58.099 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3347, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:13:58.100 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3347, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:13:58.100 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3347, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:13:58.101 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3347, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:13:58 GMT, server=envoy, content-length=19] 2023-01-13 08:13:58.101 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3347, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:13:58.101 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [3cfdce25] [6c38ca61-3347, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:13:58.101 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3409 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:13:58.101 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3347, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:13:58.101 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3347, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:13:58.101 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [3cfdce25] [6c38ca61-3347, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:13:58.102 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:13:58.102 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:13:58.102 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:13:58.102 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:13:58.102 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:13:58.102 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:14:05.970 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:14:05.971 DEBUG 1 --- [nio-8081-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:14:05.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:14:05.971 DEBUG 1 --- [nio-8081-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@734cc93f:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:52317]], Read from buffer: [0] 2023-01-13 08:14:05.971 DEBUG 1 --- [nio-8081-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:14:05.972 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@734cc93f:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:52317]], Read direct from socket: [133] 2023-01-13 08:14:05.972 DEBUG 1 --- [nio-8081-exec-8] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:14:05.972 DEBUG 1 --- [nio-8081-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@515b4827:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:34103]], Read from buffer: [0] 2023-01-13 08:14:05.972 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:14:05.972 DEBUG 1 --- [nio-8081-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:14:05.972 DEBUG 1 --- [nio-8081-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:14:05.972 DEBUG 1 --- [nio-8081-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:14:05.972 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:14:05.973 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:14:05.973 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:14:05.973 DEBUG 1 --- [nio-8081-exec-8] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:14:05.973 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@515b4827:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:34103]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:05.973 DEBUG 1 --- [nio-8081-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:14:05.973 DEBUG 1 --- [nio-8081-exec-6] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-6] latch=2 2023-01-13 08:14:05.973 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@515b4827:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:34103]]) 2023-01-13 08:14:05.974 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-8 State: N/A Method: Constructor URI: N/A 2023-01-13 08:14:05.974 DEBUG 1 --- [nio-8081-exec-8] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:14:05.974 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:14:05.974 DEBUG 1 --- [nio-8081-exec-8] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:14:05.974 DEBUG 1 --- [nio-8081-exec-8] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:14:05.974 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-8 State: N/A Method: dispatch URI: /status 2023-01-13 08:14:05.975 DEBUG 1 --- [nio-8081-exec-8] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:14:05.975 DEBUG 1 --- [nio-8081-exec-8] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:14:05.975 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@734cc93f:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:52317]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:14:05.975 DEBUG 1 --- [nio-8081-exec-8] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:14:05.975 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@734cc93f:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:52317]], State after async post processing: [ASYNC_END] 2023-01-13 08:14:05.975 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:14:05.975 DEBUG 1 --- [nio-8081-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:14:05.975 DEBUG 1 --- [nio-8081-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:14:05.975 DEBUG 1 --- [nio-8081-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:14:05.975 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-8 State: N/A Method: intDispatch URI: /status 2023-01-13 08:14:05.975 DEBUG 1 --- [nio-8081-exec-8] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:14:05.976 DEBUG 1 --- [nio-8081-exec-8] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:14:05.976 DEBUG 1 --- [nio-8081-exec-8] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:14:05.976 DEBUG 1 --- [nio-8081-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:14:05.976 DEBUG 1 --- [nio-8081-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:14:05.976 DEBUG 1 --- [nio-8081-exec-8] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:14:05.977 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:14:05.977 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-8 State: N/A Method: recycle URI: /status 2023-01-13 08:14:05.977 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@734cc93f:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:52317]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:05.977 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@734cc93f:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:52317]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:05.977 DEBUG 1 --- [nio-8081-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-8] latch=1 2023-01-13 08:14:05.977 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@734cc93f:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:52317]]) 2023-01-13 08:14:08.102 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:14:08.102 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:14:08.102 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:14:08.106 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3410 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:14:08.106 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [23c861ca] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:14:08.107 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:14:08.107 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3348, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:14:08.107 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3348, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:14:08.107 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3348, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:14:08.107 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3348, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:14:08.107 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3348, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:14:08.108 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3348, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:14:08 GMT, server=envoy, content-length=19] 2023-01-13 08:14:08.108 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3348, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:14:08.108 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [23c861ca] [6c38ca61-3348, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:14:08.108 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3410 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:14:08.109 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3348, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:14:08.109 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3348, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:14:08.109 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [23c861ca] [6c38ca61-3348, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:14:08.109 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:14:08.110 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:14:08.110 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:14:08.110 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:14:08.111 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:14:08.111 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:14:11.649 DEBUG 1 --- [alina-utility-1] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1673597651649 sessioncount 0 2023-01-13 08:14:11.650 DEBUG 1 --- [alina-utility-1] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 1 expired sessions: 0 2023-01-13 08:14:12.440 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking Rics starting 2023-01-13 08:14:12.440 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking all RICs completed 2023-01-13 08:14:15.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:14:15.971 DEBUG 1 --- [nio-8081-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:14:15.972 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:14:15.972 DEBUG 1 --- [nio-8081-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5289f13b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:58719]], Read from buffer: [0] 2023-01-13 08:14:15.972 DEBUG 1 --- [io-8081-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:14:15.972 DEBUG 1 --- [io-8081-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1bdb4c11:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37485]], Read from buffer: [0] 2023-01-13 08:14:15.972 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:14:15.972 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1bdb4c11:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37485]], Read direct from socket: [133] 2023-01-13 08:14:15.972 DEBUG 1 --- [io-8081-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:14:15.972 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:14:15.973 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5289f13b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:58719]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:15.973 DEBUG 1 --- [nio-8081-exec-9] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-9] latch=2 2023-01-13 08:14:15.973 DEBUG 1 --- [nio-8081-exec-9] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5289f13b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:58719]]) 2023-01-13 08:14:15.973 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:14:15.973 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:14:15.973 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:14:15.973 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:14:15.974 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:14:15.974 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:14:15.974 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:14:15.975 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: ttp-nio-8081-exec-10 State: N/A Method: Constructor URI: N/A 2023-01-13 08:14:15.975 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:14:15.975 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:14:15.975 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:14:15.976 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:14:15.976 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: dispatch URI: /status 2023-01-13 08:14:15.976 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:14:15.976 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:14:15.976 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1bdb4c11:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37485]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:14:15.976 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:14:15.977 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1bdb4c11:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37485]], State after async post processing: [ASYNC_END] 2023-01-13 08:14:15.977 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:14:15.977 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:14:15.977 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:14:15.977 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:14:15.977 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: intDispatch URI: /status 2023-01-13 08:14:15.978 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:14:15.978 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:14:15.978 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:14:15.978 DEBUG 1 --- [io-8081-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:14:15.978 DEBUG 1 --- [io-8081-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:14:15.979 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:14:15.979 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:14:15.979 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: recycle URI: /status 2023-01-13 08:14:15.979 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1bdb4c11:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37485]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:15.980 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1bdb4c11:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37485]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:15.980 DEBUG 1 --- [io-8081-exec-10] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-10] latch=1 2023-01-13 08:14:15.980 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1bdb4c11:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37485]]) 2023-01-13 08:14:18.110 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:14:18.110 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:14:18.110 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:14:18.113 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3411 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:14:18.114 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [74efe432] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:14:18.114 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:14:18.115 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3349, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:14:18.115 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3349, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:14:18.115 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3349, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:14:18.115 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3349, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:14:18.115 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3349, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:14:18.116 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3349, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:14:18 GMT, server=envoy, content-length=19] 2023-01-13 08:14:18.116 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3349, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:14:18.116 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [74efe432] [6c38ca61-3349, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:14:18.116 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3411 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:14:18.117 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3349, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:14:18.117 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3349, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:14:18.117 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [74efe432] [6c38ca61-3349, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:14:18.117 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:14:18.117 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:14:18.118 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:14:18.118 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:14:18.118 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:14:18.118 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:14:25.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:14:25.971 DEBUG 1 --- [nio-8081-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:14:25.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:14:25.972 DEBUG 1 --- [nio-8081-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5aed14dd:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:34445]], Read from buffer: [0] 2023-01-13 08:14:25.972 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:14:25.972 DEBUG 1 --- [nio-8081-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:14:25.972 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:14:25.972 DEBUG 1 --- [nio-8081-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@53f998a2:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60837]], Read from buffer: [0] 2023-01-13 08:14:25.972 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@53f998a2:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60837]], Read direct from socket: [133] 2023-01-13 08:14:25.972 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5aed14dd:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:34445]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:25.973 DEBUG 1 --- [nio-8081-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:14:25.973 DEBUG 1 --- [nio-8081-exec-2] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-2] latch=2 2023-01-13 08:14:25.973 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5aed14dd:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:34445]]) 2023-01-13 08:14:25.973 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:14:25.973 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:14:25.973 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:14:25.973 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:14:25.974 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:14:25.974 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:14:25.974 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:14:25.974 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-1 State: N/A Method: Constructor URI: N/A 2023-01-13 08:14:25.974 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:14:25.975 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:14:25.975 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:14:25.975 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:14:25.975 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: dispatch URI: /status 2023-01-13 08:14:25.975 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:14:25.975 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:14:25.975 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@53f998a2:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60837]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:14:25.975 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:14:25.975 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@53f998a2:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60837]], State after async post processing: [ASYNC_END] 2023-01-13 08:14:25.976 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:14:25.976 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:14:25.976 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:14:25.976 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:14:25.976 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: intDispatch URI: /status 2023-01-13 08:14:25.976 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:14:25.976 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:14:25.976 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:14:25.977 DEBUG 1 --- [nio-8081-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:14:25.977 DEBUG 1 --- [nio-8081-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:14:25.977 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:14:25.977 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:14:25.978 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: recycle URI: /status 2023-01-13 08:14:25.978 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@53f998a2:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60837]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:25.978 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@53f998a2:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60837]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:25.978 DEBUG 1 --- [nio-8081-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-1] latch=1 2023-01-13 08:14:25.979 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@53f998a2:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60837]]) 2023-01-13 08:14:28.118 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:14:28.118 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:14:28.118 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:14:28.122 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3412 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:14:28.122 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [66b793be] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:14:28.122 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:14:28.122 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3350, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:14:28.122 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3350, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:14:28.123 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3350, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:14:28.123 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3350, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:14:28.123 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3350, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:14:28.124 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3350, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:14:28 GMT, server=envoy, content-length=19] 2023-01-13 08:14:28.124 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3350, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:14:28.124 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [66b793be] [6c38ca61-3350, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:14:28.124 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3412 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:14:28.124 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3350, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:14:28.125 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3350, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:14:28.125 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [66b793be] [6c38ca61-3350, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:14:28.125 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:14:28.125 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:14:28.125 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:14:28.125 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:14:28.126 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:14:28.126 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:14:35.970 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:14:35.971 DEBUG 1 --- [nio-8081-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:14:35.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:14:35.971 DEBUG 1 --- [nio-8081-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2cbd4a42:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:45035]], Read from buffer: [0] 2023-01-13 08:14:35.971 DEBUG 1 --- [nio-8081-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:14:35.972 DEBUG 1 --- [nio-8081-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7db758da:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:36581]], Read from buffer: [0] 2023-01-13 08:14:35.972 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:14:35.972 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7db758da:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:36581]], Read direct from socket: [133] 2023-01-13 08:14:35.972 DEBUG 1 --- [nio-8081-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:14:35.972 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:14:35.972 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2cbd4a42:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:45035]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:35.973 DEBUG 1 --- [nio-8081-exec-3] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-3] latch=2 2023-01-13 08:14:35.973 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:14:35.973 DEBUG 1 --- [nio-8081-exec-3] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2cbd4a42:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:45035]]) 2023-01-13 08:14:35.973 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:14:35.973 DEBUG 1 --- [nio-8081-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:14:35.974 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:14:35.974 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:14:35.974 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:14:35.975 DEBUG 1 --- [nio-8081-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:14:35.975 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-4 State: N/A Method: Constructor URI: N/A 2023-01-13 08:14:35.976 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:14:35.976 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:14:35.976 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:14:35.976 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:14:35.977 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: dispatch URI: /status 2023-01-13 08:14:35.977 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:14:35.977 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:14:35.977 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7db758da:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:36581]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:14:35.978 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:14:35.978 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7db758da:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:36581]], State after async post processing: [ASYNC_END] 2023-01-13 08:14:35.978 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:14:35.978 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:14:35.978 DEBUG 1 --- [nio-8081-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:14:35.978 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:14:35.979 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: intDispatch URI: /status 2023-01-13 08:14:35.979 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:14:35.979 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:14:35.979 DEBUG 1 --- [nio-8081-exec-4] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:14:35.980 DEBUG 1 --- [nio-8081-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:14:35.980 DEBUG 1 --- [nio-8081-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:14:35.980 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:14:35.981 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:14:35.981 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: recycle URI: /status 2023-01-13 08:14:35.981 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7db758da:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:36581]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:35.981 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7db758da:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:36581]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:35.982 DEBUG 1 --- [nio-8081-exec-4] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-4] latch=1 2023-01-13 08:14:35.982 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7db758da:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:36581]]) 2023-01-13 08:14:38.125 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:14:38.126 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:14:38.126 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:14:38.130 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3413 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:14:38.130 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [3469e5ab] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:14:38.130 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:14:38.131 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3351, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:14:38.131 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3351, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:14:38.131 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3351, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:14:38.131 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3351, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:14:38.132 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3351, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:14:38.133 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3351, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:14:38 GMT, server=envoy, content-length=19] 2023-01-13 08:14:38.133 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3351, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:14:38.133 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [3469e5ab] [6c38ca61-3351, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:14:38.133 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3413 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:14:38.134 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3351, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:14:38.134 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3351, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:14:38.134 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [3469e5ab] [6c38ca61-3351, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:14:38.138 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:14:38.138 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:14:38.138 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:14:38.138 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:14:38.138 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:14:38.138 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:14:45.971 DEBUG 1 --- [nio-8081-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:14:45.972 DEBUG 1 --- [nio-8081-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2b86cead:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:58285]], Read from buffer: [0] 2023-01-13 08:14:45.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:14:45.972 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:14:45.972 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:14:45.973 DEBUG 1 --- [nio-8081-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:14:45.973 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:14:45.973 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2b86cead:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:58285]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:45.973 DEBUG 1 --- [nio-8081-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2cb1f4eb:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60517]], Read from buffer: [0] 2023-01-13 08:14:45.973 DEBUG 1 --- [nio-8081-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-7] latch=2 2023-01-13 08:14:45.973 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2b86cead:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:58285]]) 2023-01-13 08:14:45.973 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2cb1f4eb:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60517]], Read direct from socket: [133] 2023-01-13 08:14:45.973 DEBUG 1 --- [nio-8081-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:14:45.974 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:14:45.974 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:14:45.975 DEBUG 1 --- [nio-8081-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:14:45.975 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:14:45.976 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:14:45.976 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:14:45.976 DEBUG 1 --- [nio-8081-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:14:45.978 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-5 State: N/A Method: Constructor URI: N/A 2023-01-13 08:14:45.978 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:14:45.978 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:14:45.979 DEBUG 1 --- [nio-8081-exec-5] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:14:45.979 DEBUG 1 --- [nio-8081-exec-5] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:14:45.979 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: dispatch URI: /status 2023-01-13 08:14:45.979 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:14:45.979 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:14:45.980 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2cb1f4eb:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60517]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:14:45.980 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:14:45.980 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2cb1f4eb:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60517]], State after async post processing: [ASYNC_END] 2023-01-13 08:14:45.980 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:14:45.980 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:14:45.980 DEBUG 1 --- [nio-8081-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:14:45.981 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:14:45.981 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: intDispatch URI: /status 2023-01-13 08:14:45.981 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:14:45.981 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:14:45.982 DEBUG 1 --- [nio-8081-exec-5] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:14:45.982 DEBUG 1 --- [nio-8081-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:14:45.982 DEBUG 1 --- [nio-8081-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:14:45.983 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:14:45.983 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:14:45.984 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: recycle URI: /status 2023-01-13 08:14:45.984 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2cb1f4eb:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60517]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:45.984 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2cb1f4eb:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60517]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:45.984 DEBUG 1 --- [nio-8081-exec-5] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-5] latch=1 2023-01-13 08:14:45.984 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2cb1f4eb:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60517]]) 2023-01-13 08:14:48.138 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:14:48.139 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:14:48.139 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:14:48.143 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3414 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:14:48.144 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [54cf04dd] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:14:48.145 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:14:48.145 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3352, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:14:48.145 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3352, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:14:48.146 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3352, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:14:48.146 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3352, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:14:48.146 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3352, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:14:48.147 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3352, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:14:48 GMT, server=envoy, content-length=19] 2023-01-13 08:14:48.147 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3352, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:14:48.147 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [54cf04dd] [6c38ca61-3352, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:14:48.147 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3414 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:14:48.148 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3352, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:14:48.148 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3352, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:14:48.148 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [54cf04dd] [6c38ca61-3352, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:14:48.149 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:14:48.149 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:14:48.149 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:14:48.149 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:14:48.149 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:14:48.149 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:14:55.973 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:14:55.973 DEBUG 1 --- [nio-8081-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:14:55.974 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:14:55.974 DEBUG 1 --- [nio-8081-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:14:55.974 DEBUG 1 --- [nio-8081-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4f9616ff:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:50263]], Read from buffer: [0] 2023-01-13 08:14:55.974 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4f9616ff:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:50263]], Read direct from socket: [133] 2023-01-13 08:14:55.974 DEBUG 1 --- [nio-8081-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1dd9dea5:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:58147]], Read from buffer: [0] 2023-01-13 08:14:55.974 DEBUG 1 --- [nio-8081-exec-6] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:14:55.975 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:14:55.975 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:14:55.975 DEBUG 1 --- [nio-8081-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:14:55.975 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:14:55.975 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:14:55.975 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:14:55.976 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1dd9dea5:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:58147]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:55.976 DEBUG 1 --- [nio-8081-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-8] latch=2 2023-01-13 08:14:55.976 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:14:55.976 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1dd9dea5:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:58147]]) 2023-01-13 08:14:55.976 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:14:55.976 DEBUG 1 --- [nio-8081-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:14:55.977 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-6 State: N/A Method: Constructor URI: N/A 2023-01-13 08:14:55.977 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:14:55.978 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:14:55.978 DEBUG 1 --- [nio-8081-exec-6] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:14:55.978 DEBUG 1 --- [nio-8081-exec-6] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:14:55.978 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: dispatch URI: /status 2023-01-13 08:14:55.978 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:14:55.978 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:14:55.978 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4f9616ff:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:50263]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:14:55.978 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:14:55.979 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4f9616ff:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:50263]], State after async post processing: [ASYNC_END] 2023-01-13 08:14:55.979 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:14:55.979 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:14:55.979 DEBUG 1 --- [nio-8081-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:14:55.979 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:14:55.979 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: intDispatch URI: /status 2023-01-13 08:14:55.979 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:14:55.979 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:14:55.980 DEBUG 1 --- [nio-8081-exec-6] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:14:55.980 DEBUG 1 --- [nio-8081-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:14:55.980 DEBUG 1 --- [nio-8081-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:14:55.981 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:14:55.981 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:14:55.981 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: recycle URI: /status 2023-01-13 08:14:55.981 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4f9616ff:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:50263]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:55.981 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4f9616ff:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:50263]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:14:55.981 DEBUG 1 --- [nio-8081-exec-6] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-6] latch=1 2023-01-13 08:14:55.981 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4f9616ff:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:50263]]) 2023-01-13 08:14:58.149 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:14:58.149 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:14:58.150 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:14:58.154 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3415 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:14:58.154 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [5f8aa402] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:14:58.154 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:14:58.155 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3353, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:14:58.155 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3353, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:14:58.155 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3353, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:14:58.155 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3353, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:14:58.155 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3353, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:14:58.156 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3353, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:14:58 GMT, server=envoy, content-length=19] 2023-01-13 08:14:58.156 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3353, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:14:58.156 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [5f8aa402] [6c38ca61-3353, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:14:58.156 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3415 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:14:58.156 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3353, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:14:58.157 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3353, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:14:58.157 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [5f8aa402] [6c38ca61-3353, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:14:58.157 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:14:58.157 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:14:58.157 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:14:58.157 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:14:58.157 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:14:58.157 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:15:05.971 DEBUG 1 --- [nio-8081-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:15:05.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:15:05.972 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:15:05.972 DEBUG 1 --- [nio-8081-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@302209e0:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:55289]], Read from buffer: [0] 2023-01-13 08:15:05.972 DEBUG 1 --- [io-8081-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:15:05.972 DEBUG 1 --- [io-8081-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@43d0fcb7:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:55945]], Read from buffer: [0] 2023-01-13 08:15:05.972 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@43d0fcb7:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:55945]], Read direct from socket: [133] 2023-01-13 08:15:05.973 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:15:05.973 DEBUG 1 --- [io-8081-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:15:05.973 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:15:05.973 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@302209e0:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:55289]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:05.973 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:15:05.974 DEBUG 1 --- [nio-8081-exec-9] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-9] latch=2 2023-01-13 08:15:05.974 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:15:05.974 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:15:05.974 DEBUG 1 --- [nio-8081-exec-9] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@302209e0:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:55289]]) 2023-01-13 08:15:05.974 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:15:05.974 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:15:05.974 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:15:05.975 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:15:05.975 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: ttp-nio-8081-exec-10 State: N/A Method: Constructor URI: N/A 2023-01-13 08:15:05.976 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:15:05.976 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:15:05.976 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:15:05.976 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:15:05.976 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: dispatch URI: /status 2023-01-13 08:15:05.976 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:15:05.976 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:15:05.976 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@43d0fcb7:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:55945]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:15:05.977 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:15:05.977 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@43d0fcb7:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:55945]], State after async post processing: [ASYNC_END] 2023-01-13 08:15:05.977 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:15:05.977 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:15:05.977 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:15:05.977 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:15:05.977 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: intDispatch URI: /status 2023-01-13 08:15:05.977 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:15:05.978 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:15:05.978 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:15:05.978 DEBUG 1 --- [io-8081-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:15:05.978 DEBUG 1 --- [io-8081-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:15:05.978 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:15:05.979 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:15:05.979 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: recycle URI: /status 2023-01-13 08:15:05.979 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@43d0fcb7:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:55945]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:05.979 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@43d0fcb7:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:55945]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:05.979 DEBUG 1 --- [io-8081-exec-10] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-10] latch=1 2023-01-13 08:15:05.979 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@43d0fcb7:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:55945]]) 2023-01-13 08:15:08.157 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:15:08.158 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:15:08.158 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:15:08.162 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3416 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:15:08.162 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [5fae62e] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:15:08.163 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:15:08.163 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3354, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:15:08.163 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3354, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:15:08.163 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3354, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:15:08.163 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3354, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:15:08.164 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3354, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:15:08.165 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3354, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:15:08 GMT, server=envoy, content-length=19] 2023-01-13 08:15:08.165 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3354, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:15:08.165 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [5fae62e] [6c38ca61-3354, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:15:08.165 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3416 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:15:08.165 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3354, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:15:08.165 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3354, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:15:08.166 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [5fae62e] [6c38ca61-3354, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:15:08.166 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:15:08.166 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:15:08.166 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:15:08.166 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:15:08.166 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:15:08.166 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:15:11.652 DEBUG 1 --- [alina-utility-1] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1673597711651 sessioncount 0 2023-01-13 08:15:11.652 DEBUG 1 --- [alina-utility-1] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 1 expired sessions: 0 2023-01-13 08:15:12.440 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking Rics starting 2023-01-13 08:15:12.440 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking all RICs completed 2023-01-13 08:15:15.972 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:15:15.972 DEBUG 1 --- [nio-8081-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:15:15.972 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:15:15.972 DEBUG 1 --- [nio-8081-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1803aa23:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:54601]], Read from buffer: [0] 2023-01-13 08:15:15.972 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1803aa23:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:54601]], Read direct from socket: [133] 2023-01-13 08:15:15.972 DEBUG 1 --- [nio-8081-exec-2] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:15:15.973 DEBUG 1 --- [nio-8081-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:15:15.973 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:15:15.973 DEBUG 1 --- [nio-8081-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:15:15.973 DEBUG 1 --- [nio-8081-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3399890b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:48957]], Read from buffer: [0] 2023-01-13 08:15:15.973 DEBUG 1 --- [nio-8081-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:15:15.973 DEBUG 1 --- [nio-8081-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:15:15.974 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:15:15.974 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:15:15.974 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:15:15.974 DEBUG 1 --- [nio-8081-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:15:15.974 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:15:15.974 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3399890b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:48957]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:15.974 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-2 State: N/A Method: Constructor URI: N/A 2023-01-13 08:15:15.974 DEBUG 1 --- [nio-8081-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-1] latch=2 2023-01-13 08:15:15.975 DEBUG 1 --- [nio-8081-exec-2] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:15:15.975 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3399890b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:48957]]) 2023-01-13 08:15:15.975 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:15:15.975 DEBUG 1 --- [nio-8081-exec-2] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:15:15.975 DEBUG 1 --- [nio-8081-exec-2] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:15:15.975 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-2 State: N/A Method: dispatch URI: /status 2023-01-13 08:15:15.975 DEBUG 1 --- [nio-8081-exec-2] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:15:15.975 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:15:15.975 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1803aa23:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:54601]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:15:15.975 DEBUG 1 --- [nio-8081-exec-2] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:15:15.976 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1803aa23:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:54601]], State after async post processing: [ASYNC_END] 2023-01-13 08:15:15.976 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:15:15.976 DEBUG 1 --- [nio-8081-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:15:15.976 DEBUG 1 --- [nio-8081-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:15:15.976 DEBUG 1 --- [nio-8081-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:15:15.976 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-2 State: N/A Method: intDispatch URI: /status 2023-01-13 08:15:15.976 DEBUG 1 --- [nio-8081-exec-2] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:15:15.976 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:15:15.976 DEBUG 1 --- [nio-8081-exec-2] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:15:15.977 DEBUG 1 --- [nio-8081-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:15:15.977 DEBUG 1 --- [nio-8081-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:15:15.977 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:15:15.977 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:15:15.977 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-2 State: N/A Method: recycle URI: /status 2023-01-13 08:15:15.978 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1803aa23:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:54601]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:15.978 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1803aa23:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:54601]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:15.978 DEBUG 1 --- [nio-8081-exec-2] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-2] latch=1 2023-01-13 08:15:15.978 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1803aa23:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:54601]]) 2023-01-13 08:15:18.166 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:15:18.166 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:15:18.167 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:15:18.170 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3417 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:15:18.170 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [7e451f87] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:15:18.170 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:15:18.170 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3355, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:15:18.170 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3355, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:15:18.171 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3355, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:15:18.171 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3355, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:15:18.171 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3355, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:15:18.172 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3355, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:15:18 GMT, server=envoy, content-length=19] 2023-01-13 08:15:18.172 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3355, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:15:18.172 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [7e451f87] [6c38ca61-3355, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:15:18.172 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3417 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:15:18.172 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3355, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:15:18.172 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3355, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:15:18.172 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [7e451f87] [6c38ca61-3355, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:15:18.173 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:15:18.173 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:15:18.173 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:15:18.173 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:15:18.173 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:15:18.173 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:15:25.972 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:15:25.972 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:15:25.973 DEBUG 1 --- [nio-8081-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:15:25.973 DEBUG 1 --- [nio-8081-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:15:25.973 DEBUG 1 --- [nio-8081-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@51368a5:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:35291]], Read from buffer: [0] 2023-01-13 08:15:25.973 DEBUG 1 --- [nio-8081-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4542a816:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:47137]], Read from buffer: [0] 2023-01-13 08:15:25.973 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@51368a5:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:35291]], Read direct from socket: [133] 2023-01-13 08:15:25.973 DEBUG 1 --- [nio-8081-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:15:25.974 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:15:25.974 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:15:25.974 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:15:25.974 DEBUG 1 --- [nio-8081-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:15:25.974 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:15:25.974 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:15:25.975 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:15:25.975 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4542a816:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:47137]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:25.975 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:15:25.975 DEBUG 1 --- [nio-8081-exec-3] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-3] latch=2 2023-01-13 08:15:25.975 DEBUG 1 --- [nio-8081-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:15:25.975 DEBUG 1 --- [nio-8081-exec-3] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4542a816:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:47137]]) 2023-01-13 08:15:25.975 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-4 State: N/A Method: Constructor URI: N/A 2023-01-13 08:15:25.976 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:15:25.976 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:15:25.976 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:15:25.976 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:15:25.976 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: dispatch URI: /status 2023-01-13 08:15:25.976 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:15:25.977 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:15:25.977 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@51368a5:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:35291]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:15:25.977 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:15:25.977 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@51368a5:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:35291]], State after async post processing: [ASYNC_END] 2023-01-13 08:15:25.977 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:15:25.978 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:15:25.978 DEBUG 1 --- [nio-8081-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:15:25.978 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:15:25.979 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: intDispatch URI: /status 2023-01-13 08:15:25.979 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:15:25.979 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:15:25.979 DEBUG 1 --- [nio-8081-exec-4] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:15:25.980 DEBUG 1 --- [nio-8081-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:15:25.980 DEBUG 1 --- [nio-8081-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:15:25.980 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:15:25.981 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:15:25.981 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: recycle URI: /status 2023-01-13 08:15:25.982 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@51368a5:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:35291]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:25.982 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@51368a5:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:35291]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:25.982 DEBUG 1 --- [nio-8081-exec-4] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-4] latch=1 2023-01-13 08:15:25.982 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@51368a5:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:35291]]) 2023-01-13 08:15:28.173 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:15:28.173 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:15:28.174 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:15:28.177 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3418 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:15:28.178 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [5200057e] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:15:28.178 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:15:28.179 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3356, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:15:28.179 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3356, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:15:28.179 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3356, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:15:28.180 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3356, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:15:28.181 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3356, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:15:28.182 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3356, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:15:28 GMT, server=envoy, content-length=19] 2023-01-13 08:15:28.182 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3356, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:15:28.182 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [5200057e] [6c38ca61-3356, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:15:28.183 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3418 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:15:28.183 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3356, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:15:28.184 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3356, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:15:28.184 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [5200057e] [6c38ca61-3356, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:15:28.185 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:15:28.186 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:15:28.186 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:15:28.186 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:15:28.186 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:15:28.187 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:15:35.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:15:35.971 DEBUG 1 --- [nio-8081-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:15:35.972 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:15:35.972 DEBUG 1 --- [nio-8081-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:15:35.972 DEBUG 1 --- [nio-8081-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@17edff4f:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:51337]], Read from buffer: [0] 2023-01-13 08:15:35.975 DEBUG 1 --- [nio-8081-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2c0c2582:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:56051]], Read from buffer: [0] 2023-01-13 08:15:35.975 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:15:35.975 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2c0c2582:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:56051]], Read direct from socket: [133] 2023-01-13 08:15:35.975 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:15:35.975 DEBUG 1 --- [nio-8081-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:15:35.975 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@17edff4f:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:51337]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:35.975 DEBUG 1 --- [nio-8081-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-7] latch=2 2023-01-13 08:15:35.976 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@17edff4f:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:51337]]) 2023-01-13 08:15:35.976 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:15:35.976 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:15:35.976 DEBUG 1 --- [nio-8081-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:15:35.976 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:15:35.977 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:15:35.977 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:15:35.977 DEBUG 1 --- [nio-8081-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:15:35.978 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-5 State: N/A Method: Constructor URI: N/A 2023-01-13 08:15:35.978 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:15:35.978 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:15:35.978 DEBUG 1 --- [nio-8081-exec-5] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:15:35.978 DEBUG 1 --- [nio-8081-exec-5] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:15:35.979 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: dispatch URI: /status 2023-01-13 08:15:35.979 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:15:35.979 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:15:35.979 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2c0c2582:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:56051]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:15:35.979 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:15:35.979 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2c0c2582:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:56051]], State after async post processing: [ASYNC_END] 2023-01-13 08:15:35.980 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:15:35.980 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:15:35.980 DEBUG 1 --- [nio-8081-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:15:35.980 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:15:35.980 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: intDispatch URI: /status 2023-01-13 08:15:35.980 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:15:35.981 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:15:35.981 DEBUG 1 --- [nio-8081-exec-5] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:15:35.981 DEBUG 1 --- [nio-8081-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:15:35.981 DEBUG 1 --- [nio-8081-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:15:35.982 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:15:35.982 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:15:35.982 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: recycle URI: /status 2023-01-13 08:15:35.982 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2c0c2582:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:56051]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:35.982 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2c0c2582:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:56051]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:35.982 DEBUG 1 --- [nio-8081-exec-5] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-5] latch=1 2023-01-13 08:15:35.983 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2c0c2582:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:56051]]) 2023-01-13 08:15:38.185 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:15:38.186 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:15:38.186 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:15:38.190 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3419 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:15:38.190 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [58a01188] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:15:38.191 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:15:38.191 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3357, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:15:38.191 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3357, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:15:38.191 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3357, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:15:38.191 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3357, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:15:38.192 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3357, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:15:38.193 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3357, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:15:38 GMT, server=envoy, content-length=19] 2023-01-13 08:15:38.193 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3357, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:15:38.193 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [58a01188] [6c38ca61-3357, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:15:38.193 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3419 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:15:38.193 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3357, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:15:38.193 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3357, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:15:38.194 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [58a01188] [6c38ca61-3357, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:15:38.194 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:15:38.194 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:15:38.194 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:15:38.194 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:15:38.195 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:15:38.195 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:15:45.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:15:45.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:15:45.971 DEBUG 1 --- [nio-8081-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:15:45.971 DEBUG 1 --- [nio-8081-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:15:45.971 DEBUG 1 --- [nio-8081-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@262fc696:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:48243]], Read from buffer: [0] 2023-01-13 08:15:45.971 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@262fc696:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:48243]], Read direct from socket: [133] 2023-01-13 08:15:45.971 DEBUG 1 --- [nio-8081-exec-6] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:15:45.972 DEBUG 1 --- [nio-8081-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@45a51a29:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57465]], Read from buffer: [0] 2023-01-13 08:15:45.972 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:15:45.972 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:15:45.972 DEBUG 1 --- [nio-8081-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:15:45.972 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:15:45.972 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:15:45.972 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:15:45.972 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:15:45.973 DEBUG 1 --- [nio-8081-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:15:45.973 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:15:45.973 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@45a51a29:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57465]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:45.973 DEBUG 1 --- [nio-8081-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-8] latch=2 2023-01-13 08:15:45.973 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-6 State: N/A Method: Constructor URI: N/A 2023-01-13 08:15:45.973 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@45a51a29:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57465]]) 2023-01-13 08:15:45.973 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:15:45.973 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:15:45.973 DEBUG 1 --- [nio-8081-exec-6] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:15:45.974 DEBUG 1 --- [nio-8081-exec-6] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:15:45.974 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: dispatch URI: /status 2023-01-13 08:15:45.974 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:15:45.974 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:15:45.974 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@262fc696:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:48243]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:15:45.974 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:15:45.974 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@262fc696:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:48243]], State after async post processing: [ASYNC_END] 2023-01-13 08:15:45.974 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:15:45.975 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:15:45.975 DEBUG 1 --- [nio-8081-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:15:45.975 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:15:45.975 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: intDispatch URI: /status 2023-01-13 08:15:45.975 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:15:45.975 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:15:45.975 DEBUG 1 --- [nio-8081-exec-6] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:15:45.976 DEBUG 1 --- [nio-8081-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:15:45.976 DEBUG 1 --- [nio-8081-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:15:45.976 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:15:45.976 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:15:45.976 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: recycle URI: /status 2023-01-13 08:15:45.977 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@262fc696:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:48243]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:45.977 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@262fc696:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:48243]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:45.977 DEBUG 1 --- [nio-8081-exec-6] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-6] latch=1 2023-01-13 08:15:45.977 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@262fc696:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:48243]]) 2023-01-13 08:15:48.194 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:15:48.194 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:15:48.195 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:15:48.198 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3420 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:15:48.198 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [ab94724] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:15:48.198 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:15:48.198 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3358, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:15:48.198 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3358, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:15:48.199 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3358, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:15:48.199 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3358, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:15:48.199 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3358, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:15:48.200 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3358, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:15:48 GMT, server=envoy, content-length=19] 2023-01-13 08:15:48.200 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3358, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:15:48.200 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [ab94724] [6c38ca61-3358, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:15:48.201 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3420 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:15:48.201 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3358, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:15:48.201 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3358, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:15:48.201 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [ab94724] [6c38ca61-3358, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:15:48.202 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:15:48.202 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:15:48.202 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:15:48.202 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:15:48.202 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:15:48.202 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:15:55.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:15:55.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:15:55.971 DEBUG 1 --- [nio-8081-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:15:55.972 DEBUG 1 --- [nio-8081-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@292a8dc2:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:33969]], Read from buffer: [0] 2023-01-13 08:15:55.972 DEBUG 1 --- [io-8081-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:15:55.972 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:15:55.973 DEBUG 1 --- [io-8081-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6081b054:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:56321]], Read from buffer: [0] 2023-01-13 08:15:55.973 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:15:55.973 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@292a8dc2:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:33969]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:55.973 DEBUG 1 --- [nio-8081-exec-9] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-9] latch=2 2023-01-13 08:15:55.973 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6081b054:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:56321]], Read direct from socket: [133] 2023-01-13 08:15:55.973 DEBUG 1 --- [nio-8081-exec-9] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@292a8dc2:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:33969]]) 2023-01-13 08:15:55.974 DEBUG 1 --- [io-8081-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:15:55.974 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:15:55.974 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:15:55.974 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:15:55.974 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:15:55.975 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:15:55.975 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:15:55.975 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:15:55.976 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: ttp-nio-8081-exec-10 State: N/A Method: Constructor URI: N/A 2023-01-13 08:15:55.976 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:15:55.976 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:15:55.976 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:15:55.976 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:15:55.977 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: dispatch URI: /status 2023-01-13 08:15:55.977 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:15:55.977 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:15:55.977 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6081b054:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:56321]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:15:55.977 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:15:55.978 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6081b054:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:56321]], State after async post processing: [ASYNC_END] 2023-01-13 08:15:55.978 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:15:55.978 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:15:55.978 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:15:55.978 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:15:55.978 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: intDispatch URI: /status 2023-01-13 08:15:55.979 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:15:55.979 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:15:55.979 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:15:55.979 DEBUG 1 --- [io-8081-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:15:55.979 DEBUG 1 --- [io-8081-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:15:55.980 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:15:55.980 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:15:55.981 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: recycle URI: /status 2023-01-13 08:15:55.981 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6081b054:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:56321]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:55.981 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6081b054:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:56321]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:15:55.981 DEBUG 1 --- [io-8081-exec-10] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-10] latch=1 2023-01-13 08:15:55.982 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6081b054:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:56321]]) 2023-01-13 08:15:58.202 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:15:58.202 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:15:58.202 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:15:58.206 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3421 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:15:58.206 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [5cd6c8d3] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:15:58.206 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:15:58.207 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3359, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:15:58.207 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3359, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:15:58.207 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3359, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:15:58.207 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3359, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:15:58.207 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3359, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:15:58.208 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3359, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:15:58 GMT, server=envoy, content-length=19] 2023-01-13 08:15:58.208 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3359, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:15:58.208 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [5cd6c8d3] [6c38ca61-3359, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:15:58.209 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3421 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:15:58.209 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3359, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:15:58.209 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3359, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:15:58.209 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [5cd6c8d3] [6c38ca61-3359, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:15:58.210 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:15:58.210 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:15:58.210 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:15:58.210 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:15:58.210 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:15:58.210 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:16:05.972 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:16:05.972 DEBUG 1 --- [nio-8081-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:16:05.972 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:16:05.972 DEBUG 1 --- [nio-8081-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5c0d23bf:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:53445]], Read from buffer: [0] 2023-01-13 08:16:05.973 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:16:05.973 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:16:05.973 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5c0d23bf:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:53445]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:05.973 DEBUG 1 --- [nio-8081-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-1] latch=2 2023-01-13 08:16:05.973 DEBUG 1 --- [nio-8081-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:16:05.973 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5c0d23bf:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:53445]]) 2023-01-13 08:16:05.974 DEBUG 1 --- [nio-8081-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@285ff6d8:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37111]], Read from buffer: [0] 2023-01-13 08:16:05.974 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@285ff6d8:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37111]], Read direct from socket: [133] 2023-01-13 08:16:05.974 DEBUG 1 --- [nio-8081-exec-2] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:16:05.974 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:16:05.974 DEBUG 1 --- [nio-8081-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:16:05.975 DEBUG 1 --- [nio-8081-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:16:05.975 DEBUG 1 --- [nio-8081-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:16:05.975 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:16:05.975 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:16:05.975 DEBUG 1 --- [nio-8081-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:16:05.976 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-2 State: N/A Method: Constructor URI: N/A 2023-01-13 08:16:05.976 DEBUG 1 --- [nio-8081-exec-2] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:16:05.976 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:16:05.976 DEBUG 1 --- [nio-8081-exec-2] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:16:05.976 DEBUG 1 --- [nio-8081-exec-2] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:16:05.976 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-2 State: N/A Method: dispatch URI: /status 2023-01-13 08:16:05.977 DEBUG 1 --- [nio-8081-exec-2] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:16:05.977 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:16:05.977 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@285ff6d8:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37111]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:16:05.977 DEBUG 1 --- [nio-8081-exec-2] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:16:05.977 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@285ff6d8:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37111]], State after async post processing: [ASYNC_END] 2023-01-13 08:16:05.977 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:16:05.977 DEBUG 1 --- [nio-8081-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:16:05.978 DEBUG 1 --- [nio-8081-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:16:05.978 DEBUG 1 --- [nio-8081-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:16:05.978 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-2 State: N/A Method: intDispatch URI: /status 2023-01-13 08:16:05.978 DEBUG 1 --- [nio-8081-exec-2] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:16:05.978 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:16:05.978 DEBUG 1 --- [nio-8081-exec-2] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:16:05.978 DEBUG 1 --- [nio-8081-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:16:05.979 DEBUG 1 --- [nio-8081-exec-2] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:16:05.979 DEBUG 1 --- [nio-8081-exec-2] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:16:05.979 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:16:05.979 DEBUG 1 --- [nio-8081-exec-2] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-2 State: N/A Method: recycle URI: /status 2023-01-13 08:16:05.979 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@285ff6d8:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37111]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:05.980 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@285ff6d8:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37111]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:05.980 DEBUG 1 --- [nio-8081-exec-2] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-2] latch=1 2023-01-13 08:16:05.980 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@285ff6d8:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37111]]) 2023-01-13 08:16:08.210 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:16:08.210 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:16:08.211 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:16:08.216 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3422 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:16:08.216 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [eaf1dc2] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:16:08.217 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:16:08.217 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3360, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:16:08.217 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3360, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:16:08.217 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3360, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:16:08.217 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3360, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:16:08.217 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3360, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:16:08.219 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3360, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:16:08 GMT, server=envoy, content-length=19] 2023-01-13 08:16:08.219 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3360, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:16:08.219 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [eaf1dc2] [6c38ca61-3360, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:16:08.219 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3422 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:16:08.219 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3360, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:16:08.219 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3360, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:16:08.220 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [eaf1dc2] [6c38ca61-3360, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:16:08.220 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:16:08.220 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:16:08.220 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:16:08.220 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:16:08.220 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:16:08.220 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:16:11.654 DEBUG 1 --- [alina-utility-2] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1673597771654 sessioncount 0 2023-01-13 08:16:11.654 DEBUG 1 --- [alina-utility-2] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 0 expired sessions: 0 2023-01-13 08:16:12.440 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking Rics starting 2023-01-13 08:16:12.440 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking all RICs completed 2023-01-13 08:16:15.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:16:15.971 DEBUG 1 --- [nio-8081-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:16:15.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:16:15.971 DEBUG 1 --- [nio-8081-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@729136b1:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:38483]], Read from buffer: [0] 2023-01-13 08:16:15.972 DEBUG 1 --- [nio-8081-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:16:15.972 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:16:15.972 DEBUG 1 --- [nio-8081-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6b7ae222:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:42001]], Read from buffer: [0] 2023-01-13 08:16:15.972 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6b7ae222:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:42001]], Read direct from socket: [133] 2023-01-13 08:16:15.972 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:16:15.972 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@729136b1:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:38483]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:15.972 DEBUG 1 --- [nio-8081-exec-3] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-3] latch=2 2023-01-13 08:16:15.972 DEBUG 1 --- [nio-8081-exec-3] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@729136b1:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:38483]]) 2023-01-13 08:16:15.972 DEBUG 1 --- [nio-8081-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:16:15.973 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:16:15.973 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:16:15.973 DEBUG 1 --- [nio-8081-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:16:15.973 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:16:15.974 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:16:15.974 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:16:15.974 DEBUG 1 --- [nio-8081-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:16:15.975 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-4 State: N/A Method: Constructor URI: N/A 2023-01-13 08:16:15.975 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:16:15.975 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:16:15.975 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:16:15.975 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:16:15.975 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: dispatch URI: /status 2023-01-13 08:16:15.976 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:16:15.976 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:16:15.976 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6b7ae222:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:42001]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:16:15.976 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:16:15.976 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6b7ae222:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:42001]], State after async post processing: [ASYNC_END] 2023-01-13 08:16:15.976 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:16:15.976 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:16:15.977 DEBUG 1 --- [nio-8081-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:16:15.977 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:16:15.977 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: intDispatch URI: /status 2023-01-13 08:16:15.977 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:16:15.977 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:16:15.977 DEBUG 1 --- [nio-8081-exec-4] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:16:15.978 DEBUG 1 --- [nio-8081-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:16:15.978 DEBUG 1 --- [nio-8081-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:16:15.978 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:16:15.978 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:16:15.979 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: recycle URI: /status 2023-01-13 08:16:15.979 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6b7ae222:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:42001]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:15.979 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6b7ae222:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:42001]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:15.979 DEBUG 1 --- [nio-8081-exec-4] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-4] latch=1 2023-01-13 08:16:15.979 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6b7ae222:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:42001]]) 2023-01-13 08:16:18.220 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:16:18.220 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:16:18.220 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:16:18.225 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3423 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:16:18.225 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [56db61ce] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:16:18.225 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:16:18.225 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3361, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:16:18.225 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3361, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:16:18.225 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3361, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:16:18.226 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3361, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:16:18.226 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3361, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:16:18.227 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3361, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:16:18 GMT, server=envoy, content-length=19] 2023-01-13 08:16:18.227 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3361, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:16:18.227 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [56db61ce] [6c38ca61-3361, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:16:18.227 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3423 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:16:18.227 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3361, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:16:18.227 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3361, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:16:18.227 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [56db61ce] [6c38ca61-3361, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:16:18.228 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:16:18.228 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:16:18.228 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:16:18.228 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:16:18.228 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:16:18.229 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:16:25.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:16:25.971 DEBUG 1 --- [nio-8081-exec-7] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:16:25.972 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:16:25.972 DEBUG 1 --- [nio-8081-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@59dc1a7:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60379]], Read from buffer: [0] 2023-01-13 08:16:25.972 DEBUG 1 --- [nio-8081-exec-5] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:16:25.972 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@59dc1a7:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60379]], Read direct from socket: [133] 2023-01-13 08:16:25.972 DEBUG 1 --- [nio-8081-exec-7] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:16:25.972 DEBUG 1 --- [nio-8081-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@21dcbe6b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:49397]], Read from buffer: [0] 2023-01-13 08:16:25.973 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:16:25.973 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:16:25.973 DEBUG 1 --- [nio-8081-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:16:25.973 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:16:25.973 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:16:25.974 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:16:25.974 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:16:25.974 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:16:25.974 DEBUG 1 --- [nio-8081-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:16:25.974 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@21dcbe6b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:49397]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:25.974 DEBUG 1 --- [nio-8081-exec-5] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-5] latch=2 2023-01-13 08:16:25.975 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@21dcbe6b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:49397]]) 2023-01-13 08:16:25.975 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-7 State: N/A Method: Constructor URI: N/A 2023-01-13 08:16:25.975 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:16:25.975 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:16:25.975 DEBUG 1 --- [nio-8081-exec-7] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:16:25.975 DEBUG 1 --- [nio-8081-exec-7] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:16:25.976 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: dispatch URI: /status 2023-01-13 08:16:25.976 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:16:25.976 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:16:25.976 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@59dc1a7:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60379]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:16:25.976 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:16:25.976 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@59dc1a7:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60379]], State after async post processing: [ASYNC_END] 2023-01-13 08:16:25.977 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:16:25.977 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:16:25.977 DEBUG 1 --- [nio-8081-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:16:25.977 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:16:25.977 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: intDispatch URI: /status 2023-01-13 08:16:25.977 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:16:25.978 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:16:25.978 DEBUG 1 --- [nio-8081-exec-7] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:16:25.978 DEBUG 1 --- [nio-8081-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:16:25.978 DEBUG 1 --- [nio-8081-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:16:25.979 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:16:25.979 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:16:25.979 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: recycle URI: /status 2023-01-13 08:16:25.979 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@59dc1a7:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60379]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:25.979 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@59dc1a7:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60379]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:25.980 DEBUG 1 --- [nio-8081-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-7] latch=1 2023-01-13 08:16:25.980 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@59dc1a7:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:60379]]) 2023-01-13 08:16:28.228 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:16:28.228 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:16:28.229 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:16:28.232 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3424 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:16:28.232 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [161b8c56] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:16:28.232 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:16:28.233 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3362, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:16:28.233 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3362, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:16:28.233 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3362, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:16:28.233 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3362, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:16:28.233 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3362, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:16:28.234 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3362, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:16:28 GMT, server=envoy, content-length=19] 2023-01-13 08:16:28.234 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3362, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:16:28.234 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [161b8c56] [6c38ca61-3362, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:16:28.235 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3424 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:16:28.235 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3362, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:16:28.235 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3362, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:16:28.235 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [161b8c56] [6c38ca61-3362, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:16:28.236 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:16:28.236 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:16:28.236 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:16:28.236 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:16:28.236 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:16:28.236 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:16:35.972 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:16:35.972 DEBUG 1 --- [nio-8081-exec-8] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:16:35.973 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:16:35.973 DEBUG 1 --- [nio-8081-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7d71b004:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:36597]], Read from buffer: [0] 2023-01-13 08:16:35.973 DEBUG 1 --- [nio-8081-exec-6] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:16:35.973 DEBUG 1 --- [nio-8081-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f7f534b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37359]], Read from buffer: [0] 2023-01-13 08:16:35.973 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f7f534b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37359]], Read direct from socket: [133] 2023-01-13 08:16:35.973 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:16:35.973 DEBUG 1 --- [nio-8081-exec-6] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:16:35.974 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:16:35.974 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:16:35.974 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:16:35.974 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7d71b004:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:36597]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:35.974 DEBUG 1 --- [nio-8081-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:16:35.974 DEBUG 1 --- [nio-8081-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-8] latch=2 2023-01-13 08:16:35.974 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:16:35.974 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7d71b004:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:36597]]) 2023-01-13 08:16:35.975 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:16:35.975 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:16:35.975 DEBUG 1 --- [nio-8081-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:16:35.975 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-6 State: N/A Method: Constructor URI: N/A 2023-01-13 08:16:35.976 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:16:35.976 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:16:35.976 DEBUG 1 --- [nio-8081-exec-6] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:16:35.976 DEBUG 1 --- [nio-8081-exec-6] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:16:35.976 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: dispatch URI: /status 2023-01-13 08:16:35.976 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:16:35.976 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:16:35.976 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f7f534b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37359]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:16:35.976 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:16:35.977 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f7f534b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37359]], State after async post processing: [ASYNC_END] 2023-01-13 08:16:35.977 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:16:35.977 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:16:35.977 DEBUG 1 --- [nio-8081-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:16:35.977 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:16:35.977 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: intDispatch URI: /status 2023-01-13 08:16:35.977 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:16:35.977 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:16:35.978 DEBUG 1 --- [nio-8081-exec-6] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:16:35.978 DEBUG 1 --- [nio-8081-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:16:35.978 DEBUG 1 --- [nio-8081-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:16:35.978 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:16:35.979 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:16:35.979 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 15414cc5 CReq: 117edab5 RP: 547c46fe Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: recycle URI: /status 2023-01-13 08:16:35.979 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f7f534b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37359]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:35.979 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f7f534b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37359]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:35.979 DEBUG 1 --- [nio-8081-exec-6] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-6] latch=1 2023-01-13 08:16:35.979 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3f7f534b:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37359]]) 2023-01-13 08:16:38.238 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:16:38.238 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:16:38.238 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:16:38.242 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3425 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:16:38.242 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [7c614e16] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:16:38.242 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:16:38.242 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3363, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:16:38.243 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3363, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:16:38.243 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3363, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:16:38.243 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3363, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:16:38.243 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3363, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:16:38.244 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3363, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:16:38 GMT, server=envoy, content-length=19] 2023-01-13 08:16:38.244 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3363, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:16:38.244 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [7c614e16] [6c38ca61-3363, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:16:38.244 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3425 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:16:38.244 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3363, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:16:38.244 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3363, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:16:38.244 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [7c614e16] [6c38ca61-3363, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:16:38.245 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:16:38.245 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:16:38.245 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:16:38.245 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:16:38.245 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:16:38.245 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:16:45.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:16:45.972 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:16:45.972 DEBUG 1 --- [nio-8081-exec-9] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:16:45.972 DEBUG 1 --- [io-8081-exec-10] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:16:45.972 DEBUG 1 --- [nio-8081-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6a390b0e:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:51279]], Read from buffer: [0] 2023-01-13 08:16:45.973 DEBUG 1 --- [io-8081-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@10f46f93:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37503]], Read from buffer: [0] 2023-01-13 08:16:45.973 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:16:45.973 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@10f46f93:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37503]], Read direct from socket: [133] 2023-01-13 08:16:45.973 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:16:45.973 DEBUG 1 --- [io-8081-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:16:45.973 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6a390b0e:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:51279]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:45.974 DEBUG 1 --- [nio-8081-exec-9] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-9] latch=2 2023-01-13 08:16:45.974 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:16:45.974 DEBUG 1 --- [nio-8081-exec-9] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6a390b0e:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:51279]]) 2023-01-13 08:16:45.974 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:16:45.975 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:16:45.975 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:16:45.975 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:16:45.975 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:16:45.976 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:16:45.976 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: ttp-nio-8081-exec-10 State: N/A Method: Constructor URI: N/A 2023-01-13 08:16:45.976 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:16:45.977 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:16:45.977 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:16:45.977 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:16:45.977 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: dispatch URI: /status 2023-01-13 08:16:45.978 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:16:45.978 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:16:45.978 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@10f46f93:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37503]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:16:45.978 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:16:45.978 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@10f46f93:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37503]], State after async post processing: [ASYNC_END] 2023-01-13 08:16:45.979 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:16:45.979 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:16:45.979 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:16:45.979 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:16:45.979 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: intDispatch URI: /status 2023-01-13 08:16:45.980 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:16:45.980 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:16:45.980 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:16:45.980 DEBUG 1 --- [io-8081-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:16:45.981 DEBUG 1 --- [io-8081-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:16:45.981 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:16:45.981 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:16:45.982 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: recycle URI: /status 2023-01-13 08:16:45.982 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@10f46f93:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37503]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:45.982 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@10f46f93:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37503]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:45.982 DEBUG 1 --- [io-8081-exec-10] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-10] latch=1 2023-01-13 08:16:45.983 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@10f46f93:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:37503]]) 2023-01-13 08:16:48.245 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:16:48.245 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:16:48.245 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:16:48.249 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3426 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:16:48.249 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [a561d55] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:16:48.249 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:16:48.249 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3364, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:16:48.250 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3364, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:16:48.250 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3364, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:16:48.250 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3364, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:16:48.250 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3364, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:16:48.251 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3364, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:16:48 GMT, server=envoy, content-length=19] 2023-01-13 08:16:48.251 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3364, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:16:48.251 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [a561d55] [6c38ca61-3364, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:16:48.251 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3426 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:16:48.251 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3364, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:16:48.251 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3364, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:16:48.251 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [a561d55] [6c38ca61-3364, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:16:48.252 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:16:48.252 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:16:48.252 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:16:48.252 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:16:48.252 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:16:48.252 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:16:55.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:16:55.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:16:55.972 DEBUG 1 --- [nio-8081-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:16:55.972 DEBUG 1 --- [nio-8081-exec-2] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:16:55.972 DEBUG 1 --- [nio-8081-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5a6d2146:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57005]], Read from buffer: [0] 2023-01-13 08:16:55.973 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5a6d2146:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57005]], Read direct from socket: [133] 2023-01-13 08:16:55.973 DEBUG 1 --- [nio-8081-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:16:55.973 DEBUG 1 --- [nio-8081-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2b0d8fb8:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:44811]], Read from buffer: [0] 2023-01-13 08:16:55.973 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:16:55.973 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:16:55.973 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:16:55.974 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:16:55.974 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2023-01-13 08:16:55.974 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2023-01-13 08:16:55.974 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2023-01-13 08:16:55.974 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:16:55.975 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-1 State: N/A Method: Constructor URI: N/A 2023-01-13 08:16:55.975 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2023-01-13 08:16:55.975 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2023-01-13 08:16:55.975 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2023-01-13 08:16:55.976 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2b0d8fb8:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:44811]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:55.976 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Started async request 2023-01-13 08:16:55.976 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2023-01-13 08:16:55.976 DEBUG 1 --- [nio-8081-exec-2] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-2] latch=2 2023-01-13 08:16:55.976 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: dispatch URI: /status 2023-01-13 08:16:55.977 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2b0d8fb8:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:44811]]) 2023-01-13 08:16:55.977 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2023-01-13 08:16:55.977 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2023-01-13 08:16:55.977 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5a6d2146:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57005]], Status in: [OPEN_READ], State out: [LONG] 2023-01-13 08:16:55.977 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2023-01-13 08:16:55.977 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5a6d2146:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57005]], State after async post processing: [ASYNC_END] 2023-01-13 08:16:55.977 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.valves.RemoteIpValve : Incoming request /status with originalRemoteAddr [127.0.0.6], originalRemoteHost=[127.0.0.6], originalSecure=[false], originalScheme=[http], originalServerName=[10.233.72.93], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.72.93], newServerPort=[8081] 2023-01-13 08:16:55.978 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2023-01-13 08:16:55.978 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2023-01-13 08:16:55.978 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2023-01-13 08:16:55.978 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: intDispatch URI: /status 2023-01-13 08:16:55.978 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2023-01-13 08:16:55.978 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2023-01-13 08:16:55.978 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2023-01-13 08:16:55.979 DEBUG 1 --- [nio-8081-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json] 2023-01-13 08:16:55.979 DEBUG 1 --- [nio-8081-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2023-01-13 08:16:55.979 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2023-01-13 08:16:55.979 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2023-01-13 08:16:55.980 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 387ae04a CReq: 4990cf9d RP: 6cf6f51b Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: recycle URI: /status 2023-01-13 08:16:55.980 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5a6d2146:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57005]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:55.980 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5a6d2146:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57005]], Status in: [OPEN_READ], State out: [CLOSED] 2023-01-13 08:16:55.980 DEBUG 1 --- [nio-8081-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-1] latch=1 2023-01-13 08:16:55.980 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@3ab4eb4d].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5a6d2146:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:57005]]) 2023-01-13 08:16:58.252 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2023-01-13 08:16:58.253 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2023-01-13 08:16:58.253 ERROR 1 --- [ parallel-1] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: /opt/app/osaaf/local/org.onap.a1p.p12 (No such file or directory) 2023-01-13 08:16:58.257 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 3427 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2023-01-13 08:16:58.257 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [70ec8c0] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2023-01-13 08:16:58.257 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2023-01-13 08:16:58.257 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3365, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:16:58.258 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61-3365, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2023-01-13 08:16:58.258 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [6c38ca61-3365, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2023-01-13 08:16:58.258 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3365, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_prepared]) 2023-01-13 08:16:58.258 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3365, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [request_sent]) 2023-01-13 08:16:58.260 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3365, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received response (auto-read:false) : [content-type=text/plain, date=Fri, 13 Jan 2023 08:16:58 GMT, server=envoy, content-length=19] 2023-01-13 08:16:58.260 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61-3365, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_received]) 2023-01-13 08:16:58.260 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [70ec8c0] [6c38ca61-3365, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Response 503 SERVICE_UNAVAILABLE 2023-01-13 08:16:58.260 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 3427 resp: 503 SERVICE_UNAVAILABLE 2023-01-13 08:16:58.260 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [6c38ca61-3365, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2023-01-13 08:16:58.261 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [6c38ca61-3365, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Received last HTTP packet 2023-01-13 08:16:58.261 DEBUG 1 --- [or-http-epoll-4] o.s.core.codec.ByteArrayDecoder : [70ec8c0] [6c38ca61-3365, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Read 19 bytes 2023-01-13 08:16:58.261 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [response_completed]) 2023-01-13 08:16:58.261 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: ReadTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (WriteTimeoutHandler = io.netty.handler.timeout.WriteTimeoutHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:16:58.261 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2023-01-13 08:16:58.261 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0x6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904]}}, [disconnecting]) 2023-01-13 08:16:58.261 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Releasing channel 2023-01-13 08:16:58.261 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [6c38ca61, L:/10.233.72.93:55116 - R:message-router.onap.svc.cluster.local/10.233.11.117:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2023-01-13 08:17:05.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2023-01-13 08:17:05.971 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2023-01-13 08:17:05.972 DEBUG 1 --- [nio-8081-exec-4] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:17:05.972 DEBUG 1 --- [nio-8081-exec-3] o.a.coyote.http11.Http11InputBuffer : Before fill(): parsingHeader: [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position(): [0], byteBuffer.limit(): [0], end: [133] 2023-01-13 08:17:05.972 DEBUG 1 --- [nio-8081-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@36d99242:org.apache.tomcat.util.net.NioChannel@711e962b:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:40095]], Read from buffer: [0] 2023-01-13 08:17:05.973 DEBUG 1 --- [nio-8081-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@668172b2:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:56929]], Read from buffer: [0] 2023-01-13 08:17:05.973 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@668172b2:org.apache.tomcat.util.net.NioChannel@73961469:java.nio.channels.SocketChannel[connected local=/10.233.72.93:8081 remote=/127.0.0.6:56929]], Read direct from socket: [133] 2023-01-13 08:17:05.973 DEBUG 1 --- [nio-8081-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.72.93:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2023-01-13 08:17:05.973 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(Task