<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.2.2">
</HEAD>
<BODY>
The second problem seems to have been fixed by the latest check-in :<BR>
<TABLE BGCOLOR="#adadad" CELLSPACING="0" WIDTH="100%">
<TR>
<TD>
<TABLE BGCOLOR="#ffffff" CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<TABLE CELLSPACING="0" CELLPADDING="10">
<TR>
<TD>
<TT>User:&nbsp;&nbsp; seb</TT><BR>
<TT>Date:&nbsp;&nbsp; 2005-09-24 10:22:46</TT><BR>
<TT>Module: CMFActivity</TT><BR>
<BR>
<TT>&nbsp;&nbsp;&nbsp; getObjectList returned always None</TT><BR>
<BR>
<TT>&nbsp;&nbsp;&nbsp; M ActivityTool.py</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://cvs.erp5.org/CMFActivity/ActivityTool.py.diff?r1=2.37&r2=2.38">http://cvs.erp5.org/CMFActivity/ActivityTool.py.diff?r1=2.37&amp;r2=2.38</A></TT><BR>
<BR>
<TT>--</TT><BR>
<TT>Generated by cvsdigest 1.2 <A HREF="http://www.nongnu.org/cvsdigest/">http://www.nongnu.org/cvsdigest/</A></TT><BR>
<TT>_______________________________________________</TT><BR>
<TT>Erp5-report mailing list</TT><BR>
<TT><A HREF="mailto:Erp5-report@erp5.org">Erp5-report@erp5.org</A></TT><BR>
<TT><A HREF="http://www.erp5.org/mailman/listinfo/erp5-report">http://www.erp5.org/mailman/listinfo/erp5-report</A></TT><BR>
<BR>
<BR>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<BR>
But the first one still begs an explanation. As in, the portal_preferences and portal_orders were missing after the update, why was it so? I worked around it by copy/pasting from another instance that had them.<BR>
<BR>
Regards,<BR>
-SB<BR>
<BR>
--------------------------------------------------------<BR>
<BR>
On trying to update erp5_core to the latest from a 2005-13-07 version, I have run into several problems such as these:<BR>
<BR>
1. The portal_preferences and portal_orders are still missing after the update and hence while reindexing it started giving errors.<BR>
<BR>
2. The event.log shows the following errors and more of the same kind: <BR>
2005-09-24T14:15:54 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'source_function')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:54 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'skill')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:54 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'quantity_unit')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:54 INFO(0) catalogObjectList called with 66 objects<BR>
------<BR>
2005-09-24T14:15:55 PROBLEM(100) CMFActivity: Core call to tic or isAwake failed for activity &lt;Products.CMFActivity.Activity.SQLDict.SQLDict instance at 0x45fd7ecc&gt;<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 310, in tic<BR>
&nbsp;&nbsp;&nbsp; activity.tic(self, processing_node) # Transaction processing is the responsability of the activity<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/Activity/Queue.py&quot;, line 109, in tic<BR>
&nbsp;&nbsp;&nbsp; if self.dequeueMessage(activity_tool, processing_node):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/Activity/SQLDict.py&quot;, line 245, in dequeueMessage<BR>
&nbsp;&nbsp;&nbsp; activity_tool.invokeGroup(group_method_id, message_list)<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 437, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; m = new_message_list[i]<BR>
IndexError: list index out of range<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'variante')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'nationality')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'marital_status')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'social_form')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'agent_privilege')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'specialise')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'salary_level')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'destination_payment')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'destination')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_templates', '2')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'delivery_mode')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'payment_mode')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'trade_date')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'incoterm')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'aggregate')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'segmentation')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'gap')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'destination_region')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
2005-09-24T14:15:59 INFO(0) WARNING ActivityTool Could not call method recursiveImmediateReindexObject on object ('', 'erp5_demo', 'portal_categories', 'account_type')<BR>
Traceback (most recent call last):<BR>
&nbsp; File &quot;/var/lib/zope/Products/CMFActivity/ActivityTool.py&quot;, line 403, in invokeGroup<BR>
&nbsp;&nbsp;&nbsp; for obj in m.getObjectList(self):<BR>
TypeError: iteration over non-sequence<BR>
------<BR>
<BR>
Please advise.<BR>
<BR>
-SB
</BODY>
</HTML>