Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Logging issues in BIRT 3.7.1
Logging issues in BIRT 3.7.1 [message #836546] Wed, 04 April 2012 16:06 Go to next message
Annette Rego is currently offline Annette RegoFriend
Messages: 11
Registered: March 2012
Junior Member
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 385 times)
Re: Logging issues in BIRT 3.7.1 [message #837404 is a reply to message #836546] Thu, 05 April 2012 16:17 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

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 20:48 Go to previous messageGo to next message
Annette Rego is currently offline Annette RegoFriend
Messages: 11
Registered: March 2012
Junior Member
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 15:33 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

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 19:03 Go to previous messageGo to next message
Annette Rego is currently offline Annette RegoFriend
Messages: 11
Registered: March 2012
Junior Member
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 14:36 Go to previous messageGo to next message
Annette Rego is currently offline Annette RegoFriend
Messages: 11
Registered: March 2012
Junior Member
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 15:23 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

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 15:30 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

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: Fri Apr 19 11:27:06 GMT 2024

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

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

Back to the top