09-12-2013 11:09 PM
09-13-2013 11:27 AM
09-13-2013 11:43 AM
09-13-2013 12:27 PM
09-17-2013 02:15 PM
netstat -tulpn
03-01-2014 11:55 AM
02-11-2016 10:09 AM
07-09-2017 06:38 AM
I had the same problem when trying to upgrade Alfresco to the latest version. In my case the java process was still running and owned the port numbers. Killing the process released the port numbers.
Use ESWBitto _'s suggestion and grep for the port numbers. See what I got below
root@la01:/opt# netstat -tulpn | grep 8080
tcp6 0 0 :::8080 :::* LISTEN 12099/java
root@la01:/opt# netstat -tulpn | grep 8005
tcp6 0 0 127.0.0.1:8005 :::* LISTEN 12099/java
root@la01:/opt# netstat -tulpn | grep 8443
tcp6 0 0 :::8443 :::* LISTEN 12099/java
root@la01:/opt# netstat -tulpn | grep 8009
tcp6 0 0 :::8009 :::* LISTEN 12099/java
For some reason process 12099 was still running. I killed it and the ports were released.
I hope this helps.
Cheers
John
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.