- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to kill java process
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2006 06:47 PM
тАО04-03-2006 06:47 PM
[root@HPNODE]/: ps -ef | grep 12960
apidsma1 12960 1 0 17:39:04 ? 198:08 /opt/java1.4/bin/IA64N/java -server -Xms64m -Xmx64m -classpath /opt/java1.4/lib:/opt/weblogic/weblogic81/server/lib/weblogic.ja
root 22867 22484 0 01:28:58 pts/tc 0:00 grep 12960
[root@HPNODE]/:
[root@HPNODE]/: kill -9 12960
[root@HPNODE]/: ps -ef | grep 12960
apidsma1 12960 1 0 17:39:04 ? 198:41 /opt/java1.4/bin/IA64N/java -server -Xms64m -Xmx64m -classpath /opt/java1.4/lib:/op
t/weblogic/weblogic81/server/lib/weblogic.ja
root 23262 22484 0 01:29:31 pts/tc 0:00 grep 12960
[root@HPNODE]/:
[root@HPNODE]/: kill -HUP 12960
[root@HPNODE]/: kill -9 12960
[root@HPNODE]/: ps -ef | grep 12960
apidsma1 12960 1 0 17:39:04 ? 200:17 /opt/java1.4/bin/IA64N/java -server -Xms64m -Xmx64m -classpath /opt/java1.4/lib:/op
t/weblogic/weblogic81/server/lib/weblogic.ja
root 24386 22484 0 01:31:08 pts/tc 0:00 grep 12960
[root@HPNODE]/:
System: HPNODE Tue Apr 4 01:31:58 2006
Load averages: 1.27, 1.27, 1.27
165 processes: 130 sleeping, 33 running, 2 zombies
Cpu states:
CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
0 0.02 1.8% 0.0% 8.0% 90.3% 0.0% 0.0% 0.0% 0.0%
1 0.02 1.4% 0.0% 1.2% 97.4% 0.0% 0.0% 0.0% 0.0%
2 0.02 1.8% 0.0% 1.4% 96.8% 0.0% 0.0% 0.0% 0.0%
3 5.00 0.0% 0.0% 100.0% 0.0% 0.0% 0.0% 0.0% 0.0%
--- ---- ----- ----- ----- ----- ----- ----- ----- -----
avg 1.27 1.2% 0.0% 27.6% 71.2% 0.0% 0.0% 0.0% 0.0%
Memory: 1458492K (1222320K) real, 2095272K (1745392K) virtual, 4323832K free Page# 1/11
CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
3 ? 12960 apidsma1 152 20 314M 139M run 201:08 100.17 100.00 java
2 ? 53 root 152 20 21600K 19200K run 68:03 4.01 4.00 vxfsd
0 ? 9135 apidsma1 152 20 885M 726M run 3:15 1.83 1.82 java
0 ? 1911 root 154 20 9192K 1060K sleep 17:04 1.78 1.78 kcmond
0 ? 22907 root -27 20 47408K 39588K run 29:49 0.34 0.34 cmcld
0 ? 1394 root 152 20 241M 60280K run 19:23 0.33 0.33 java
0 ? 1779 root 152 20 115M 19824K run 1:29 0.29 0.29 vxsvc
2 ? 1333 root 152 20 27848K 4268K run 0:26 0.20 0.20 rpcd
0 ? 4344 root 152 20 46380K 9732K run 0:44 0.20 0.20 opcctla
0 pts/tc 24447 root 178 20 10900K 1000K run 0:00 0.22 0.17 top
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2006 06:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2006 06:57 PM
тАО04-03-2006 06:57 PM
Re: Unable to kill java process
killall java
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2006 07:09 PM
тАО04-03-2006 07:09 PM
Re: Unable to kill java process
Do a reboot.
or try this way,
1. Login to the machine as apidsma1
2. Execute kill -9 -1.
This will kill all running process of the apidsma1 user.
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2006 11:57 PM
тАО04-03-2006 11:57 PM
Re: Unable to kill java process
Please note that when you stop the java process you should be in the proper path, this will ensure that a clean stop of java process, as they require some LIB path.
to kill this process just try a kill -15
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2006 06:34 PM
тАО04-04-2006 06:34 PM
Re: Unable to kill java process
Thanks for your suggestion. We finally had to reboot after trying all the above suggestions.
Regards,
Satish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2006 03:39 AM
тАО04-11-2006 03:39 AM
Re: Unable to kill java process
probably the process is waiting for i/o. In this case it becomes unkillable (has non-signalable priority). Be aware that this behavior could means badly coded (written) application. Use tusc for syscall trace to see what the given process is doing or what waiting for.
Regards
Martin