Hi, I have installed older 0.99.3 on one of my system and now i want to move that system on new version so that i could work with newer version but also i need to migrate old data so that i can know how those data behaves on new system and changes that is to be make before going to full release.
I did these steps in order to import old data to invenio 1. Installed clean invenio following INSTALL file within invenio source folder, untill configuration step. 2. Donot yet create tables, import old db, and run make update-v0.99.3-tables during this step an error occurred on renaming table to oaiREPOSITORY citing it already existed so i renamed it to same table it was trying to rename from and rerun this step, there was an error on INSERT operation on nonexistence table [i just skipped this step from this position, there was no such table on db with previous version and this script didn't bother to create one so i thought that was not necesary.] 3. Run bibindex --reindex and webcoll 4. Errors/Exceptions occurred on -- /opt/invenio/var/log/apache.err [Tue Jun 07 09:21:59 2011] [error] /usr/local/lib/python2.6/dist-packages/invenio/webinterface_handler_wsgi_utils.py:368: DeprecationWarning: functions overriding warnings.showwarning() must support the 'line' argument [Tue Jun 07 09:21:59 2011] [error] str.__init__(self, value) [Tue Jun 07 09:21:59 2011] [error] /usr/local/lib/python2.6/dist-packages/invenio/webinterface_handler_wsgi_utils.py:368: DeprecationWarning: object.__init__() takes no parameters I Patched from: webinterface_handler_wsgi_utils.py line : 368 http://invenio-software.org/attachment/ticket/451/0001-WebStyle-fix-StringField-definition.patch After patching above error was solved, yet there is another one, [Tue Jun 07 09:40:34 2011] [error] Exception KeyError: KeyError(-1216509296,) in <module 'threading' from '/usr/lib/python2.6/threading.pyc'> ignored 5. Found these error on invenio.err while trying to browse site Browser shows server encounter an error, The server encountered an error while dealing with your request. ... The following problem occurred on <http://invenio.local> (Invenio 1.0.0-rc0) >> 2011-06-07 13:39:01 -> InvenioWebAccessFireroleError: too many values to unpack >>> User details Did I missed something, or i did something wrong please help Thank you, Diwaker Ghimire Kathmandu, Nepal
