How to Debug a BIRT Report
When you have a BIRT Report that is not giving the output you were expecting, it can be useful to obtain debugging information from BIRT.
Step-by-step guide
Create a file called
birt.propertiesfile in the..\weave\platform\workspacedirectory (e.g.C:\weave_dev\platform\workspace) and add the line below:File to enable BIRT logging
logLevel=FINERestart Weave.
This will enable BIRT logging which will be written to the
..\weave\platform\workspace\.birt\logsfolder (e.g.C:\weave_dev\platform\workspace\.birt\logs).
Run the problematic BIRT report and check the newly created log file for errors.
To turn off this logging, either comment out the line as shown below (that way you have the file for the next time you need to use it) and restart Weave,
File to disable BIRT logging
#logLevel=FINEor delete the
birt.propertiesfile and restart Weave.
Also refer to the following sections of the Weave System Administrator Guides:
Related articles