[ZCM] [ZC] 1078/ 2 Reject "DCOracleStorage problem"
Collector: Zope Bugs, Features,
and Patches ...
zope-coders-admin at zope.org
Thu Oct 9 10:06:09 EDT 2003
Issue #1078 Update (Reject) "DCOracleStorage problem"
Status Rejected, Database/bug medium
To followup, visit:
http://collector.zope.org/Zope/1078
==============================================================
= Reject - Entry #2 by chrisw on Oct 9, 2003 10:06 am
Status: Pending => Rejected
This isn't the appropriate place to have this discussion as DCOracleStorage is not part of the Zope core distribution.
I'd ask on the zodb-dev at zope.org mailing list if I were you.
Chris
________________________________________
= Request - Entry #1 by Anonymous User on Oct 9, 2003 9:39 am
I have created a zope user and the schema on two Oracle databases (user zope) called oas and openview.
When I configure custom_zodb.py to connect to the 8.0.6 database all works properly
When I configure it to connect to the 9.0.1 database it does the following:
$ ./start
------
2003-10-09T16:45:35 INFO(0) zdaemon Started subprocess: pid 2754
Products/Archetypes/content_driver/MSWord.py[20]:?
Failed to import the OpenOffice PyUNO content converter.
Remind me to write a doc on how to set this up as its a better
converter than wvWare and in somecases even MSWord
/opt/zope/lib/python/ts_regex.py:15: DeprecationWarning: the regex module is deprecated; please use the re module
import regex, regsub #, Sync
/opt/zope/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub module is deprecated; please use re.sub()
DeprecationWarning)
------
2003-10-09T16:45:38 INFO(0) custom_zodb Creating Storage class
------
2003-10-09T16:45:38 INFO(0) custom_zodb Done creating Storage class
------
2003-10-09T16:45:38 INFO(0) ZODB Opening database for mounting: '150380368_1065695266.414956'
------
2003-10-09T16:45:38 INFO(0) ZODB Mounted database '150380368_1065695266.414956' at /temp_folder
------
2003-10-09T16:45:39 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x05\x8d'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:45:39 ERROR(200) Zope manage_beforeDelete() threw
Traceback (innermost last):
File /opt/zope/lib/python/OFS/ObjectManager.py, line 309, in _delObject
(Object: Help)
File /opt/zope/lib/python/HelpSys/HelpTopic.py, line 85, in manage_beforeDelete
(Object: FileField)
File /opt/zope/lib/python/HelpSys/HelpTopic.py, line 95, in unindex_object
(Object: FileField)
File /opt/zope/lib/python/Products/ZCatalog/ZCatalog.py, line 530, in uncatalog_object
(Object: catalog)
File /opt/zope/lib/python/Products/ZCatalog/Catalog.py, line 407, in uncatalogObject
File /opt/zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py, line 368, in unindex_object
(Object: SearchableText)
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:45:39 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x05~'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:45:39 ERROR(200) Zope Couldn't install Formulator
Traceback (innermost last):
File /opt/zope/lib/python/OFS/Application.py, line 629, in install_product
(Object: Zope)
(Info: Formulator)
File /opt/zope/lib/python/Products/Formulator/__init__.py, line 62, in initialize
File /opt/zope/lib/python/Products/Formulator/FieldRegistry.py, line 62, in registerFieldHelp
File /opt/zope/lib/python/App/ProductContext.py, line 257, in registerHelpTopic
File /opt/zope/lib/python/OFS/ObjectManager.py, line 272, in _setObject
(Object: Help)
File /opt/zope/lib/python/HelpSys/HelpTopic.py, line 79, in manage_afterAdd
(Object: FileField)
File /opt/zope/lib/python/HelpSys/HelpTopic.py, line 92, in index_object
(Object: FileField)
File /opt/zope/lib/python/Products/ZCatalog/ZCatalog.py, line 500, in catalog_object
(Object: catalog)
File /opt/zope/lib/python/Products/ZCatalog/Catalog.py, line 365, in catalogObject
File /opt/zope/lib/python/Products/ZCatalog/Catalog.py, line 330, in updateMetadata
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:45:39 PANIC(300) z2 Startup exception
Traceback (innermost last):
File /opt/zope/z2.py, line 585, in ?
File /opt/zope/lib/python/Zope/__init__.py, line 46, in startup
(Object: startup)
File /opt/zope/lib/python/Zope/App/startup.py, line 92, in startup
(Object: Oracle Storage)
File /opt/zope/lib/python/Products/CMFPlone/PloneInitialize.py, line 42, in go
(Object: Zope)
File /opt/zope/lib/python/OFS/Application.py, line 409, in initialize
(Object: Zope)
File /opt/zope/lib/python/OFS/Application.py, line 567, in install_products
(Object: Zope)
File /opt/zope/lib/python/OFS/Application.py, line 629, in install_product
(Object: Zope)
(Info: Formulator)
File /opt/zope/lib/python/Products/Formulator/__init__.py, line 62, in initialize
File /opt/zope/lib/python/Products/Formulator/FieldRegistry.py, line 62, in registerFieldHelp
File /opt/zope/lib/python/App/ProductContext.py, line 257, in registerHelpTopic
File /opt/zope/lib/python/OFS/ObjectManager.py, line 272, in _setObject
(Object: Help)
File /opt/zope/lib/python/HelpSys/HelpTopic.py, line 79, in manage_afterAdd
(Object: FileField)
File /opt/zope/lib/python/HelpSys/HelpTopic.py, line 92, in index_object
(Object: FileField)
File /opt/zope/lib/python/Products/ZCatalog/ZCatalog.py, line 500, in catalog_object
(Object: catalog)
File /opt/zope/lib/python/Products/ZCatalog/Catalog.py, line 365, in catalogObject
File /opt/zope/lib/python/Products/ZCatalog/Catalog.py, line 330, in updateMetadata
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
if I delete the schema and rerun:
$ sqlplus zope/zope at oas @./lib/python/Products/DCOracleStorage/Full
$ ./start
------
2003-10-09T16:47:07 INFO(0) zdaemon Started subprocess: pid 2759
Products/Archetypes/content_driver/MSWord.py[20]:?
Failed to import the OpenOffice PyUNO content converter.
Remind me to write a doc on how to set this up as its a better
converter than wvWare and in somecases even MSWord
/opt/zope/lib/python/ts_regex.py:15: DeprecationWarning: the regex module is deprecated; please use the re module
import regex, regsub #, Sync
/opt/zope/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub module is deprecated; please use re.sub()
DeprecationWarning)
------
2003-10-09T16:47:09 INFO(0) custom_zodb Creating Storage class
------
2003-10-09T16:47:10 INFO(0) custom_zodb Done creating Storage class
------
2003-10-09T16:47:10 INFO(0) ZODB Opening database for mounting: '150380216_1065707230.187107'
------
2003-10-09T16:47:10 INFO(0) ZODB Mounted database '150380216_1065707230.187107' at /temp_folder
------
2003-10-09T16:47:40 INFO(0) Zope New disk product detected, determining if we need to fix up any ZClasses.
------
2003-10-09T16:47:40 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x02J'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:40 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x02J'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:40 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x02J'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x03\xda'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x03\xda'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x03\xda'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x044'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x044'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x044'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x045'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x045'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x045'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x05F'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x05F'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x05F'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x05L'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x05L'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x05L'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x05I'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x05I'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:41 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x05I'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x07\x1f'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x07\x1f'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x07\x1f'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x0b.'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x0b.'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x0b.'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x0b&'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x0b&'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x0b&'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x0b#'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x0b#'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x0b#'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x0cr'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x0cr'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x0cr'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x0c\xd0'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x0c\xd0'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:42 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x00\x00\x0c\xd0'
Traceback (innermost last):
File /opt/zope/lib/python/ZODB/Connection.py, line 554, in setstate
File /opt/zope/lib/python/ZODB/Connection.py, line 591, in _set_ghost_state
EOFError
------
2003-10-09T16:47:43 PANIC(300) z2 Startup exception
Traceback (innermost last):
File /opt/zope/z2.py, line 659, in ?
==============================================================
More information about the Zope-Collector-Monitor
mailing list