Skip to main content



      Home
Home » Archived » BIRT » Logging issues in BIRT 3.7.1
Logging issues in BIRT 3.7.1 [message #836546] Wed, 04 April 2012 12:06 Go to next message
Eclipse UserFriend
I want to enable debugging in BIRT 3.7.1. So i set BIRT_VIEWER_LOG_LEVEL to FINEST in the web.xml. But in log folder, only Exceptions are getting logged nothing else. I am using WebSphere.In WebSphere i have set org.eclipse.birt.*=finest. Still no luck. I have attached web.xml Does anyone know if i have missed anything?
  • Attachment: web.xml
    (Size: 6.68KB, Downloaded 413 times)
Re: Logging issues in BIRT 3.7.1 [message #837404 is a reply to message #836546] Thu, 05 April 2012 12:17 Go to previous messageGo to next message
Eclipse UserFriend
Annette,

Can you try removing the setting in websphere for birt and just leave
the log level set to finest in the web.xml. Next try providing a log
directory:
<context-param>
<param-name>BIRT_VIEWER_LOG_DIR</param-name>
<param-value></param-value>
</context-param>

as a test and see if anything is written to this directory. Make sure
you have write permission on the directory.

Jason

On 4/4/2012 12:06 PM, Annette Rego wrote:
> I want to enable debugging in BIRT 3.7.1. So i set BIRT_VIEWER_LOG_LEVEL to FINEST in the web.xml. But in log folder, only Exceptions are getting logged nothing else. I am using WebSphere.In WebSphere i have set org.eclipse.birt.*=finest. Still no luck. I have attached web.xml Does anyone know if i have missed anything?
Re: Logging issues in BIRT 3.7.1 [message #837561 is a reply to message #837404] Thu, 05 April 2012 16:48 Go to previous messageGo to next message
Eclipse UserFriend
Thanks for your reply Jason. I tried by removing the settings in webshere. But dint work. I also tried by giving different directory in
<context-param>
<param-name>BIRT_VIEWER_LOG_DIR</param-name>
<param-value></param-value>
</context-param>

but dint work.Even if i give different directory, log files are getting created inside birt.war\logs which is default path. I am not able to figure out the problem
Re: Logging issues in BIRT 3.7.1 [message #840034 is a reply to message #837561] Mon, 09 April 2012 11:33 Go to previous messageGo to next message
Eclipse UserFriend
Annette

Have you made an progress on this issue?
Did you deploy as described here:
http://wiki.eclipse.org/BirtPOJO_Viewer_WebSphere_Deployment

Jason

On 4/5/2012 4:48 PM, Annette Rego wrote:
> Thanks for your reply Jason. I tried by removing the settings in
> webshere. But dint work. I also tried by giving different directory in
> <context-param>
> <param-name>BIRT_VIEWER_LOG_DIR</param-name>
> <param-value></param-value>
> </context-param>
>
> but dint work.Even if i give different directory, log files are getting
> created inside birt.war\logs which is default path. I am not able to
> figure out the problem
>
Re: Logging issues in BIRT 3.7.1 [message #840168 is a reply to message #840034] Mon, 09 April 2012 15:03 Go to previous messageGo to next message
Eclipse UserFriend
There is no progress.. I followed the same steps from the link for deployment. Sad
Re: Logging issues in BIRT 3.7.1 [message #840811 is a reply to message #840168] Tue, 10 April 2012 10:36 Go to previous messageGo to next message
Eclipse UserFriend
Hi Jason,

Its working now Smile. I changed the birt package(org.eclipse.birt) log level to FINEST in WebSphere And Changed the value of
<context-param>
<param-name>BIRT_VIEWER_WORKING_FOLDER</param-name>
<param-value>true</param-value>
</context-param>
to blank.
And changed the value of
<context-param>
<param-name>WORKING_FOLDER_ACCESS_ONLY</param-name>
<param-value>true</param-value>
</context-param>
to false.

Annette
Re: Logging issues in BIRT 3.7.1 [message #840846 is a reply to message #840168] Tue, 10 April 2012 11:23 Go to previous messageGo to next message
Eclipse UserFriend
Annette,

Can you open a bugzilla for this?

Jason

On 4/9/2012 3:03 PM, Annette Rego wrote:
> There is no progress.. I followed the same steps from the link for
> deployment. :(
>
Re: Logging issues in BIRT 3.7.1 [message #840853 is a reply to message #840811] Tue, 10 April 2012 11:30 Go to previous message
Eclipse UserFriend
Good to hear. I should have read the whole thread before responding :>

Jason

On 4/10/2012 10:36 AM, Annette Rego wrote:
> Hi Jason,
>
> Its working now :). I changed the birt package(org.eclipse.birt) log
> level to FINEST in WebSphere And Changed the value of <context-param>
> <param-name>BIRT_VIEWER_WORKING_FOLDER</param-name>
> <param-value>true</param-value>
> </context-param> to blank. And changed the value of <context-param>
> <param-name>WORKING_FOLDER_ACCESS_ONLY</param-name>
> <param-value>true</param-value>
> </context-param>
> to false.
>
> Annette
Previous Topic:Table inside a Grid (pagination problem)
Next Topic:Pagination issue
Goto Forum:
  


Current Time: Wed Jul 23 22:27:03 EDT 2025

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

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

Back to the top