JDK-6392705 : Setting -Xmx512M causes problems in IE
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2006-03-01
  • Updated: 2010-04-02
  • Resolved: 2006-03-02
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
FULL PRODUCT VERSION :
JRE 1.5.0_06-b05

ADDITIONAL OS VERSION INFORMATION :
Windows XP Professional SP2

EXTRA RELEVANT SYSTEM CONFIGURATION :
Running Internet Explorer 6.0

A DESCRIPTION OF THE PROBLEM :
This problem can best be described by looking at the reports on the Java forum here: http://forum.java.sun.com/thread.jspa?messageID=4094971

In short, setting the applet's memory to -Xmx512M (or perhaps higher) causes this message to appear "Several Java Virtual Machines running in the same process caused an error"


STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Set your applet to use -Xmx512M in Windows Control Panel, Java, Java tab, View (applet) parameters.

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
No error message should be displayed and the applet should use the memory it is told it can use if needed.
ACTUAL -
Error message is displayed (Several Java Virtual Machines running in the same process caused an error).


ERROR MESSAGES/STACK TRACES THAT OCCUR :
Several Java Virtual Machines running in the same process caused an error


REPRODUCIBILITY :
This bug can be reproduced always.

CUSTOMER SUBMITTED WORKAROUND :
None (other than to reduce the memory).

Comments
EVALUATION This is a duplicate of 6359309. Plugin is unable to start the vm, since vm is unable to get requested memory.
02-03-2006