Changes for page Killing WOA Processes
Last modified by David Avendasora on 2010/11/30 06:45
From version 6.1
edited by Pascal Robert
on 2007/09/03 22:04
on 2007/09/03 22:04
Change comment:
There is no comment for this version
To version 8.1
edited by David Avendasora
on 2010/11/30 06:45
on 2010/11/30 06:45
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Web Applications-Deployment-Killing WOA Processes1 +Killing WOA Processes - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. probert1 +XWiki.avendasora - Content
-
... ... @@ -1,4 +1,4 @@ 1 -This is one of the most vexing question. How to kill a run 1 +This is one of the most vexing question. How to kill a runaway WebObjects application? The ps command does not give you any information as it lists the process simply as java. 2 2 3 3 Try to use lsof. You need to run it with admin privileges so the command is 4 4 ... ... @@ -22,7 +22,7 @@ 22 22 23 23 You will also have to do a sudo for the script to run. 24 24 25 -For those stuck with the CLOSE //WAIT problems try this~://25 +For those stuck with the CLOSE_WAIT problems try this: 26 26 27 27 {{noformat}} 28 28 ... ... @@ -75,7 +75,7 @@ 75 75 76 76 {{/noformat}} 77 77 78 -which will show the full commandline. 78 +which will show the full commandline. You can see the app name from this view. 79 79 80 80 === Fabian Peters === 81 81 ... ... @@ -87,7 +87,7 @@ 87 87 88 88 {{/noformat}} 89 89 90 -in /etc/sysctl to reveal the full command line with ps auxww. To set it immediately: 90 +in /etc/sysctl to reveal the full command line with ps -auxww. To set it immediately: 91 91 92 92 {{noformat}} 93 93