Help, I can't run a load test due to *** Error: exec status = 2 ***
Hi, I keep trying to run my load test on my ZT application and I get this error. I tried re-compiling and changing the script options but I can't figure it out.
How can I get past this? Screenshot attached. Thanks
-
Official comment
Hello!
Although the error code that you are seeing is confusing, this is actually quite easy to fix. When you are attempting to compile a load test, that error means that there is a space somewhere in your Project Navigator path. For instance, this path will work:
path/path1/ZebraTester/MyTests
but not this
path/path1/ZebraTester/My Tests
The Java compiler can't handle the spaces. So, you need to rename the directory so that it does not have a space in it. If you've altered the default Project Navigator directory, you can edit it by editing the ZebraTester/mytests.dat file and restarting ZebraTester.
Hope this helps!
Comment actions
Please sign in to leave a comment.
Comments
1 comment