Janardhan,

You probably want to raise the logging level for the "org.jboss.mx.loading" category as well if you don't want to see these debug statements. Do it the same way as you did for the "org.jboss.ejb.plugins.jaws.jdbc" category.


Erik




Janardhan Burugupalli wrote:
Thanks Scott,

That worked !! it was a great tip ..i dont know in spite of reading the
documentation many times we miss some things
but thanks ...

and i have one more question that i see a lot of debug stmts as below

2003-07-23 07:55:54,933 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New
jmx UCL with url null
2003-07-23 07:55:55,074 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New
jmx UCL with url null
2003-07-23 07:55:55,074 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New
jmx UCL with url null


in my server.log can any one tell me why they are often coming up....


i deploy two ear files with separate loaders and three war files and also in
these two ear files there are two more war files.

Using Jbos-3.2.1-Tomcat-4.1.24
SAPDB
j2sdk1.4.1_03

regards jani

-----Ursprungliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von Scott M
Stark
Gesendet: Mittwoch, 23. Juli 2003 01:56
An: [EMAIL PROTECTED]
Betreff: Re: [JBoss-user] Tx lock detection not possible even as i
enabled EntityLockMonitor


To turn off debugging for a particular category, set its priority to the level at which msgs should be logged in the conf/log4j.xml:

    <category name="org.jboss.ejb.plugins.jaws.jdbc">
       <priority value="INFO"/>
    </category>

--
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx
Bill Burke wrote:


Does the TX eventually time out and give you a stack trace?  There is one
deadlock scenario that we don't detect
All this is in the same thread.

1. begin tx1
2. access entity bean  A (does lock for tx1
3. suspend tx1 (a RequiresNew or something similar)
4. begin tx2
5. access entity bean A

How to turn off debugging? Go to server/default/conf/log4j.xml

In the "FILE" appender add a threshhold of WARN or INFO:

<param name="Threshold" value="INFO"/>

Bill






------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user




------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to