Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Report Engine Error no such method(CAn generate report from Birt Report Designer but not with report Engine)
icon8.gif  Report Engine Error no such method [message #1733623] Mon, 30 May 2016 13:38
Laurent Laurent is currently offline Laurent LaurentFriend
Messages: 1
Registered: May 2016
Junior Member
Hi all,

I have a report designed with Report Designer 4.5 that's work well and i can generate the report i've created.
I tried to automate the thing with report engine.
When i launch this command line :
C:\birt\br\ReportEngine>genReport.bat -p "Date_Param=30/05/2016" -p "Type de rapport=INFRA" -f PDF -o \\fls04\exploitation$\CR\QoS\PDF\Rapport-2016-S23.pdf -F \\fls04\exploitation$\CR\QoS\QoS.rptdesign

I get this error
C:\Users\#lu>ECHO off
30 mai 2016 10:51:38 org.eclipse.birt.report.engine.api.ReportRunner readConfigu
rationFile
GRAVE: file: C:\Users\#lu not exists!
Exception in thread "main" java.lang.NoSuchMethodError: org.eclipse.birt.core.sc
ript.ParameterAttribute.getDisplayText()Ljava/lang/String;
at org.eclipse.birt.report.engine.api.impl.EngineTask.usingParameterValu
es(EngineTask.java:1491)
at org.eclipse.birt.report.engine.api.impl.EngineTask.doValidateParamete
rs(EngineTask.java:674)
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAnd
RenderTask.java:94)
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRe
nderTask.java:77)
at org.eclipse.birt.report.engine.api.ReportRunner.runAndRenderReport(Re
portRunner.java:223)
at org.eclipse.birt.report.engine.api.ReportRunner.execute(ReportRunner.
java:163)
at org.eclipse.birt.report.engine.api.ReportRunner.main(ReportRunner.jav
a:122)


I have search for the method, tried to copy several jar file in lib folder but no success.
Can anyone help me ?

Previous Topic:Problem updating tools in Eclipse
Next Topic:Multipage report with cover page?
Goto Forum:
  


Current Time: Fri Apr 19 10:09:54 GMT 2024

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

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

Back to the top