What this means? Error Type: InvalidObjectReference Error Value: Attempt to store an object from a foreign database connection Traceback (innermost last): File /opt/zope/lib/python/ZPublisher/Publish.py, line 150, in publish_module File /opt/zope/lib/python/ZPublisher/Publish.py, line 114, in publish File /opt/zope/lib/python/Zope/__init__.py, line 159, in zpublisher_exception_hook (Object: fAuthorize) File /opt/zope/lib/python/ZPublisher/Publish.py, line 102, in publish File /opt/zope/lib/python/Zope/__init__.py, line 173, in commit File /opt/zope/lib/python/ZODB/Transaction.py, line 234, in commit File /opt/zope/lib/python/ZODB/Connection.py, line 346, in commit (Info: (('OFS.Folder', 'Folder'), '\x00\x00\x00\x00\x00\x00\x1a\xcd', '')) InvalidObjectReference: (see above) -- Regards, Bogdan /* Halley */ (Halley's comment.)
See http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/Sessions .stx ----- Original Message ----- From: "Bo M. Maryniuck" <b.maryniuk@forbis.lt> To: <zope@zope.org> Sent: Thursday, September 26, 2002 11:00 AM Subject: [Zope] What the Zope error? What this means? Error Type: InvalidObjectReference Error Value: Attempt to store an object from a foreign database connection Traceback (innermost last): File /opt/zope/lib/python/ZPublisher/Publish.py, line 150, in publish_module File /opt/zope/lib/python/ZPublisher/Publish.py, line 114, in publish File /opt/zope/lib/python/Zope/__init__.py, line 159, in zpublisher_exception_hook (Object: fAuthorize) File /opt/zope/lib/python/ZPublisher/Publish.py, line 102, in publish File /opt/zope/lib/python/Zope/__init__.py, line 173, in commit File /opt/zope/lib/python/ZODB/Transaction.py, line 234, in commit File /opt/zope/lib/python/ZODB/Connection.py, line 346, in commit (Info: (('OFS.Folder', 'Folder'), '\x00\x00\x00\x00\x00\x00\x1a\xcd', '')) InvalidObjectReference: (see above) -- Regards, Bogdan /* Halley */ (Halley's comment.) _______________________________________________ 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 )
On Thursday 26 September 2002 17:19, Chris McDonough wrote:
See http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/Sessions.stx
Yes, but this appears when I self.manage_addBlah(...) in my Zope Product and I see it not in debug log-file or console (as documentation sais) but I see Zope Error... :( -- Regards, Bogdan import xmlrpclib srv = xmlrpclib.Server('http://www.microsoft.com/') for employee in srv.MainDepartment.personnel():srv.fireEmployee(employee) -- found in Python XML-RPC example
On Thursday 26 September 2002 18:06, Bo M. Maryniuck wrote:
Yes, but this appears when I self.manage_addBlah(...) in my Zope Product and I see it not in debug log-file or console (as documentation sais) but I see Zope Error... :(
Ah... I was blind a little: there was session variable, that I tried access _after_ object is stored by _setObject(). Sorry. ;-) -- Regards, Bogdan Remember the... the... uhh.....
participants (2)
-
Bo M. Maryniuck -
Chris McDonough