<!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.6.2">
</HEAD>
<BODY>
Upon upgrade to the latest 2006 packages, I recreated the database structures and did a reindexing. <BR>
As a result I can see some objects but not others (nothing is present in account_module, portal_categories - to name a few, though accounting module shows all the transactions).<BR>
<BR>
Thereafter, thinking that the bug may have been resolved, I did a checkout and tried to reindex again. <BR>
<BR>
This is what I get in portal_activities - Activities tab and now none of the objects are indexed. (Also attached below is the event.log)<BR>
<BR>
<TABLE>
<TR>
<TH ALIGN="left" VALIGN="top">
<B>Time</B>
</TH>
<TD>
2006/02/22 20:08:57.847 GMT+0530
</TD>
</TR>
<TR>
<TH ALIGN="left" VALIGN="top">
<B>User Name (User Id)</B>
</TH>
<TD>
zope (zope)
</TD>
</TR>
<TR>
<TH ALIGN="left" VALIGN="top">
<B>Request URL</B>
</TH>
<TD>
http://localhost:9080/erp5_acc/portal_activities/manageActivities
</TD>
</TR>
<TR>
<TH ALIGN="left" VALIGN="top">
<B>Exception Type</B>
</TH>
<TD>
TypeError
</TD>
</TR>
<TR>
<TH ALIGN="left" VALIGN="top">
<B>Exception Value</B>
</TH>
<TD>
getMessageList() got an unexpected keyword argument 'include_processing'
</TD>
</TR>
</TABLE>
Traceback (innermost last):<BR>
<BR>
<UL>
<PRE>
Module ZPublisher.Publish, line 101, <B><FONT COLOR="#a020f0">in</FONT></B> publish
099 | missing_name,
100 | dont_publish_class,
101>| request, bind=1)
102 |
103 | <B><FONT COLOR="#a020f0">if</FONT></B> result <B><FONT COLOR="#a020f0">is</FONT></B> <B><FONT COLOR="#a020f0">not</FONT></B> response:
Module ZPublisher.mapply, line 88, <B><FONT COLOR="#a020f0">in</FONT></B> mapply
086 |
087 | args=tuple(args)
088>| <B><FONT COLOR="#a020f0">if</FONT></B> debug <B><FONT COLOR="#a020f0">is</FONT></B> <B><FONT COLOR="#a020f0">not</FONT></B> None: <B><FONT COLOR="#a020f0">return</FONT></B> debug(object,args,context)
089 | <B><FONT COLOR="#a020f0">else</FONT></B>: <B><FONT COLOR="#a020f0">return</FONT></B> object(*args)
Module ZPublisher.Publish, line 39, <B><FONT COLOR="#a020f0">in</FONT></B> call_object
037 |
038 |<B><FONT COLOR="#a020f0">def</FONT></B> <B><FONT COLOR="#0000ff">call_object</FONT></B>(object, args, request):
039>| result=apply(object,args) <I><FONT COLOR="#b22222"># Type s<cr> to step into published object.</FONT></I>
040 | <B><FONT COLOR="#a020f0">return</FONT></B> result
041 |
Module Shared.DC.Scripts.Bindings, line 306, <B><FONT COLOR="#a020f0">in</FONT></B> __call__
304 | <B><FONT COLOR="#a020f0">def</FONT></B> <B><FONT COLOR="#0000ff">__call__</FONT></B>(self, *args, **kw):
305 | <B><FONT COLOR="#bc8f8f">'''Calls the script.'''</FONT></B>
306>| <B><FONT COLOR="#a020f0">return</FONT></B> self._bindAndExec(args, kw, None)
307 |
308 | <B><FONT COLOR="#a020f0">def</FONT></B> <B><FONT COLOR="#0000ff">__render_with_namespace__</FONT></B>(self, namespace):
Module Shared.DC.Scripts.Bindings, line 343, <B><FONT COLOR="#a020f0">in</FONT></B> _bindAndExec
341 | <B><FONT COLOR="#a020f0">exec</FONT></B> bindcode
342 | bound_data = bound_data[0]
343>| <B><FONT COLOR="#a020f0">return</FONT></B> self._exec(bound_data, args, kw)
344 | <B><FONT COLOR="#a020f0">finally</FONT></B>:
345 | security.removeContext(self)
Module App.special_dtml, line 175, <B><FONT COLOR="#a020f0">in</FONT></B> _exec
173 | value = self.ZDocumentTemplate_beforeRender(ns, _marker)
174 | <B><FONT COLOR="#a020f0">if</FONT></B> value <B><FONT COLOR="#a020f0">is</FONT></B> _marker:
175>| <B><FONT COLOR="#a020f0">try</FONT></B>: result = render_blocks(self._v_blocks, ns)
176 | <B><FONT COLOR="#a020f0">except</FONT></B> DTReturn, v: result = v.v
177 | <B><FONT COLOR="#a020f0">except</FONT></B> AttributeError:
Module DocumentTemplate.DT_In, line 626, <B><FONT COLOR="#a020f0">in</FONT></B> renderwob
624 | cache={ name: sequence }
625 | <B><FONT COLOR="#a020f0">else</FONT></B>:
626>| sequence=expr(md)
627 | cache=None
628 |
Module DocumentTemplate.DT_Util, line 198, <B><FONT COLOR="#a020f0">in</FONT></B> eval
196 | <I><FONT COLOR="#b22222"># does need the name, a NameError will occur.</FONT></I>
197 | <B><FONT COLOR="#a020f0">pass</FONT></B>
198>| <B><FONT COLOR="#a020f0">return</FONT></B> eval(code, d)
199 |
200 | <B><FONT COLOR="#a020f0">def</FONT></B> <B><FONT COLOR="#0000ff">__call__</FONT></B>(self, **kw):
Module &lt;string&gt;, line 0, <B><FONT COLOR="#a020f0">in</FONT></B> ?
</PRE>
</UL>
TypeError: getMessageList() got an unexpected keyword argument 'include_processing' <BR>
<BR>
<BR>
</BODY>
</HTML>