[Zope-dev] Where is Zope 2.6 Final?
It's been a while since the last beta, and I haven't seen many (if any) changes checked into the 2.6 tree in a while. What's the holdup? With all the problems that exist with 2.6.1 (with packing, especially) I would have thought 2.6.2 would have been out months ago. --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] more Zope2.6 fun: ZEO client death.
On Thu, 31 Jul 2003 12:57am, Anthony Baxter wrote: Anthony Baxter wrote Updating it by hand to ZEO2 hasn't made all good and happy, though - the ZEO/start.py includes import ThreadedAsync.LoopCallback at the top of the file, but the sys.path magic that makes this available is inside the main() function. Moving the import to the line after the sys.path magic fixes this. I'm now getting a failed import for ZODB.utils.oid_repr, which suggests that I'm going to need to update the ZODB installation here from the one that's in 2.6.2. :-/ Ok, this was easy - Zope2.6 requires the ZODB3-3_1-branch ZEO code. The previous ThreadedAsync import fix still needs to be applied, though... Why? I'm using Zope 2.6.2b4 and moving the ZEO directory out of ZODB3.1.2 and into Zope/lib/python/ and everything works fine. I've seen no problems with imports. And if anything, the cache implementation in the ZODB3.1.2 version of ZEO made a remarkable performance difference. --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] more Zope2.6 fun: ZEO client death.
On Thu, 31 Jul 2003 8:49am, Shane Hathaway wrote: Andrew Sydelko wrote: I've seen no problems with imports. And if anything, the cache implementation in the ZODB3.1.2 version of ZEO made a remarkable performance difference. ... as compared with earlier versions or later versions? I hope it's getting faster, not slower. It's faster especially compared to ZEO 1.x, but also compared to earlier versions of ZEO 2.x/ZEO from ZODB3.1.x. At one point, changes were made to the initial cache invalidation check that caused ZEO startup time to become significantly faster. Before this change the ZEO client would take more than a minute to start (with a cache_size of 200MB). We've not tried ZEO from ZODB3.2.x yet. --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] more Zope2.6 fun: ZEO client death.
On Wed, 30 Jul 2003 17:21:51 +1000 Anthony Baxter [EMAIL PROTECTED] wrote: So I see ZEO clients here falling over all over the place under current 2.6 with: 2003-07-30T07:01:04 ERROR(200) ZEO uncaptured python exception, closing channel ZEO.zrpc.asyncRPC connected '' at 0xc57198 . . [Explanation of problem snipped] . This, to me, seems a showstopper for 2.6.2. We've been running a ZEO client / ZEO server setup using Zope 2.6.2b2,3 and 4 and not encountered this problem. Which ZEO version are you using? --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] consistent naming in ZEO releases
On Mon, 25 Nov 2002 13:56:34 + Chris Withers [EMAIL PROTECTED] wrote: Andrew Sydelko wrote: Ok, whoever is in charge of zope.com releases of things like DCOracle2, Zope and ZEO need to decide if the release file names are going to end in .tar.gz or .tgz. Why does it matter? I have a script that builds zope. And part of that script is going to get the tarballs. When they change the name I have to go and change the URL (normally I just set the version number). Here's an example: version['ZEO']='1.0' [snipped lots of other installs] package = 'ZEO' if version.has_key(package): ver = version[package] install(package=package, dir='src', url='http://www.zope.org/Products/ZEO/ZEO-%s.tgz' % (ver), checkfile='src/ZEO-%s' % (ver)) install is a function that uses the parameters in it to decide what to do. You'll see that when I switched to ZEO 2.0 I had to change the URL. And I shouldn't have to go look up the URL every time to make sure it's the same... That's the whole point of my script. --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] consistent naming in ZEO releases
On Mon, 25 Nov 2002 16:29:45 + Toby Dickenson [EMAIL PROTECTED] wrote: On Monday 25 November 2002 2:03 pm, Andrew Sydelko wrote: You'll see that when I switched to ZEO 2.0 I had to change the URL. No doubt you had to change alot more too. This was a major release. Lots of things changed between ZEO 1 and ZEO 2. I think you picked a bad example; I agree it should be consistent between minor releases of the same product. I suppose. But why the change at all? --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
[Zope-dev] consistent naming in ZEO releases
Ok, whoever is in charge of zope.com releases of things like DCOracle2, Zope and ZEO need to decide if the release file names are going to end in .tar.gz or .tgz. The inconsistency between releases is quite annoying. I know that I've been hit by it both from DCOracle2 and ZEO. The actual Zope releases have at least been consistent. Sorry for the rant. --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
[Zope-dev] problems packing with 2.5.1 ZEO server
I've got a ZEO server that's using Zope 2.5.1 (Python 2.1.3) and ZEO 1.0. I try initiating a pack from the Database Management Control Panel and it starts doing it's thing. The unpacked database is 7.5GB and after writing about 5GB to Data.fs.pack it seems to stop packing. lsof no longer shows that python has Data.fs.pack open, so I'm assuming it encountered a problem and was not able to continue. Normally, everything goes fine and after the pack is done, the packed database becomes Data.fs and the prior-to-packing database becomes Data.fs.old. Any ideas? I'm working on copying this over to a test machine so that I can turn on ZEO server logging, but have not gotten there yet. Will packing from another (non-web) ZEO client show me anything more? What errors might occur during a pack that would cause this. I'm 99.999% sure it's not disk space because the partition it's on has 300GB available. I had STUPID_LOG_FILE turned on at one point, but it seemed to be logging everything that was done to the storage, which was _way_ more than I wanted (and didn't want it filling up the disk.) Is there a better way to get some logging from the ZEO server without lots of extra stuff? --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] Crash Burn with Zope 2.6.0a1 and ZEO 2.0a1
On Tue, 18 Jun 2002 11:20:21 -0400 Jeremy Hylton [EMAIL PROTECTED] wrote: AS == Andrew Sydelko [EMAIL PROTECTED] writes: AS Trying Zope 2.6.0a1 and ZEO 2.0a1. The storage server seemed to AS come up fine, but when trying to start the ZEO client it pretty AS much sucked. It looks like you would have had the same problems without ZEO. It would be helpful if you could try running Zope without ZEO, just with FileStorage. Hmm... The first time I copied the 3gig Data.fs over and tried to start Zope a few times. After fiddling with the permissions of the var directory it finally started, but the Data.fs was only 2MB! So I copied it again. And once again, the 3gig Data.fs is blown away! What am I doing wrong??? What are the permissions of the var folder supposed to be? I'm starting Zope with: python Zope/z2.py -w 8080 -F 8081 -W 8082 -u httpd AS I really should include the log file it produced but it's quite AS long. I put it up at AS http://eng.purdue.edu/people/sydelko/zope_2.6a1_log_1 AS It ended up dying at the end, but that I think I can fix. AS I'd really like someone to clue me into why everything else AS complained. The errors in the log are all about failures to import specific modules. (Let me know if I missed something else.) Failed to import class Splitter from module Products.PluginIndexes.TextIndex.Splitter.ZopeSplitter When I import Products...ZopeSplitter, I see a module with a Splitter attribute bound to a function. I don't understand what you're saying here. Do you mean it works without complaining for you? In the past I have deleted all the Products that were in the Products Control Panel to fix a similar bug. Is that the case here as well? The other import problem I see is Zope Could not import Products.HTMLDocument Is HTMLDocument a standard product or a 3rd party product? I don't see one in my 2.6 checkout. If it's 3rd part, then I expect it needs to be upgrade to work with 2.6. HTMLDocument is a 3rd party product. Is there a document that says what has changed enough since 2.5.1 that would break products? and how to fix them? This is frustrating... --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] Crash Burn with Zope 2.6.0a1 and ZEO 2.0a1
On Tue, 18 Jun 2002 12:19:19 -0400 Jeremy Hylton [EMAIL PROTECTED] wrote: It wouldn't surprise me if this is a completely unrelated problem. Any chance that the python your using to test doesn't have large file support? Check by importing test.test_largefile. Yeah, you're right, I don't have largefile support. But I normally don't need it because it's just a ZEO client. And I've been trying to get python to compile with largefile support and I can't. I'm using Debian woody (and no, I don't want to use the installed python2.1 package). Can someone tell me exactly how to compile python 2.1.3 with LFS support? We recently discovered that there's a bad interaction between ZODB and Python without large file support running on a platform that supports large files. In this specific configuration, os.path.exists() returns false for files 2 GB and ZODB creates a new Data.fs. Yeah, that's a bad thing. I'm glad this wasn't my only copy (although it takes 15 minutes to get a new copy since it's so large.) --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] Crash Burn with Zope 2.6.0a1 and ZEO 2.0a1
On Tue, 18 Jun 2002 23:01:57 -0400 Jeremy Hylton [EMAIL PROTECTED] wrote: AS == Andrew Sydelko [EMAIL PROTECTED] writes: AS Can someone tell me exactly how to compile python 2.1.3 with LFS AS support? I don't have the URL handy, but it's section 8.1.1 of the manual IIRC. Look for large file support in the library reference. Worked for me without problem on a RH 7.2 system. Yeah, and it's not working for me. I will try some more tomorrow... An earlier question was: What are the correct permissions for the Zope/var folder with a startup of python z2.py -u httpd --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] problems downloading CVS tarballs
On Fri, Apr 12, 2002 at 09:57:13PM +0200, Dieter Maurer wrote: Envelope-to: [EMAIL PROTECTED] From: Dieter Maurer [EMAIL PROTECTED] To: Andrew Sydelko [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [Zope-dev] problems downloading CVS tarballs X-Spam-Status: No, hits=-13.5 required=5.0 tests=IN_REP_TO version=2.1 Andrew Sydelko writes: When I try to download a CVS tarball of the Zope_2_5-branch branch, I get a corrupt tar archive. The .../ISO_8859_1_Splitter/src directory contains one c file whose name gets truncated. I'm using gnutar so I'm pretty sure it's not a problem on my end. What tar is used on the CVS server? An FAQ! You need GNU tar! I'm using GNU tar (i probably should've mentioned that). Today I asked on #zope-dev and got this response: [01:47] ZMartijn As for CVS tarball downloads; I haven't gotten round to fixing them yet... --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
[Zope-dev] problems downloading CVS tarballs
When I try to download a CVS tarball of the Zope_2_5-branch branch, I get a corrupt tar archive. The .../ISO_8859_1_Splitter/src directory contains one c file whose name gets truncated. I'm using gnutar so I'm pretty sure it's not a problem on my end. What tar is used on the CVS server? --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
[Zope-dev] where is Zope 2.5.1?
I'm curious as to what is holding up Zope 2.5.1? 2.5.1b1 has been out for quite a while now (in Zope time). --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
[Zope-dev] Deleting versions from Control_Panel
For some reason, when I try to view the Version Management screen under Control Panel, I get a bunch of gibberish for one of the versions... And... it won't let me click on the check box and Discard it... Is there a way to do this manually? Or even see which versions are available manually? We are running ZEO, so I should be able to import Zope and go from there... --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
[Zope-dev] Re: [ZODB-Dev] Deleting versions from Control_Panel
On Monday 04 March 2002 11:08, you wrote: On Mon, 4 Mar 2002 11:01:22 -0500 A low-level way to get a list of versions is to call the versions() method on the storage object. Example: from ZEO.ClientStorage import ClientStorage cs = ClientStorage(...) # your server address here cs.versions() from ZEO.ClientStorage import ClientStorage cs = ClientStorage(('192.168.1.52',9900)) cs.versions() Traceback (most recent call last): File stdin, line 1, in ? File /data/www/Zope.9/Zope/lib/python/ZEO/ClientStorage.py, line 619, in versions try: return self._call('versions', max) File /data/www/Zope.9/Zope/lib/python/ZEO/zrpc.py, line 214, in __call__ self.message_output(args) File /data/www/Zope.9/Zope/lib/python/ZEO/smac.py, line 213, in message_output raise Disconnected(This action is temporarily unavailable.p) ZEO.smac.Disconnected: This action is temporarily unavailable.p Sounds like a good start though... But once I find one, how do I delete/discard it? --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
[Zope-dev] Zope 2.5.0b4 problems w/ ZEO
Trying to start a ZEO client using Zope 2.5.0b4 doesn't work: -- 2002-01-15T20:13:20 INFO(0) client Trying to connect to server: ('192.168.1.52', 8900) -- 2002-01-15T20:13:20 INFO(0) ClientStorage Connected to storage -- 2002-01-15T20:13:20 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x00\x02' Traceback (innermost last): File /data/www/Zope.8/src/Zope-2.5.0b4-src/lib/python/ZODB/Connection.py, line 471, in setstate TypeError: ('__init__() takes exactly 3 arguments (1 given)', extension class Products.Sessions.SessionDataManager.SessionDataManagerTraverser at 88ba2f8, ()) -- 2002-01-15T20:13:20 PANIC(300) z2 Startup exception -- 2002-01-15T20:13:20 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x00\x02' Traceback (innermost last): File /data/www/Zope.8/src/Zope-2.5.0b4-src/lib/python/ZODB/Connection.py, line 471, in setstate TypeError: ('__init__() takes exactly 3 arguments (1 given)', extension class Products.Sessions.SessionDataManager.SessionDataManagerTraverser at 88ba2f8, ()) Traceback (innermost last): File /data/www/Zope.8/Zope/z2.py, line 495, in ? File string, line 1, in ? File /data/www/Zope.8/src/Zope-2.5.0b4-src/lib/python/Zope/__init__.py, line 71, in ? File /data/www/Zope.8/src/Zope-2.5.0b4-src/lib/python/OFS/Application.py, line 245, in initialize File /data/www/Zope.8/src/Zope-2.5.0b4-src/lib/python/ZODB/Connection.py, line 471, in setstate TypeError: ('__init__() takes exactly 3 arguments (1 given)', extension class Products.Sessions.SessionDataManager.SessionDataManagerTraverser at 88ba2f8, ()) -- 2002-01-15T20:13:21 PROBLEM(100) zdaemon zdaemon: Tue Jan 15 15:13:21 2002: The kid, 12557, died on me. Any ideas or suggestions? --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
[Zope-dev] Re: [ZODB-Dev] Big problem.
Jeremy Hylton wrote: Could you just undo enough transactions to get back to the old state? Or do you need to keep some of the changes you made? I'm not familiar with any tools that can go through transactions like this. Can you poing me towards a tool that allows me to see all the transactions and delete anything after a certain point? I don't care about what happened after the bad transaction. --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] Re: [ZODB-Dev] Big problem.
Chris McDonough wrote: Try the original tranalyzer here instead: http://www.zope.org/Members/tsarna/Tranalyzer That's better, but it bombs out part way thru: Traceback (most recent call last): File ./tranalyzer.py, line 333, in ? main(sys.argv) File ./tranalyzer.py, line 325, in main t = Transaction(f, off, refs) File ./tranalyzer.py, line 170, in __init__ self.obs.append(Record(f, refs)) File ./tranalyzer.py, line 201, in __init__ self.prevrec = f.u64() File ./tranalyzer.py, line 121, in u64 self.checkleft(8) File ./tranalyzer.py, line 87, in checkleft raise 'Not enough data left, %d %d' % (self.left, n) Not enough data left, 0 8 Here are the last few things that it spit out: TID: 33E2AAB7A0AA1D5 @ 449542140 obs 1 len 7404 (status 'p') By david.s.carmichael.1 /people/david.s.carmichael.1/tutorial/Building My Pictures Page/manage_undo_transactions Undo 2001/07/24 14:23:12.6358 US/Eastern /people/david.s.carmichael.1/tutorial/Building My Pictures Page/manage_edit OID: 7e12a len 7120 TID: 33E2ABB4126FA3C @ 449549560 obs 2 len 1234 (status 'p') By david.s.carmichael.1 /people/david.s.carmichael.1/tutorial/manage_addVersion OID: 7cd46 len 798 OID: 86081 len 261 0 8 ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] Re: [ZODB-Dev] Big problem.
Chris McDonough wrote: Note that untarring the attached products into your 2.4 Products directory should allow you to start 2.4 up with the Data.fs from your foray into 2.5 without needing to truncate anything. At that point you should be able to delete the session_data_manager, temp_folder, and browser_id_manager objects and restart without the faux products. Hmmm... I would have liked that to work. I get things like 404 Not found on /manage_main and /. So, I'm trying to pursue your web export external method. --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] Re: [ZODB-Dev] Big problem.
Chris McDonough wrote: Make sure you try the unscrew.py thing I sent over before doing that... Just tried it. It seemed to run fine, but I still get 404 Not found on /manage_main and 400 Bad Request on / --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] Re: [ZODB-Dev] Big problem.
Chris McDonough wrote: Make sure you try the unscrew.py thing I sent over before doing that... sitting here waiting for you response to my last email saying that didn't work, I realized I hadn't deleted the cache before restarting. So, now that that the cache is gone, I restarted it up and it now works. Phew! Ok. So I _really_ appreciate your help on this. (Someone ought to create a document on what I just went through.) My next question is: What is the best way to recreate a clean Data.fs from the one I have currently (I'm thinking your answer is going to use your zopebackup.py external method.) --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
[Zope-dev] more problems.
So, I thought I fixed my problems... But now I can't get to / or /manage_main again. Although I _can_ ftp in to see stuff. I don't understand the problem here... / returns 400 Bad Request /manage_main returns 404 Not Found --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] Cache detail error
Brian Lloyd wrote: Clicking on Cache detail in the Debug Information Control Panel, I get the following traceback: Zope Error! Zope has encountered an error while publishing this resource. Error Type: AttributeError Error Value: __module__ Hi Andrew - I'm not able to reproduce this with a stock 2.5b3 install :( What products do you have installed? From looking at the code, it looks like you somehow have an object in your ZODB cache whose class has no __module__ attribute. I'm not sure how that would happen, unless the __class__ of the object is not really a class :( Well, what happens if there is no cache (I'm assuming the c1-*.zec files are the cache)? Is this the error I'm getting? The cache detail function doesn't actually query the ZODB in anyway, right? We've run into some other interesting things because our ZODB was started such a long time ago (Zope 1.0 days). I'm very interested in a way to run a sanity checker on the Data.fs file that we currently have, removing any cruft (and yes, we've packed) like invalid objects that Zope would pass over on startup. --andy. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
[Zope-dev] manage_main modification time wrong
Our Zope installation has this really strange problem associated with the displayed Modification Time shown for each file in the /manage_main of a folder. The time that is shown is exactly one-hour later than the system time. I think I've tracked down this to the bobobase_modification_time variable. Both reference to dtml-var ZopeTime() and dtml-var _.DateTime() show the system time. dtml-var _.DateTime().timezone() shows US/Eastern. This is really not our correct timezone, since we are in West Lafayette, Indiana, which has it's own timezone: US/East-Indiana, but where does Zope/python get this from? Any ideas why bobobase_modification_time is off by one hour? --andy. Purdue Engineering Computer Network ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )