|
|
#1 |
|
Prospect
Join Date: Apr 2010
Posts: 35
|
Trouble figuring out what's starting this process
Hi,
I'm using Mac 10.7.5. There is a process running on port 8787, and I'm having trouble figuring out where its coming from. I got its process ID by running Code:
Daves-MacBook-Pro:bin davea$ lsof -i tcp:8787 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 1379 davea 11u IPv4 0xffffff8016af5c00 0t0 TCP *:msgsrvr (LISTEN) Code:
Daves-MacBook-Pro:bin davea$ ps -elf | grep java 501 1379 1361 4000 0 47 0 1645436 188456 - S ffffff8016672540 ?? 0:10.87 /usr/bin/java -D 9:19AM 501 1506 360 4006 0 31 0 2434892 572 - R+ ffffff8018912880 ttys006 0:00.00 grep java 9:20AM Code:
Daves-MacBook-Pro:bin davea$ sudo kill -9 1379 Code:
Daves-MacBook-Pro:bin davea$ ps -elf | grep java 501 1528 1510 4000 0 47 0 1728968 108712 - U ffffff8016672540 ?? 0:04.52 /usr/bin/java -D 9:22AM 501 1531 360 4006 0 31 0 2434892 408 - R+ ffffff8016e11a80 ttys006 0:00.00 grep java 9:22AM |
|
|
|
|
|
#2 |
|
MVP
Join Date: Aug 2009
Posts: 1,119
|
It's most likely the Jboss debug port.
|
|
|
|
|
|
#3 |
|
All Star
Join Date: Dec 2004
Posts: 677
|
Run ps on the parent-process of the one in question (the PPID field in the 'ps -elf' output).
|
|
|
|
|
|
#4 |
|
Site Admin
Join Date: Jan 2002
Location: Montreal
Posts: 31,940
|
Note that you can see process parentage in Activity Monitor if you set it to "hierarchic" mode.
__________________
hayne.net/macosx.html |
|
|
|
|
|
#5 |
|
Hall of Famer
Join Date: Feb 2003
Location: Brighton, UK
Posts: 3,807
|
Have you got Filemaker Server or Tomcat running ?
|
|
|
|
|
|
#6 |
|
Prospect
Join Date: Apr 2010
Posts: 35
|
Yup it was a JBoss process. Thanks for everyone's help. - Dave
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|