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 please help tanks |
4 answers
Can you goto server setup
Tools View/hide log Then click on download all logs logs .zip Either attach it here or post the relevant stack trace for the error shown on the page Also if you can describe your environment OS 32 or 64 WAS version database and so on. |
environment :
win7 X86 MS SQL Server 2008 (on Localhost & Lan) this log trace: |
|
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 |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.