killing a process (again), ports
Thufir
hawat.thufir at gmail.com
Mon Mar 16 16:59:34 UTC 2009
I think that this process is causing problems:
thufir at arrakis:~$
thufir at arrakis:~$
thufir at arrakis:~$ sudo ps -ae | grep 5088
5088 ? 00:02:14 java
thufir at arrakis:~$
thufir at arrakis:~$ sudo netstat -tanp | grep 80
tcp6 0 0 127.0.0.1:8006 :::*
LISTEN 5088/java
tcp6 0 0 :::8009 :::*
LISTEN 5088/java
tcp6 0 0 :::8080 :::*
LISTEN 5088/java
thufir at arrakis:~$
thufir at arrakis:~$ sudo kill 5088 -9
kill: No such process
thufir at arrakis:~$
thufir at arrakis:~$ sudo ps -ae | grep 5088
5088 ? 00:02:28 java
thufir at arrakis:~$
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
Checking data source definitions for missing JDBC drivers...
Starting of Tomcat failed, the server port 8080 is already in use.
Deployment error:
Starting of Tomcat failed, the server port 8080 is already in use.
So, how do I free up that port? Yes, I can change the port which tomcat
runs on, but I'd rather just free up the port. It gets "stuck" and the
only way I can unfreeze this is to reboot.
thanks,
Thufir
More information about the ubuntu-users
mailing list