Re: Zope 2.8 coming
Martijn Faassen <[email protected]>
| Newsgroups | gmane.comp.web.zope.coders |
|---|---|
| Message-ID | <[email protected]> |
Tres Seaver wrote: > Martijn Faassen wrote: > >> 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.. > > > http://zope.org/Collectors/Zope/1507 is supposed to be fixed: > "Defering the final solution for after Zope 2.8a1." Hm, I was trying the alpha. An alpha that doesn't start in its default configuration isn't going to be tested very widely.. I'm not sure this is the same error report though; I didn't specify any ip address myself but am using the derfault zope.conf. I do not just have problems *accessing* the site through localhost, I cannot even start it. But perhaps this error is a symptom of this behavior, don't know. Regards, Martijn