In LR VuGen 12.63 when try to replay my Java over HTTP protocol script, I get a Vuser failed to init
♥ 0 |
In LR VuGen 12.63 when try to replay my Java over HTTP protocol script, I get a Vuser failed to initialize extension java_int.dll error. How do it fix? I recorded the script with Java over HTTP protocol, it appears to record properly; however, I replay it, it fail as soon as I start the replay.
The Output log shows:
Warning: Extension java_int.dll reports error -1 on call to function ExtPerThreadlnitialize Error: Vuser failed to initialize extension java_int.dll. Vuser Terminated.
Please help
Marked as spam
|
Private answer
This error is because you don't have any of Java JDK packages installed. In order to properly record and replay the "Java over Http" protocol scripts, you have to install the Java JDK package on your VuGen machine. The Java JREs are not enough. Please install the Java JKD (1.7 or 1.8) 32 bit version that works with your application,
Then re-record and reply
To get the Java JDK visit:
https://www.oracle.com/java/technologies/javase-downloads.html#javasejdk
Marked as spam
|