Troubles with a Zope-2.7.7-final instance
Hello I have some troubles with a customers system whos maintainer is no longer available. There was a zope 2.7.7 instance running there until last week. The system was rebooted after a long time an the instance did not come back online. I tried different things and after all I compiled python2.4 and all dependend stuff (I found all sources on the system). Now the instance is starting up with zopectl start. Unfortunately after a few minutes the instance dies without any messages in the log files. I tried to increase the log level but it has no effect. The instance should listen on port 8080. But I never encountered a listen on that port when I start up zope. I have no idea where to search now. I'm not very familiar with zope. Any help is much appreciated. Thanks Herbie
First thing is to start it with runzope, rather than zopectl, and you will get error messages on the console. If that does not identify the problem. Try just installing zope. If that works, then the next step is to stop the process, and replace the zodb with your zodb. fix up the permissions and try restarting. Remember to install any extensions or products you might have. Hope that helps and is understandable. On 3/17/14, 9:05 AM, Herbert Liechti wrote:
Hello
I have some troubles with a customers system whos maintainer is no longer available. There was a zope 2.7.7 instance running there until last week. The system was rebooted after a long time an the instance did not come back online.
I tried different things and after all I compiled python2.4 and all dependend stuff (I found all sources on the system). Now the instance is starting up with zopectl start. Unfortunately after a few minutes the instance dies without any messages in the log files. I tried to increase the log level but it has no effect.
The instance should listen on port 8080. But I never encountered a listen on that port when I start up zope. I have no idea where to search now.
I'm not very familiar with zope. Any help is much appreciated.
Thanks
Herbie
_______________________________________________ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope-dev )
-- I run http://Django.SpecialtyJobMarkets.com Regards Christopher Lozinski The future of Zope http://ZOPACHE.COM On Digital Design http://OOHDL.COM
On 3/17/14, 9:05 AM, Herbert Liechti wrote:
Hello
I have some troubles
Just an additional thing: If the problem is ZODB related (means only occurs if your applications zodb is used and not in a fresh, empty instance) you may make shure that the ZODB is not corrupt by i.e.: - export the whole ZODB (from Zope/ZMI "root" - "export") into a zexp, create a fresh Zope instance with mkzopeinstance, copy all Products and Extensensions into the new instance, copy the zexp export from var into "import" from the new instance, start it and reimport the ZODB (cklick "import") by the zexp export. OR - try to work with fsrecover or similiar zope tools to check / repair your ZODB hth cheerioh, Niels. -- Niels Dettenbach Syndicat IT&Internet http://www.syndicat.com
Over on the grok mailing list there is talk of a sprint. What a great idea! I would love to see a Zope 2 style ZMI on Grok. Then we could all migrate off of Zope 2 and onto Grok/ZTK/Zope3. Grok does offer an admin GUI. What it lacks is the zope.app.container GUI providing rename, cut, copy and paste functionality. Grok lacks the ability to add arbitrary objects through the web (TTW). And it lacks parental acquisition. If anyone else is interested in migrating to the Zope 3 world, and would like to work together on this let me know. If there are enough of us, and if we are welcome, we could join the grok sprint. Or alternatively we could do something separately. Cultural context is needed here. There are many file system developers who do not like the idea of a TTW development environment. They rightly argue it has no Source Code Control. Actually it does not appear to be that difficult to add SCC. So there are those who like this idea, and there are those who do not like this idea. I now understand that I need to be mindful of this in my postings. By this posting I would like to connect with those people who think this is a good idea, then we can figure out as a group what is the best path forward. Regards Chris
Am 17.03.2014 09:05, schrieb Herbert Liechti:
Hello
I have some troubles with a customers system whos maintainer is no longer available. There was a zope 2.7.7 instance running there until last week. The system was rebooted after a long time an the instance did not come back online.
I tried different things and after all I compiled python2.4 and all dependend stuff (I found all sources on the system). Now the instance is starting up with zopectl start. Unfortunately after a few minutes the instance dies without any messages in the log files. I tried to increase the log level but it has no effect.
The instance should listen on port 8080. But I never encountered a listen on that port when I start up zope. I have no idea where to search now. This looks as if some products (zope plugins) are not started correctly.
Try to start zope in the foreground using: bin/zopectl fg then you see at least if zope starts correctly at all. You should see a message: INFO Zope Ready to handle requests ah, and an other idea: is your instance zeo based? if yes, did you start zeo before starting zope? if there is a file called bin/zeoctl you have to run it before starting zope with: bin/zeoctl start hope this helps robert
I'm not very familiar with zope. Any help is much appreciated.
Thanks
Herbie
_______________________________________________ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Christopher Lozinski -
Herbert Liechti -
Niels Dettenbach (Syndicat IT&Internet) -
robert