Details
-
Bug
-
Status: Open
-
Medium
-
Resolution: Unresolved
-
Kohn Release, London Release
Description
During the task to make A1P ServiceMesh compatible (and remove AAF dependency), the service should only run on the HTTP port. (https://gerrit.onap.org/r/c/oom/+/131088)
Disabling of SSL does have no effect, and you still see the following logs:
2022-09-28 10:26:14.524 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-09-28 10:26:47.712 DEBUG 1 --- [nio-8081-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7a03807a:org.apache.tomcat.util.net.NioChannel@65a20f1f:java.nio.channels.SocketChannel[connected local=/10.233.71.127:8081 remote=/127.0.0.6:53593]], Read direct from socket: [134] 2022-09-28 10:26:47.712 DEBUG 1 --- [nio-8081-exec-2] o.a.coyote.http11.Http11InputBuffer : Received [GET /status HTTP/1.1 Host: 10.233.71.127:8081 User-Agent: kube-probe/1.23 Accept: */* Connection: close Accept-Encoding: gzip ] 2022-09-28 10:26:47.713 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header java.io.EOFException: null at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:805) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:360) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:271) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.60.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.60.jar!/:na] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na] 2022-09-28 10:26:47.714 DEBUG 1 --- [nio-8081-exec-1] o.apache.coyote.http11.Http11Processor : Error state [CLOSE_CONNECTION_NOW] reported while processing request