Hi again, It seems that this error occurs in several versions of Plone. Since i have a zeo installation (1 zeoserver and 2 clients) the problem seems to be caused by the two clients that try to read/write in the zodb at the same time.
Sometimes when i start my cluster both clients try to read/write in the zodb at the same time so it causes conflicts. If i start each client one by one the problem doesn't seem to occur. Or sometimes, when i restart the cluster the error also doesn't occur so the most probable thing is a collision between clients. Besides PlacelessTranslationService this erro also occurs sometimes with other products. -- Rui rfernandes wrote: > > After installing Plone 3.0.5 with Unified Installer I get in the event.log > the following error. > > 2008-01-09T13:29:20 ERROR Application Couldn't install > PlacelessTranslationService > Traceback (most recent call last): > File "/home/Plone/Plone-3.0.5/lib/python/OFS/Application.py", line 860, > in install_product > transaction.commit() > File "/home/Plone/Plone-3.0.5/lib/python/transaction/_manager.py", line > 96, in commit > return self.get().commit(sub, deprecation_wng=False) > File "/home/Plone/Plone-3.0.5/lib/python/transaction/_transaction.py", > line 395, in commit > self._commitResources() > File "/home/Plone/Plone-3.0.5/lib/python/transaction/_transaction.py", > line 495, in _commitResources > rm.commit(self) > File "/home/Plone/Plone-3.0.5/lib/python/ZODB/Connection.py", line 510, > in commit > self._commit(transaction) > File "/home/Plone/Plone-3.0.5/lib/python/ZODB/Connection.py", line 547, > in _commit > raise ConflictError(object=obj) > ConflictError: database conflict error (oid 0x0ac3, class > Products.PlacelessTranslationService.PlacelessTranslationService.PlacelessTranslationService) > ------ > > Is it a bug in PTS or Archetypes or somewhere else? > > Best regards, > Rui > -- View this message in context: http://www.nabble.com/fresh-Plone-3.0.5-UI---Couldn%27t-install-PlacelessTranslationService-tp14712554s15482p17230923.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
