Java Error occurred during initialization of VM fix?
Java Error occurred during initialization of VM fix?
You are attempting to allocate more RAM than your system will allow you to allocate.
In your startup script, lower the values of your Xmx/Xms arguments.
Run the JVM with -XX:MaxHeapSize=256m
(or any big number), and possibly -Xmx512m
Java Error occurred during initialization of VM fix?
Ive actually noticed this issue when you try and take a dump of a service running java.
Try using psexec -s to execute your dump
Im not sure why this seems to work on some servers and not others