[Zope] Socket Error (newbie)

Petru Paler ppetru@coltronix.com
Fri, 14 Apr 2000 00:10:41 +0300


On Thu, Apr 13, 2000 at 04:00:52PM -0500, jessica lee tishmack wrote:
> > > When I type this in at the prompt (in my Zope directory), it returns
> > > nothing...hmm.
> > 
> >     Make sure you are running fuser as root
> > 
> > -Petru
> 
> 
> Oops...here is the output now:
> 
>  
>                      USER PID ACCESS COMMAND
> 8080/tcp             root        548 f....  python     

    As expected, port 8080 is used by something else (looks to me like another
zope instance). Shutdown it then try to start Zope again. You can also try
starting Zope with

./start -P 9000

   which will set the http port to 9080.

-Petru