To resolve this issue, download a copy of the JNLP launch file (e.g. "App.jnlp") to the Vugen recording platforms placing it in:
C:\Documents and Settings\User\Desktop\
Edit this file to:
- Reduce the value of "max-heap-size" to "128m",
- Removing network references to the App.jnlp file.
For example making the following modifications to the JNLP launch file (e.g. "App.jnlp") will allow the Java application to be recorded:
Original:
j2se href="http://java.sun.com/products/autodl/j2se" initial-heap-size="128m" max-heap-size="512m"
Modified:
j2se href="http://java.sun.com/products/autodl/j2se" initial-heap-size="128m" max-heap-size="128m"
Original:
<jnlp codebase="http://server:40001/App1/" href="App.jnlp" spec="1.0">
Modified;
<jnlp codebase="http://server:40001/App1/" spec="1.0">
Original:
http://server:40001/App1/App.jnlp
Modified:
C:\Documents and Settings\User\Desktop\App.jnlp