[Zope-dev] [Fwd: [Bug 376907] Re: AttributeError: 'str' object has no attribute 'registerSynch']
Tim Cook
timothywayne.cook at gmail.com
Fri May 15 09:24:17 EDT 2009
This is a bug I filed against ZODB3.9.0b1
As you can see Jim says it is a bug in zope.app.publication but there is
no Launchpad project to forward the bug to for this module.
The full text of the bug report is below the double lines.
Thanks,
Tim
-------- Forwarded Message --------
From: Jim Fulton <jim at zope.com>
Reply-to: Bug 376907 <376907 at bugs.launchpad.net>
To: timothywayne.cook at gmail.com
Subject: [Bug 376907] Re: AttributeError: 'str' object has no attribute
'registerSynch'
Date: Fri, 15 May 2009 12:53:47 -0000
This is a bug in zope.app.publication. It shouldn't pass a version to
open.
** Changed in: zodb
Status: New => Won't Fix
==========================================================================================
ZODB3.9.0b1 -
Linux x86_64 AMD - Grok 10a3.
Server starts. Creates a new Data.fs, etc. When attempting to open
http://localhost:8080/applications to add my Grok apps I get this error.
Traceback here:
=================================
2009-05-15 08:30:05,890 ERROR [SiteError] http://localhost:8080
Traceback (most recent call last):
File
"/home/tim/.buildout/eggs/zope.publisher-3.4.6-py2.5.egg/zope/publisher/publish.py", line 129, in publish
obj = publication.getApplication(request)
File
"/home/tim/.buildout/eggs/grok-1.0a3-py2.5.egg/grok/publication.py",
line 70, in getApplication
result = super(ZopePublicationSansProxy,
self).getApplication(request)
File
"/home/tim/.buildout/eggs/zope.app.publication-3.4.3-py2.5.egg/zope/app/publication/zopepublication.py", line 150, in getApplication
conn = self.db.open(version)
File
"/home/tim/.buildout/eggs/ZODB3-3.9.0b1-py2.5-linux-x86_64.egg/ZODB/DB.py", line 759, in open
result.open(transaction_manager)
File
"/home/tim/.buildout/eggs/ZODB3-3.9.0b1-py2.5-linux-x86_64.egg/ZODB/Connection.py", line 1052, in open
transaction_manager.registerSynch(self)
AttributeError: 'str' object has no attribute 'registerSynch'
=======================================================================================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://mail.zope.org/pipermail/zope-dev/attachments/20090515/9ebcf9ea/attachment-0001.bin
More information about the Zope-Dev
mailing list