By type
2022-10-18 04:41:37.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:41:37.061 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] 2022-10-18 04:41:37.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:41:37.062 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] 2022-10-18 04:41:37.062 DEBUG 1 --- [nio-8081-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@745feb2a:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:45525]], Read from buffer: [0] 2022-10-18 04:41:37.062 DEBUG 1 --- [nio-8081-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@b28e66a:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:49035]], Read from buffer: [0] 2022-10-18 04:41:37.062 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@b28e66a:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:49035]], Read direct from socket: [133] 2022-10-18 04:41:37.062 DEBUG 1 --- [nio-8081-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:41:37.062 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:41:37.062 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:41:37.062 DEBUG 1 --- [nio-8081-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:41:37.062 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] 2022-10-18 04:41:37.062 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:41:37.062 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:41:37.062 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:41:37.062 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] 2022-10-18 04:41:37.063 DEBUG 1 --- [nio-8081-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:41:37.063 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@745feb2a:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:45525]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:41:37.063 DEBUG 1 --- [nio-8081-exec-6] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-6] latch=2 2022-10-18 04:41:37.063 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@745feb2a:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:45525]]) 2022-10-18 04:41:37.063 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 2022-10-18 04:41:37.063 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:41:37.063 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:41:37.063 DEBUG 1 --- [nio-8081-exec-5] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:41:37.063 DEBUG 1 --- [nio-8081-exec-5] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:41:37.063 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: dispatch URI: /status 2022-10-18 04:41:37.063 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:41:37.063 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:41:37.063 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@b28e66a:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:49035]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:41:37.063 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:41:37.063 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@b28e66a:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:49035]], State after async post processing: [ASYNC_END] 2022-10-18 04:41:37.063 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:41:37.064 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:41:37.064 DEBUG 1 --- [nio-8081-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:41:37.064 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:41:37.064 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: intDispatch URI: /status 2022-10-18 04:41:37.064 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:41:37.064 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:41:37.064 DEBUG 1 --- [nio-8081-exec-5] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:41:37.064 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] 2022-10-18 04:41:37.064 DEBUG 1 --- [nio-8081-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:41:37.064 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:41:37.065 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:41:37.065 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: recycle URI: /status 2022-10-18 04:41:37.065 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@b28e66a:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:49035]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:41:37.065 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@b28e66a:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:49035]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:41:37.065 DEBUG 1 --- [nio-8081-exec-5] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-5] latch=1 2022-10-18 04:41:37.065 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@b28e66a:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:49035]]) 2022-10-18 04:41:40.248 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:41:40.248 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:41:40.249 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) 2022-10-18 04:41:40.250 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31032 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:41:40.251 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [2b0cb296] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:41:40.251 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:41:40.251 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30962, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:41:40.251 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30962, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:41:40.251 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30962, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:41:40.251 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30962, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:41:40.251 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30962, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:41:40.255 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30962, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:41:35 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:41:40.255 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30962, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:41:40.255 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [2b0cb296] [b64944da-30962, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:41:40.255 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31032 resp: 401 UNAUTHORIZED 2022-10-18 04:41:40.256 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30962, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:41:40.256 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30962, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:41:40.256 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:41:40.256 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:41:40.256 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:41:40.256 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:41:40.256 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:41:40.256 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:41:41.662 DEBUG 1 --- [alina-utility-1] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1666068101662 sessioncount 0 2022-10-18 04:41:41.663 DEBUG 1 --- [alina-utility-1] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 1 expired sessions: 0 2022-10-18 04:41:47.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:41:47.062 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] 2022-10-18 04:41:47.062 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:41:47.062 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] 2022-10-18 04:41:47.062 DEBUG 1 --- [nio-8081-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1445a28a:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59001]], Read from buffer: [0] 2022-10-18 04:41:47.062 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1445a28a:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59001]], Read direct from socket: [133] 2022-10-18 04:41:47.062 DEBUG 1 --- [nio-8081-exec-8] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:41:47.062 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:41:47.062 DEBUG 1 --- [nio-8081-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:41:47.063 DEBUG 1 --- [nio-8081-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:41:47.063 DEBUG 1 --- [nio-8081-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:41:47.062 DEBUG 1 --- [nio-8081-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@422c7ff9:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:50931]], Read from buffer: [0] 2022-10-18 04:41:47.063 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:41:47.063 DEBUG 1 --- [nio-8081-exec-8] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:41:47.063 DEBUG 1 --- [nio-8081-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:41:47.063 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] 2022-10-18 04:41:47.063 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 2022-10-18 04:41:47.064 DEBUG 1 --- [nio-8081-exec-8] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:41:47.064 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] 2022-10-18 04:41:47.064 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:41:47.064 DEBUG 1 --- [nio-8081-exec-8] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:41:47.064 DEBUG 1 --- [nio-8081-exec-8] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:41:47.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@422c7ff9:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:50931]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:41:47.064 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-8 State: N/A Method: dispatch URI: /status 2022-10-18 04:41:47.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-7] latch=2 2022-10-18 04:41:47.064 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@422c7ff9:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:50931]]) 2022-10-18 04:41:47.064 DEBUG 1 --- [nio-8081-exec-8] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:41:47.064 DEBUG 1 --- [nio-8081-exec-8] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:41:47.064 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1445a28a:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59001]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:41:47.064 DEBUG 1 --- [nio-8081-exec-8] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:41:47.064 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1445a28a:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59001]], State after async post processing: [ASYNC_END] 2022-10-18 04:41:47.064 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:41:47.064 DEBUG 1 --- [nio-8081-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:41:47.064 DEBUG 1 --- [nio-8081-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:41:47.065 DEBUG 1 --- [nio-8081-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:41:47.065 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-8 State: N/A Method: intDispatch URI: /status 2022-10-18 04:41:47.065 DEBUG 1 --- [nio-8081-exec-8] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:41:47.065 DEBUG 1 --- [nio-8081-exec-8] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:41:47.065 DEBUG 1 --- [nio-8081-exec-8] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:41:47.065 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] 2022-10-18 04:41:47.065 DEBUG 1 --- [nio-8081-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:41:47.065 DEBUG 1 --- [nio-8081-exec-8] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:41:47.066 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:41:47.066 DEBUG 1 --- [nio-8081-exec-8] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-8 State: N/A Method: recycle URI: /status 2022-10-18 04:41:47.066 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1445a28a:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59001]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:41:47.066 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1445a28a:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59001]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:41:47.066 DEBUG 1 --- [nio-8081-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-8] latch=1 2022-10-18 04:41:47.066 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1445a28a:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59001]]) 2022-10-18 04:41:50.256 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:41:50.257 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:41:50.257 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) 2022-10-18 04:41:50.259 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31033 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:41:50.259 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [303ac447] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:41:50.259 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:41:50.259 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30963, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:41:50.259 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30963, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:41:50.259 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30963, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:41:50.259 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30963, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:41:50.259 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30963, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:41:50.263 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30963, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:41:45 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:41:50.263 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30963, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:41:50.263 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [303ac447] [b64944da-30963, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:41:50.263 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31033 resp: 401 UNAUTHORIZED 2022-10-18 04:41:50.263 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30963, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:41:50.263 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30963, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:41:50.263 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:41:50.263 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:41:50.264 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:41:50.264 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:41:50.264 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:41:50.264 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:41:57.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:41:57.061 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] 2022-10-18 04:41:57.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:41:57.061 DEBUG 1 --- [nio-8081-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e7da87b:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:55561]], Read from buffer: [0] 2022-10-18 04:41:57.062 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] 2022-10-18 04:41:57.062 DEBUG 1 --- [io-8081-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6dc17ed3:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:45381]], Read from buffer: [0] 2022-10-18 04:41:57.062 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] 2022-10-18 04:41:57.062 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6dc17ed3:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:45381]], Read direct from socket: [133] 2022-10-18 04:41:57.062 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] 2022-10-18 04:41:57.062 DEBUG 1 --- [io-8081-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:41:57.062 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e7da87b:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:55561]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:41:57.062 DEBUG 1 --- [nio-8081-exec-9] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-9] latch=2 2022-10-18 04:41:57.062 DEBUG 1 --- [nio-8081-exec-9] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e7da87b:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:55561]]) 2022-10-18 04:41:57.062 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:41:57.062 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:41:57.062 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:41:57.062 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:41:57.062 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:41:57.062 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:41:57.063 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:41:57.063 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 2022-10-18 04:41:57.063 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:41:57.063 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:41:57.063 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:41:57.063 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:41:57.064 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: dispatch URI: /status 2022-10-18 04:41:57.064 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:41:57.064 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:41:57.064 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6dc17ed3:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:45381]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:41:57.064 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:41:57.064 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6dc17ed3:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:45381]], State after async post processing: [ASYNC_END] 2022-10-18 04:41:57.064 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:41:57.064 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:41:57.064 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:41:57.064 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:41:57.064 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: intDispatch URI: /status 2022-10-18 04:41:57.064 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:41:57.064 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:41:57.064 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:41:57.064 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] 2022-10-18 04:41:57.065 DEBUG 1 --- [io-8081-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:41:57.065 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:41:57.065 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:41:57.065 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: recycle URI: /status 2022-10-18 04:41:57.065 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6dc17ed3:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:45381]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:41:57.065 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6dc17ed3:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:45381]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:41:57.065 DEBUG 1 --- [io-8081-exec-10] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-10] latch=1 2022-10-18 04:41:57.065 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6dc17ed3:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:45381]]) 2022-10-18 04:42:00.264 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:42:00.264 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:42:00.264 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) 2022-10-18 04:42:00.268 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31034 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:42:00.268 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [59500141] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:42:00.268 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:42:00.269 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30964, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:42:00.269 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30964, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:42:00.269 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30964, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:42:00.269 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30964, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:42:00.269 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30964, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:42:00.273 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30964, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:41:55 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:42:00.273 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30964, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:42:00.273 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [59500141] [b64944da-30964, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:42:00.273 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31034 resp: 401 UNAUTHORIZED 2022-10-18 04:42:00.273 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30964, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:42:00.274 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30964, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:42:00.274 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:42:00.274 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:42:00.274 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:42:00.274 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:42:00.274 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:42:00.274 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:42:07.060 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:42:07.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:42:07.061 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] 2022-10-18 04:42:07.061 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] 2022-10-18 04:42:07.061 DEBUG 1 --- [nio-8081-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6e518997:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:52613]], Read from buffer: [0] 2022-10-18 04:42:07.061 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6e518997:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:52613]], Read direct from socket: [133] 2022-10-18 04:42:07.061 DEBUG 1 --- [nio-8081-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:42:07.061 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:42:07.061 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:42:07.062 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:42:07.062 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:42:07.065 DEBUG 1 --- [nio-8081-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@193d46e5:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:52445]], Read from buffer: [0] 2022-10-18 04:42:07.065 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:42:07.065 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:42:07.065 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:42:07.065 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] 2022-10-18 04:42:07.066 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] 2022-10-18 04:42:07.066 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@193d46e5:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:52445]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:07.066 DEBUG 1 --- [nio-8081-exec-2] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-2] latch=2 2022-10-18 04:42:07.066 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@193d46e5:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:52445]]) 2022-10-18 04:42:07.066 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 2022-10-18 04:42:07.066 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:42:07.066 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:42:07.066 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:42:07.066 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:42:07.066 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: dispatch URI: /status 2022-10-18 04:42:07.067 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:42:07.067 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:42:07.067 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6e518997:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:52613]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:42:07.067 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:42:07.067 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6e518997:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:52613]], State after async post processing: [ASYNC_END] 2022-10-18 04:42:07.067 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:42:07.067 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:42:07.067 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:42:07.067 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:42:07.067 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: intDispatch URI: /status 2022-10-18 04:42:07.067 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:42:07.067 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:42:07.068 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:42:07.068 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] 2022-10-18 04:42:07.068 DEBUG 1 --- [nio-8081-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:42:07.068 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:42:07.068 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:42:07.068 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: recycle URI: /status 2022-10-18 04:42:07.068 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6e518997:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:52613]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:07.068 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6e518997:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:52613]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:07.069 DEBUG 1 --- [nio-8081-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-1] latch=1 2022-10-18 04:42:07.069 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6e518997:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:52613]]) 2022-10-18 04:42:10.274 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:42:10.274 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:42:10.275 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) 2022-10-18 04:42:10.279 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31035 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:42:10.280 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [6d18685c] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:42:10.281 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:42:10.281 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30965, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:42:10.281 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30965, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:42:10.281 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30965, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:42:10.281 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30965, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:42:10.281 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30965, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:42:10.285 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30965, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:42:05 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:42:10.285 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30965, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:42:10.285 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [6d18685c] [b64944da-30965, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:42:10.285 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31035 resp: 401 UNAUTHORIZED 2022-10-18 04:42:10.285 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30965, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:42:10.286 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30965, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:42:10.286 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:42:10.286 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:42:10.286 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:42:10.286 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:42:10.286 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:42:10.286 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:42:17.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:42:17.061 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] 2022-10-18 04:42:17.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:42:17.061 DEBUG 1 --- [nio-8081-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70bd68af:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:39635]], Read from buffer: [0] 2022-10-18 04:42:17.061 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] 2022-10-18 04:42:17.061 DEBUG 1 --- [nio-8081-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@479dc26d:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:40835]], Read from buffer: [0] 2022-10-18 04:42:17.061 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@479dc26d:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:40835]], Read direct from socket: [133] 2022-10-18 04:42:17.061 DEBUG 1 --- [nio-8081-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:42:17.061 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] 2022-10-18 04:42:17.062 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:42:17.062 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] 2022-10-18 04:42:17.062 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:42:17.062 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70bd68af:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:39635]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:17.062 DEBUG 1 --- [nio-8081-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:42:17.062 DEBUG 1 --- [nio-8081-exec-3] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-3] latch=2 2022-10-18 04:42:17.062 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:42:17.062 DEBUG 1 --- [nio-8081-exec-3] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@70bd68af:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:39635]]) 2022-10-18 04:42:17.062 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:42:17.062 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:42:17.062 DEBUG 1 --- [nio-8081-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:42:17.063 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 2022-10-18 04:42:17.063 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:42:17.063 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:42:17.063 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:42:17.063 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:42:17.063 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: dispatch URI: /status 2022-10-18 04:42:17.063 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:42:17.063 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:42:17.064 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@479dc26d:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:40835]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:42:17.064 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:42:17.064 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@479dc26d:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:40835]], State after async post processing: [ASYNC_END] 2022-10-18 04:42:17.064 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:42:17.064 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:42:17.064 DEBUG 1 --- [nio-8081-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:42:17.064 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:42:17.064 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: intDispatch URI: /status 2022-10-18 04:42:17.064 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:42:17.064 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:42:17.064 DEBUG 1 --- [nio-8081-exec-4] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:42:17.064 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] 2022-10-18 04:42:17.065 DEBUG 1 --- [nio-8081-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:42:17.065 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:42:17.065 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:42:17.065 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: recycle URI: /status 2022-10-18 04:42:17.065 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@479dc26d:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:40835]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:17.065 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@479dc26d:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:40835]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:17.066 DEBUG 1 --- [nio-8081-exec-4] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-4] latch=1 2022-10-18 04:42:17.066 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@479dc26d:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:40835]]) 2022-10-18 04:42:20.286 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:42:20.286 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:42:20.287 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) 2022-10-18 04:42:20.289 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31036 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:42:20.289 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [23ceff6b] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:42:20.289 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:42:20.289 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30966, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:42:20.289 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30966, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:42:20.289 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30966, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:42:20.289 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30966, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:42:20.289 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30966, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:42:20.294 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30966, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:42:15 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=3, content-length=0] 2022-10-18 04:42:20.294 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30966, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:42:20.294 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [23ceff6b] [b64944da-30966, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:42:20.294 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31036 resp: 401 UNAUTHORIZED 2022-10-18 04:42:20.294 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30966, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:42:20.294 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30966, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:42:20.295 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:42:20.295 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:42:20.295 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:42:20.295 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:42:20.295 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:42:20.295 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:42:27.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:42:27.061 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] 2022-10-18 04:42:27.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:42:27.061 DEBUG 1 --- [nio-8081-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@31cd46a4:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:52033]], Read from buffer: [0] 2022-10-18 04:42:27.061 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] 2022-10-18 04:42:27.061 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] 2022-10-18 04:42:27.061 DEBUG 1 --- [nio-8081-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1a8fd9e9:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:57113]], Read from buffer: [0] 2022-10-18 04:42:27.061 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] 2022-10-18 04:42:27.061 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1a8fd9e9:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:57113]], Read direct from socket: [133] 2022-10-18 04:42:27.061 DEBUG 1 --- [nio-8081-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:42:27.062 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@31cd46a4:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:52033]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:27.062 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:42:27.062 DEBUG 1 --- [nio-8081-exec-6] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-6] latch=2 2022-10-18 04:42:27.062 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:42:27.062 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@31cd46a4:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:52033]]) 2022-10-18 04:42:27.062 DEBUG 1 --- [nio-8081-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:42:27.062 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:42:27.062 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:42:27.062 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:42:27.062 DEBUG 1 --- [nio-8081-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:42:27.063 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 2022-10-18 04:42:27.063 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:42:27.063 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:42:27.063 DEBUG 1 --- [nio-8081-exec-5] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:42:27.063 DEBUG 1 --- [nio-8081-exec-5] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:42:27.063 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: dispatch URI: /status 2022-10-18 04:42:27.063 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:42:27.063 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:42:27.063 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1a8fd9e9:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:57113]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:42:27.063 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:42:27.063 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1a8fd9e9:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:57113]], State after async post processing: [ASYNC_END] 2022-10-18 04:42:27.063 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:42:27.063 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:42:27.063 DEBUG 1 --- [nio-8081-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:42:27.063 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:42:27.063 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: intDispatch URI: /status 2022-10-18 04:42:27.063 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:42:27.063 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:42:27.064 DEBUG 1 --- [nio-8081-exec-5] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:42:27.064 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] 2022-10-18 04:42:27.064 DEBUG 1 --- [nio-8081-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:42:27.064 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:42:27.064 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:42:27.064 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: recycle URI: /status 2022-10-18 04:42:27.064 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1a8fd9e9:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:57113]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:27.064 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1a8fd9e9:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:57113]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:27.064 DEBUG 1 --- [nio-8081-exec-5] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-5] latch=1 2022-10-18 04:42:27.064 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1a8fd9e9:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:57113]]) 2022-10-18 04:42:30.295 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:42:30.295 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:42:30.296 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) 2022-10-18 04:42:30.298 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31037 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:42:30.298 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [45301fa9] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:42:30.298 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:42:30.298 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30967, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:42:30.298 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30967, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:42:30.298 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30967, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:42:30.298 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30967, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:42:30.298 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30967, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:42:30.302 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30967, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:42:25 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:42:30.302 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30967, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:42:30.302 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [45301fa9] [b64944da-30967, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:42:30.302 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31037 resp: 401 UNAUTHORIZED 2022-10-18 04:42:30.303 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30967, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:42:30.303 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30967, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:42:30.303 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:42:30.303 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:42:30.303 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:42:30.303 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:42:30.303 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:42:30.303 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:42:31.420 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking Rics starting 2022-10-18 04:42:31.420 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking all RICs completed 2022-10-18 04:42:37.060 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:42:37.060 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:42:37.061 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] 2022-10-18 04:42:37.061 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] 2022-10-18 04:42:37.061 DEBUG 1 --- [nio-8081-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@358edd01:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:58007]], Read from buffer: [0] 2022-10-18 04:42:37.061 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] 2022-10-18 04:42:37.061 DEBUG 1 --- [nio-8081-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5c120736:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:41471]], Read from buffer: [0] 2022-10-18 04:42:37.061 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] 2022-10-18 04:42:37.061 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@358edd01:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:58007]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:37.061 DEBUG 1 --- [nio-8081-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-8] latch=2 2022-10-18 04:42:37.061 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@358edd01:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:58007]]) 2022-10-18 04:42:37.062 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5c120736:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:41471]], Read direct from socket: [133] 2022-10-18 04:42:37.062 DEBUG 1 --- [nio-8081-exec-7] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:42:37.062 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:42:37.062 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:42:37.062 DEBUG 1 --- [nio-8081-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:42:37.062 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:42:37.062 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:42:37.062 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:42:37.062 DEBUG 1 --- [nio-8081-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:42:37.063 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 2022-10-18 04:42:37.063 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:42:37.063 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:42:37.063 DEBUG 1 --- [nio-8081-exec-7] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:42:37.063 DEBUG 1 --- [nio-8081-exec-7] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:42:37.063 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: dispatch URI: /status 2022-10-18 04:42:37.064 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:42:37.064 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:42:37.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5c120736:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:41471]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:42:37.064 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:42:37.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5c120736:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:41471]], State after async post processing: [ASYNC_END] 2022-10-18 04:42:37.064 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:42:37.064 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:42:37.064 DEBUG 1 --- [nio-8081-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:42:37.064 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:42:37.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: intDispatch URI: /status 2022-10-18 04:42:37.064 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:42:37.064 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:42:37.065 DEBUG 1 --- [nio-8081-exec-7] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:42:37.065 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] 2022-10-18 04:42:37.065 DEBUG 1 --- [nio-8081-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:42:37.065 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:42:37.065 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:42:37.065 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: recycle URI: /status 2022-10-18 04:42:37.065 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5c120736:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:41471]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:37.065 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5c120736:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:41471]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:37.065 DEBUG 1 --- [nio-8081-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-7] latch=1 2022-10-18 04:42:37.066 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5c120736:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:41471]]) 2022-10-18 04:42:40.303 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:42:40.303 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:42:40.304 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) 2022-10-18 04:42:40.305 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31038 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:42:40.305 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [1cb35447] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:42:40.306 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:42:40.306 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30968, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:42:40.306 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30968, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:42:40.306 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30968, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:42:40.306 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30968, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:42:40.306 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30968, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:42:40.317 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30968, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:42:35 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=8, content-length=0] 2022-10-18 04:42:40.317 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30968, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:42:40.317 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [1cb35447] [b64944da-30968, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:42:40.317 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31038 resp: 401 UNAUTHORIZED 2022-10-18 04:42:40.317 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30968, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:42:40.317 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30968, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:42:40.317 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:42:40.317 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:42:40.318 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:42:40.318 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:42:40.318 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:42:40.318 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:42:41.664 DEBUG 1 --- [alina-utility-1] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1666068161664 sessioncount 0 2022-10-18 04:42:41.665 DEBUG 1 --- [alina-utility-1] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 1 expired sessions: 0 2022-10-18 04:42:47.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:42:47.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:42:47.061 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] 2022-10-18 04:42:47.061 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] 2022-10-18 04:42:47.062 DEBUG 1 --- [io-8081-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@12a8294:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:56989]], Read from buffer: [0] 2022-10-18 04:42:47.062 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@12a8294:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:56989]], Read direct from socket: [133] 2022-10-18 04:42:47.062 DEBUG 1 --- [io-8081-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:42:47.062 DEBUG 1 --- [nio-8081-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@397f966b:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:56083]], Read from buffer: [0] 2022-10-18 04:42:47.062 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:42:47.062 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:42:47.062 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] 2022-10-18 04:42:47.062 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:42:47.062 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:42:47.062 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] 2022-10-18 04:42:47.062 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@397f966b:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:56083]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:47.062 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:42:47.062 DEBUG 1 --- [nio-8081-exec-9] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-9] latch=2 2022-10-18 04:42:47.063 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:42:47.063 DEBUG 1 --- [nio-8081-exec-9] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@397f966b:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:56083]]) 2022-10-18 04:42:47.063 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:42:47.063 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 2022-10-18 04:42:47.064 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:42:47.064 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:42:47.064 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:42:47.064 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:42:47.064 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: dispatch URI: /status 2022-10-18 04:42:47.064 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:42:47.064 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:42:47.064 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@12a8294:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:56989]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:42:47.064 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:42:47.064 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@12a8294:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:56989]], State after async post processing: [ASYNC_END] 2022-10-18 04:42:47.064 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:42:47.064 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:42:47.064 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:42:47.064 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:42:47.065 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: intDispatch URI: /status 2022-10-18 04:42:47.065 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:42:47.065 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:42:47.065 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:42:47.065 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] 2022-10-18 04:42:47.065 DEBUG 1 --- [io-8081-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:42:47.066 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:42:47.066 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:42:47.066 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: recycle URI: /status 2022-10-18 04:42:47.066 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@12a8294:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:56989]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:47.066 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@12a8294:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:56989]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:47.066 DEBUG 1 --- [io-8081-exec-10] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-10] latch=1 2022-10-18 04:42:47.066 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@12a8294:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:56989]]) 2022-10-18 04:42:50.317 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:42:50.318 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:42:50.318 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) 2022-10-18 04:42:50.320 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31039 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:42:50.321 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [32478505] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:42:50.321 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:42:50.321 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30969, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:42:50.321 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30969, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:42:50.321 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30969, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:42:50.321 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30969, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:42:50.321 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30969, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:42:50.326 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30969, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:42:45 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:42:50.326 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30969, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:42:50.326 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [32478505] [b64944da-30969, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:42:50.326 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31039 resp: 401 UNAUTHORIZED 2022-10-18 04:42:50.326 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30969, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:42:50.326 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30969, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:42:50.327 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:42:50.327 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:42:50.327 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:42:50.327 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:42:50.327 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:42:50.327 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:42:57.060 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:42:57.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:42:57.061 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] 2022-10-18 04:42:57.061 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] 2022-10-18 04:42:57.061 DEBUG 1 --- [nio-8081-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5830a180:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:60419]], Read from buffer: [0] 2022-10-18 04:42:57.061 DEBUG 1 --- [nio-8081-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@c207b04:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:44557]], Read from buffer: [0] 2022-10-18 04:42:57.061 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@c207b04:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:44557]], Read direct from socket: [133] 2022-10-18 04:42:57.061 DEBUG 1 --- [nio-8081-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:42:57.061 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:42:57.061 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] 2022-10-18 04:42:57.061 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:42:57.061 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:42:57.061 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:42:57.061 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] 2022-10-18 04:42:57.062 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5830a180:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:60419]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:57.062 DEBUG 1 --- [nio-8081-exec-2] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-2] latch=2 2022-10-18 04:42:57.062 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:42:57.062 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5830a180:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:60419]]) 2022-10-18 04:42:57.062 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:42:57.062 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:42:57.062 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 2022-10-18 04:42:57.062 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:42:57.062 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:42:57.062 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:42:57.062 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:42:57.062 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: dispatch URI: /status 2022-10-18 04:42:57.063 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:42:57.063 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:42:57.063 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@c207b04:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:44557]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:42:57.063 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:42:57.063 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@c207b04:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:44557]], State after async post processing: [ASYNC_END] 2022-10-18 04:42:57.063 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:42:57.063 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:42:57.063 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:42:57.063 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:42:57.063 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: intDispatch URI: /status 2022-10-18 04:42:57.063 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:42:57.063 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:42:57.063 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:42:57.064 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] 2022-10-18 04:42:57.064 DEBUG 1 --- [nio-8081-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:42:57.064 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:42:57.064 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:42:57.064 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: recycle URI: /status 2022-10-18 04:42:57.064 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@c207b04:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:44557]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:57.064 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@c207b04:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:44557]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:42:57.064 DEBUG 1 --- [nio-8081-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-1] latch=1 2022-10-18 04:42:57.064 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@c207b04:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:44557]]) 2022-10-18 04:43:00.327 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:43:00.327 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:43:00.327 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) 2022-10-18 04:43:00.330 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31040 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:43:00.330 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [66260181] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:43:00.330 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:43:00.330 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30970, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:43:00.330 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30970, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:43:00.330 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30970, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:43:00.330 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30970, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:43:00.331 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30970, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:43:00.334 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30970, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:42:55 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:43:00.335 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30970, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:43:00.335 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [66260181] [b64944da-30970, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:43:00.335 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31040 resp: 401 UNAUTHORIZED 2022-10-18 04:43:00.335 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30970, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:43:00.335 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30970, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:43:00.335 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:43:00.336 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:43:00.336 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:43:00.336 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:43:00.336 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:43:00.336 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:43:07.060 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:43:07.060 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:43:07.060 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] 2022-10-18 04:43:07.060 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] 2022-10-18 04:43:07.060 DEBUG 1 --- [nio-8081-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@41cf94e6:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:38705]], Read from buffer: [0] 2022-10-18 04:43:07.060 DEBUG 1 --- [nio-8081-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@75acc4a0:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:37583]], Read from buffer: [0] 2022-10-18 04:43:07.060 DEBUG 1 --- [nio-8081-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@41cf94e6:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:38705]], Read direct from socket: [133] 2022-10-18 04:43:07.060 DEBUG 1 --- [nio-8081-exec-3] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:43:07.060 DEBUG 1 --- [nio-8081-exec-3] 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:43:07.060 DEBUG 1 --- [nio-8081-exec-4] 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] 2022-10-18 04:43:07.060 DEBUG 1 --- [nio-8081-exec-3] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:43:07.061 DEBUG 1 --- [nio-8081-exec-3] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:43:07.061 DEBUG 1 --- [nio-8081-exec-4] 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] 2022-10-18 04:43:07.061 DEBUG 1 --- [nio-8081-exec-3] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:43:07.061 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@75acc4a0:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:37583]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:07.061 DEBUG 1 --- [nio-8081-exec-4] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-4] latch=2 2022-10-18 04:43:07.061 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@75acc4a0:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:37583]]) 2022-10-18 04:43:07.061 DEBUG 1 --- [nio-8081-exec-3] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:43:07.061 DEBUG 1 --- [nio-8081-exec-3] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:43:07.061 DEBUG 1 --- [nio-8081-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:43:07.061 DEBUG 1 --- [nio-8081-exec-3] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-3 State: N/A Method: Constructor URI: N/A 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-3 State: N/A Method: dispatch URI: /status 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@41cf94e6:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:38705]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@41cf94e6:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:38705]], State after async post processing: [ASYNC_END] 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-3 State: N/A Method: intDispatch URI: /status 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:43:07.062 DEBUG 1 --- [nio-8081-exec-3] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:43:07.063 DEBUG 1 --- [nio-8081-exec-3] 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] 2022-10-18 04:43:07.063 DEBUG 1 --- [nio-8081-exec-3] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:43:07.063 DEBUG 1 --- [nio-8081-exec-3] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:43:07.063 DEBUG 1 --- [nio-8081-exec-3] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:43:07.063 DEBUG 1 --- [nio-8081-exec-3] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-3 State: N/A Method: recycle URI: /status 2022-10-18 04:43:07.063 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@41cf94e6:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:38705]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:07.063 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@41cf94e6:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:38705]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:07.063 DEBUG 1 --- [nio-8081-exec-3] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-3] latch=1 2022-10-18 04:43:07.063 DEBUG 1 --- [nio-8081-exec-3] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@41cf94e6:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:38705]]) 2022-10-18 04:43:10.336 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:43:10.336 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:43:10.336 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) 2022-10-18 04:43:10.339 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31041 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:43:10.339 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [23ae87bb] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:43:10.339 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:43:10.339 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30971, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:43:10.339 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30971, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:43:10.339 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30971, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:43:10.340 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30971, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:43:10.340 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30971, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:43:10.344 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30971, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:43:05 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:43:10.344 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30971, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:43:10.344 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [23ae87bb] [b64944da-30971, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:43:10.344 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31041 resp: 401 UNAUTHORIZED 2022-10-18 04:43:10.344 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30971, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:43:10.344 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30971, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:43:10.344 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:43:10.345 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:43:10.345 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:43:10.345 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:43:10.345 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:43:10.345 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:43:17.060 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:43:17.060 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:43:17.060 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] 2022-10-18 04:43:17.060 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] 2022-10-18 04:43:17.061 DEBUG 1 --- [nio-8081-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5eb8803c:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:39105]], Read from buffer: [0] 2022-10-18 04:43:17.061 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5eb8803c:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:39105]], Read direct from socket: [133] 2022-10-18 04:43:17.061 DEBUG 1 --- [nio-8081-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:43:17.061 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:43:17.061 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:43:17.061 DEBUG 1 --- [nio-8081-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:43:17.061 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:43:17.061 DEBUG 1 --- [nio-8081-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7059c339:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:40721]], Read from buffer: [0] 2022-10-18 04:43:17.061 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:43:17.061 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:43:17.061 DEBUG 1 --- [nio-8081-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:43:17.061 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] 2022-10-18 04:43:17.062 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] 2022-10-18 04:43:17.062 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 2022-10-18 04:43:17.062 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7059c339:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:40721]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:17.062 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:43:17.062 DEBUG 1 --- [nio-8081-exec-6] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-6] latch=2 2022-10-18 04:43:17.062 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:43:17.062 DEBUG 1 --- [nio-8081-exec-5] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:43:17.062 DEBUG 1 --- [nio-8081-exec-5] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:43:17.062 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7059c339:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:40721]]) 2022-10-18 04:43:17.062 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: dispatch URI: /status 2022-10-18 04:43:17.062 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:43:17.062 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:43:17.063 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5eb8803c:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:39105]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:43:17.063 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:43:17.063 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5eb8803c:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:39105]], State after async post processing: [ASYNC_END] 2022-10-18 04:43:17.063 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:43:17.063 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:43:17.063 DEBUG 1 --- [nio-8081-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:43:17.063 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:43:17.063 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: intDispatch URI: /status 2022-10-18 04:43:17.063 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:43:17.063 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:43:17.063 DEBUG 1 --- [nio-8081-exec-5] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:43:17.063 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] 2022-10-18 04:43:17.063 DEBUG 1 --- [nio-8081-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:43:17.064 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:43:17.064 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:43:17.064 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: recycle URI: /status 2022-10-18 04:43:17.064 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5eb8803c:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:39105]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:17.064 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5eb8803c:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:39105]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:17.064 DEBUG 1 --- [nio-8081-exec-5] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-5] latch=1 2022-10-18 04:43:17.064 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5eb8803c:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:39105]]) 2022-10-18 04:43:20.345 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:43:20.345 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:43:20.345 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) 2022-10-18 04:43:20.347 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31042 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:43:20.348 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [2539eee5] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:43:20.348 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:43:20.348 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30972, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:43:20.348 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30972, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:43:20.348 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30972, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:43:20.348 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30972, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:43:20.348 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30972, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:43:20.353 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30972, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:43:15 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=3, content-length=0] 2022-10-18 04:43:20.353 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30972, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:43:20.353 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [2539eee5] [b64944da-30972, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:43:20.353 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31042 resp: 401 UNAUTHORIZED 2022-10-18 04:43:20.353 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30972, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:43:20.353 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30972, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:43:20.354 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:43:20.354 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:43:20.354 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:43:20.354 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:43:20.354 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:43:20.354 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:43:27.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:43:27.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:43:27.061 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] 2022-10-18 04:43:27.061 DEBUG 1 --- [nio-8081-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5b59c3f:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:35465]], Read from buffer: [0] 2022-10-18 04:43:27.061 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] 2022-10-18 04:43:27.061 DEBUG 1 --- [nio-8081-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@63c82226:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59791]], Read from buffer: [0] 2022-10-18 04:43:27.061 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@63c82226:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59791]], Read direct from socket: [133] 2022-10-18 04:43:27.061 DEBUG 1 --- [nio-8081-exec-7] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:43:27.061 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] 2022-10-18 04:43:27.062 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:43:27.062 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:43:27.062 DEBUG 1 --- [nio-8081-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:43:27.062 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:43:27.062 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] 2022-10-18 04:43:27.062 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5b59c3f:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:35465]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:27.062 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:43:27.062 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:43:27.062 DEBUG 1 --- [nio-8081-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-8] latch=2 2022-10-18 04:43:27.062 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5b59c3f:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:35465]]) 2022-10-18 04:43:27.062 DEBUG 1 --- [nio-8081-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:43:27.063 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 2022-10-18 04:43:27.063 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:43:27.063 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:43:27.063 DEBUG 1 --- [nio-8081-exec-7] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:43:27.063 DEBUG 1 --- [nio-8081-exec-7] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:43:27.063 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: dispatch URI: /status 2022-10-18 04:43:27.063 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:43:27.063 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:43:27.063 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@63c82226:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59791]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:43:27.063 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:43:27.063 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@63c82226:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59791]], State after async post processing: [ASYNC_END] 2022-10-18 04:43:27.063 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:43:27.063 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:43:27.063 DEBUG 1 --- [nio-8081-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:43:27.063 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:43:27.063 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: intDispatch URI: /status 2022-10-18 04:43:27.063 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:43:27.063 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:43:27.064 DEBUG 1 --- [nio-8081-exec-7] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:43:27.064 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] 2022-10-18 04:43:27.064 DEBUG 1 --- [nio-8081-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:43:27.064 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:43:27.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:43:27.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: recycle URI: /status 2022-10-18 04:43:27.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@63c82226:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59791]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:27.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@63c82226:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59791]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:27.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-7] latch=1 2022-10-18 04:43:27.064 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@63c82226:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59791]]) 2022-10-18 04:43:30.354 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:43:30.354 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:43:30.355 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) 2022-10-18 04:43:30.357 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31043 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:43:30.358 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [2bd828ea] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:43:30.358 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:43:30.358 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30973, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:43:30.358 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30973, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:43:30.358 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30973, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:43:30.358 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30973, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:43:30.358 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30973, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:43:30.363 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30973, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:43:25 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:43:30.363 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30973, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:43:30.363 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [2bd828ea] [b64944da-30973, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:43:30.363 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31043 resp: 401 UNAUTHORIZED 2022-10-18 04:43:30.363 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30973, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:43:30.363 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30973, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:43:30.364 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:43:30.364 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:43:30.364 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:43:30.364 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:43:30.364 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:43:30.364 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:43:31.420 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking Rics starting 2022-10-18 04:43:31.420 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking all RICs completed 2022-10-18 04:43:37.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:43:37.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:43:37.061 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] 2022-10-18 04:43:37.061 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] 2022-10-18 04:43:37.062 DEBUG 1 --- [nio-8081-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@15a93e8:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59319]], Read from buffer: [0] 2022-10-18 04:43:37.062 DEBUG 1 --- [io-8081-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@31afaeb4:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:39509]], Read from buffer: [0] 2022-10-18 04:43:37.062 DEBUG 1 --- [nio-8081-exec-9] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@15a93e8:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59319]], Read direct from socket: [133] 2022-10-18 04:43:37.062 DEBUG 1 --- [io-8081-exec-10] 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] 2022-10-18 04:43:37.062 DEBUG 1 --- [io-8081-exec-10] 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] 2022-10-18 04:43:37.062 DEBUG 1 --- [nio-8081-exec-9] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:43:37.062 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@31afaeb4:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:39509]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:37.063 DEBUG 1 --- [io-8081-exec-10] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-10] latch=2 2022-10-18 04:43:37.063 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@31afaeb4:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:39509]]) 2022-10-18 04:43:37.063 DEBUG 1 --- [nio-8081-exec-9] 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:43:37.063 DEBUG 1 --- [nio-8081-exec-9] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:43:37.063 DEBUG 1 --- [nio-8081-exec-9] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:43:37.063 DEBUG 1 --- [nio-8081-exec-9] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:43:37.063 DEBUG 1 --- [nio-8081-exec-9] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:43:37.063 DEBUG 1 --- [nio-8081-exec-9] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:43:37.064 DEBUG 1 --- [nio-8081-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:43:37.064 DEBUG 1 --- [nio-8081-exec-9] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-9 State: N/A Method: Constructor URI: N/A 2022-10-18 04:43:37.064 DEBUG 1 --- [nio-8081-exec-9] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:43:37.064 DEBUG 1 --- [nio-8081-exec-9] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:43:37.064 DEBUG 1 --- [nio-8081-exec-9] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:43:37.064 DEBUG 1 --- [nio-8081-exec-9] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:43:37.065 DEBUG 1 --- [nio-8081-exec-9] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-9 State: N/A Method: dispatch URI: /status 2022-10-18 04:43:37.065 DEBUG 1 --- [nio-8081-exec-9] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:43:37.065 DEBUG 1 --- [nio-8081-exec-9] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:43:37.065 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@15a93e8:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59319]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:43:37.065 DEBUG 1 --- [nio-8081-exec-9] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:43:37.065 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@15a93e8:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59319]], State after async post processing: [ASYNC_END] 2022-10-18 04:43:37.065 DEBUG 1 --- [nio-8081-exec-9] 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:43:37.065 DEBUG 1 --- [nio-8081-exec-9] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:43:37.065 DEBUG 1 --- [nio-8081-exec-9] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:43:37.065 DEBUG 1 --- [nio-8081-exec-9] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:43:37.065 DEBUG 1 --- [nio-8081-exec-9] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-9 State: N/A Method: intDispatch URI: /status 2022-10-18 04:43:37.066 DEBUG 1 --- [nio-8081-exec-9] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:43:37.066 DEBUG 1 --- [nio-8081-exec-9] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:43:37.066 DEBUG 1 --- [nio-8081-exec-9] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:43:37.066 DEBUG 1 --- [nio-8081-exec-9] 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] 2022-10-18 04:43:37.066 DEBUG 1 --- [nio-8081-exec-9] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:43:37.067 DEBUG 1 --- [nio-8081-exec-9] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:43:37.067 DEBUG 1 --- [nio-8081-exec-9] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:43:37.067 DEBUG 1 --- [nio-8081-exec-9] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-9 State: N/A Method: recycle URI: /status 2022-10-18 04:43:37.067 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@15a93e8:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59319]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:37.067 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@15a93e8:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59319]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:37.067 DEBUG 1 --- [nio-8081-exec-9] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-9] latch=1 2022-10-18 04:43:37.068 DEBUG 1 --- [nio-8081-exec-9] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@15a93e8:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59319]]) 2022-10-18 04:43:40.364 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:43:40.364 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:43:40.365 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) 2022-10-18 04:43:40.367 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31044 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:43:40.367 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [7d241e19] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:43:40.367 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:43:40.368 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30974, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:43:40.368 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30974, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:43:40.368 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30974, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:43:40.368 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30974, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:43:40.368 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30974, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:43:40.372 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30974, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:43:35 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:43:40.372 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30974, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:43:40.372 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [7d241e19] [b64944da-30974, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:43:40.372 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31044 resp: 401 UNAUTHORIZED 2022-10-18 04:43:40.372 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30974, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:43:40.372 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30974, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:43:40.373 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:43:40.373 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:43:40.373 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:43:40.373 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:43:40.373 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:43:40.373 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:43:41.666 DEBUG 1 --- [alina-utility-2] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1666068221666 sessioncount 0 2022-10-18 04:43:41.667 DEBUG 1 --- [alina-utility-2] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 1 expired sessions: 0 2022-10-18 04:43:47.061 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] 2022-10-18 04:43:47.062 DEBUG 1 --- [nio-8081-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@68a5d74:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:43707]], Read from buffer: [0] 2022-10-18 04:43:47.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:43:47.062 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:43:47.062 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] 2022-10-18 04:43:47.062 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] 2022-10-18 04:43:47.062 DEBUG 1 --- [nio-8081-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@11abf6e8:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:47597]], Read from buffer: [0] 2022-10-18 04:43:47.062 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@11abf6e8:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:47597]], Read direct from socket: [133] 2022-10-18 04:43:47.062 DEBUG 1 --- [nio-8081-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:43:47.063 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:43:47.063 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:43:47.063 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:43:47.063 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] 2022-10-18 04:43:47.063 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:43:47.063 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:43:47.063 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:43:47.063 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@68a5d74:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:43707]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:47.063 DEBUG 1 --- [nio-8081-exec-2] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-2] latch=2 2022-10-18 04:43:47.063 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:43:47.063 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@68a5d74:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:43707]]) 2022-10-18 04:43:47.063 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 2022-10-18 04:43:47.063 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:43:47.064 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:43:47.064 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:43:47.064 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:43:47.064 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: dispatch URI: /status 2022-10-18 04:43:47.064 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:43:47.064 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:43:47.064 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@11abf6e8:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:47597]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:43:47.064 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:43:47.064 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@11abf6e8:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:47597]], State after async post processing: [ASYNC_END] 2022-10-18 04:43:47.064 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:43:47.064 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:43:47.064 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:43:47.064 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:43:47.064 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: intDispatch URI: /status 2022-10-18 04:43:47.064 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:43:47.064 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:43:47.064 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:43:47.064 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] 2022-10-18 04:43:47.064 DEBUG 1 --- [nio-8081-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:43:47.065 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:43:47.065 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:43:47.065 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: recycle URI: /status 2022-10-18 04:43:47.065 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@11abf6e8:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:47597]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:47.065 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@11abf6e8:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:47597]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:47.065 DEBUG 1 --- [nio-8081-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-1] latch=1 2022-10-18 04:43:47.065 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@11abf6e8:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:47597]]) 2022-10-18 04:43:50.373 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:43:50.373 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:43:50.373 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) 2022-10-18 04:43:50.376 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31045 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:43:50.376 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [2a60dd59] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:43:50.376 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:43:50.376 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30975, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:43:50.376 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30975, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:43:50.376 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30975, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:43:50.376 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30975, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:43:50.377 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30975, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:43:50.381 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30975, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:43:45 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:43:50.381 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30975, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:43:50.381 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [2a60dd59] [b64944da-30975, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:43:50.381 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31045 resp: 401 UNAUTHORIZED 2022-10-18 04:43:50.381 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30975, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:43:50.381 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30975, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:43:50.381 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:43:50.382 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:43:50.382 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:43:50.382 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:43:50.382 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:43:50.382 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:43:57.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:43:57.061 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] 2022-10-18 04:43:57.062 DEBUG 1 --- [nio-8081-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@35fbd3b9:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:50067]], Read from buffer: [0] 2022-10-18 04:43:57.062 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] 2022-10-18 04:43:57.062 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:43:57.062 DEBUG 1 --- [nio-8081-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@75f89459:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:34911]], Read from buffer: [0] 2022-10-18 04:43:57.062 DEBUG 1 --- [nio-8081-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@75f89459:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:34911]], Read direct from socket: [133] 2022-10-18 04:43:57.062 DEBUG 1 --- [nio-8081-exec-4] 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] 2022-10-18 04:43:57.062 DEBUG 1 --- [nio-8081-exec-3] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:43:57.062 DEBUG 1 --- [nio-8081-exec-3] 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:43:57.062 DEBUG 1 --- [nio-8081-exec-3] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:43:57.062 DEBUG 1 --- [nio-8081-exec-3] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:43:57.062 DEBUG 1 --- [nio-8081-exec-3] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:43:57.062 DEBUG 1 --- [nio-8081-exec-4] 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] 2022-10-18 04:43:57.063 DEBUG 1 --- [nio-8081-exec-3] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:43:57.063 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@35fbd3b9:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:50067]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:57.063 DEBUG 1 --- [nio-8081-exec-3] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:43:57.063 DEBUG 1 --- [nio-8081-exec-4] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-4] latch=2 2022-10-18 04:43:57.063 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@35fbd3b9:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:50067]]) 2022-10-18 04:43:57.063 DEBUG 1 --- [nio-8081-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:43:57.063 DEBUG 1 --- [nio-8081-exec-3] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-3 State: N/A Method: Constructor URI: N/A 2022-10-18 04:43:57.063 DEBUG 1 --- [nio-8081-exec-3] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:43:57.063 DEBUG 1 --- [nio-8081-exec-3] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:43:57.063 DEBUG 1 --- [nio-8081-exec-3] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:43:57.063 DEBUG 1 --- [nio-8081-exec-3] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:43:57.063 DEBUG 1 --- [nio-8081-exec-3] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-3 State: N/A Method: dispatch URI: /status 2022-10-18 04:43:57.063 DEBUG 1 --- [nio-8081-exec-3] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@75f89459:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:34911]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@75f89459:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:34911]], State after async post processing: [ASYNC_END] 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-3 State: N/A Method: intDispatch URI: /status 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] 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] 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-3 State: N/A Method: recycle URI: /status 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@75f89459:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:34911]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:57.064 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@75f89459:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:34911]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:43:57.065 DEBUG 1 --- [nio-8081-exec-3] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-3] latch=1 2022-10-18 04:43:57.065 DEBUG 1 --- [nio-8081-exec-3] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@75f89459:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:34911]]) 2022-10-18 04:44:00.382 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:44:00.382 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:44:00.382 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) 2022-10-18 04:44:00.385 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31046 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:44:00.385 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [40c44036] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:44:00.385 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:44:00.386 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30976, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:44:00.386 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30976, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:44:00.386 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30976, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:44:00.386 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30976, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:44:00.386 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30976, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:44:00.390 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30976, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:43:55 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:44:00.390 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30976, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:44:00.390 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [40c44036] [b64944da-30976, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:44:00.390 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31046 resp: 401 UNAUTHORIZED 2022-10-18 04:44:00.391 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30976, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:44:00.391 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30976, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:44:00.391 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:44:00.391 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:44:00.391 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:44:00.391 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:44:00.391 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:44:00.391 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:44:07.060 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:44:07.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:44:07.061 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] 2022-10-18 04:44:07.061 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] 2022-10-18 04:44:07.062 DEBUG 1 --- [nio-8081-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@cd270ac:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:40187]], Read from buffer: [0] 2022-10-18 04:44:07.062 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@cd270ac:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:40187]], Read direct from socket: [133] 2022-10-18 04:44:07.062 DEBUG 1 --- [nio-8081-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:44:07.062 DEBUG 1 --- [nio-8081-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e8bbbbf:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:39951]], Read from buffer: [0] 2022-10-18 04:44:07.062 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:44:07.062 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:44:07.062 DEBUG 1 --- [nio-8081-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:44:07.063 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:44:07.063 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] 2022-10-18 04:44:07.063 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:44:07.063 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:44:07.063 DEBUG 1 --- [nio-8081-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:44:07.063 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] 2022-10-18 04:44:07.063 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e8bbbbf:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:39951]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:07.063 DEBUG 1 --- [nio-8081-exec-6] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-6] latch=2 2022-10-18 04:44:07.063 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e8bbbbf:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:39951]]) 2022-10-18 04:44:07.064 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 2022-10-18 04:44:07.064 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:44:07.064 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:44:07.064 DEBUG 1 --- [nio-8081-exec-5] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:44:07.064 DEBUG 1 --- [nio-8081-exec-5] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:44:07.064 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: dispatch URI: /status 2022-10-18 04:44:07.064 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:44:07.064 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:44:07.064 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@cd270ac:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:40187]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:44:07.064 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:44:07.064 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@cd270ac:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:40187]], State after async post processing: [ASYNC_END] 2022-10-18 04:44:07.064 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:44:07.064 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:44:07.064 DEBUG 1 --- [nio-8081-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:44:07.064 DEBUG 1 --- [nio-8081-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:44:07.064 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: intDispatch URI: /status 2022-10-18 04:44:07.065 DEBUG 1 --- [nio-8081-exec-5] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:44:07.065 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:44:07.065 DEBUG 1 --- [nio-8081-exec-5] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:44:07.065 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] 2022-10-18 04:44:07.065 DEBUG 1 --- [nio-8081-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:44:07.065 DEBUG 1 --- [nio-8081-exec-5] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:44:07.065 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:44:07.065 DEBUG 1 --- [nio-8081-exec-5] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-5 State: N/A Method: recycle URI: /status 2022-10-18 04:44:07.065 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@cd270ac:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:40187]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:07.065 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@cd270ac:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:40187]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:07.065 DEBUG 1 --- [nio-8081-exec-5] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-5] latch=1 2022-10-18 04:44:07.065 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@cd270ac:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:40187]]) 2022-10-18 04:44:10.391 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:44:10.391 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:44:10.392 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) 2022-10-18 04:44:10.394 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31047 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:44:10.394 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [2a31afbc] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:44:10.394 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:44:10.394 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30977, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:44:10.394 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30977, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:44:10.394 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30977, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:44:10.394 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30977, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:44:10.395 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30977, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:44:10.399 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30977, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:44:05 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:44:10.399 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30977, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:44:10.399 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [2a31afbc] [b64944da-30977, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:44:10.399 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31047 resp: 401 UNAUTHORIZED 2022-10-18 04:44:10.399 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30977, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:44:10.399 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30977, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:44:10.399 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:44:10.399 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:44:10.399 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:44:10.399 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:44:10.399 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:44:10.399 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:44:17.061 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] 2022-10-18 04:44:17.061 DEBUG 1 --- [nio-8081-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@47086f7c:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:42561]], Read from buffer: [0] 2022-10-18 04:44:17.061 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] 2022-10-18 04:44:17.062 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] 2022-10-18 04:44:17.062 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@47086f7c:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:42561]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:17.062 DEBUG 1 --- [nio-8081-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-8] latch=0 2022-10-18 04:44:17.062 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@47086f7c:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:42561]]) 2022-10-18 04:44:17.062 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:44:17.062 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:44:17.062 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] 2022-10-18 04:44:17.062 DEBUG 1 --- [nio-8081-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@17e616ba:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59435]], Read from buffer: [0] 2022-10-18 04:44:17.062 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@17e616ba:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59435]], Read direct from socket: [133] 2022-10-18 04:44:17.062 DEBUG 1 --- [nio-8081-exec-7] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:44:17.062 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:44:17.063 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:44:17.063 DEBUG 1 --- [nio-8081-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:44:17.063 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:44:17.063 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:44:17.063 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:44:17.063 DEBUG 1 --- [nio-8081-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:44:17.064 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 2022-10-18 04:44:17.064 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:44:17.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:44:17.064 DEBUG 1 --- [nio-8081-exec-7] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:44:17.064 DEBUG 1 --- [nio-8081-exec-7] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:44:17.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: dispatch URI: /status 2022-10-18 04:44:17.064 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:44:17.064 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:44:17.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@17e616ba:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59435]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:44:17.064 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:44:17.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@17e616ba:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59435]], State after async post processing: [ASYNC_END] 2022-10-18 04:44:17.064 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:44:17.064 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:44:17.064 DEBUG 1 --- [nio-8081-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:44:17.064 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:44:17.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: intDispatch URI: /status 2022-10-18 04:44:17.064 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:44:17.064 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:44:17.064 DEBUG 1 --- [nio-8081-exec-7] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:44:17.065 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] 2022-10-18 04:44:17.065 DEBUG 1 --- [nio-8081-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:44:17.065 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:44:17.065 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:44:17.065 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: recycle URI: /status 2022-10-18 04:44:17.065 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@17e616ba:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59435]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:17.065 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@17e616ba:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59435]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:17.065 DEBUG 1 --- [nio-8081-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-7] latch=1 2022-10-18 04:44:17.065 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@17e616ba:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:59435]]) 2022-10-18 04:44:20.399 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:44:20.400 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:44:20.400 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) 2022-10-18 04:44:20.403 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31048 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:44:20.403 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [77b8a835] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:44:20.403 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:44:20.403 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30978, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:44:20.403 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30978, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:44:20.403 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30978, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:44:20.404 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30978, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:44:20.404 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30978, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:44:20.408 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30978, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:44:15 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:44:20.408 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30978, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:44:20.408 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [77b8a835] [b64944da-30978, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:44:20.408 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31048 resp: 401 UNAUTHORIZED 2022-10-18 04:44:20.408 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30978, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:44:20.408 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30978, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:44:20.408 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:44:20.409 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:44:20.409 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:44:20.409 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:44:20.409 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:44:20.409 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:44:27.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:44:27.061 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] 2022-10-18 04:44:27.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:44:27.061 DEBUG 1 --- [io-8081-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1cb500ed:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:51623]], Read from buffer: [0] 2022-10-18 04:44:27.061 DEBUG 1 --- [io-8081-exec-10] 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] 2022-10-18 04:44:27.062 DEBUG 1 --- [io-8081-exec-10] 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] 2022-10-18 04:44:27.062 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] 2022-10-18 04:44:27.062 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1cb500ed:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:51623]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:27.062 DEBUG 1 --- [io-8081-exec-10] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-10] latch=2 2022-10-18 04:44:27.062 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@1cb500ed:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:51623]]) 2022-10-18 04:44:27.062 DEBUG 1 --- [nio-8081-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16c46cc7:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:44051]], Read from buffer: [0] 2022-10-18 04:44:27.062 DEBUG 1 --- [nio-8081-exec-9] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16c46cc7:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:44051]], Read direct from socket: [133] 2022-10-18 04:44:27.062 DEBUG 1 --- [nio-8081-exec-9] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:44:27.062 DEBUG 1 --- [nio-8081-exec-9] 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:44:27.062 DEBUG 1 --- [nio-8081-exec-9] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:44:27.062 DEBUG 1 --- [nio-8081-exec-9] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:44:27.062 DEBUG 1 --- [nio-8081-exec-9] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:44:27.062 DEBUG 1 --- [nio-8081-exec-9] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:44:27.062 DEBUG 1 --- [nio-8081-exec-9] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:44:27.063 DEBUG 1 --- [nio-8081-exec-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:44:27.063 DEBUG 1 --- [nio-8081-exec-9] o.apache.catalina.core.AsyncContextImpl : Req: null CReq: null RP: null Stage: - Thread: http-nio-8081-exec-9 State: N/A Method: Constructor URI: N/A 2022-10-18 04:44:27.063 DEBUG 1 --- [nio-8081-exec-9] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:44:27.063 DEBUG 1 --- [nio-8081-exec-9] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:44:27.063 DEBUG 1 --- [nio-8081-exec-9] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:44:27.063 DEBUG 1 --- [nio-8081-exec-9] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:44:27.063 DEBUG 1 --- [nio-8081-exec-9] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-9 State: N/A Method: dispatch URI: /status 2022-10-18 04:44:27.063 DEBUG 1 --- [nio-8081-exec-9] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:44:27.063 DEBUG 1 --- [nio-8081-exec-9] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:44:27.064 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16c46cc7:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:44051]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:44:27.064 DEBUG 1 --- [nio-8081-exec-9] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:44:27.064 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16c46cc7:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:44051]], State after async post processing: [ASYNC_END] 2022-10-18 04:44:27.064 DEBUG 1 --- [nio-8081-exec-9] 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:44:27.064 DEBUG 1 --- [nio-8081-exec-9] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:44:27.064 DEBUG 1 --- [nio-8081-exec-9] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:44:27.064 DEBUG 1 --- [nio-8081-exec-9] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:44:27.064 DEBUG 1 --- [nio-8081-exec-9] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-9 State: N/A Method: intDispatch URI: /status 2022-10-18 04:44:27.064 DEBUG 1 --- [nio-8081-exec-9] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:44:27.064 DEBUG 1 --- [nio-8081-exec-9] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:44:27.064 DEBUG 1 --- [nio-8081-exec-9] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:44:27.064 DEBUG 1 --- [nio-8081-exec-9] 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] 2022-10-18 04:44:27.064 DEBUG 1 --- [nio-8081-exec-9] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:44:27.064 DEBUG 1 --- [nio-8081-exec-9] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:44:27.064 DEBUG 1 --- [nio-8081-exec-9] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:44:27.065 DEBUG 1 --- [nio-8081-exec-9] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-9 State: N/A Method: recycle URI: /status 2022-10-18 04:44:27.065 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16c46cc7:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:44051]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:27.065 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16c46cc7:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:44051]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:27.065 DEBUG 1 --- [nio-8081-exec-9] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-9] latch=1 2022-10-18 04:44:27.065 DEBUG 1 --- [nio-8081-exec-9] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@16c46cc7:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:44051]]) 2022-10-18 04:44:30.409 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:44:30.409 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:44:30.409 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) 2022-10-18 04:44:30.411 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31049 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:44:30.411 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [5b9e398e] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:44:30.412 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:44:30.412 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30979, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:44:30.412 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30979, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:44:30.412 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30979, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:44:30.412 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30979, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:44:30.412 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30979, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:44:30.416 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30979, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:44:25 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:44:30.416 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30979, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:44:30.416 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [5b9e398e] [b64944da-30979, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:44:30.416 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31049 resp: 401 UNAUTHORIZED 2022-10-18 04:44:30.417 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30979, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:44:30.417 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30979, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:44:30.417 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:44:30.417 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:44:30.417 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:44:30.417 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:44:30.418 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:44:30.418 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:44:31.420 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking Rics starting 2022-10-18 04:44:31.420 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking all RICs completed 2022-10-18 04:44:37.064 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:44:37.064 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:44:37.065 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] 2022-10-18 04:44:37.065 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] 2022-10-18 04:44:37.066 DEBUG 1 --- [nio-8081-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5be5944d:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:51815]], Read from buffer: [0] 2022-10-18 04:44:37.066 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5be5944d:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:51815]], Read direct from socket: [133] 2022-10-18 04:44:37.066 DEBUG 1 --- [nio-8081-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:44:37.066 DEBUG 1 --- [nio-8081-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2e84787a:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:41665]], Read from buffer: [0] 2022-10-18 04:44:37.066 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:44:37.066 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:44:37.066 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:44:37.066 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:44:37.066 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:44:37.066 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] 2022-10-18 04:44:37.066 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:44:37.066 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] 2022-10-18 04:44:37.066 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2e84787a:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:41665]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:37.066 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:44:37.066 DEBUG 1 --- [nio-8081-exec-2] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-2] latch=2 2022-10-18 04:44:37.066 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2e84787a:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:41665]]) 2022-10-18 04:44:37.067 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 2022-10-18 04:44:37.067 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:44:37.068 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:44:37.068 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:44:37.068 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:44:37.068 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: dispatch URI: /status 2022-10-18 04:44:37.068 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:44:37.068 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:44:37.068 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5be5944d:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:51815]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:44:37.068 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:44:37.068 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5be5944d:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:51815]], State after async post processing: [ASYNC_END] 2022-10-18 04:44:37.068 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:44:37.068 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:44:37.068 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:44:37.068 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:44:37.068 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: intDispatch URI: /status 2022-10-18 04:44:37.068 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:44:37.068 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:44:37.068 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:44:37.069 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] 2022-10-18 04:44:37.069 DEBUG 1 --- [nio-8081-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:44:37.069 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:44:37.069 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:44:37.069 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: recycle URI: /status 2022-10-18 04:44:37.069 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5be5944d:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:51815]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:37.069 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5be5944d:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:51815]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:37.069 DEBUG 1 --- [nio-8081-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-1] latch=1 2022-10-18 04:44:37.069 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5be5944d:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:51815]]) 2022-10-18 04:44:40.417 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:44:40.417 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:44:40.418 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) 2022-10-18 04:44:40.419 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31050 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:44:40.420 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [3939173b] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:44:40.420 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:44:40.420 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30980, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:44:40.420 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30980, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:44:40.420 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30980, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:44:40.420 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30980, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:44:40.420 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30980, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:44:40.427 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30980, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:44:35 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:44:40.427 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30980, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:44:40.427 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [3939173b] [b64944da-30980, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:44:40.427 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31050 resp: 401 UNAUTHORIZED 2022-10-18 04:44:40.428 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30980, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:44:40.428 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30980, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:44:40.428 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:44:40.428 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:44:40.428 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:44:40.428 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:44:40.428 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:44:40.428 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:44:41.669 DEBUG 1 --- [alina-utility-1] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1666068281668 sessioncount 0 2022-10-18 04:44:41.669 DEBUG 1 --- [alina-utility-1] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 1 expired sessions: 0 2022-10-18 04:44:47.060 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:44:47.061 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] 2022-10-18 04:44:47.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:44:47.061 DEBUG 1 --- [nio-8081-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@739a6482:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:48519]], Read from buffer: [0] 2022-10-18 04:44:47.061 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] 2022-10-18 04:44:47.061 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@739a6482:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:48519]], Read direct from socket: [133] 2022-10-18 04:44:47.061 DEBUG 1 --- [nio-8081-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:44:47.061 DEBUG 1 --- [nio-8081-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6ddcef34:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:51581]], Read from buffer: [0] 2022-10-18 04:44:47.061 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:44:47.061 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:44:47.061 DEBUG 1 --- [nio-8081-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:44:47.061 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:44:47.061 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] 2022-10-18 04:44:47.061 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:44:47.061 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:44:47.061 DEBUG 1 --- [nio-8081-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:44:47.061 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] 2022-10-18 04:44:47.062 DEBUG 1 --- [nio-8081-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6ddcef34:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:51581]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:47.062 DEBUG 1 --- [nio-8081-exec-3] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-3] latch=2 2022-10-18 04:44:47.062 DEBUG 1 --- [nio-8081-exec-3] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@6ddcef34:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:51581]]) 2022-10-18 04:44:47.062 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 2022-10-18 04:44:47.062 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:44:47.062 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:44:47.062 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:44:47.062 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:44:47.062 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: dispatch URI: /status 2022-10-18 04:44:47.062 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:44:47.062 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:44:47.062 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@739a6482:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:48519]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:44:47.063 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:44:47.063 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@739a6482:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:48519]], State after async post processing: [ASYNC_END] 2022-10-18 04:44:47.063 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:44:47.063 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:44:47.063 DEBUG 1 --- [nio-8081-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:44:47.063 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:44:47.063 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: intDispatch URI: /status 2022-10-18 04:44:47.063 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:44:47.063 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:44:47.063 DEBUG 1 --- [nio-8081-exec-4] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:44:47.063 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] 2022-10-18 04:44:47.063 DEBUG 1 --- [nio-8081-exec-4] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:44:47.063 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:44:47.063 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:44:47.063 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: recycle URI: /status 2022-10-18 04:44:47.064 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@739a6482:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:48519]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:47.064 DEBUG 1 --- [nio-8081-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@739a6482:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:48519]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:47.064 DEBUG 1 --- [nio-8081-exec-4] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-4] latch=1 2022-10-18 04:44:47.064 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@739a6482:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:48519]]) 2022-10-18 04:44:50.428 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:44:50.428 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:44:50.429 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) 2022-10-18 04:44:50.431 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31051 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:44:50.432 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [1ed203ef] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:44:50.432 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:44:50.432 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30981, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:44:50.432 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30981, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:44:50.432 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30981, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:44:50.432 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30981, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:44:50.432 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30981, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:44:50.437 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30981, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:44:45 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:44:50.437 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30981, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:44:50.438 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [1ed203ef] [b64944da-30981, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:44:50.438 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31051 resp: 401 UNAUTHORIZED 2022-10-18 04:44:50.438 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30981, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:44:50.438 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30981, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:44:50.438 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:44:50.438 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:44:50.438 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:44:50.438 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:44:50.438 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:44:50.438 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:44:57.060 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:44:57.060 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:44:57.061 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] 2022-10-18 04:44:57.061 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] 2022-10-18 04:44:57.061 DEBUG 1 --- [nio-8081-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@758619ff:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:58051]], Read from buffer: [0] 2022-10-18 04:44:57.061 DEBUG 1 --- [nio-8081-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4085ccea:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:52773]], Read from buffer: [0] 2022-10-18 04:44:57.061 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@758619ff:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:58051]], Read direct from socket: [133] 2022-10-18 04:44:57.061 DEBUG 1 --- [nio-8081-exec-6] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:44:57.061 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:44:57.061 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] 2022-10-18 04:44:57.061 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:44:57.061 DEBUG 1 --- [nio-8081-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:44:57.061 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] 2022-10-18 04:44:57.061 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:44:57.061 DEBUG 1 --- [nio-8081-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4085ccea:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:52773]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:57.062 DEBUG 1 --- [nio-8081-exec-5] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-5] latch=2 2022-10-18 04:44:57.062 DEBUG 1 --- [nio-8081-exec-5] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4085ccea:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:52773]]) 2022-10-18 04:44:57.062 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:44:57.062 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:44:57.062 DEBUG 1 --- [nio-8081-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:44:57.062 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 2022-10-18 04:44:57.062 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:44:57.062 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:44:57.062 DEBUG 1 --- [nio-8081-exec-6] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:44:57.062 DEBUG 1 --- [nio-8081-exec-6] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:44:57.063 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: dispatch URI: /status 2022-10-18 04:44:57.063 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:44:57.063 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:44:57.063 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@758619ff:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:58051]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:44:57.063 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:44:57.063 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@758619ff:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:58051]], State after async post processing: [ASYNC_END] 2022-10-18 04:44:57.063 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:44:57.063 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:44:57.063 DEBUG 1 --- [nio-8081-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:44:57.063 DEBUG 1 --- [nio-8081-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:44:57.063 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: intDispatch URI: /status 2022-10-18 04:44:57.063 DEBUG 1 --- [nio-8081-exec-6] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:44:57.063 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:44:57.063 DEBUG 1 --- [nio-8081-exec-6] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:44:57.063 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] 2022-10-18 04:44:57.063 DEBUG 1 --- [nio-8081-exec-6] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:44:57.064 DEBUG 1 --- [nio-8081-exec-6] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:44:57.064 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:44:57.064 DEBUG 1 --- [nio-8081-exec-6] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-6 State: N/A Method: recycle URI: /status 2022-10-18 04:44:57.064 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@758619ff:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:58051]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:57.064 DEBUG 1 --- [nio-8081-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@758619ff:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:58051]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:44:57.064 DEBUG 1 --- [nio-8081-exec-6] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-6] latch=1 2022-10-18 04:44:57.064 DEBUG 1 --- [nio-8081-exec-6] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@758619ff:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:58051]]) 2022-10-18 04:45:00.438 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:45:00.439 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:45:00.439 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) 2022-10-18 04:45:00.441 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31052 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:45:00.441 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [2c99f900] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:45:00.441 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:45:00.441 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30982, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:45:00.441 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30982, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:45:00.441 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30982, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:45:00.441 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30982, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:45:00.442 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30982, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:45:00.445 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30982, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:44:55 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:45:00.446 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30982, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:45:00.446 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [2c99f900] [b64944da-30982, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:45:00.446 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31052 resp: 401 UNAUTHORIZED 2022-10-18 04:45:00.446 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30982, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:45:00.446 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30982, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:45:00.446 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:45:00.446 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:45:00.446 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:45:00.446 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:45:00.446 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:45:00.447 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:45:07.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:45:07.061 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] 2022-10-18 04:45:07.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:45:07.061 DEBUG 1 --- [nio-8081-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e60d4e5:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:48971]], Read from buffer: [0] 2022-10-18 04:45:07.061 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] 2022-10-18 04:45:07.061 DEBUG 1 --- [nio-8081-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@36946008:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:46433]], Read from buffer: [0] 2022-10-18 04:45:07.061 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@36946008:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:46433]], Read direct from socket: [133] 2022-10-18 04:45:07.061 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] 2022-10-18 04:45:07.061 DEBUG 1 --- [nio-8081-exec-7] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:45:07.062 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:45:07.062 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] 2022-10-18 04:45:07.062 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:45:07.062 DEBUG 1 --- [nio-8081-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:45:07.062 DEBUG 1 --- [nio-8081-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e60d4e5:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:48971]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:45:07.062 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:45:07.062 DEBUG 1 --- [nio-8081-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-8] latch=2 2022-10-18 04:45:07.062 DEBUG 1 --- [nio-8081-exec-8] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e60d4e5:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:48971]]) 2022-10-18 04:45:07.062 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:45:07.062 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:45:07.062 DEBUG 1 --- [nio-8081-exec-7] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:45:07.063 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 2022-10-18 04:45:07.063 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:45:07.063 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:45:07.063 DEBUG 1 --- [nio-8081-exec-7] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:45:07.063 DEBUG 1 --- [nio-8081-exec-7] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:45:07.063 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: dispatch URI: /status 2022-10-18 04:45:07.063 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:45:07.063 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:45:07.063 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@36946008:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:46433]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:45:07.063 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:45:07.063 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@36946008:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:46433]], State after async post processing: [ASYNC_END] 2022-10-18 04:45:07.063 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:45:07.063 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:45:07.063 DEBUG 1 --- [nio-8081-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:45:07.063 DEBUG 1 --- [nio-8081-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:45:07.063 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: intDispatch URI: /status 2022-10-18 04:45:07.063 DEBUG 1 --- [nio-8081-exec-7] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:45:07.063 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:45:07.064 DEBUG 1 --- [nio-8081-exec-7] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:45:07.064 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] 2022-10-18 04:45:07.064 DEBUG 1 --- [nio-8081-exec-7] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:45:07.064 DEBUG 1 --- [nio-8081-exec-7] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:45:07.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:45:07.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-7 State: N/A Method: recycle URI: /status 2022-10-18 04:45:07.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@36946008:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:46433]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:45:07.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@36946008:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:46433]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:45:07.064 DEBUG 1 --- [nio-8081-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-7] latch=1 2022-10-18 04:45:07.064 DEBUG 1 --- [nio-8081-exec-7] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@36946008:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:46433]]) 2022-10-18 04:45:10.446 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:45:10.447 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:45:10.447 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) 2022-10-18 04:45:10.450 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31053 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:45:10.450 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [6e1f754] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:45:10.450 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:45:10.450 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30983, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:45:10.450 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30983, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:45:10.450 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30983, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:45:10.450 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30983, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:45:10.451 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30983, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:45:10.455 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30983, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:45:05 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:45:10.455 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30983, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:45:10.455 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [6e1f754] [b64944da-30983, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:45:10.455 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31053 resp: 401 UNAUTHORIZED 2022-10-18 04:45:10.455 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30983, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:45:10.455 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30983, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:45:10.455 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:45:10.455 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:45:10.455 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:45:10.455 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:45:10.455 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:45:10.455 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:45:17.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:45:17.061 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] 2022-10-18 04:45:17.061 DEBUG 1 --- [io-8081-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7a64d24e:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:60549]], Read from buffer: [0] 2022-10-18 04:45:17.061 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7a64d24e:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:60549]], Read direct from socket: [133] 2022-10-18 04:45:17.061 DEBUG 1 --- [io-8081-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:45:17.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:45:17.062 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:45:17.062 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] 2022-10-18 04:45:17.062 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:45:17.062 DEBUG 1 --- [nio-8081-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5693014:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:46251]], Read from buffer: [0] 2022-10-18 04:45:17.062 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:45:17.062 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:45:17.062 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] 2022-10-18 04:45:17.062 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] 2022-10-18 04:45:17.062 DEBUG 1 --- [nio-8081-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5693014:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:46251]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:45:17.062 DEBUG 1 --- [nio-8081-exec-9] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-9] latch=2 2022-10-18 04:45:17.062 DEBUG 1 --- [nio-8081-exec-9] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5693014:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:46251]]) 2022-10-18 04:45:17.062 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:45:17.062 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:45:17.062 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:45:17.063 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 2022-10-18 04:45:17.063 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:45:17.063 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:45:17.063 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:45:17.063 DEBUG 1 --- [io-8081-exec-10] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:45:17.063 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: dispatch URI: /status 2022-10-18 04:45:17.063 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:45:17.064 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:45:17.064 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7a64d24e:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:60549]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:45:17.064 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:45:17.064 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7a64d24e:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:60549]], State after async post processing: [ASYNC_END] 2022-10-18 04:45:17.064 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:45:17.064 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:45:17.064 DEBUG 1 --- [io-8081-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:45:17.064 DEBUG 1 --- [io-8081-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:45:17.064 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: intDispatch URI: /status 2022-10-18 04:45:17.064 DEBUG 1 --- [io-8081-exec-10] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:45:17.064 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:45:17.064 DEBUG 1 --- [io-8081-exec-10] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:45:17.065 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] 2022-10-18 04:45:17.065 DEBUG 1 --- [io-8081-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:45:17.065 DEBUG 1 --- [io-8081-exec-10] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:45:17.065 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:45:17.065 DEBUG 1 --- [io-8081-exec-10] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: ttp-nio-8081-exec-10 State: N/A Method: recycle URI: /status 2022-10-18 04:45:17.065 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7a64d24e:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:60549]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:45:17.065 DEBUG 1 --- [io-8081-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7a64d24e:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:60549]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:45:17.065 DEBUG 1 --- [io-8081-exec-10] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-10] latch=1 2022-10-18 04:45:17.065 DEBUG 1 --- [io-8081-exec-10] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7a64d24e:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:60549]]) 2022-10-18 04:45:20.455 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:45:20.456 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:45:20.456 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) 2022-10-18 04:45:20.458 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31054 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:45:20.458 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [7710a87c] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:45:20.458 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:45:20.458 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30984, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:45:20.458 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30984, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:45:20.458 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30984, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:45:20.458 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30984, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:45:20.459 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30984, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:45:20.462 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30984, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:45:15 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=2, content-length=0] 2022-10-18 04:45:20.463 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30984, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:45:20.463 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [7710a87c] [b64944da-30984, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:45:20.463 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31054 resp: 401 UNAUTHORIZED 2022-10-18 04:45:20.463 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30984, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:45:20.463 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30984, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:45:20.463 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:45:20.463 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:45:20.464 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:45:20.464 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:45:20.464 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:45:20.464 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:45:27.060 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:45:27.060 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] 2022-10-18 04:45:27.060 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:45:27.060 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] 2022-10-18 04:45:27.061 DEBUG 1 --- [nio-8081-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5dfd1921:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:51261]], Read from buffer: [0] 2022-10-18 04:45:27.061 DEBUG 1 --- [nio-8081-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@391aa397:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:47137]], Read from buffer: [0] 2022-10-18 04:45:27.061 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@391aa397:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:47137]], Read direct from socket: [133] 2022-10-18 04:45:27.061 DEBUG 1 --- [nio-8081-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:45:27.061 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:45:27.061 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] 2022-10-18 04:45:27.061 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:45:27.061 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:45:27.061 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:45:27.061 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] 2022-10-18 04:45:27.061 DEBUG 1 --- [nio-8081-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5dfd1921:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:51261]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:45:27.061 DEBUG 1 --- [nio-8081-exec-2] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-2] latch=2 2022-10-18 04:45:27.061 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5dfd1921:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:51261]]) 2022-10-18 04:45:27.061 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:45:27.062 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:45:27.063 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:45:27.063 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 2022-10-18 04:45:27.063 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:45:27.063 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:45:27.063 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:45:27.063 DEBUG 1 --- [nio-8081-exec-1] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:45:27.063 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: dispatch URI: /status 2022-10-18 04:45:27.063 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [STARTING] to [MUST_DISPATCH] 2022-10-18 04:45:27.063 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting but response remains open for further handling 2022-10-18 04:45:27.063 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@391aa397:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:47137]], Status in: [OPEN_READ], State out: [LONG] 2022-10-18 04:45:27.063 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [MUST_DISPATCH] to [DISPATCHING] 2022-10-18 04:45:27.063 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@391aa397:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:47137]], State after async post processing: [ASYNC_END] 2022-10-18 04:45:27.063 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:45:27.063 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:45:27.063 DEBUG 1 --- [nio-8081-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:45:27.063 DEBUG 1 --- [nio-8081-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:45:27.064 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: intDispatch URI: /status 2022-10-18 04:45:27.064 DEBUG 1 --- [nio-8081-exec-1] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHING] to [DISPATCHED] 2022-10-18 04:45:27.064 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : "ASYNC" dispatch for GET "/status", parameters={} 2022-10-18 04:45:27.064 DEBUG 1 --- [nio-8081-exec-1] s.w.s.m.m.a.RequestMappingHandlerAdapter : Resume with async result [<200 OK OK,hunky dory,[]>] 2022-10-18 04:45:27.064 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] 2022-10-18 04:45:27.064 DEBUG 1 --- [nio-8081-exec-1] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing ["hunky dory"] 2022-10-18 04:45:27.064 DEBUG 1 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Exiting from "ASYNC" dispatch, status 200 2022-10-18 04:45:27.064 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Firing onComplete() event for any AsyncListeners 2022-10-18 04:45:27.064 DEBUG 1 --- [nio-8081-exec-1] o.apache.catalina.core.AsyncContextImpl : Req: 58a4ac25 CReq: 5c9b33e9 RP: 1999a61e Stage: 3 Thread: http-nio-8081-exec-1 State: N/A Method: recycle URI: /status 2022-10-18 04:45:27.064 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@391aa397:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:47137]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:45:27.064 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@391aa397:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:47137]], Status in: [OPEN_READ], State out: [CLOSED] 2022-10-18 04:45:27.065 DEBUG 1 --- [nio-8081-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8081-exec-1] latch=1 2022-10-18 04:45:27.065 DEBUG 1 --- [nio-8081-exec-1] org.apache.tomcat.util.net.NioEndpoint : Calling [org.apache.tomcat.util.net.NioEndpoint@5663bfc2].closeSocket([org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@391aa397:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:47137]]) 2022-10-18 04:45:30.464 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : InfiniteFlux.onRequest 1 2022-10-18 04:45:30.464 DEBUG 1 --- [ parallel-1] o.o.c.o.a.dmaap.DmaapMessageConsumer : fetchFromDmaap 2022-10-18 04:45:30.464 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) 2022-10-18 04:45:30.467 DEBUG 1 --- [ parallel-1] o.o.c.o.a.clients.AsyncRestClient : 31055 GET uri = 'http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100'' 2022-10-18 04:45:30.467 DEBUG 1 --- [ parallel-1] o.s.w.r.f.client.ExchangeFunctions : [7953000a] HTTP GET http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100 2022-10-18 04:45:30.467 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests. 2022-10-18 04:45:30.467 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30985, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [ReadTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:45:30.467 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da-30985, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Added decoder [WriteTimeoutHandler] at the end of the user pipeline, full pipeline: [reactor.left.httpCodec, ReadTimeoutHandler, WriteTimeoutHandler, reactor.right.reactiveBridge, DefaultChannelPipeline$TailContext#0] 2022-10-18 04:45:30.467 DEBUG 1 --- [or-http-epoll-4] r.netty.http.client.HttpClientConnect : [b64944da-30985, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Handler is being applied: {uri=http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, method=GET} 2022-10-18 04:45:30.467 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30985, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_prepared]) 2022-10-18 04:45:30.468 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30985, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [request_sent]) 2022-10-18 04:45:30.473 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30985, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received response (auto-read:false) : [date=Tue, 18 Oct 2022 04:45:25 GMT, www-authenticate=Basic realm="onap-message-router-0.message-router.onap.svc.cluster.local", server=envoy, x-envoy-upstream-service-time=4, content-length=0] 2022-10-18 04:45:30.473 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da-30985, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_received]) 2022-10-18 04:45:30.473 DEBUG 1 --- [or-http-epoll-4] o.s.w.r.f.client.ExchangeFunctions : [7953000a] [b64944da-30985, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Response 401 UNAUTHORIZED 2022-10-18 04:45:30.473 DEBUG 1 --- [or-http-epoll-4] o.o.c.o.a.clients.AsyncRestClient : 31055 resp: 401 UNAUTHORIZED 2022-10-18 04:45:30.473 DEBUG 1 --- [or-http-epoll-4] reactor.netty.channel.FluxReceive : [b64944da-30985, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver 2022-10-18 04:45:30.473 DEBUG 1 --- [or-http-epoll-4] r.n.http.client.HttpClientOperations : [b64944da-30985, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Received last HTTP packet 2022-10-18 04:45:30.474 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [response_completed]) 2022-10-18 04:45:30.474 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23: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)} 2022-10-18 04:45:30.474 DEBUG 1 --- [or-http-epoll-4] reactor.netty.ReactorNetty : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Removed handler: WriteTimeoutHandler, pipeline: DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2022-10-18 04:45:30.474 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] onStateChange(GET{uri=/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100, connection=PooledConnection{channel=[id: 0xb64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904]}}, [disconnecting]) 2022-10-18 04:45:30.474 DEBUG 1 --- [or-http-epoll-4] r.n.r.DefaultPooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Releasing channel 2022-10-18 04:45:30.474 DEBUG 1 --- [or-http-epoll-4] r.n.resources.PooledConnectionProvider : [b64944da, L:/10.233.69.37:55596 - R:message-router.onap.svc.cluster.local/10.233.47.23:3904] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests. 2022-10-18 04:45:31.420 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking Rics starting 2022-10-18 04:45:31.420 DEBUG 1 --- [ scheduling-1] o.o.c.o.a.tasks.RicSupervision : Checking all RICs completed 2022-10-18 04:45:37.060 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=1 2022-10-18 04:45:37.061 DEBUG 1 --- [o-8081-Acceptor] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8081-Acceptor] latch=2 2022-10-18 04:45:37.061 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] 2022-10-18 04:45:37.061 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] 2022-10-18 04:45:37.061 DEBUG 1 --- [nio-8081-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5abd5e36:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:60341]], Read from buffer: [0] 2022-10-18 04:45:37.061 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5abd5e36:org.apache.tomcat.util.net.NioChannel@4df9e068:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:60341]], Read direct from socket: [133] 2022-10-18 04:45:37.061 DEBUG 1 --- [nio-8081-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.69.37:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-10-18 04:45:37.062 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.69.37], originalServerPort=[8081] will be seen as newRemoteAddr=[127.0.0.6], newRemoteHost=[127.0.0.6], newSecure=[false], newScheme=[http], newServerName=[10.233.69.37], newServerPort=[8081] 2022-10-18 04:45:37.062 DEBUG 1 --- [nio-8081-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@763f1a30:org.apache.tomcat.util.net.NioChannel@77062faf:java.nio.channels.SocketChannel[connected local=/10.233.69.37:8081 remote=/127.0.0.6:35591]], Read from buffer: [0] 2022-10-18 04:45:37.062 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /status 2022-10-18 04:45:37.062 DEBUG 1 --- [nio-8081-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined 2022-10-18 04:45:37.062 DEBUG 1 --- [nio-8081-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint 2022-10-18 04:45:37.062 DEBUG 1 --- [nio-8081-exec-4] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8 2022-10-18 04:45:37.062 DEBUG 1 --- [nio-8081-exec-4] o.s.web.servlet.DispatcherServlet : GET "/status", parameters={} 2022-10-18 04:45:37.062 DEBUG 1 --- [nio-8081-exec-4] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.onap.ccsdk.oran.a1policymanagementservice.controllers.v2.StatusController#getStatusV1() 2022-10-18 04:45:37.062 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] 2022-10-18 04:45:37.063 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 2022-10-18 04:45:37.063 DEBUG 1 --- [nio-8081-exec-4] org.apache.coyote.AsyncStateMachine : Changing async state from [DISPATCHED] to [STARTING] 2022-10-18 04:45:37.063 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Firing onStartAsync() event for any AsyncListeners 2022-10-18 04:45:37.063 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Started async request 2022-10-18 04:45:37.063 DEBUG 1 --- [nio-8081-exec-4] o.s.w.c.request.async.WebAsyncManager : Async result set, dispatch to /status 2022-10-18 04:45:37.063 DEBUG 1 --- [nio-8081-exec-4] o.apache.catalina.core.AsyncContextImpl : Req: 17c9f6e4 CReq: 1f478d70 RP: 50cff386 Stage: 3 Thread: http-nio-8081-exec-4 State: N/A Method: dispatch URI: /status 2022-10-18 04:45:37.063 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