Forum OpenACS Q&A: Response to Installation on mac OSX10.2

Collapse
Posted by Jeff Davis on
[18/Sep/2002:13:26:04][1079.-1610609172][-main-] Error: nssock: failed o 
listen on 127.0.0.1:8080: Address already in use
This means somethings is already using port 8080 on localhost.

On linux I would do (as root)

lsof | grep LISTEN
If it was not obvious, but I don't know if you have that on OSX10.2. You could also change the port in the config.tcl file to something else (8000 is common as well).