I am getting the following exception repeatedly each time I try to run the program.
Error occurred during initialization of VM
Could not reserve e
For the error, "error occurred during initialization of vm could not reserve enough space for object heap jboss"
Improper/insufficient memory allocation to our JVM as mentioned below.
e.g. JAVA_OPTS="-Xms1303m -Xmx1303m -XX:MaxPermSize=256m" in jboss-eap-6.2\bin\standalone.conf or "JAVA_OPTS=-Xms1G -Xmx1G -XX:MaxPermSize=256M" in jboss-eap-6.2\bin\standalone.conf.bat which is nothing but JVM memory allocation pool parameters.
Usually its not recommanded to have same size for min and max.
If you are running your application from eclipse,