Web Services Wiki
Welcome Guest: Login
When starting the zeoserver, ( > bin/zeoserver start ) you get the following error message:
This error usually point to a port conflict. Run netstat -nl to determine what is using the port that has been designated for the zeoserver.
You will need a unique zeo-address in the in the config file and a unique http-address in the base config
This error may also be caused by trying to start a zeoserver when one is already running on the designated port. running netstat -nl will show if that is the case. If that is the case, simple start an instance of the server in the foreground to verify that it will start (bin/instance fg). The zope server should start up.