migration from 2.9.1 to 2.9.4
I am having some problems migrating from Zope 2.9.1 to Zope 2.9.4 on my Windows 2003 based Zope setup. Installation of 2.9.4 goes normally -- both servers (2.9.1 and 2.9.4) seem to be running happily (on different ports). My first strategy in migration was to copy the data.fs from 2.9.1 to 2.9.4. That seems to fail as certain "directories" when viewing is attempted from the 2.9.4 ZMI exhibit the following error: Traceback (innermost last): Module ZPublisher.Publish, line 106, in publish Module ZPublisher.BaseRequest, line 275, in traverse Module ZPublisher.BeforeTraverse, line 108, in __call__ Module logging, line 999, in error TypeError: _log() got an unexpected keyword argument 'error' My next strategy was to export to .zexp the critical material from 2.9.1 and import into 2.9.4. All appears to go well -- but attempts to access the imported material from the 2.9.4 ZMI fails with the same message. Any idea what is going on here? Any other strategies for migrating that anyone can think of or things to look at?
--On 17. November 2006 09:59:26 -0500 Brian Sullivan <briansullivan@gmail.com> wrote:
I am having some problems migrating from Zope 2.9.1 to Zope 2.9.4 on my Windows 2003 based Zope setup.
Installation of 2.9.4 goes normally -- both servers (2.9.1 and 2.9.4) seem to be running happily (on different ports).
My first strategy in migration was to copy the data.fs from 2.9.1 to 2.9.4. That seems to fail as certain "directories" when viewing is attempted from the 2.9.4 ZMI exhibit the following error:
Traceback (innermost last): Module ZPublisher.Publish, line 106, in publish Module ZPublisher.BaseRequest, line 275, in traverse Module ZPublisher.BeforeTraverse, line 108, in __call__ Module logging, line 999, in error TypeError: _log() got an unexpected keyword argument 'error'
Should be fixed in 2.9.5 or 2.9.6 (unreleased, grab the related file from the Subversion if necessary). -aj
TypeError: _log() got an unexpected keyword argument 'error'
Should be fixed in 2.9.5 or 2.9.6 (unreleased, grab the related file from the Subversion if necessary).
You may also take a look at Zope Collector. This issue was submitted by me and there is description what and where has to be changed. It is possibly marked as resolved now. -- Maciej Wisniowski
En/na Maciej Wisniowski ha escrit:
TypeError: _log() got an unexpected keyword argument 'error'
Should be fixed in 2.9.5 or 2.9.6 (unreleased, grab the related file from the Subversion if necessary).
You may also take a look at Zope Collector. This issue was submitted by me and there is description what and where has to be changed. It is possibly marked as resolved now.
Funny, I just posted a followup to the issue (not sure if yours or another one) since in a fresh checkout of 2.9 there are still a couple of these errors. http://www.zope.org/Collectors/Zope/2155 Bye -- Luca Olivetti Wetron Automatización S.A. http://www.wetron.es/ Tel. +34 93 5883004 Fax +34 93 5883007
Funny, I just posted a followup to the issue (not sure if yours or another one) since in a fresh checkout of 2.9 there are still a couple of these errors.
Yes, that is the same issue. But as you may see there was really quick (as usual) reaction from Andreas Jung, so 'svn up' this :) -- Maciej Wisniowski
participants (4)
-
Andreas Jung -
Brian Sullivan -
Luca Olivetti -
Maciej Wisniowski