Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2001 10:34:46 -0700
From:      "Riley J. McIntire" <rjmcintire@earthlink.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Problems starting Zope 2.3.1
Message-ID:  <NCBBLBILEPCHLFJAPIIPEEPNGEAA.rjmcintire@earthlink.net>
In-Reply-To: <006501c0deed$8e2552c0$650e850a@innovisiongroup.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Greetings:

I recently installed zope 2.3.1 using the ports collection on a 4.3-r
machine.

Using (on startup or manually)

/usr/local/etc/rc.d/zope.sh start

gives this:

root@zumwalt# ps ax |grep Zope
  335  p0  I      0:02.19 /usr/local/bin/python2.0
/usr/local/www/Zope/z2.py -D
  339  p0  S      0:15.89 /usr/local/bin/python2.0
/usr/local/www/Zope/z2.py -D
  346  p0  S+     0:00.01 grep Zope
root@zumwalt#

However, trying to connect via port 8080 fails:

root@zumwalt#lynx localhost:8080
Looking up localhost first
Looking up localhost:8080
localhost:8080
Making HTTP connection to localhost:8080
Alert!: Unable to connect to remote host.

lynx: Can't access startfile http://localhost:8080/
root@zumwalt#

Starting from the Zope directory works:

root@zumwalt# /usr/local/www/Zope/start
------
2001-05-17T09:11:24 INFO(0) ZServer HTTP server started at Thu May 17
09:11:24 2001
        Hostname: zumwalt.wilshire.net
        Port: 8080
------
2001-05-17T09:11:24 INFO(0) ZServer FTP server started at Thu May 17
09:11:24 2001
        Hostname: zumwalt.wilshire.net
        Port: 8021

This works, but the debug switch "-D" requires a terminal to bind to.

I'm completely new to Zope and don't see the need to go into debug mode
by default, and don't quite see what's wrong with the rc.d script.  I
can work around this ok, but it seems there's a problem with the port.

Thanks,

Riley


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NCBBLBILEPCHLFJAPIIPEEPNGEAA.rjmcintire>