Closed rajeshi closed 1 year ago
Thanks a ton @rabelenda . This solution worked: https://github.com/abstracta/jmeter-java-dsl/issues/174#issuecomment-1448245451. Didn't realize there was a solution already. Thanks for your comment.
Regards, Rajesh Iyer
I have created a spring boot application which has a controller that runs the JMeter execution:
This runs inside a queue and this entire thing is containerized as below:
When I run this locally through IDE or running the jar, it works as expected. However, when I add it to the docker container I am running into this issue:
I even tried bind mounting to /tmp directory. Also observed that the directory jmeter-java-dsl is getting created, however, the /bin folder is not getting created.
Appreciate any suggestions.
Thanks in advance.
Regards, Rajesh