[Zope-CMF] [GS] ZODB error when importing an extension profile

2007-06-25 Thread Andreas Jung


I get the following error when importing an extension profile of my own 
product through the ZMI (portal_setup - Profiles - Extension Profiles -

Click on my extension profile - Click on Import selected extensions).

Using the latest Plone 3.0 version from Subversion and GS 1.2beta (appears
to be the latest version from the trunk).

Andreas
...

2007-06-24 18:02:11 ERROR Zope.SiteErrorLog 
http://g:8080/po/portal_setup/manage_importExtensions

Traceback (innermost last):
 Module ZPublisher.Publish, line 119, in publish
 Module ZPublisher.mapply, line 88, in mapply
 Module ZPublisher.Publish, line 42, in call_object
 Module Products.GenericSetup.tool, line 527, in manage_importExtensions
 Module Products.GenericSetup.tool, line 1044, in _createReport
 Module OFS.ObjectManager, line 314, in _setObject
 Module OFS.ObjectManager, line 102, in checkValidId
BadRequest: The id 
import-all-profile-Products.SmartPrintNG_smartprintng-20070624160211.log 
is invalid - it is already in use.
2007-06-24 18:02:11 ERROR ZODB.Connection Shouldn't load state for 0xf29d 
when the connection is closed
Unhandled exception in thread started by class 
ZServer.PubCore.ZServerPublisher.ZServerPublisher at 0x2ab0e8fd8050

Traceback (most recent call last):
 File /opt/zope/2.10.3/lib/python/ZServer/PubCore/ZServerPublisher.py, 
line 25, in __init__

   response=b)
 File /opt/zope/2.10.3/lib/python/ZPublisher/Publish.py, line 401, in 
publish_module

   environ, debug, request, response)
 File /opt/zope/2.10.3/lib/python/ZPublisher/Publish.py, line 227, in 
publish_module_standard

   if request is not None: request.close()
 File /opt/zope/2.10.3/lib/python/ZPublisher/HTTPRequest.py, line 151, 
in close

   BaseRequest.close(self)
 File /opt/zope/2.10.3/lib/python/ZPublisher/BaseRequest.py, line 206, 
in close

   notify(EndRequestEvent(None, self))
 File /opt/zope/2.10.3/lib/python/zope/event/__init__.py, line 23, in 
notify

   subscriber(event)
 File /opt/zope/2.10.3/lib/python/zope/component/event.py, line 26, in 
dispatch

   for ignored in zope.component.subscribers(event, None):
 File /opt/zope/2.10.3/lib/python/zope/component/_api.py, line 130, in 
subscribers

   return sitemanager.subscribers(objects, interface)
 File /opt/zope/2.10.3/lib/python/ZODB/Connection.py, line 746, in 
setstate

   raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for 0xf29d 
when the connection is closed


pgpwyqBknQp8Z.pgp
Description: PGP signature
___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


Re: [Zope-CMF] [GS] ZODB error when importing an extension profile

2007-06-25 Thread Wichert Akkerman
Previously Andreas Jung wrote:
 
 I get the following error when importing an extension profile of my own 
 product through the ZMI (portal_setup - Profiles - Extension Profiles -
 Click on my extension profile - Click on Import selected extensions).
 
 Using the latest Plone 3.0 version from Subversion and GS 1.2beta (appears
 to be the latest version from the trunk).
 
 Andreas
 ...
 
 2007-06-24 18:02:11 ERROR Zope.SiteErrorLog 
 http://g:8080/po/portal_setup/manage_importExtensions
 Traceback (innermost last):
  Module ZPublisher.Publish, line 119, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 42, in call_object
  Module Products.GenericSetup.tool, line 527, in manage_importExtensions
  Module Products.GenericSetup.tool, line 1044, in _createReport
  Module OFS.ObjectManager, line 314, in _setObject
  Module OFS.ObjectManager, line 102, in checkValidId
 BadRequest: The id 
 import-all-profile-Products.SmartPrintNG_smartprintng-20070624160211.log 
 is invalid - it is already in use.
 2007-06-24 18:02:11 ERROR ZODB.Connection Shouldn't load state for 0xf29d 

I get those a lot, especially when an error happens during product install
using CMFQuickInstaller. 

Wichert.

-- 
Wichert Akkerman [EMAIL PROTECTED]It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.
___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


Re: [Zope-CMF] [GS] ZODB error when importing an extension profile

2007-06-25 Thread Andreas Jung



--On 25. Juni 2007 13:07:18 +0200 Arnar Lundesgaard 
[EMAIL PROTECTED] wrote:



Den 25. jun. 2007 kl. 12.50 skrev Andreas Jung:

I get the following error when importing an extension profile of my
own product through the ZMI (portal_setup - Profiles - Extension
Profiles -
Click on my extension profile - Click on Import selected
extensions).

Using the latest Plone 3.0 version from Subversion and GS 1.2beta
(appears
to be the latest version from the trunk).


Not sure if it is related, but we had a similar issue with CMF 2.1b1 back
in May.

   http://mail.zope.org/pipermail/zope-cmf/2007-May/026018.html




The patch resolves the ZODB issue however this remains (no idea if this
an issue with Plone or GS itself):

Andreas



Traceback (innermost last):

   * Module ZPublisher.Publish, line 119, in publish
   * Module ZPublisher.mapply, line 88, in mapply
   * Module ZPublisher.Publish, line 42, in call_object
   * Module Products.GenericSetup.tool, line 527, in 
manage_importExtensions

   * Module Products.GenericSetup.tool, line 1044, in _createReport
   * Module OFS.ObjectManager, line 314, in _setObject
   * Module OFS.ObjectManager, line 102, in checkValidId

BadRequest: The id 
import-all-profile-Products.SmartPrintNG_smartprintng-20070625112841.log 
is invalid - it is already in use.

pgps6BYLGe5pu.pgp
Description: PGP signature
___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests