loadrunner Hi Loadruner experts, I am getting below error while running Java...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

A

Avinash K Devanga

Guest
Hi Loadruner experts, I am getting below error while running Java Vuser script. Compilation passes without any error, but script is not running. LR version 11.52 JDK :1.7.0.0_51 The script contains basic java skeleton code. Please help. Error message: The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error. System.Object InvokeMethod(System.Object, System.Object[], System.Signature, Boolean)
 
Avinash K Devanga check mdrv.log ...probably,you'll be getting heap space error in mdrv logs.Notify: Error occurred during initialization of VMNotify: Could not reserve enough space for object heap.... It would work with -Xms128M -Xmx128M setting..Hope it helps :)
 
Avinash K Devanga, can you press that 'Copy to Clipboard' button and paste the result here? Also what JDK are you using?