Need to run a .bat file using VUGEN, which starts a server, crashes but.

I am having a .bat file, executing it using VUGen (Java Record Replay, as it launches a Java Application), but as soon as I run it, it suddenly crashes, and all the terminals get closed.
I recorded it and found that the last line of codes being seen on the cmd are related to:

java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message Outstanding error when calling method in invokeJavaAgentMainMethod at (/mypath to JPLISAgent.c) line:619

similar 2 more ASSERTION FAILED errors are being showed up.