Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NullPointerException: null when HTTP protocol is used instead of HTTPS #54

Open
plavjanik opened this issue Oct 5, 2019 · 1 comment

Comments

@plavjanik
Copy link
Contributor

Steps:

  1. Use http protocol to connect
  2. Following message is displayed:
2019-10-05 15:59:06.400 <ZWEASA1:https-jsse-nio-0.0.0.0-20081-exec-1:33620312> SDKBLD1 (org.apache.coyote.http11.Http11NioProtocol:175) ERROR Error reading request, ignored
java.lang.NullPointerException: null
        at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.getSslSupport(NioEndpoint.java:1392)
        at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1593)
        at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1160)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
        at java.lang.Thread.run(Thread.java:811)

Expected behavior:

  • No error message and no stack trace in the log
@plavjanik plavjanik changed the title java.lang.NullPointerException: null when HTTP protocol is used instead of HTT{S java.lang.NullPointerException: null when HTTP protocol is used instead of HTTPS Oct 16, 2019
@plavjanik plavjanik added this to Low priority in Defects Nov 16, 2019
@github-actions
Copy link

This issue has not been updated in a long time.

Defects automation moved this from Low priority to Closed Dec 23, 2019
@plavjanik plavjanik reopened this Feb 3, 2020
Defects automation moved this from Closed to Needs triage Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Defects
  
Needs triage
Development

No branches or pull requests

1 participant