DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42396>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42396 Summary: NPE in JMeterThread.java:254 Product: JMeter Version: 2.2 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P3 Component: Main AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I found this while investigating a problem with a service I am testing. Unfortunately, the problem only shows when the service (which is not available on the Internet) fails, so I understand my reprocase is a little weak. But perhaps you can put some more diagnostics around the NPE line(s) to improve the diagnostics. Jmeter 2.2 with java 1.5.0_10 on Linux (Kubuntu) this is what I see in the log (I will attach the full log as well as the .jmx) 2007/05/11 13:18:05 ERROR - jmeter.threads.JMeterThread: java.lang.NullPointerException at java.lang.String.<init>(String.java:433) at org.apache.jmeter.samplers.SampleResult.getResponseDataAsString(SampleResult.java:463) at org.apache.jmeter.assertions.ResponseAssertion.evaluateResponse(ResponseAssertion.java:277) at org.apache.jmeter.assertions.ResponseAssertion.getResult(ResponseAssertion.java:185) at org.apache.jmeter.threads.JMeterThread.checkAssertions(JMeterThread.java:416) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:254) at java.lang.Thread.run(Thread.java:595) The effect on running the test is that one of the 2 BeanShell samplers is not executed -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
