Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Log files not Generated
crowt999
All,
I just downloaded and installed "eclipse-reporting-galileo-SR1-win32.zip" to C:eclipse on my machine. I'm using reports created in Birt 2.1.2 and I am in the process of fixing/debugging so that they will work in the new version. For some reason, the log files for the report viewer are not being generated when I run the reports. I changed the log level to FINEST, and still I get nothing... Here is the snippet of web.xml:
<!-- Engine log directory. Defaults to ${birt home}/logs -->
<context-param>
<param-name>BIRT_VIEWER_LOG_DIR</param-name>
<param-value>${birt.viewer.working.path}</param-value>
</context-param>
<!-- Report engine log level -->
<context-param>
<param-name>BIRT_VIEWER_LOG_LEVEL</param-name>
<param-value>FINEST</param-value>
</context-param>
I tried changing the LOG_DIR to a hardcoded path (to c:logs), and that did not work either.
Any help would be appreciated...
Thanks
Dean
Find more posts tagged with
Comments
mwilliams
Hi Dean,
Try not setting a value for the log directory. The default in this case would be webapp/logs.
crowt999
Changed to this:
<!-- Engine log directory. Defaults to ${birt home}/logs -->
<context-param>
<param-name>BIRT_VIEWER_LOG_DIR</param-name>
<param-value></param-value>
</context-param>
<!-- Report engine log level -->
<context-param>
<param-name>BIRT_VIEWER_LOG_LEVEL</param-name>
<param-value>FINEST</param-value>
</context-param>
Still have no log files. Searched my entire C: drive, and found the eclipse log under c:newworkspace.metadata.log
Also - can find no .lock files when Eclipse is running...
This is somewhat frustrating, as the old version we are using (eclipse 3.2 and birt 2.1.2) produces the log files...
Dean
mwilliams
Dean,
What version of BIRT are you attempting to update to?
crowt999
I did a clean install of the new version 2.5.1 of Birt. I simply extracted the ZIP file to my C: drive & left all defaults... Was able to get my existing reports in there to start to convert them.. At this point, I need the logs to try to debug what is failing...
I used this file :"eclipse-reporting-galileo-SR1-win32.zip"
Thanks!
Dean
crowt999
Hi - I still cannot get the log files to create as I am running my reports. Anyone out there had this happen ? Thanks again for any help
Dean