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
Change comment: There is no comment for this version
To version 9.1
edited by David Avendasora
on 2010/11/30 06:45
Change comment: Migrated to Confluence 5.3

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Web Applications-Deployment-Killing WOA Processes
1 +Killing WOA Processes
Parent
... ... @@ -1,0 +1,1 @@
1 +Troubleshooting
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.avendasora
Tags
... ... @@ -1,0 +1,1 @@
1 +deployment
Content
... ... @@ -1,4 +1,4 @@
1 -This is one of the most vexing question. How to kill a run away WO application? The ps command does not give you any information as it list the process as java.
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. You can see the app name from this view.
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