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=42798>. 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=42798 Summary: Nullpointer exception executing web service (SOAP) request Product: JMeter Version: 2.2 Platform: PC OS/Version: Windows XP Status: NEW Keywords: ErrorMessage Severity: major Priority: P2 Component: HTTP AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I run a web service (SOAP) request with JMeter 2.2 and it is failing. have also found it fails with latest nightly build (1st July). All I see in the Jmeter log is 12:38:55 INFO - jmeter.engine.StandardJMeterEngine: Running the test! 2007/06/28 12:38:55 INFO - jmeter.gui.util.JMeterMenuBar1: setRunning (true,local) 2007/06/28 12:38:55 INFO - jmeter.engine.StandardJMeterEngine: Starting 1 threads for group Thread Group. Ramp up = 0. 2007/06/28 12:38:55 INFO - jmeter.engine.StandardJMeterEngine: Continue on error 2007/06/28 12:38:55 INFO - jmeter.threads.JMeterThread: Thread Thread Group 1- 1 started 2007/06/28 12:38:55 ERROR - jmeter.threads.JMeterThread: java.lang.NullPointerException at org.apache.soap.transport.TransportMessage.read(TransportMessage.java:206) at org.apache.soap.util.net.HTTPUtils.post(HTTPUtils.java:382) at org.apache.soap.transport.http.SOAPHTTPConnection.send (SOAPHTTPConnection.java:309) at org.apache.soap.messaging.Message.send(Message.java:123) at org.apache.jmeter.protocol.http.sampler.WebServiceSampler.sample (WebServiceSampler.java:486) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample (HTTPSamplerBase.java:647) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247) at java.lang.Thread.run(Unknown Source) 2007/06/28 12:38:55 INFO - jmeter.threads.JMeterThread: Thread Thread Group 1- 1 is done 2007/06/28 12:38:55 INFO - jmeter.engine.StandardJMeterEngine: Ending thread 0 2007/06/28 12:38:55 INFO - jmeter.engine.StandardJMeterEngine: Stopping test 2007/06/28 12:38:55 INFO - jmeter.engine.StandardJMeterEngine: Notifying test listeners of end of test 2007/06/28 12:38:55 INFO - jmeter.gui.util.JMeterMenuBar: setRunning (false,local) 2007/06/28 12:38:55 INFO - jmeter.engine.StandardJMeterEngine: Test has ended The SOAP request I am using has been verified using .NET WebService Studio. All method requests associated with two different WSDL URLs are failing. More complex requests associated with another WSDL are OK. -- 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]
