[jboss-user] [jBPM] - java.lang.NoSuchMethodError: EngineConfig.getLogRollingSize()

Akshay RP do-not-reply at jboss.com
Thu Jun 20 04:54:38 EDT 2013


Akshay RP [https://community.jboss.org/people/akshayrpin] created the discussion

"java.lang.NoSuchMethodError: EngineConfig.getLogRollingSize()"

To view the discussion, visit: https://community.jboss.org/message/824035#824035

--------------------------------------------------------------
Hi all, 

I am a newbie in BIRT, have installed Eclipse Birt plugin 4.3 and downloaded OSGI birt-runtime-osgi-4_3_0, 
i have a standalone program to open the sample report in the birt runtime envt. but i am getting error 

at 
conf = new EngineConfig();
conf.setEngineHome("C:/birt-runtime-osgi-4_3_0/ReportEngine");
 //Create new Report engine based off of the configuration
eng = new ReportEngine( conf ); -----------> Error.


as 

Exception in thread "main" java.lang.NoSuchMethodError: org.eclipse.birt.report.engine.api.EngineConfig.getLogRollingSize()I
          at org.eclipse.birt.report.engine.api.impl.ReportEngine.intializeLogger(ReportEngine.java:220)
          at org.eclipse.birt.report.engine.api.impl.ReportEngine.<init>(ReportEngine.java:134)
          at org.eclipse.birt.report.engine.api.impl.ReportEngineFactory$1.run(ReportEngineFactory.java:18)
          at org.eclipse.birt.report.engine.api.impl.ReportEngineFactory$1.run(ReportEngineFactory.java:1)
          at java.security.AccessController.doPrivileged(Native Method)
          at org.eclipse.birt.report.engine.api.impl.ReportEngineFactory.createReportEngine(ReportEngineFactory.java:14)
          at org.eclipse.birt.report.engine.api.ReportEngine.<init>(ReportEngine.java:71)
          at com.pg.o2.test.synch.ReportTest.main(ReportTest.java:33)

, 

thought of running a stand alone pgm and start with JBOSS ,  


please let me know if anything i have to download or missign
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/824035#824035]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130620/c2365305/attachment.html 


More information about the jboss-user mailing list