
faassen at infrae
Nov 9, 2004, 5:47 AM
Post #2 of 6
(1677 views)
Permalink
|
Andreas Jung wrote: > HI all, > > I just fixed the last problem that I considered as show stopper for Zope > 2.8. > My plan is to release 2.8 alpha 1 early next week if there are no other > severe > bugs showing up. > > Keep your fingers crossed, Hey, I saw the alpha was released, am back from vacation, and thought I'd give it a shot. It doesn't seem to want to start. No other process is taking up port 8080, but bin/runzope fails with this: Traceback (most recent call last): File "/home/faassen/working/Zope28/lib/python/Zope/Startup/run.py", line 56, in ? run() File "/home/faassen/working/Zope28/lib/python/Zope/Startup/run.py", line 21, in run starter.prepare() File "/home/faassen/working/Zope28/lib/python/Zope/Startup/__init__.py", line 91, in prepare self.setupServers() File "/home/faassen/working/Zope28/lib/python/Zope/Startup/__init__.py", line 203, in setupServers raise ZConfig.ConfigurationError(socket_err ZConfig.ConfigurationError: There was a problem starting a server of type "HTTPServer". This may mean that your user does not have permission to bind to the port which the server is trying to use or the port may already be in use by another application. (Cannot assign requested address) I may be doing something stupid wrong, but I thought I went through the same procedure as with Zope 2.7.. Regards, Martijn _______________________________________________ Zope-Coders mailing list Zope-Coders [at] zope http://mail.zope.org/mailman/listinfo/zope-coders
|