Loadium / postman2jmx

Postman collection to Jmeter jmx file converter
MIT License
172 stars 94 forks source link

Generating a java level exception when doing the conversion #13

Open Jinthusan opened 3 years ago

Jinthusan commented 3 years ago

When I pass the postman collection file to the conversion I'm getting java level exception.

java -jar Postman2JMX.jar CRUD_Store.postman_collection.JSON my_JMX_file.JMX

issue
Dorcasliu commented 3 years ago

Got the same issue as well. Did anyone know how to solve the problem?

chuymarin commented 2 years ago

Hi there, I'm having the same issue as well:

image

chuymarin commented 2 years ago

Seems that the problem was that I was running Java 7 instead of Java 8, upgraded java and did mvn clean package and now it works:

image

szymonczerny commented 2 months ago

Late to the party but if you're having this problem, use JDK8 for maven and jar execution.