error on asset setup
in asset server setup
in configure database section i give this error
CRRAM701E: Database - Error - JVMJ9VM015W Initialization error for library j9gc23(2): Failed to instantiate heap; 1500M requested Could not create the Java virtual machine.
this is error picture
http://www.img4up.com/up2/30828266343694702747.jpg
please help
tanks
in configure database section i give this error
CRRAM701E: Database - Error - JVMJ9VM015W Initialization error for library j9gc23(2): Failed to instantiate heap; 1500M requested Could not create the Java virtual machine.
this is error picture
please help
tanks
4 answers
It is basically saying your java is configured to need 1.5G of main memory, but your system you are on running on doesn't have 1.5G of main memory available.
You either need to close some applications, get some more memory, or reduce the WAS initialization parameter heap size to one that is compatible with your system.
Or there is a firewall type problem, this PMR talks about this when trying to start RAD with a request of over 1G.
http://www-01.ibm.com/support/docview.wss?uid=swg21406957
You either need to close some applications, get some more memory, or reduce the WAS initialization parameter heap size to one that is compatible with your system.
Or there is a firewall type problem, this PMR talks about this when trying to start RAD with a request of over 1G.
http://www-01.ibm.com/support/docview.wss?uid=swg21406957