Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » What is EngineHome for Birt 2.0.0 ?
What is EngineHome for Birt 2.0.0 ? [message #118542] Fri, 27 January 2006 12:06 Go to next message
Eclipse UserFriend
Originally posted by: rani.gmail.com

hi

i generated report in birt 2.0.0 and Run the RunReport.java
here in this program Engine home is pointing to as follows

config.setEngineHome( "c:\\eclipse3.1

\\eclipse\\plugins\\org.eclipse.birt.report.viewer_1.0.1\\bi rt " );

and its showing following error

org.eclipse.birt.report.engine.api.impl.ReportEngineHelper openReportDesign
SEVERE: invalid design file E:\Metrikus_Reports\Test2.rptdesign
Report Test2.rptdesign not found!

i thing its due to Engine home

could tell me to which folder i have to point in Birt 2.0.0 for Engine home


rani
Re: What is EngineHome for Birt 2.0.0 ? [message #118636 is a reply to message #118542] Fri, 27 January 2006 12:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jan.tanis.coas.com

Hi Rani,

This is my engine home:

C:\\birt\\2.0\\birt-runtime-2_0_0\\Report Engine

But it seems to me that not your engine home is incorrect but that it
just can't find the report file you want to generate.

Regards, Jan.

rani wrote:
> hi
> i generated report in birt 2.0.0 and Run the RunReport.java here in this
> program Engine home is pointing to as follows
>
> config.setEngineHome( "c:\\eclipse3.1
>
> \\eclipse\\plugins\\org.eclipse.birt.report.viewer_1.0.1\\bi rt " );
>
> and its showing following error
>
> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper openReportDesign
> SEVERE: invalid design file E:\Metrikus_Reports\Test2.rptdesign
> Report Test2.rptdesign not found!
>
> i thing its due to Engine home
> could tell me to which folder i have to point in Birt 2.0.0 for Engine home
>
>
> rani
>
>
Re: What is EngineHome for Birt 2.0.0 ? [message #124906 is a reply to message #118542] Mon, 06 February 2006 18:32 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

You need to download the Report Engine seperately.
Take a look at the Report Engine API page.
http://www.eclipse.org/birt/phoenix/deploy/reportEngineAPI.p hp

Jason Weathersby
BIRT PMC


"rani" <rani@gmail.com> wrote in message
news:15a5dc4018c8c82c106163fd3b389575$1@www.eclipse.org...
> hi
> i generated report in birt 2.0.0 and Run the RunReport.java here in this
> program Engine home is pointing to as follows
>
> config.setEngineHome( "c:\\eclipse3.1
> \\eclipse\\plugins\\org.eclipse.birt.report.viewer_1.0.1\\bi rt "
> );
>
> and its showing following error
>
> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
> openReportDesign
> SEVERE: invalid design file E:\Metrikus_Reports\Test2.rptdesign
> Report Test2.rptdesign not found!
>
> i thing its due to Engine home
> could tell me to which folder i have to point in Birt 2.0.0 for Engine
> home
>
>
> rani
>
>
Re: What is EngineHome for Birt 2.0.0 ? [message #129027 is a reply to message #124906] Mon, 13 February 2006 11:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: huy.banh.gmail.com

Hello Jason,

I ran into this problem for almost a week and still can not get rig of
this yet. I have

config.setEngineHome( "/home/hbanh/birt-runtime-2_0_0/Report Engine" );

I always got "The output format html is not support" error.

I tried with other ways as setting env variable and passing system
property. All do not work.

Could you please tell me if I am still missing something? I browsed this
list already, but can't see any.

(PS: I am able to preview my report with the eclipse IDE. The error
happens at the line that calling IRunAndRenderTask.run(); )

Jason Weathersby wrote:
> You need to download the Report Engine seperately.
> Take a look at the Report Engine API page.
> http://www.eclipse.org/birt/phoenix/deploy/reportEngineAPI.p hp
>
> Jason Weathersby
> BIRT PMC
>
>
> "rani" <rani@gmail.com> wrote in message
> news:15a5dc4018c8c82c106163fd3b389575$1@www.eclipse.org...
>
>>hi
>>i generated report in birt 2.0.0 and Run the RunReport.java here in this
>>program Engine home is pointing to as follows
>>
>>config.setEngineHome( "c:\\eclipse3.1
>> \\eclipse\\plugins\\org.eclipse.birt.report.viewer_1.0.1\\bi rt "
>> );
>>
>>and its showing following error
>>
>>org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
>>openReportDesign
>>SEVERE: invalid design file E:\Metrikus_Reports\Test2.rptdesign
>>Report Test2.rptdesign not found!
>>
>>i thing its due to Engine home
>>could tell me to which folder i have to point in Birt 2.0.0 for Engine
>>home
>>
>>
>>rani
>>
>>
>
>
>
Re: What is EngineHome for Birt 2.0.0 ? [message #129175 is a reply to message #129027] Mon, 13 February 2006 12:13 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Can you try renaming the directory to ReportEngine?
Delete the space between Report and Engine.

Jason

"Huy Banh" <huy.banh@gmail.com> wrote in message
news:43F06740.5020204@gmail.com...
> Hello Jason,
>
> I ran into this problem for almost a week and still can not get rig of
> this yet. I have
>
> config.setEngineHome( "/home/hbanh/birt-runtime-2_0_0/Report Engine" );
>
> I always got "The output format html is not support" error.
>
> I tried with other ways as setting env variable and passing system
> property. All do not work.
>
> Could you please tell me if I am still missing something? I browsed this
> list already, but can't see any.
>
> (PS: I am able to preview my report with the eclipse IDE. The error
> happens at the line that calling IRunAndRenderTask.run(); )
>
> Jason Weathersby wrote:
>> You need to download the Report Engine seperately.
>> Take a look at the Report Engine API page.
>> http://www.eclipse.org/birt/phoenix/deploy/reportEngineAPI.p hp
>>
>> Jason Weathersby
>> BIRT PMC
>>
>>
>> "rani" <rani@gmail.com> wrote in message
>> news:15a5dc4018c8c82c106163fd3b389575$1@www.eclipse.org...
>>
>>>hi
>>>i generated report in birt 2.0.0 and Run the RunReport.java here in this
>>>program Engine home is pointing to as follows
>>>
>>>config.setEngineHome( "c:\\eclipse3.1
>>>
>>> \\eclipse\\plugins\\org.eclipse.birt.report.viewer_1.0.1\\bi rt " );
>>>
>>>and its showing following error
>>>
>>>org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
>>>openReportDesign
>>>SEVERE: invalid design file E:\Metrikus_Reports\Test2.rptdesign
>>>Report Test2.rptdesign not found!
>>>
>>>i thing its due to Engine home
>>>could tell me to which folder i have to point in Birt 2.0.0 for Engine
>>>home
>>>
>>>
>>>rani
>>>
>>>
>>
>>
Re: What is EngineHome for Birt 2.0.0 ? [message #129573 is a reply to message #129175] Tue, 14 February 2006 01:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: huy.banh.gmail.com

Thank you, Jason.

I did try renaming "Report Engine" to "ReportEngine" already, but didn't
help :(

The error trace:

Feb 14, 2006 8:45:44 AM org.eclipse.birt.core.util.BirtTimer logTimeTaken
INFO: Engine startup takes 228 Milliseconds.
engine.getSupportedFormats().length: 0
report name: /home/hbanh/workspace/bkui/birt/journal.rptdesign
Feb 14, 2006 8:45:45 AM
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask
createContentEmitter
SEVERE: Error.OutputFormatNotSupported
org.eclipse.birt.report.engine.api.EngineException: The output format
html is not supported.
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.cre ateContentEmitter(RunAndRenderTask.java:97)
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:174)
at com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:128)
at com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:43)
at
com.jinnova.accounting.ui.EmptyPerspective.createInitialLayo ut(EmptyPerspective.java:23)
at
org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Pers pective.java:696)
at
org.eclipse.ui.internal.Perspective.createPresentation(Persp ective.java:230)
at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:127)
at
org.eclipse.ui.internal.WorkbenchPage.createPerspective(Work benchPage.java:1389)
at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.jav a:2104)
at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:516)
at
org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(Workben chWindow.java:681)
at
org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Wo rkbench.java:701)
at
org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Work bench.java:1309)
at
org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1261)
at
org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWin dow(WorkbenchConfigurer.java:190)
at
org.eclipse.ui.application.WorkbenchAdvisor.openWindows(Work benchAdvisor.java:706)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:1073)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1695)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:397)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at com.jinnova.bookinno.ui.Application.run(Application.java:21)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:109)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:379)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Feb 14, 2006 8:45:45 AM
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask run
SEVERE: An error happened while running the report. Cause:
org.eclipse.birt.report.engine.api.EngineException: The output format
html is not supported.
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.cre ateContentEmitter(RunAndRenderTask.java:97)
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:174)
at com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:128)
at com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:43)
at
com.jinnova.accounting.ui.EmptyPerspective.createInitialLayo ut(EmptyPerspective.java:23)
at
org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Pers pective.java:696)
at
org.eclipse.ui.internal.Perspective.createPresentation(Persp ective.java:230)
at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:127)
at
org.eclipse.ui.internal.WorkbenchPage.createPerspective(Work benchPage.java:1389)
at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.jav a:2104)
at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:516)
at
org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(Workben chWindow.java:681)
at
org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Wo rkbench.java:701)
at
org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Work bench.java:1309)
at
org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1261)
at
org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWin dow(WorkbenchConfigurer.java:190)
at
org.eclipse.ui.application.WorkbenchAdvisor.openWindows(Work benchAdvisor.java:706)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:1073)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1695)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:397)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at com.jinnova.bookinno.ui.Application.run(Application.java:21)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:109)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:379)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
org.eclipse.birt.report.engine.api.EngineException: Error happened while
running the report
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:186)
at com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:128)
at com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:43)
at
com.jinnova.accounting.ui.EmptyPerspective.createInitialLayo ut(EmptyPerspective.java:23)
at
org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Pers pective.java:696)
at
org.eclipse.ui.internal.Perspective.createPresentation(Persp ective.java:230)
at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:127)
at
org.eclipse.ui.internal.WorkbenchPage.createPerspective(Work benchPage.java:1389)
at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.jav a:2104)
at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:516)
at
org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(Workben chWindow.java:681)
at
org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Wo rkbench.java:701)
at
org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Work bench.java:1309)
at
org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1261)
at
org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWin dow(WorkbenchConfigurer.java:190)
at
org.eclipse.ui.application.WorkbenchAdvisor.openWindows(Work benchAdvisor.java:706)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:1073)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1695)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:397)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at com.jinnova.bookinno.ui.Application.run(Application.java:21)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:109)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:379)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Caused by: org.eclipse.birt.report.engine.api.EngineException: The
output format html is not supported.
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.cre ateContentEmitter(RunAndRenderTask.java:97)
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:174)
... 33 more


Jason Weathersby wrote:
> Can you try renaming the directory to ReportEngine?
> Delete the space between Report and Engine.
>
> Jason
>
> "Huy Banh" <huy.banh@gmail.com> wrote in message
> news:43F06740.5020204@gmail.com...
>
>>Hello Jason,
>>
>>I ran into this problem for almost a week and still can not get rig of
>>this yet. I have
>>
>>config.setEngineHome( "/home/hbanh/birt-runtime-2_0_0/Report Engine" );
>>
>>I always got "The output format html is not support" error.
>>
>>I tried with other ways as setting env variable and passing system
>>property. All do not work.
>>
>>Could you please tell me if I am still missing something? I browsed this
>>list already, but can't see any.
>>
>>(PS: I am able to preview my report with the eclipse IDE. The error
>>happens at the line that calling IRunAndRenderTask.run(); )
>>
>>Jason Weathersby wrote:
>>
>>>You need to download the Report Engine seperately.
>>>Take a look at the Report Engine API page.
>>> http://www.eclipse.org/birt/phoenix/deploy/reportEngineAPI.p hp
>>>
>>>Jason Weathersby
>>>BIRT PMC
>>>
>>>
>>>"rani" <rani@gmail.com> wrote in message
>>>news:15a5dc4018c8c82c106163fd3b389575$1@www.eclipse.org...
>>>
>>>
>>>>hi
>>>>i generated report in birt 2.0.0 and Run the RunReport.java here in this
>>>>program Engine home is pointing to as follows
>>>>
>>>>config.setEngineHome( "c:\\eclipse3.1
>>>>
>>>> \\eclipse\\plugins\\org.eclipse.birt.report.viewer_1.0.1\\bi rt " );
>>>>
>>>>and its showing following error
>>>>
>>>>org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
>>>>openReportDesign
>>>>SEVERE: invalid design file E:\Metrikus_Reports\Test2.rptdesign
>>>>Report Test2.rptdesign not found!
>>>>
>>>>i thing its due to Engine home
>>>>could tell me to which folder i have to point in Birt 2.0.0 for Engine
>>>>home
>>>>
>>>>
>>>>rani
>>>>
>>>>
>>>
>>>
>
Re: What is EngineHome for Birt 2.0.0 ? [message #129591 is a reply to message #129573] Mon, 13 February 2006 23:49 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Can you attach your code? What OS are you running on?
Also if you can do a listing of the "/home/hbanh/birt-runtime-2_0_0/Report
Engine" directory and attach it.
The only reason I ask this many questions is that this error is caused when
the org.eclipse.birt.report.engine.emitter.html plugin is
not found in the plugins directory. This could be because its not there or
a permission problem is preventing it or (I dont Know) :0

Jason


"Huy Banh" <huy.banh@gmail.com> wrote in message
news:43F136F1.2080308@gmail.com...
> Thank you, Jason.
>
> I did try renaming "Report Engine" to "ReportEngine" already, but didn't
> help :(
>
> The error trace:
>
> Feb 14, 2006 8:45:44 AM org.eclipse.birt.core.util.BirtTimer logTimeTaken
> INFO: Engine startup takes 228 Milliseconds.
> engine.getSupportedFormats().length: 0
> report name: /home/hbanh/workspace/bkui/birt/journal.rptdesign
> Feb 14, 2006 8:45:45 AM
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask
> createContentEmitter
> SEVERE: Error.OutputFormatNotSupported
> org.eclipse.birt.report.engine.api.EngineException: The output format html
> is not supported.
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.cre ateContentEmitter(RunAndRenderTask.java:97)
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:174)
> at com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:128)
> at com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:43)
> at
> com.jinnova.accounting.ui.EmptyPerspective.createInitialLayo ut(EmptyPerspective.java:23)
> at
> org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Pers pective.java:696)
> at
> org.eclipse.ui.internal.Perspective.createPresentation(Persp ective.java:230)
> at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:127)
> at
> org.eclipse.ui.internal.WorkbenchPage.createPerspective(Work benchPage.java:1389)
> at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.jav a:2104)
> at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:516)
> at
> org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(Workben chWindow.java:681)
> at
> org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Wo rkbench.java:701)
> at
> org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Work bench.java:1309)
> at
> org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1261)
> at
> org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWin dow(WorkbenchConfigurer.java:190)
> at
> org.eclipse.ui.application.WorkbenchAdvisor.openWindows(Work benchAdvisor.java:706)
> at org.eclipse.ui.internal.Workbench.init(Workbench.java:1073)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1695)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:397)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at com.jinnova.bookinno.ui.Application.run(Application.java:21)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:109)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:379)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
> at org.eclipse.core.launcher.Main.run(Main.java:977)
> at org.eclipse.core.launcher.Main.main(Main.java:952)
> Feb 14, 2006 8:45:45 AM
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask run
> SEVERE: An error happened while running the report. Cause:
> org.eclipse.birt.report.engine.api.EngineException: The output format html
> is not supported.
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.cre ateContentEmitter(RunAndRenderTask.java:97)
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:174)
> at com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:128)
> at com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:43)
> at
> com.jinnova.accounting.ui.EmptyPerspective.createInitialLayo ut(EmptyPerspective.java:23)
> at
> org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Pers pective.java:696)
> at
> org.eclipse.ui.internal.Perspective.createPresentation(Persp ective.java:230)
> at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:127)
> at
> org.eclipse.ui.internal.WorkbenchPage.createPerspective(Work benchPage.java:1389)
> at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.jav a:2104)
> at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:516)
> at
> org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(Workben chWindow.java:681)
> at
> org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Wo rkbench.java:701)
> at
> org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Work bench.java:1309)
> at
> org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1261)
> at
> org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWin dow(WorkbenchConfigurer.java:190)
> at
> org.eclipse.ui.application.WorkbenchAdvisor.openWindows(Work benchAdvisor.java:706)
> at org.eclipse.ui.internal.Workbench.init(Workbench.java:1073)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1695)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:397)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at com.jinnova.bookinno.ui.Application.run(Application.java:21)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:109)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:379)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
> at org.eclipse.core.launcher.Main.run(Main.java:977)
> at org.eclipse.core.launcher.Main.main(Main.java:952)
> org.eclipse.birt.report.engine.api.EngineException: Error happened while
> running the report
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:186)
> at com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:128)
> at com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:43)
> at
> com.jinnova.accounting.ui.EmptyPerspective.createInitialLayo ut(EmptyPerspective.java:23)
> at
> org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Pers pective.java:696)
> at
> org.eclipse.ui.internal.Perspective.createPresentation(Persp ective.java:230)
> at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:127)
> at
> org.eclipse.ui.internal.WorkbenchPage.createPerspective(Work benchPage.java:1389)
> at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.jav a:2104)
> at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:516)
> at
> org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(Workben chWindow.java:681)
> at
> org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Wo rkbench.java:701)
> at
> org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Work bench.java:1309)
> at
> org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1261)
> at
> org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWin dow(WorkbenchConfigurer.java:190)
> at
> org.eclipse.ui.application.WorkbenchAdvisor.openWindows(Work benchAdvisor.java:706)
> at org.eclipse.ui.internal.Workbench.init(Workbench.java:1073)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1695)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:397)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at com.jinnova.bookinno.ui.Application.run(Application.java:21)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:109)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:379)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
> at org.eclipse.core.launcher.Main.run(Main.java:977)
> at org.eclipse.core.launcher.Main.main(Main.java:952)
> Caused by: org.eclipse.birt.report.engine.api.EngineException: The output
> format html is not supported.
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.cre ateContentEmitter(RunAndRenderTask.java:97)
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:174)
> ... 33 more
>
>
> Jason Weathersby wrote:
>> Can you try renaming the directory to ReportEngine?
>> Delete the space between Report and Engine.
>>
>> Jason
>>
>> "Huy Banh" <huy.banh@gmail.com> wrote in message
>> news:43F06740.5020204@gmail.com...
>>
>>>Hello Jason,
>>>
>>>I ran into this problem for almost a week and still can not get rig of
>>>this yet. I have
>>>
>>>config.setEngineHome( "/home/hbanh/birt-runtime-2_0_0/Report Engine" );
>>>
>>>I always got "The output format html is not support" error.
>>>
>>>I tried with other ways as setting env variable and passing system
>>>property. All do not work.
>>>
>>>Could you please tell me if I am still missing something? I browsed this
>>>list already, but can't see any.
>>>
>>>(PS: I am able to preview my report with the eclipse IDE. The error
>>>happens at the line that calling IRunAndRenderTask.run(); )
>>>
>>>Jason Weathersby wrote:
>>>
>>>>You need to download the Report Engine seperately.
>>>>Take a look at the Report Engine API page.
>>>> http://www.eclipse.org/birt/phoenix/deploy/reportEngineAPI.p hp
>>>>
>>>>Jason Weathersby
>>>>BIRT PMC
>>>>
>>>>
>>>>"rani" <rani@gmail.com> wrote in message
>>>>news:15a5dc4018c8c82c106163fd3b389575$1@www.eclipse.org...
>>>>
>>>>
>>>>>hi
>>>>>i generated report in birt 2.0.0 and Run the RunReport.java here in
>>>>>this program Engine home is pointing to as follows
>>>>>
>>>>>config.setEngineHome( "c:\\eclipse3.1
>>>>>
>>>>> \\eclipse\\plugins\\org.eclipse.birt.report.viewer_1.0.1\\bi rt " );
>>>>>
>>>>>and its showing following error
>>>>>
>>>>>org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
>>>>>openReportDesign
>>>>>SEVERE: invalid design file E:\Metrikus_Reports\Test2.rptdesign
>>>>>Report Test2.rptdesign not found!
>>>>>
>>>>>i thing its due to Engine home
>>>>>could tell me to which folder i have to point in Birt 2.0.0 for Engine
>>>>>home
>>>>>
>>>>>
>>>>>rani
>>>>>
>>>>>
>>>>
>>>>
>>
Re: What is EngineHome for Birt 2.0.0 ? [message #129799 is a reply to message #129573] Tue, 14 February 2006 05:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: huy.banh.gmail.com

I am able to generate report using command line. However, my rcp
application is still failing.

I would step back to my installation. I did install
birt-report-framework-2_0_0.zip and birt-runtime-2_0_0.zip. I downloaded
but not install the birt-rcp-report-designer-2_0_0.zip. I think I don't
need birt-rcp-report-designer-2_0_0.zip yet. Am I right? Please.

Huy Banh wrote:
> Thank you, Jason.
>
> I did try renaming "Report Engine" to "ReportEngine" already, but didn't
> help :(
>
> The error trace:
>
> Feb 14, 2006 8:45:44 AM org.eclipse.birt.core.util.BirtTimer logTimeTaken
> INFO: Engine startup takes 228 Milliseconds.
> engine.getSupportedFormats().length: 0
> report name: /home/hbanh/workspace/bkui/birt/journal.rptdesign
> Feb 14, 2006 8:45:45 AM
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask
> createContentEmitter
> SEVERE: Error.OutputFormatNotSupported
> org.eclipse.birt.report.engine.api.EngineException: The output format
> html is not supported.
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.cre ateContentEmitter(RunAndRenderTask.java:97)
>
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:174)
>
> at
> com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:128)
> at
> com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:43)
> at
> com.jinnova.accounting.ui.EmptyPerspective.createInitialLayo ut(EmptyPerspective.java:23)
>
> at
> org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Pers pective.java:696)
>
> at
> org.eclipse.ui.internal.Perspective.createPresentation(Persp ective.java:230)
>
> at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:127)
> at
> org.eclipse.ui.internal.WorkbenchPage.createPerspective(Work benchPage.java:1389)
>
> at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.jav a:2104)
> at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:516)
> at
> org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(Workben chWindow.java:681)
>
> at
> org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Wo rkbench.java:701)
>
> at
> org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Work bench.java:1309)
>
> at
> org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1261)
> at
> org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWin dow(WorkbenchConfigurer.java:190)
>
> at
> org.eclipse.ui.application.WorkbenchAdvisor.openWindows(Work benchAdvisor.java:706)
>
> at org.eclipse.ui.internal.Workbench.init(Workbench.java:1073)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1695)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:397)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at com.jinnova.bookinno.ui.Application.run(Application.java:21)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:109)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:379)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
> at org.eclipse.core.launcher.Main.run(Main.java:977)
> at org.eclipse.core.launcher.Main.main(Main.java:952)
> Feb 14, 2006 8:45:45 AM
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask run
> SEVERE: An error happened while running the report. Cause:
> org.eclipse.birt.report.engine.api.EngineException: The output format
> html is not supported.
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.cre ateContentEmitter(RunAndRenderTask.java:97)
>
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:174)
>
> at
> com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:128)
> at
> com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:43)
> at
> com.jinnova.accounting.ui.EmptyPerspective.createInitialLayo ut(EmptyPerspective.java:23)
>
> at
> org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Pers pective.java:696)
>
> at
> org.eclipse.ui.internal.Perspective.createPresentation(Persp ective.java:230)
>
> at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:127)
> at
> org.eclipse.ui.internal.WorkbenchPage.createPerspective(Work benchPage.java:1389)
>
> at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.jav a:2104)
> at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:516)
> at
> org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(Workben chWindow.java:681)
>
> at
> org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Wo rkbench.java:701)
>
> at
> org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Work bench.java:1309)
>
> at
> org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1261)
> at
> org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWin dow(WorkbenchConfigurer.java:190)
>
> at
> org.eclipse.ui.application.WorkbenchAdvisor.openWindows(Work benchAdvisor.java:706)
>
> at org.eclipse.ui.internal.Workbench.init(Workbench.java:1073)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1695)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:397)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at com.jinnova.bookinno.ui.Application.run(Application.java:21)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:109)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:379)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
> at org.eclipse.core.launcher.Main.run(Main.java:977)
> at org.eclipse.core.launcher.Main.main(Main.java:952)
> org.eclipse.birt.report.engine.api.EngineException: Error happened while
> running the report
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:186)
>
> at
> com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:128)
> at
> com.jinnova.accounting.ui.RunReportAction.run(RunReportActio n.java:43)
> at
> com.jinnova.accounting.ui.EmptyPerspective.createInitialLayo ut(EmptyPerspective.java:23)
>
> at
> org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Pers pective.java:696)
>
> at
> org.eclipse.ui.internal.Perspective.createPresentation(Persp ective.java:230)
>
> at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:127)
> at
> org.eclipse.ui.internal.WorkbenchPage.createPerspective(Work benchPage.java:1389)
>
> at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.jav a:2104)
> at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:516)
> at
> org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(Workben chWindow.java:681)
>
> at
> org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Wo rkbench.java:701)
>
> at
> org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Work bench.java:1309)
>
> at
> org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1261)
> at
> org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWin dow(WorkbenchConfigurer.java:190)
>
> at
> org.eclipse.ui.application.WorkbenchAdvisor.openWindows(Work benchAdvisor.java:706)
>
> at org.eclipse.ui.internal.Workbench.init(Workbench.java:1073)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1695)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:397)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at com.jinnova.bookinno.ui.Application.run(Application.java:21)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:109)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:379)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
> at org.eclipse.core.launcher.Main.run(Main.java:977)
> at org.eclipse.core.launcher.Main.main(Main.java:952)
> Caused by: org.eclipse.birt.report.engine.api.EngineException: The
> output format html is not supported.
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.cre ateContentEmitter(RunAndRenderTask.java:97)
>
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:174)
>
> ... 33 more
>
>
> Jason Weathersby wrote:
>
>> Can you try renaming the directory to ReportEngine?
>> Delete the space between Report and Engine.
>>
>> Jason
>>
>> "Huy Banh" <huy.banh@gmail.com> wrote in message
>> news:43F06740.5020204@gmail.com...
>>
>>> Hello Jason,
>>>
>>> I ran into this problem for almost a week and still can not get rig
>>> of this yet. I have
>>>
>>> config.setEngineHome( "/home/hbanh/birt-runtime-2_0_0/Report Engine" );
>>>
>>> I always got "The output format html is not support" error.
>>>
>>> I tried with other ways as setting env variable and passing system
>>> property. All do not work.
>>>
>>> Could you please tell me if I am still missing something? I browsed
>>> this list already, but can't see any.
>>>
>>> (PS: I am able to preview my report with the eclipse IDE. The error
>>> happens at the line that calling IRunAndRenderTask.run(); )
>>>
>>> Jason Weathersby wrote:
>>>
>>>> You need to download the Report Engine seperately.
>>>> Take a look at the Report Engine API page.
>>>> http://www.eclipse.org/birt/phoenix/deploy/reportEngineAPI.p hp
>>>>
>>>> Jason Weathersby
>>>> BIRT PMC
>>>>
>>>>
>>>> "rani" <rani@gmail.com> wrote in message
>>>> news:15a5dc4018c8c82c106163fd3b389575$1@www.eclipse.org...
>>>>
>>>>
>>>>> hi
>>>>> i generated report in birt 2.0.0 and Run the RunReport.java here in
>>>>> this program Engine home is pointing to as follows
>>>>>
>>>>> config.setEngineHome( "c:\\eclipse3.1
>>>>>
>>>>> \\eclipse\\plugins\\org.eclipse.birt.report.viewer_1.0.1\\bi rt " );
>>>>>
>>>>> and its showing following error
>>>>>
>>>>> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
>>>>> openReportDesign
>>>>> SEVERE: invalid design file E:\Metrikus_Reports\Test2.rptdesign
>>>>> Report Test2.rptdesign not found!
>>>>>
>>>>> i thing its due to Engine home
>>>>> could tell me to which folder i have to point in Birt 2.0.0 for
>>>>> Engine home
>>>>>
>>>>>
>>>>> rani
>>>>>
>>>>>
>>>>
>>>>
>>
Re: What is EngineHome for Birt 2.0.0 ? [message #129851 is a reply to message #129799] Tue, 14 February 2006 07:08 Go to previous message
Eclipse UserFriend
Originally posted by: buday.metrikus.com

Hi,

The Engine Home For BIRT 2.0.0 is only plugins which is present in

birt-runtime-2_0_0\Report Engine (Download this from birt home page)

Also u need to copy all jar files which are present in
birt-runtime-2_0_0\Report

Engine\ .... in your lib directory

Thank you
Previous Topic:PDF permissions
Next Topic:Partial solution for dynamic table sorting
Goto Forum:
  


Current Time: Sat Aug 31 23:07:10 GMT 2024

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

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

Back to the top