This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 230454 - Exception when trying to generate a log report
Summary: Exception when trying to generate a log report
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Cosmos (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: John Todd CLA
QA Contact:
URL:
Whiteboard: stability
Keywords:
: 230471 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-05-06 14:25 EDT by Sheldon Lee-Loy CLA
Modified: 2012-01-03 13:48 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sheldon Lee-Loy CLA 2008-05-06 14:25:38 EDT
The following exception occurs with build http://www.eclipse.org/cosmos/downloads/?buildId=COSMOS-1.0.0-200805061210


SEVERE: An error happened while running the report. Cause:
org.mozilla.javascript.EcmaError: ReferenceError: "DataDetail" is not defined. (
<inline>#1)
        at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.jav
a:3350)
        at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.jav
a:3340)
        at org.mozilla.javascript.ScriptRuntime.notFoundError(ScriptRuntime.java
:3413)
        at org.mozilla.javascript.ScriptRuntime.name(ScriptRuntime.java:1612)
        at org.mozilla.javascript.gen.c29._c0(<inline>:1)
        at org.mozilla.javascript.gen.c29.call(<inline>)
        at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:3
93)
        at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:283
4)
        at org.mozilla.javascript.gen.c29.call(<inline>)
        at org.mozilla.javascript.gen.c29.exec(<inline>)
        at org.eclipse.birt.core.script.ScriptContext.eval(ScriptContext.java:24
1)
        at org.eclipse.birt.core.script.ScriptContext.eval(ScriptContext.java:21
6)
        at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(Exe
cutionContext.java:652)
        at org.eclipse.birt.report.engine.executor.ReportItemExecutor.evaluate(R
eportItemExecutor.java:275)
        at org.eclipse.birt.report.engine.executor.ReportItemExecutor.processBoo
kmark(ReportItemExecutor.java:295)
        at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(Tab
leItemExecutor.java:67)
        at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportIt
emExecutor.execute(WrappedReportItemExecutor.java:45)
        at org.eclipse.birt.report.engine.internal.executor.emitter.ReportItemEm
itterExecutor.execute(ReportItemEmitterExecutor.java:45)
        at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicat
eItemExecutor.execute(SuppressDuplicateItemExecutor.java:42)
        at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layout
Nodes(HTMLBlockStackingLM.java:63)
        at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChild
ren(HTMLStackingLM.java:27)
        at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTML
AbstractLM.java:133)
        at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resum
eLayout(HTMLInlineStackingLM.java:104)
        at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layou
tNodes(HTMLInlineStackingLM.java:153)
        at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChild
ren(HTMLStackingLM.java:27)
        at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTML
AbstractLM.java:133)
        at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layout
Nodes(HTMLBlockStackingLM.java:68)
        at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChild
ren(HTMLStackingLM.java:27)
        at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren
(HTMLTableLM.java:76)
        at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTML
AbstractLM.java:133)
        at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layout
Nodes(HTMLBlockStackingLM.java:68)
        at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPage
LM.java:89)
        at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.lay
out(HTMLReportLayoutEngine.java:101)
        at org.eclipse.birt.report.engine.presentation.ReportDocumentBuilder.bui
ld(ReportDocumentBuilder.java:195)
        at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:22
7)
        at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:88)
        at org.eclipse.birt.report.service.ReportEngineService.runReport(ReportE
ngineService.java:981)
        at org.eclipse.birt.report.service.BirtViewerReportService.runReport(Bir
tViewerReportService.java:144)
        at org.eclipse.birt.report.service.actionhandler.BirtRunReportActionHand
ler.__execute(BirtRunReportActionHandler.java:78)
        at org.eclipse.birt.report.service.actionhandler.BirtGetPageActionHandle
r.__checkDocumentExists(BirtGetPageActionHandler.java:58)
        at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHa
ndler.prepareParameters(AbstractGetPageActionHandler.java:119)
        at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHa
ndler.__execute(AbstractGetPageActionHandler.java:104)
        at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandl
er.execute(AbstractBaseActionHandler.java:89)
        at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProc
essor.__executeAction(AbstractBaseDocumentProcessor.java:47)
Comment 1 Sheldon Lee-Loy CLA 2008-05-06 14:27:45 EDT
John,  This regression bug may have been introduced by the fix you made to a previous bug.
Comment 2 Sheldon Lee-Loy CLA 2008-05-06 15:46:48 EDT
*** Bug 230471 has been marked as a duplicate of this bug. ***
Comment 3 John Todd CLA 2008-05-07 09:22:18 EDT
*** Bug 220201 has been marked as a duplicate of this bug. ***
Comment 4 John Todd CLA 2008-05-07 11:48:22 EDT
quote issue
Fixed now.
Comment 5 John Todd CLA 2008-05-13 17:17:54 EDT
latest integration build could not confirm this by itself due to unrelated issues with missing jar file.
but exporting the birt helper project project from the latest CVS to where it needs to go, verifies this fix.

Comment 6 Sheldon Lee-Loy CLA 2008-06-20 15:45:27 EDT
Verified bug with build COSMOS-1.0.0-200806201443
Comment 7 Sheldon Lee-Loy CLA 2008-07-28 13:10:35 EDT
Marked as closed based on previous comments.