Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
Developing Analytics Applications
BIRT Logs not getting generated
Migrateduser
<p>Hi,</p>
<p> I am facing a peculiar problem. I have incorporated BIRT into our web application to handle our reporting needs. Everything was perfectly fine till yesterday, but now the BIRT report logs are not getting generated. They were getting generated perfectly till now and all of a sudden this has popped up. The application is deployed on a weblogic server V11.0, and i use BIRT 4.4.2 release. Any help in this regard would be really helpful. This is how i have configured the Engine to log the events</p>
<p> </p>
<p>config.setLogConfig(folder+"/Logs", Level.FINE);<br>
Platform.startup(config);</p>
<p>IReportEngineFactory factory = (IReportEngineFactory) Platform.createFactoryObject(IReportEngineFactory.EXTENSION_REPORT_ENGINE_FACTORY);<br>
engine = factory.createReportEngine(config);<br>
engine.changeLogLevel(Level.WARNING);</p>
<p> </p>
<p>Thanks in Advance.</p>
Find more posts tagged with
Comments
There are no comments yet