Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Error evaluating scripts
Error evaluating scripts [message #243597] Wed, 20 June 2007 15:30 Go to next message
Eclipse UserFriend
Originally posted by: zia.zia.com

Hi guys,

I am encountering this errors:

The following items have errors:

Row (id = 838):
- There are errors evaluating script "if (row["BEN_CHG1"] == "") { true; }
else {false;}".
Error.ScriptEvaluationError ( 2 time(s) )
detail : org.eclipse.birt.report.engine.api.EngineException: There are
errors evaluating script "if (row["BEN_CHG1"] == "") { true; } else
{false;}". at
org.eclipse.birt.report.engine.executor.ExecutionContext.eva luate(ExecutionContext.java:557)

1.) Is it about my scripting?

2.) I am trying to hide a table row that has 2 rows inside.

3.) I tried using the same script in a small table its seems to be ok.
Please explain to me the meaning of the error.

Any suggestions on how to solve this problem would be most welcome.

Zia
Re: Error evaluating scripts [message #243615 is a reply to message #243597] Wed, 20 June 2007 16:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: a.x.com

Can you try changing it to

if (row["BEN_CHG1"]) { true; } else {false;}

Zia wrote:

> Hi guys,

> I am encountering this errors:

> The following items have errors:

> Row (id = 838):
> - There are errors evaluating script "if (row["BEN_CHG1"] == "") { true; }
> else {false;}".
> Error.ScriptEvaluationError ( 2 time(s) )
> detail : org.eclipse.birt.report.engine.api.EngineException: There are
> errors evaluating script "if (row["BEN_CHG1"] == "") { true; } else
> {false;}". at
>
org.eclipse.birt.report.engine.executor.ExecutionContext.eva luate(ExecutionContext.java:557)

> 1.) Is it about my scripting?

> 2.) I am trying to hide a table row that has 2 rows inside.

> 3.) I tried using the same script in a small table its seems to be ok.
> Please explain to me the meaning of the error.

> Any suggestions on how to solve this problem would be most welcome.

> Zia
Re: Error evaluating scripts [message #243634 is a reply to message #243615] Wed, 20 June 2007 17:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: zia.zia.com

Hi Ali Khan,

I tried to change the script but the error is still the same.

I just wanted to check if the FieldName is blank, then the visibility of
the row table is true.

Thank you very much for your help, greatly appreciated.

Zia



Can you try changing it to

if (row["BEN_CHG1"]) { true; } else {false;}

Zia wrote:


Hi guys,



I am encountering this errors:



The following items have errors:



Row (id = 838): - There are errors evaluating script "if (row["BEN_CHG1"]
== "") { true; } else {false;}". Error.ScriptEvaluationError ( 2 time(s) )
detail : org.eclipse.birt.report.engine.api.EngineException: There are
errors evaluating script "if (row["BEN_CHG1"] == "") { true; } else
{false;}". at

org.eclipse.birt.report.engine.executor.ExecutionContext.eva luate(ExecutionContext.java:557)


1.) Is it about my scripting?



2.) I am trying to hide a table row that has 2 rows inside.



3.) I tried using the same script in a small table its seems to be ok.
Please explain to me the meaning of the error.



Any suggestions on how to solve this problem would be most welcome.



Zia
Re: Error evaluating scripts [message #243689 is a reply to message #243634] Wed, 20 June 2007 20:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Zia,

Are the values null or blank?
Can you hit the + sign at the bottom of the preview and post the whole log?

Jason

Zia wrote:
> Hi Ali Khan,
>
> I tried to change the script but the error is still the same.
>
> I just wanted to check if the FieldName is blank, then the visibility of
> the row table is true.
>
> Thank you very much for your help, greatly appreciated.
>
> Zia
>
>
>
> Can you try changing it to
>
> if (row["BEN_CHG1"]) { true; } else {false;}
>
> Zia wrote:
>
>
> Hi guys,
>
>
> I am encountering this errors:
>
>
>
> The following items have errors:
>
>
> Row (id = 838): - There are errors evaluating script "if
> (row["BEN_CHG1"] == "") { true; } else {false;}".
> Error.ScriptEvaluationError ( 2 time(s) )
> detail : org.eclipse.birt.report.engine.api.EngineException: There are
> errors evaluating script "if (row["BEN_CHG1"] == "") { true; } else
> {false;}". at
> org.eclipse.birt.report.engine.executor.ExecutionContext.eva luate(ExecutionContext.java:557)
>
>
>
> 1.) Is it about my scripting?
>
>
> 2.) I am trying to hide a table row that has 2 rows inside.
>
>
>
> 3.) I tried using the same script in a small table its seems to be ok.
> Please explain to me the meaning of the error.
>
>
>
> Any suggestions on how to solve this problem would be most welcome.
>
>
>
> Zia
>
>
>
>
>
Re: Error evaluating scripts [message #243898 is a reply to message #243689] Thu, 21 June 2007 14:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: popscie.yahoo.com

Hi Jason,

The values are blank.

If the [Field] value is blank then the row visibility is equal to
true.(The whole row is hidden.)

When I hit the + sign the log says...

------------------------------------------------------------ --------------
Row (id = 582):

- There are errors evaluating script "if
(row["CHARGES_INTS_1_CLA"]==""){true;} else{false;}".
Error.ScriptEvaluationError ( 2 time(s) )
detail : org.eclipse.birt.report.engine.api.EngineException: There are
errors evaluating script "if (row["CHARGES_INTS_1_CLA"]==""){true;}
else{false;}". at
org.eclipse.birt.report.engine.executor.ExecutionContext.eva luate(ExecutionContext.java:557)
at
org.eclipse.birt.report.engine.executor.ExecutionContext.eva luate(ExecutionContext.java:529)
at
org.eclipse.birt.report.engine.executor.ReportItemExecutor.e valuate(ReportItemExecutor.java:221)
at
org.eclipse.birt.report.engine.executor.ReportItemExecutor.p rocessVisibility(ReportItemExecutor.java:383)
at
org.eclipse.birt.report.engine.executor.RowExecutor.execute( RowExecutor.java:69)
at
org.eclipse.birt.report.engine.internal.executor.l18n.Locali zedReportItemExecutor.execute(LocalizedReportItemExecutor.ja va:35)
at
org.eclipse.birt.report.engine.layout.html.HTMLBlockStacking LM.layoutChildren(HTMLBlockStackingLM.java:63)
at
org.eclipse.birt.report.engine.layout.html.HTMLTableBandLM.l ayoutChildren(HTMLTableBandLM.java:67)
at
org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.la yout(HTMLAbstractLM.java:159)
at
org.eclipse.birt.report.engine.layout.html.HTMLBlockStacking LM.layoutChildren(HTMLBlockStackingLM.java:68)
at
org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layou tChildren(HTMLTableLM.java:74)
at
org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.la yout(HTMLAbstractLM.java:159)
at
org.eclipse.birt.report.engine.layout.html.HTMLBlockStacking LM.layoutChildren(HTMLBlockStackingLM.java:68)
at
org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.la yout(HTMLAbstractLM.java:159)
at
org.eclipse.birt.report.engine.layout.html.HTMLInlineStackin gLM.resumeLayout(HTMLInlineStackingLM.java:94)
at
org.eclipse.birt.report.engine.layout.html.HTMLInlineStackin gLM.layoutChildren(HTMLInlineStackingLM.java:138)
at
org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.la yout(HTMLAbstractLM.java:159)
at
org.eclipse.birt.report.engine.layout.html.HTMLRowLM.layout( HTMLRowLM.java:30)
at
org.eclipse.birt.report.engine.layout.html.HTMLBlockStacking LM.layoutChildren(HTMLBlockStackingLM.java:68)
at
org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layou tChildren(HTMLTableLM.java:74)
at
org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.la yout(HTMLAbstractLM.java:159)
at
org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout Children(HTMLPageLM.java:139)
at
org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout (HTMLPageLM.java:81)
at
org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutE ngine.layout(HTMLReportLayoutEngine.java:85)
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doR un(RunAndRenderTask.java:205)
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:142)
at
org.eclipse.birt.report.service.ReportEngineService.runAndRe nderReport(Unknown
Source) at
org.eclipse.birt.report.service.ReportEngineService.runAndRe nderReport(Unknown
Source) at
org.eclipse.birt.report.service.BirtViewerReportService.runA ndRenderReport(Unknown
Source) at
org.eclipse.birt.report.service.actionhandler.BirtRunAndRend erActionHandler.__execute(Unknown
Source) at
org.eclipse.birt.report.service.actionhandler.AbstractBaseAc tionHandler.execute(Unknown
Source) at
org.eclipse.birt.report.presentation.aggregation.layout.Engi neFragment.doService(Unknown
Source) at
org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.service(Unknown
Source) at
org.eclipse.birt.report.servlet.BirtEngineServlet.__doGet(Un known Source)
at org.eclipse.birt.report.servlet.BaseReportEngineServlet.doGe t(Unknown
Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at
org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(Standar dWrapperValve.java:256)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:995)
at
org.apache.catalina.core.StandardContextValve.invoke(Standar dContextValve.java:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.CertificatesValve.invoke(Certific atesValve.java:246)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:995)
at
org.apache.catalina.core.StandardContext.invoke(StandardCont ext.java:2422)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHo stValve.java:180)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(Error DispatcherValve.java:171)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:641)
at
org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(E clipseErrorReportValve.java:153)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:995)
at
org.apache.catalina.core.StandardEngineValve.invoke(Standard EngineValve.java:174)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:995)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapte r.java:199)
at
org.apache.coyote.http11.Http11Processor.process(Http11Proce ssor.java:828)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHand ler.processConnection(Http11Protocol.java:700)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndp oint.java:584)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.ru n(ThreadPool.java:683)
at java.lang.Thread.run(Unknown Source)Caused by:
org.mozilla.javascript.EvaluatorException:
org.eclipse.birt.data.engine.core.DataException: Invalid bound column
name: CHARGES_INTS_1_CLA. at
org.eclipse.birt.report.engine.data.dte.NativeRowObject.get( NativeRowObject.java:93)
at
org.mozilla.javascript.ScriptableObject.getProperty(Scriptab leObject.java:1263)
at
org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRun time.java:1301)
at
org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRun time.java:1283)
at org.mozilla.javascript.gen.c43._c0(<inline>:1) at
org.mozilla.javascript.gen.c43.call(<inline>) at
org.mozilla.javascript.ContextFactory.doTopCall(ContextFacto ry.java:304)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime .java:2769)
at org.mozilla.javascript.gen.c43.call(<inline>) at
org.mozilla.javascript.gen.c43.exec(<inline>) at
org.eclipse.birt.core.script.ScriptContext.eval(ScriptContex t.java:223) at
org.eclipse.birt.report.engine.executor.ExecutionContext.eva luate(ExecutionContext.java:550)
... 68 more
------------------------------------------------------------ --------------

Kindly guide me on this matter.

Thank you and best regards,

Zia
Re: Error evaluating scripts [message #243927 is a reply to message #243898] Thu, 21 June 2007 14:48 Go to previous message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Zia,

There error is that the column CHARGES_INTS_1_CLA does not exist in the
bound columns for the table. Select the table, then select properties,
and finally bindings. This column should be listed.

Jason

Zia wrote:
> Hi Jason,
> The values are blank.
> If the [Field] value is blank then the row visibility is equal to
> true.(The whole row is hidden.)
> When I hit the + sign the log says...
>
> ------------------------------------------------------------ --------------
> Row (id = 582):
> - There are errors evaluating script "if
> (row["CHARGES_INTS_1_CLA"]==""){true;} else{false;}".
> Error.ScriptEvaluationError ( 2 time(s) )
> detail : org.eclipse.birt.report.engine.api.EngineException: There are
> errors evaluating script "if (row["CHARGES_INTS_1_CLA"]==""){true;}
> else{false;}". at
> org.eclipse.birt.report.engine.executor.ExecutionContext.eva luate(ExecutionContext.java:557)
> at
> org.eclipse.birt.report.engine.executor.ExecutionContext.eva luate(ExecutionContext.java:529)
> at
> org.eclipse.birt.report.engine.executor.ReportItemExecutor.e valuate(ReportItemExecutor.java:221)
> at
> org.eclipse.birt.report.engine.executor.ReportItemExecutor.p rocessVisibility(ReportItemExecutor.java:383)
> at
> org.eclipse.birt.report.engine.executor.RowExecutor.execute( RowExecutor.java:69)
> at
> org.eclipse.birt.report.engine.internal.executor.l18n.Locali zedReportItemExecutor.execute(LocalizedReportItemExecutor.ja va:35)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLBlockStacking LM.layoutChildren(HTMLBlockStackingLM.java:63)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLTableBandLM.l ayoutChildren(HTMLTableBandLM.java:67)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.la yout(HTMLAbstractLM.java:159)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLBlockStacking LM.layoutChildren(HTMLBlockStackingLM.java:68)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layou tChildren(HTMLTableLM.java:74)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.la yout(HTMLAbstractLM.java:159)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLBlockStacking LM.layoutChildren(HTMLBlockStackingLM.java:68)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.la yout(HTMLAbstractLM.java:159)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLInlineStackin gLM.resumeLayout(HTMLInlineStackingLM.java:94)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLInlineStackin gLM.layoutChildren(HTMLInlineStackingLM.java:138)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.la yout(HTMLAbstractLM.java:159)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLRowLM.layout( HTMLRowLM.java:30)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLBlockStacking LM.layoutChildren(HTMLBlockStackingLM.java:68)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layou tChildren(HTMLTableLM.java:74)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.la yout(HTMLAbstractLM.java:159)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout Children(HTMLPageLM.java:139)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout (HTMLPageLM.java:81)
> at
> org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutE ngine.layout(HTMLReportLayoutEngine.java:85)
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doR un(RunAndRenderTask.java:205)
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:142)
> at
> org.eclipse.birt.report.service.ReportEngineService.runAndRe nderReport(Unknown
> Source) at
> org.eclipse.birt.report.service.ReportEngineService.runAndRe nderReport(Unknown
> Source) at
> org.eclipse.birt.report.service.BirtViewerReportService.runA ndRenderReport(Unknown
> Source) at
> org.eclipse.birt.report.service.actionhandler.BirtRunAndRend erActionHandler.__execute(Unknown
> Source) at
> org.eclipse.birt.report.service.actionhandler.AbstractBaseAc tionHandler.execute(Unknown
> Source) at
> org.eclipse.birt.report.presentation.aggregation.layout.Engi neFragment.doService(Unknown
> Source) at
> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.service(Unknown
> Source) at
> org.eclipse.birt.report.servlet.BirtEngineServlet.__doGet(Un known
> Source) at
> org.eclipse.birt.report.servlet.BaseReportEngineServlet.doGe t(Unknown
> Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> at
> org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:247)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:193)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(Standar dWrapperValve.java:256)
> at
> org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:643)
> at
> org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:480)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:995)
> at
> org.apache.catalina.core.StandardContextValve.invoke(Standar dContextValve.java:191)
> at
> org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:643)
> at
> org.apache.catalina.valves.CertificatesValve.invoke(Certific atesValve.java:246)
> at
> org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:641)
> at
> org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:480)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:995)
> at
> org.apache.catalina.core.StandardContext.invoke(StandardCont ext.java:2422)
> at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHo stValve.java:180)
> at
> org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:643)
> at
> org.apache.catalina.valves.ErrorDispatcherValve.invoke(Error DispatcherValve.java:171)
> at
> org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:641)
> at
> org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(E clipseErrorReportValve.java:153)
> at
> org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:641)
> at
> org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:480)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:995)
> at
> org.apache.catalina.core.StandardEngineValve.invoke(Standard EngineValve.java:174)
> at
> org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:643)
> at
> org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:480)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:995)
> at
> org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapte r.java:199)
> at
> org.apache.coyote.http11.Http11Processor.process(Http11Proce ssor.java:828)
> at
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHand ler.processConnection(Http11Protocol.java:700)
> at
> org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndp oint.java:584)
> at
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.ru n(ThreadPool.java:683)
> at java.lang.Thread.run(Unknown Source)Caused by:
> org.mozilla.javascript.EvaluatorException:
> org.eclipse.birt.data.engine.core.DataException: Invalid bound column
> name: CHARGES_INTS_1_CLA. at
> org.eclipse.birt.report.engine.data.dte.NativeRowObject.get( NativeRowObject.java:93)
> at
> org.mozilla.javascript.ScriptableObject.getProperty(Scriptab leObject.java:1263)
> at
> org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRun time.java:1301)
> at
> org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRun time.java:1283)
> at org.mozilla.javascript.gen.c43._c0(<inline>:1) at
> org.mozilla.javascript.gen.c43.call(<inline>) at
> org.mozilla.javascript.ContextFactory.doTopCall(ContextFacto ry.java:304)
> at
> org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime .java:2769)
> at org.mozilla.javascript.gen.c43.call(<inline>) at
> org.mozilla.javascript.gen.c43.exec(<inline>) at
> org.eclipse.birt.core.script.ScriptContext.eval(ScriptContex t.java:223)
> at
> org.eclipse.birt.report.engine.executor.ExecutionContext.eva luate(ExecutionContext.java:550)
> .. 68 more
> ------------------------------------------------------------ --------------
>
> Kindly guide me on this matter.
> Thank you and best regards,
>
> Zia
>
>
>
>
Previous Topic:Problems getting BIRT 2.2 to run in eclipse 3.2
Next Topic:Using a Javascript function of a Library and display the result in a report
Goto Forum:
  


Current Time: Fri Nov 08 23:21:28 GMT 2024

Powered by FUDForum. Page generated in 0.03138 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top