I attempted to open a page in the form of:
machine.domain.com/servlet/
and the following error appeared on the console:
HANDLER THREAD PROBLEM: java.lang.NullPointerException
java.lang.NullPointerException
at
org.apache.tomcat.core.ContextManager.handleError(ContextManager.java:644)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:566)
at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
(Ajp12ConnectionHandler.java:156)
at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338
)
at java.lang.Thread.run(Thread.java:484)
The web browser just sat there waiting for the page
(connected to the server, but not receiving data).
What does this indicate?
Thanks
DK