LoadRunner V 12.53 with Patch1 - I converted a fairly large HTTP/HTML protocol script to a Java Vuser according to the steps outlined in LoadRunner documentation using the sed converter. On execution I get this :
Notify: Found jdk version: 1.7.0. [MsgId: MMSG-22986]
classpath=C:\Users\quicktest\Documents\VuGen\Scripts\TDD-JavaVuser1\TDD-JavaVuser1\;c:\program files (x86)\hp\loadrunner\classes\srv;c:\program files (x86)\hp\loadrunner\classes;;;;c:\program files (x86)\hp\loadrunner\lib\xstream-1.4.8.jar;c:\program files (x86)\hp\loadrunner\lib\xpp3-1.1.4c.jar [MsgId: MMSG-22986]
Compilation process failed. [MsgId: MERR-22997]
code too large [MsgId: MERR-22986]
public int action() throws Throwable { [MsgId: MERR-22986]
^ [MsgId: MERR-22986]
1 error [MsgId: MERR-22986]
Tried with jdk1.8.0_20 / jdk1.7.0_20 with exactly same error. In runtime setting, also tweaked Java VM additional settings to different settings like :
_JAVA_OPTIONS="-Xms2048m -Xmx2048m".
for example - no joy regardless of the setting.
I'm running under Windows Server 2012 R2 DataCenter on a 12 core VM with 32gb memory. Script is about 5500 lines long. Can anybody offer any assistance to get resolution ?