testdriven / psi-probe

Advanced manager and monitor for Apache Tomcat, forked from Lambda Probe
8 stars 1 forks source link

After change value of server.info in a file ServerInfo.properites from Apache Tomcat/7.0.26 to Apache Tomcat NPE is throw #388

Closed padcom closed 9 years ago

padcom commented 9 years ago

From durovi...@gmail.com on December 09, 2013 10:55:52

What steps will reproduce the problem? 1. change value of server.info in a file ServerInfo.properties in catalina.jar 2. 3. What is the expected result? In 404 page a Apache Tomcat instead of Apache Tomcat/7.0.26 is show What happens instead? This work perfect but when I try open probe NPE is thrown What version of Probe are you using? 2.3.3 What environment (browser version, Tomcat version, JVM version, server OS)? tomcat 7.0.27 Solaris java 1.6 Please provide any additional information below. (Attach logs or stack traces as files instead of pasting the contents here.)

Attachment: NPE.txt

Original issue: http://code.google.com/p/psi-probe/issues/detail?id=388

padcom commented 9 years ago

From MALfunct...@gmail.com on December 12, 2013 09:04:13

Probe uses ServerInfo to determine if your server is supported and how to connect to its inner workings. (It's different for different servers.) If you've changed this value, you'll also have to tell Probe which adapter to use.

More info here: https://code.google.com/p/psi-probe/wiki/Troubleshooting#Error_on_first_request

Status: Duplicate
Mergedinto: 196