-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Description
Hello
When I first tried to load this scenario file, I had errors on "org.apache.jmeter.protocol.sip.config.SipNodeElement".
I applied hints on issue #26 (#26 (comment)) replacing all occurrences of org.apache.jmeter with com.hpe.simulap.
This solution worked for SITtest1_server.jmx : I succeded to load it in JMeter with plugin simulap.
I applied this change on SIPtest1_client as the same error was occuring.
However, the SIPtes1_client still does not load.
It generates another error "CannotResolveClassException: com.hpe.simulap.modifiers.hp.KeyConfig"
label : bug
Motivation and Context
- JMeter version: 5.5
- Plugin version: 1.10.1
- Operating System version: Windows10
Steps to reproduce the problem (if appropriate)
Resources
The complete error message displayed in the popup is:
`Problem loading XML from:'...\simulap-plugin-sip\scenario\tutorials\SIPtest1_client.jmx'.
Cause:
CannotResolveClassException: com.hpe.simulap.modifiers.hp.KeyConfig
Detail:com.thoughtworks.xstream.converters.ConversionException:
---- Debugging information ----
cause-exception : com.thoughtworks.xstream.converters.ConversionException
cause-message :
first-jmeter-class : org.apache.jmeter.save.converters.HashTreeConverter.unmarshal(HashTreeConverter.java:66)
class : org.apache.jmeter.save.ScriptWrapper
required-type : org.apache.jmeter.save.ScriptWrapper
converter-type : org.apache.jmeter.save.ScriptWrapperConverter
path : /jmeterTestPlan/hashTree/hashTree/hashTree[21]/com.hpe.simulap.modifiers.hp.KeyConfig
line number : 5300
version : 5.5
Checklist
- I have updated the documentation accordingly.
- I give my issue a label.
- I put my issue into
Supportproject. - I provide the required resources.