Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Problem starting BIRT 2.2 Engine
Problem starting BIRT 2.2 Engine [message #251122] Fri, 03 August 2007 15:27 Go to next message
Eclipse UserFriend
Originally posted by: j.filimonova.spb.solidworks.ru

Hello!

I'm using BIRT 2.2 Engine API to render my report. Whole application is
running under JBoss 4.0.5. I try to start report engine from my JMX
MBean and I get a following error:

java.lang.NoSuchMethodError:
org.eclipse.birt.report.engine.api.EngineConfig.getLogger()L java/util/logging/Logger;
at
org.eclipse.birt.report.engine.api.impl.ReportEngine.intiali zeLogger(ReportEngine.java:108)
at
org.eclipse.birt.report.engine.api.impl.ReportEngine.<init>(ReportEngine.java:89)
at
org.eclipse.birt.report.engine.api.impl.ReportEngineFactory. createReportEngine(ReportEngineFactory.java:13)
at
com.swr.crm.as.report.ReportService.initializePlatform(Repor tService.java:189)
at
com.swr.crm.as.report.ReportService.startService(ReportServi ce.java:88)
at
....


Thanks in advance.
Re: Problem starting BIRT 2.2 Engine [message #251134 is a reply to message #251122] Fri, 03 August 2007 17:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Julia,

Are the versions of Java the same between the compiler and the JBoss
runtime?

Jason

Julia Filimonova wrote:
> Hello!
>
> I'm using BIRT 2.2 Engine API to render my report. Whole application is
> running under JBoss 4.0.5. I try to start report engine from my JMX
> MBean and I get a following error:
>
> java.lang.NoSuchMethodError:
> org.eclipse.birt.report.engine.api.EngineConfig.getLogger()L java/util/logging/Logger;
>
> at
> org.eclipse.birt.report.engine.api.impl.ReportEngine.intiali zeLogger(ReportEngine.java:108)
>
> at
> org.eclipse.birt.report.engine.api.impl.ReportEngine.<init>(ReportEngine.java:89)
>
> at
> org.eclipse.birt.report.engine.api.impl.ReportEngineFactory. createReportEngine(ReportEngineFactory.java:13)
>
> at
> com.swr.crm.as.report.ReportService.initializePlatform(Repor tService.java:189)
>
> at
> com.swr.crm.as.report.ReportService.startService(ReportServi ce.java:88)
> at
> ...
>
>
> Thanks in advance.
Re: Problem starting BIRT 2.2 Engine [message #251317 is a reply to message #251134] Mon, 06 August 2007 09:03 Go to previous message
Eclipse UserFriend
Originally posted by: j.filimonova.spb.solidworks.ru

I've already resolved the problem..
Yes, Jason, the versions of Java were the same.
But I had to copy BIRT jar files to /jboss_directory/lib/endorsed/
I hope it will be useful for somebody.

Jason Weathersby wrote:
> Julia,
>
> Are the versions of Java the same between the compiler and the JBoss
> runtime?
>
> Jason
>
> Julia Filimonova wrote:
>> Hello!
>>
>> I'm using BIRT 2.2 Engine API to render my report. Whole application
>> is running under JBoss 4.0.5. I try to start report engine from my JMX
>> MBean and I get a following error:
>>
>> java.lang.NoSuchMethodError:
>> org.eclipse.birt.report.engine.api.EngineConfig.getLogger()L java/util/logging/Logger;
>>
>> at
>> org.eclipse.birt.report.engine.api.impl.ReportEngine.intiali zeLogger(ReportEngine.java:108)
>>
>> at
>> org.eclipse.birt.report.engine.api.impl.ReportEngine.<init>(ReportEngine.java:89)
>>
>> at
>> org.eclipse.birt.report.engine.api.impl.ReportEngineFactory. createReportEngine(ReportEngineFactory.java:13)
>>
>> at
>> com.swr.crm.as.report.ReportService.initializePlatform(Repor tService.java:189)
>>
>> at
>> com.swr.crm.as.report.ReportService.startService(ReportServi ce.java:88)
>> at
>> ...
>>
>>
>> Thanks in advance.
Previous Topic:Manipulate data on rptdocument
Next Topic:Can't set JDBC parameter when using datasource obtained from JNDI
Goto Forum:
  


Current Time: Tue Jul 16 10:21:29 GMT 2024

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

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

Back to the top