Menu

#664 Report view børked without queues?

2.1.0
open
nobody
Reporting (38)
5
2006-10-04
2006-10-04
No

We get the following TB:

Traceback (innermost last):
Module ZPublisher.Publish, line 101, in publish
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 39, in call_object
Module Products.MailManager.Reporting, line 946, in
index_html
Module Shared.DC.Scripts.Bindings, line 306, in __call__
Module Shared.DC.Scripts.Bindings, line 343, in
_bindAndExec
Module Products.PageTemplates.PageTemplateFile, line
106, in _exec
Module Products.PageTemplates.PageTemplate, line 96,
in pt_render
- <PageTemplateFile at
/mailmanager.psol/Reports/index_html_zpt>
Module TAL.TALInterpreter, line 190, in __call__
Module TAL.TALInterpreter, line 234, in interpret
Module TAL.TALInterpreter, line 671, in do_useMacro
Module TAL.TALInterpreter, line 234, in interpret
Module TAL.TALInterpreter, line 650, in do_defineMacro
Module TAL.TALInterpreter, line 234, in interpret
Module TAL.TALInterpreter, line 407, in do_optTag_tal
Module TAL.TALInterpreter, line 389, in no_tag
Module TAL.TALInterpreter, line 234, in interpret
Module TAL.TALInterpreter, line 702, in do_defineSlot
Module TAL.TALInterpreter, line 234, in interpret
Module TAL.TALInterpreter, line 694, in do_defineSlot
Module TAL.TALInterpreter, line 234, in interpret
Module TAL.TALInterpreter, line 569, in
do_insertStructure_tal
Module Products.PageTemplates.TALES, line 221, in
evaluate
- URL: index_html_zpt
- Expression: <PythonExpr here.generateReport(
REQUEST = request, report_from =
report_from, report_to = report_to,
section=section, subsection=subsection)>
- Names:
{'container': <QueueReportingEngine instance at
a444fd40>,
'context': <QueueReportingEngine instance at
a444fd40>,
'default': <Products.PageTemplates.TALES.Default
instance at 0xa73ec3ec>,
'here': <QueueReportingEngine instance at a444fd40>,
'loop': <SafeMapping instance at a4a15da0>,
'modules':
<Products.PageTemplates.ZRPythonExpr._SecureModuleImporter
instance at 0xa73ec2cc>,
'nothing': None,
'options': {'args': (<HTTPRequest,
URL=http://mailmanager.plonesolutions.com/Reports/index_html>,)},
'repeat': <SafeMapping instance at a4a15da0>,
'request': <HTTPRequest,
URL=http://mailmanager.plonesolutions.com/Reports/index_html>,
'root': <Application instance at a444f320>,
'template': <PageTemplateFile at
/mailmanager.psol/Reports/index_html_zpt>,
'traverse_subpath': [],
'user': mj}
Module Products.PageTemplates.ZRPythonExpr, line 47,
in __call__
- __traceback_info__: here.generateReport(
REQUEST = request, report_from =
report_from, report_to = report_to,
section=section, subsection=subsection)
Module Python expression "here.generateReport(
REQUEST = request, report_from =
report_from, report_to = report_to,
section=section,
subsection=subsection)", line 1, in <expression>
Module Products.MailManager.Reporting, line 1088, in
generateReport
Module Products.MailManager.Reporting, line 1160, in
generateReportData
Module Products.MailManager.Reporting, line 449, in
getSnapshotData
AttributeError: queued

We suspect this has to do with the fact we have no
queues defined.

Discussion


Log in to post a comment.