You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2007/07/03 08:57:04 UTC

DO NOT REPLY [Bug 42798] New: - Nullpointer exception executing web service (SOAP) request

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: jmeter-dev@jakarta.apache.org
        ReportedBy: david.schulberg@objectconsulting.com.au


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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 42798] - Nullpointer exception executing web service (SOAP) request

Posted by bu...@apache.org.
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


sebb@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |LATER




------- Additional Comments From sebb@apache.org  2007-07-03 13:24 -------
This appears to be a fault in the SOAP code - there's not a lot we can do 
about this.

We are intending to move to Axis 2 in due course.

-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org