Menu

8 Haziran 2014 Pazar

Error occurred during initialization of Could not reserve enough space for object heap SOA Domain

You have a fresh SOA Installation and get these errors while starting the Admin Server with command: 

startWebLogic.cmd Error occurred during initialization of VM Could not reserve enough space for object heap Could not create the Java virtual machine. 

Solution : Open user_projects\domains\base_domain\bin\setSOADomainEnv.cmd 

file and change : From : 

set JAVA_OPTIONS=%JAVA_OPTIONS% set DEFAULT_MEM_ARGS=-Xms512m -Xmx1024m set PORT_MEM_ARGS=-Xms768m -Xmx1536m 

To:

 set JAVA_OPTIONS=%JAVA_OPTIONS% set DEFAULT_MEM_ARGS=-Xms512m -Xmx768m set PORT_MEM_ARGS=-Xms768m -Xmx1536m Save the file and then re-run startWebLogic.cmd :

Hiç yorum yok:

Yorum Gönder