bugzilla | 3 Nov 2011 15:47
Picon
Favicon

DO NOT REPLY [Bug 50486] Memoryleak - org.apache.log4j.helpers.ThreadLocalMap

https://issues.apache.org/bugzilla/show_bug.cgi?id=50486

R. Oosterholt <r.oosterholt <at> gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.oosterholt <at> gmail.com

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 3 Nov 2011 16:05
Picon
Favicon

DO NOT REPLY [Bug 50486] Memoryleak - org.apache.log4j.helpers.ThreadLocalMap

https://issues.apache.org/bugzilla/show_bug.cgi?id=50486

--- Comment #5 from R. Oosterholt <r.oosterholt <at> gmail.com> 2011-11-03 15:05:21 UTC ---
I've tested the suggested patch by chahuistle (on 2011-02-09) and it works like
a charm.

I vote for a fix on this.

Thanks!
-Rick

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 4 Nov 2011 12:45
Picon
Favicon

DO NOT REPLY [Bug 52133] New: Logging of configuration URLs/Paths on log4j configuration

https://issues.apache.org/bugzilla/show_bug.cgi?id=52133

             Bug #: 52133
           Summary: Logging of configuration URLs/Paths on log4j
                    configuration
           Product: Log4j
           Version: 1.2
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Configurator
        AssignedTo: log4j-dev <at> logging.apache.org
        ReportedBy: shopalias1 <at> techno.ms
    Classification: Unclassified

Can you please have all Configurators log the URL / path of the configuration
files on log4j initialization? Currently,
PropertyConfigurator.doConfigure(URL...) does this, but
PropertyConfigurator.doConfigure(String configFileName...) should do it as
well, and DomConfigurator.doConfigure(String / URL) should do that also.
Sometimes setting the system property log4j.debug is very helpful to find out
the location of configuration file that is actually taken. But currently it
isn't since that important information is only logged in some circumstances.
Thanks so much!

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
(Continue reading)

bugzilla | 4 Nov 2011 12:45
Picon
Favicon

DO NOT REPLY [Bug 52133] Logging of configuration URLs/Paths on log4j configuration

https://issues.apache.org/bugzilla/show_bug.cgi?id=52133

Hans-Peter Stoerr <shopalias1 <at> techno.ms> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shopalias1 <at> techno.ms

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 5 Nov 2011 19:20
Picon
Favicon

DO NOT REPLY [Bug 52141] New: [STUCK] ExecuteThread...Blocked trying to get lock: org/apache/log4j/Logger <at> 0xc501e0a8[fat lock]

https://issues.apache.org/bugzilla/show_bug.cgi?id=52141

             Bug #: 52141
           Summary: [STUCK] ExecuteThread...Blocked trying to get lock:
                    org/apache/log4j/Logger <at> 0xc501e0a8[fat lock]
           Product: Log4j
           Version: 1.2
          Platform: Sun
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Appender
        AssignedTo: log4j-dev <at> logging.apache.org
        ReportedBy: sreehari.puchakayala <at> gmail.com
    Classification: Unclassified

Hi,

My application is getting stuck with threads and going very frequently to
overloaded state. When this happens, we have to restart the server to void this
issue. Since we dont know when this problem occurs, our support team has to
keep monitor the server all the time. 

The environment details are:

Web Logic - 10.3
Java - 6.0
Log4j - log4j-1.2.15

(Continue reading)

bugzilla | 5 Nov 2011 19:24
Picon
Favicon

DO NOT REPLY [Bug 52141] [STUCK] ExecuteThread...Blocked trying to get lock: org/apache/log4j/Logger <at> 0xc501e0a8[fat lock]

https://issues.apache.org/bugzilla/show_bug.cgi?id=52141

--- Comment #1 from sreehari p <sreehari.puchakayala <at> gmail.com> 2011-11-05 18:24:41 UTC ---
Also, we have seen same overloaded state issue on nov 3rd. Here is the thread
dump taken when issue occured.

            "[STUCK] ExecuteThread: '10' for queue: 'weblogic.kernel.Default
(self-tuning)'" RUNNABLE native

                jrockit.net.SocketNativeIO.readBytesPinned(Native Method)

                jrockit.net.SocketNativeIO.socketRead(SocketNativeIO.java:32)

                java.net.SocketInputStream.socketRead0(SocketInputStream.java)

                java.net.SocketInputStream.read(SocketInputStream.java:129)

               
com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)

               
com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)

               
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:789)

               
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:746)

               
(Continue reading)

bugzilla | 7 Nov 2011 13:18
Picon
Favicon

DO NOT REPLY [Bug 50800] log4j 1.2.16 has duplicate import-package entries in manifiest.mf

https://issues.apache.org/bugzilla/show_bug.cgi?id=50800

--- Comment #2 from Tcharl <tcharl69 <at> hotmail.fr> 2011-11-07 12:18:32 UTC ---
+1 Too!

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 8 Nov 2011 16:27
Picon
Favicon

DO NOT REPLY [Bug 29330] Linkage Error when initializing application

https://issues.apache.org/bugzilla/show_bug.cgi?id=29330

prasad <getprasadin <at> gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |getprasadin <at> gmail.com

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 8 Nov 2011 16:31
Picon
Favicon

DO NOT REPLY [Bug 52155] New: Application getting stuck at java.io.FileOutputStream.writeBytes

https://issues.apache.org/bugzilla/show_bug.cgi?id=52155

             Bug #: 52155
           Summary: Application getting stuck at
                    java.io.FileOutputStream.writeBytes
           Product: Log4j
           Version: unspecified
          Platform: PC
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Appender
        AssignedTo: log4j-dev <at> logging.apache.org
        ReportedBy: getprasadin <at> gmail.com
    Classification: Unclassified

I am using log4j-1.2.15.jar.

Please see the thread dump as shown below. I took the dump of JVM as my
application stopped responding. It is getting stuck at 
java.io.FileOutputStream.writeBytes method every time. every time. My
application is single threaded.
I have declared logger as final private static class variable. Please help me
out

"TIBCO EMS Session Dispatcher (5388033)" prio=6 tid=0x000000002c4c4800
nid=0xf24 runnable [0x000000003339e000]
   java.lang.Thread.State: RUNNABLE
    at java.io.FileOutputStream.writeBytes(Native Method)
    at java.io.FileOutputStream.write(FileOutputStream.java:260)
(Continue reading)

bugzilla | 8 Nov 2011 16:31
Picon
Favicon

DO NOT REPLY [Bug 52155] Application getting stuck at java.io.FileOutputStream.writeBytes

https://issues.apache.org/bugzilla/show_bug.cgi?id=52155

prasad <getprasadin <at> gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |getprasadin <at> gmail.com
         OS/Version|                            |All

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Gmane