Can't import objects in Zope 2.8a2
Hi all, I'm just trying recent Zope 2.8 a2 and I'm not able to import any .zexp file. At the begin I thought that it could be caused by the zexp I was trying to import, but default Examples.zexp also cause the same error. I've tried with and without ZEO, and with and without debug mode, always the same result. I'm doing something wrong or this could be a bug ? Thanks in advance The obtained traceback is this one: Time 2005/04/06 14:05:06.943 GMT+2 User Name (User Id) admin (admin) Request URL http://localhost.localdomain:8083/manage_importObject Exception Type BdbQuit Exception Value Traceback (innermost last): Module ZPublisher.Publish, line 113, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 40, in call_object Module OFS.ObjectManager, line 554, in manage_importObject Module Shared.DC.Scripts.Bindings, line 311, in __call__ Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec Module App.special_dtml, line 175, in _exec Module DocumentTemplate.DT_Let, line 76, in render Module DocumentTemplate.DT_In, line 703, in renderwob Module App.PersistentExtra, line 44, in locked_in_version Module ZODB.Connection, line 831, in modifiedInVersion Module pdb, line 992, in set_trace Module bdb, line 52, in trace_dispatch Module bdb, line 80, in dispatch_return
On Apr 6, 2005, at 14:11, Santi Camps wrote:
Hi all,
I'm just trying recent Zope 2.8 a2 and I'm not able to import any .zexp file. At the begin I thought that it could be caused by the zexp I was trying to import, but default Examples.zexp also cause the same error. I've tried with and without ZEO, and with and without debug mode, always the same result. I'm doing something wrong or this could be a bug ?
LOL looks like someone left a pdb.set_trace() in the ZODB.Connection.modifiedInVersion method... jens
--On Mittwoch, 6. April 2005 14:22 Uhr +0200 Jens Vagelpohl <jens@dataflake.org> wrote:
On Apr 6, 2005, at 14:11, Santi Camps wrote:
Hi all,
I'm just trying recent Zope 2.8 a2 and I'm not able to import any .zexp file. At the begin I thought that it could be caused by the zexp I was trying to import, but default Examples.zexp also cause the same error. I've tried with and without ZEO, and with and without debug mode, always the same result. I'm doing something wrong or this could be a bug ?
LOL looks like someone left a pdb.set_trace() in the ZODB.Connection.modifiedInVersion method...
There was something with a pdb.set_trace() in ZODB code (on some Zope list lately). -aj
[Santi Camps]
I'm just trying recent Zope 2.8 a2 and I'm not able to import any .zexp file. At the begin I thought that it could be caused by the zexp I was trying to import, but default Examples.zexp also cause the same error. I've tried with and without ZEO, and with and without debug mode, always the same result. I'm doing something wrong or this could be a bug ?
[Jens Vagelpohl]
LOL looks like someone left a pdb.set_trace() in the ZODB.Connection.modifiedInVersion method...
Yup, that got checked in by mistake during the recent ZODB sprint at PyCon. It's repaired on Zope trunk / ZODB 3.4a2, so try the trunk instead. Another thing it proves is that Zope's test suite is somewhat lacking <wink>.
On Apr 6, 2005, at 15:00, Tim Peters wrote:
LOL looks like someone left a pdb.set_trace() in the ZODB.Connection.modifiedInVersion method...
Yup, that got checked in by mistake during the recent ZODB sprint at PyCon.
It's repaired on Zope trunk / ZODB 3.4a2, so try the trunk instead.
Another thing it proves is that Zope's test suite is somewhat lacking <wink>.
So I was clicking through svn.zope.org trying to find the ZODB code in question but couldn't, simply because I did not know what tag/branch the version stitched into Zope 2.8a2 is. How can you tell from looking at the Zope code on http://svn.zope.org which ZODB branch/tag is stitched in during checkout? jens
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jens Vagelpohl wrote:
On Apr 6, 2005, at 15:00, Tim Peters wrote:
LOL looks like someone left a pdb.set_trace() in the ZODB.Connection.modifiedInVersion method...
Yup, that got checked in by mistake during the recent ZODB sprint at PyCon.
It's repaired on Zope trunk / ZODB 3.4a2, so try the trunk instead.
Another thing it proves is that Zope's test suite is somewhat lacking <wink>.
So I was clicking through svn.zope.org trying to find the ZODB code in question but couldn't, simply because I did not know what tag/branch the version stitched into Zope 2.8a2 is. How can you tell from looking at the Zope code on http://svn.zope.org which ZODB branch/tag is stitched in during checkout?
viewcvs doesn't seem to give access to the DAV properties of the folders. The name of the property is 'svn:externals', which contains a list of name->URL mappings. Tres. - -- =============================================================== Tres Seaver tseaver@zope.com Zope Corporation "Zope Dealers" http://www.zope.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCU+oNGqWXf00rNCgRAuaYAJ4/4TAtb1DZy8Nh10gs8pwCD3AvCgCfbNbV 19uJRye/Hr0s3ToATHhuXt8= =asYz -----END PGP SIGNATURE-----
[Jens Vagelpohl]
So I was clicking through svn.zope.org trying to find the ZODB code in question but couldn't, simply because I did not know what tag/branch the version stitched into Zope 2.8a2 is. How can you tell from looking at the Zope code on http://svn.zope.org which ZODB branch/tag is stitched in during checkout?
Never tried before, and don't think you can. From the root of a Zope checkout, you can do: svn proplist -v utilities lib/python
On Apr 6, 2005, at 17:50, Tim Peters wrote:
[Jens Vagelpohl]
So I was clicking through svn.zope.org trying to find the ZODB code in question but couldn't, simply because I did not know what tag/branch the version stitched into Zope 2.8a2 is. How can you tell from looking at the Zope code on http://svn.zope.org which ZODB branch/tag is stitched in during checkout?
Never tried before, and don't think you can. From the root of a Zope checkout, you can do:
svn proplist -v utilities lib/python
Well, I was trying to *avoid* making a checkout to see that detail, that's all... jens
On Wed, Apr 06, 2005 at 05:55:18PM +0200, Jens Vagelpohl wrote: | >svn proplist -v utilities lib/python | | Well, I was trying to *avoid* making a checkout to see that detail, | that's all... svn proplist -v svn://svn.zope.org/repos/main/Zope/trunk/utilities Properties on 'svn://svn.zope.org/repos/main/Zope/trunk/utilities': svn:externals : ZODBTools svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a2/src/scripts -- Sidnei da Silva <sidnei@awkly.org> http://awkly.org - dreamcatching :: making your dreams come true http://www.enfoldsystems.com http://plone.org/about/team#dreamcatcher <saint_go@efnet> Why? <dash> because C++ is an excellent language for doing slow and late projects in. :) <makk@efnet> dash: at least it's good for something. :)
participants (6)
-
Andreas Jung -
Jens Vagelpohl -
Santi Camps -
Sidnei da Silva -
Tim Peters -
Tres Seaver