in reply to Re^2: Could not create socket: Bad file number
in thread Could not create socket: Bad file number
If port 7070 is defined in the /etc/services file on your host, you will need to use "netstat -an | grep 7070" to match or use telnet to check with the command "telnet localhost 7070". It should not make a connection. Locally port 7070 is used for arcp (don't know what that is) but there is an entry in /etc/services for port 7070.