Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Problem with design file
Problem with design file [message #45586] Tue, 14 June 2005 12:49 Go to next message
Eclipse UserFriend
Originally posted by: e.brandt.ngi.de

Hello,
I'm trying to use a birt-report from java, but everytime there is still
coming up an error-message:
org.eclipse.birt.report.engine.api.impl.ReportEngineHelper openReportDesign
SCHWERWIEGEND: invalid design file hhst.rptdesign
Report hhst.rptdesign not found!

Source:
String reportDatei = "hhst.rptdesign";
report = engine.openReportDesign(reportDatei);

After this, I'm using a FileInputStream with an existing FileObject and it
comes up the same exception!

Has anyone an idea?

Best regards,

Elmar
Re: Problem with design file [message #45616 is a reply to message #45586] Tue, 14 June 2005 14:42 Go to previous message
Joe Rybacki is currently offline Joe RybackiFriend
Messages: 36
Registered: July 2009
Member
Hello, you need to make sure your path to the report file is correct. Then
there are a couple of other things you need to check see the thread Running
Stand Alone. You should get the demo from the www.eclipse.org/birt page.

Hope this helps,
Joe
"Elmar" <e.brandt@ngi.de> wrote in message
news:a98d5beb1d0debbbb320c3f454ffde70$1@www.eclipse.org...
> Hello,
> I'm trying to use a birt-report from java, but everytime there is still
> coming up an error-message:
> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
> openReportDesign
> SCHWERWIEGEND: invalid design file hhst.rptdesign
> Report hhst.rptdesign not found!
>
> Source:
> String reportDatei = "hhst.rptdesign";
> report = engine.openReportDesign(reportDatei);
>
> After this, I'm using a FileInputStream with an existing FileObject and it
> comes up the same exception!
>
> Has anyone an idea?
>
> Best regards,
>
> Elmar
Previous Topic:JAR Hell with BIRT
Next Topic:PDF Output and unordered lists
Goto Forum:
  


Current Time: Sat Dec 21 14:45:13 GMT 2024

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

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

Back to the top