Hello all, My Zope (2.1.6) installation has just become *very* unstable. My most recent addition has been ZPatterns and LoginManager. My passwords for my virtual sites (using SiteRoot) are no longer accessable by my account and superuser can't access them. The site "disappears" three or four times a day without errors. And clicking on Product Management link sometimes returns "No Data" notice in the browser and then Zope crashes. This is the error that shows up on the console when going to Product Management or accessing the subdir that holds the subdir that has LoginManager: <date> ERROR (200) ZODB Couldn't Load State for '\000\000\000\000\000\000\002\017' I'm exporting the sites now and am going to (I guess) re-install zope and all of the products. >8-/ Are there any other options? Any ideas on what went wrong? Is their a way to fix a corruption in the ZODB? TIA -- Mike Mikkelsen mikk@microbsys.com Micro Business Systems http://www.microbsys.com Fresno Linux Users Group http://linux.fresno.ca.us It's all GNU to me!
On Sat, Jun 10, 2000 at 09:47:54AM -0700, Mike Mikkelsen wrote:
My Zope (2.1.6) installation has just become *very* unstable. My most recent addition has been ZPatterns and LoginManager. My passwords for my virtual sites (using SiteRoot) are no longer accessable by my account and superuser can't access them. The site "disappears" three or four times a day without errors. And clicking on Product Management link sometimes returns "No Data" notice in the browser and then Zope crashes.
This is the error that shows up on the console when going to Product Management or accessing the subdir that holds the subdir that has LoginManager:
<date> ERROR (200) ZODB Couldn't Load State for '\000\000\000\000\000\000\002\017'
I'm exporting the sites now and am going to (I guess) re-install zope and all of the products. >8-/
Are there any other options? Any ideas on what went wrong? Is their a way to fix a corruption in the ZODB?
Have a look at Ty Sarna's Tranalyzer: http://www.zope.org/Members/tsarna/Tranalyzer which can tell you where your Data.fs is in trouble. You then can try and repair your Data.fs file by truncating the file at the point of corruption. For more details see the Disaster Recovery + Avoidance How-To at: http://www.zope.org/Members/vernier/recovery -- Martijn Pieters | Software Engineer mailto:mj@digicool.com | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | The Open Source Web Application Server ---------------------------------------------
Turns out ZopePTK already has it's own LoginManager. When I installed the LoginManager product, ZopePTK died. From there other products started acting weird and zope became unstable. I couldn't fix it with tranalyzer.py and split. So I exported all folders off the root, rm -rf'd the zope dir and started over. Everything is ok now. Thanks for all the replies. On Sat, 10 Jun 2000, you wrote:
On Sat, Jun 10, 2000 at 09:47:54AM -0700, Mike Mikkelsen wrote:
My Zope (2.1.6) installation has just become *very* unstable. My most recent addition has been ZPatterns and LoginManager. My passwords for my virtual sites (using SiteRoot) are no longer accessable by my account and superuser can't access them. The site "disappears" three or four times a day without errors. And clicking on Product Management link sometimes returns "No Data" notice in the browser and then Zope crashes.
This is the error that shows up on the console when going to Product Management or accessing the subdir that holds the subdir that has LoginManager:
<date> ERROR (200) ZODB Couldn't Load State for '\000\000\000\000\000\000\002\017'
I'm exporting the sites now and am going to (I guess) re-install zope and all of the products. >8-/
Are there any other options? Any ideas on what went wrong? Is their a way to fix a corruption in the ZODB?
Have a look at Ty Sarna's Tranalyzer:
http://www.zope.org/Members/tsarna/Tranalyzer
which can tell you where your Data.fs is in trouble. You then can try and repair your Data.fs file by truncating the file at the point of corruption. For more details see the Disaster Recovery + Avoidance How-To at:
http://www.zope.org/Members/vernier/recovery
-- Martijn Pieters | Software Engineer mailto:mj@digicool.com | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ | The Open Source Web Application Server ---------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev ) -- Mike Mikkelsen mikk@microbsys.com Micro Business Systems http://www.microbsys.com Fresno Linux Users Group http://linux.fresno.ca.us
It's all GNU to me!
participants (2)
-
Martijn Pieters -
Mike Mikkelsen