websphere

When WAS server has Caused by: java.lang.OutOfMemoryError, it

will generate the file
/usr/IBM/WebSphere/AppServer/profiles/AppSrv01/heapdump......0001.phd
/usr/IBM/WebSphere/AppServer/profiles/ AppSrv01/javacore.....0003.txt
/usr/IBM/WebSphere/AppServer/profiles/AppSrv01/Snap....0009.trc


----
need to restart the server

ps -ef | grep server1 -- query the server process When the ID

is running in nodeagent, use kill to end the server process, and nodeagent will start automatically. You
need to stop nodeagent, kill server, start nodeagent, and start server

/usr/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/stopNode.sh
kill - 9 server1ID
/usr/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/startNode.sh
/usr/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/startServer.sh server1

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326892330&siteId=291194637