[Zope3-dev] I18nImage on ZopeX3b3 and MacOSX

Juergen Rose juergen at ipixel.com.au
Wed Aug 18 02:19:29 EDT 2004


Hi,

On a G5 with MacOSX (Panther) python 2.3.4 and the latest beta3

I tried to add an I18nImage to a arbitrary folder and the upload raises  
this exception:

2004-08-18T14:07:41 ERROR txn.27978240 Failed to abort resource  
manager: <Connection at 02743250>
Traceback (most recent call last):
   File  
"/Users/jr/Apps/opt/zope-X3b3/lib/python/transaction/_transaction.py",  
line 393, in abort
     rm.abort(self)
   File "/Users/jr/Apps/opt/zope-X3b3/lib/python/ZODB/Connection.py",  
line 462, in abort
     assert oid is not None
AssertionError
Exception ZODB.POSException.ConnectionStateError:  
<ZODB.POSException.ConnectionStateError instance at 0x29bde90> in  
<bound method Cleanup.__del__ of  
<zope.app.publication.zopepublication.Cleanup object at 0x34f75f0>>  
ignored
  ------
2004-08-18T14:07:41 ERROR root Exception during task
Traceback (most recent call last):
   File  
"/Users/jr/Apps/opt/zope-X3b3/lib/python/zope/server/taskthreads.py",  
line 48, in handlerThread
     task.service()
   File  
"/Users/jr/Apps/opt/zope-X3b3/lib/python/zope/server/http/httptask.py",  
line 72, in service
     self.channel.server.executeRequest(self)
   File  
"/Users/jr/Apps/opt/zope-X3b3/lib/python/zope/server/http/ 
publisherhttpserver.py", line 47, in executeRequest
     publish(request)
   File  
"/Users/jr/Apps/opt/zope-X3b3/lib/python/zope/publisher/publish.py",  
line 146, in publish
     publication.handleException(
   File  
"/Users/jr/Apps/opt/zope-X3b3/lib/python/zope/app/publication/ 
zopepublication.py", line 233, in handleException
     get_transaction().abort()
   File  
"/Users/jr/Apps/opt/zope-X3b3/lib/python/transaction/_transaction.py",  
line 393, in abort
     rm.abort(self)
   File "/Users/jr/Apps/opt/zope-X3b3/lib/python/ZODB/Connection.py",  
line 462, in abort
     assert oid is not None
AssertionError


Any idea what could be wrong? An upload is not possible since at least  
beta 1 version, dunno if this is the same error since then.

Juergen



More information about the Zope3-dev mailing list