Hi Peter
Just installed the latest build (20050704) and uploaded my web service
test plan. It seems that this build is missing the web service sampler:
error -
2005/07/05 09:30:08 ERROR - jmeter.gui.GuiPackage: Problem retrieving
gui for org.apache.jmeter.protocol.http.control.gui.WebServiceSamplerGui
java.lang.NoClassDefFoundError: javax/mail/MessagingException
at
org.apache.jmeter.protocol.http.control.gui.WebServiceSamplerGui.createTestElement(WebServiceSamplerGui.java:173)
at
org.apache.jmeter.gui.GuiPackage.createTestElement(GuiPackage.java:330)
at org.apache.jmeter.gui.action.AddToTree.doAction(AddToTree.java:66)
at
org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:81)
at
org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:44)
at org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:62)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
2005/07/05 09:30:08 ERROR - jmeter.gui.action.AddToTree:
java.lang.RuntimeException: java.lang.NoClassDefFoundError:
javax/mail/MessagingException
at
org.apache.jmeter.gui.GuiPackage.createTestElement(GuiPackage.java:337)
at org.apache.jmeter.gui.action.AddToTree.doAction(AddToTree.java:66)
at
org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:81)
at
org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:44)
at org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:62)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown
Cheers,
Bronagh
Peter Lin wrote:
>if you try the latest build, does the problem occur?
>
>I've made additional fixes since then, so it may already be fixed. if
>not, please let me know and i will look into it.
>
>peter
>
>
>On 7/4/05, Bronagh McElduff <Bronagh.McElduff@mobilecohesion.com> wrote:
>
>
>>Hi Peter,
>>
>>I'm not sure if you recall but you provided me with a night build that
>>resolved the issue below (JMeter version 2.1.20050531).
>>However, I have found 2 bugs in this version
>>1) Changes made to web service test plans are not picked up on "save".
>>The only means to force any changes made to a web service test plan is
>>to restart the application
>>2) Using external datafiles:
>>Steps:
>> - Set the thread group loop count to 10
>> - Add the following variable:
>> CREDITNUM -
>>${_StringFromFile(testfiles/Hydra/webservices/creditWS/creditData/creditnums.dat)}
>>( creditnums.dat contains 10 lines, each with a different integer )
>>- save and run
>>
>>Actual results:
>>For each iteration, the CREDITNUM variable is assigned the value of the
>>first integer in creditnums.dat
>>
>>Cheers,
>>Bronagh
>>
>>
>>Peter Lin wrote:
>>
>>
>>
>>>which version are you using? if you're using version older than 2.0.3
>>>it probably doesn''t have the patch. the nightly will work with gsoap,
>>>axis, jwsdp, aspx, asmx and apach soap wsdl.
>>>
>>>peter
>>>
>>>On 6/2/05, Bronagh McElduff <Bronagh.McElduff@mobilecohesion.com> wrote:
>>>
>>>
>>>
>>>
>>>>Hi,
>>>>
>>>>I am a new-comer to testing webservices with JMeter. I have a WSDL that
>>>>is valid (see below) and recongised as such when I load it through your
>>>>WebService(SOAP)Request gui. I have also verified it by loading it in a
>>>>browser as per the user manual:
>>>>http://jakarta.apache.org/jmeter/usermanual/build-ws-test-plan.html
>>>>
>>>>However, the "Web methods" drop down is not populated as expected.
>>>>There is no futher explanation available in the user manual
>>>>
>>>>Thanks in advance,
>>>>B
>>>>
>>>>http://10.12.10.126:8080/CreditCardService/creditCard?WSDL
>>>>
>>>>---------------------------------------------------------------------
>>>>To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>>>>For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>>>For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>>
>>>
>>>
>>>
>>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>
>>
>>
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
|