Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Birt runtime 4.4.1 : EXCEPTION the logger can not be NULL or children or in namespace of org.eclipse(Facing exception with Birt 4.4.1)
Birt runtime 4.4.1 : EXCEPTION the logger can not be NULL or children or in namespace of org.eclipse [message #1730678] Wed, 27 April 2016 15:12
RWIL Mising name is currently offline RWIL Mising nameFriend
Messages: 30
Registered: February 2011
Member
Hi,

Since I've upgraded to Birt 4.4.1, my code is no longer working, it now generates an exception about the logger:

Quote:

EXCEPTION the logger can not be NULL or children or in namespace of org.eclipse.birt


My code is basic
Quote:

config = new EngineConfig();
config.setLogConfig(".\\log", Level.WARNING);

Platform.startup(config);
final IReportEngineFactory FACTORY = (IReportEngineFactory) Platform.
createFactoryObject(IReportEngineFactory.EXTENSION_REPORT_ENGINE_FACTORY);

engine = FACTORY.createReportEngine(config);
engine.changeLogLevel(Level.WARNING);

// Open the report design
IReportRunnable REPORT =
engine.openReportDesign(Arguments.birtFolder + "\\myreport.rptdesign");

// Create task to run and render the report:
IRunAndRenderTask TASK = engine.createRunAndRenderTask(REPORT);
...


I did not found anything related to this exception on the birt forum, unfortunately.

Does someone has an idea on how to avoid this exception ?

Thanks & kind regards

Renaud
Previous Topic:Dependent parameter values
Next Topic:aggregation performance
Goto Forum:
  


Current Time: Fri Apr 26 00:00:34 GMT 2024

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

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

Back to the top