WAS v8.5.5 configuration on SUSE linux enterprise server 11
Hi All,
I have installed WAS on SUSE linux and configured below:
-Xgcpolicy:gencon -Xcompressedrefs
-Xgc:preferredHeapBase=0x10000000
After configuring above i need to restart the WAS server, when I try to restart the server i get below error:
ADMU0116I: Tool information is being logged in file
/opt/IBM1/WebSphere/AppServer/profiles/AppSrv01/logs/server1/startServer.log
ADMU0128I: Starting tool with the AppSrv01 profile
ADMU3100I: Reading configuration for server: server1
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3011E: Server launched but failed initialization. Server logs,
startServer.log, and other log files under
/opt/IBM1/WebSphere/AppServer/profiles/AppSrv01/logs/server1 should
contain failure information.
Do we have a workaround for above..?
Thank you,
Kunal Nigade.
I have installed WAS on SUSE linux and configured below:
- Under Additional Properties, click Java Virtual Machine.
-
In the Generic JVM arguments field, type the following lines:
-Xgcpolicy:gencon -Xcompressedrefs
-Xgc:preferredHeapBase=0x10000000
After configuring above i need to restart the WAS server, when I try to restart the server i get below error:
ADMU0116I: Tool information is being logged in file
/opt/IBM1/WebSphere/AppServer/profiles/AppSrv01/logs/server1/startServer.log
ADMU0128I: Starting tool with the AppSrv01 profile
ADMU3100I: Reading configuration for server: server1
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3011E: Server launched but failed initialization. Server logs,
startServer.log, and other log files under
/opt/IBM1/WebSphere/AppServer/profiles/AppSrv01/logs/server1 should
contain failure information.
Do we have a workaround for above..?
Thank you,
Kunal Nigade.
One answer
Do you really mean that the server only has 2.8 (not 28) GB of memory? If true, your JVM settings are not suitable. You have to reduce the heap size from 4GB to around 2GB, or even smaller if there are other memory intensive applications running. With such hardware configuration, you can't really run a "server", as it's way underpowered.
Comments
Lily Wang
Nov 16 '15, 10:50 p.m.Please open file " /opt/IBM1/WebSphere/AppServer/profiles/AppSrv01/logs/server1/SystemOut.log" and check if there's more detail information of the failure.
What's the physical memory does the server have?
Kunal N
Nov 17 '15, 5:30 a.m.There is no details present in SystemOut.log file.
Memory for server is 2.8 gb RAM and 40 gb hard disk memory.
Thank you,
Kunal.