Picon

[GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.28-4-g3a81b67

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging framework.".

The branch, master has been updated
       via  3a81b67a5d49c791e421803ea2092dd403c96e64 (commit)
      from  cc4dc2647da281c34b511ca963336c8739e5071b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=3a81b67a5d49c791e421803ea2092dd403c96e64
http://github.com/ceki/logback/commit/3a81b67a5d49c791e421803ea2092dd403c96e64

commit 3a81b67a5d49c791e421803ea2092dd403c96e64
Author: Ceki Gulcu <ceki@...>
Date:   Tue Feb 1 09:26:15 2011 +0100

    minor correction

diff --git a/logback-site/src/site/pages/recipes/captureHttp.html b/logback-site/src/site/pages/recipes/captureHttp.html
index 86488e6..9303230 100644
--- a/logback-site/src/site/pages/recipes/captureHttp.html
+++ b/logback-site/src/site/pages/recipes/captureHttp.html
 <at>  <at>  -4,7 +4,7  <at>  <at> 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
(Continue reading)

Fonsito (JIRA | 1 Feb 2011 18:10
Picon

[JIRA] Commented: (LBCLASSIC-183) Tomcat reports SEVERE ThreadLocal issues upon shutdown


    [
http://jira.qos.ch/browse/LBCLASSIC-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11948#action_11948
] 

Fonsito commented on LBCLASSIC-183:
-----------------------------------

Having the same problem in 0.9.26 and 0.9.28 with java 1.6.0_22, in tomcat 6.0.29.

SEVERE: The web application [/application] created a ThreadLocal with key of type [null] (value
[ch.qos.logback.core.UnsynchronizedAppenderBase$1 <at> e42ace]) and a value of type
[java.lang.Boolean] (value [false]) but failed to remove it when the web application was stopped. This
is very likely to create a memory leak.
01-feb-2011 17:45:07 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap

SEVERE: The web application [/application] created a ThreadLocal with key of type [null] (value
[ch.qos.logback.core.UnsynchronizedAppenderBase$1 <at> 1b64a3a]) and a value of type
[java.lang.Boolean] (value [false]) but failed to remove it when the web application was stopped. This
is very likely to create a memory leak.
01-feb-2011 17:45:07 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap

SEVERE: The web application [/application] created a ThreadLocal with key of type [null] (value
[ch.qos.logback.core.UnsynchronizedAppenderBase$1 <at> c330f8]) and a value of type
[java.lang.Boolean] (value [false]) but failed to remove it when the web application was stopped. This
is very likely to create a memory leak.
01-feb-2011 17:45:07 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap

Thanks for any suggestion.

(Continue reading)

Picon

[GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.28-5-ga460c71

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging framework.".

The branch, master has been updated
       via  a460c71cff87906385e2d4194e5eb369819b7f99 (commit)
      from  3a81b67a5d49c791e421803ea2092dd403c96e64 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=a460c71cff87906385e2d4194e5eb369819b7f99
http://github.com/ceki/logback/commit/a460c71cff87906385e2d4194e5eb369819b7f99

commit a460c71cff87906385e2d4194e5eb369819b7f99
Author: Ceki Gulcu <ceki@...>
Date:   Wed Feb 2 18:58:28 2011 +0100

    minor edits

diff --git a/logback-site/src/site/pages/access.html b/logback-site/src/site/pages/access.html
index faf68c4..8fd3720 100644
--- a/logback-site/src/site/pages/access.html
+++ b/logback-site/src/site/pages/access.html
 <at>  <at>  -42,6 +42,14  <at>  <at> 
 		and can thus provide much of the functionality of logback-classic
 		but in the scope of HTPP-access logging. </p>

(Continue reading)

Picon

[GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.28-6-ga444d42

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging framework.".

The branch, master has been updated
       via  a444d428421d4ccdd63b7347299bafecf170d844 (commit)
      from  a460c71cff87906385e2d4194e5eb369819b7f99 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=a444d428421d4ccdd63b7347299bafecf170d844
http://github.com/ceki/logback/commit/a444d428421d4ccdd63b7347299bafecf170d844

commit a444d428421d4ccdd63b7347299bafecf170d844
Author: Ceki Gulcu <ceki@...>
Date:   Thu Feb 3 00:23:31 2011 +0100

    better error message in IfAction when janono.jar is missing

diff --git a/logback-classic/integration.xml b/logback-classic/integration.xml
index 552e918..e0257cb 100644
--- a/logback-classic/integration.xml
+++ b/logback-classic/integration.xml
 <at>  <at>  -23,7 +23,8  <at>  <at> 

 

(Continue reading)

Picon

[GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.28-7-g4804883

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging framework.".

The branch, master has been updated
       via  4804883e64fc1a14719a28d81a2479c628a8de39 (commit)
      from  a444d428421d4ccdd63b7347299bafecf170d844 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=4804883e64fc1a14719a28d81a2479c628a8de39
http://github.com/ceki/logback/commit/4804883e64fc1a14719a28d81a2479c628a8de39

commit 4804883e64fc1a14719a28d81a2479c628a8de39
Author: Ceki Gulcu <ceki@...>
Date:   Thu Feb 3 22:08:06 2011 +0100

    less drama in conditional processing in the absence of janino library on the cp

diff --git a/logback-classic/src/test/input/joran/conditional/withoutJanino.xml b/logback-classic/src/test/input/joran/conditional/withoutJanino.xml
index d506b04..9ea46dd 100644
--- a/logback-classic/src/test/input/joran/conditional/withoutJanino.xml
+++ b/logback-classic/src/test/input/joran/conditional/withoutJanino.xml
 <at>  <at>  -1,6 +1,8  <at>  <at> 

 <configuration>

(Continue reading)

Joern Huxhorn (JIRA | 7 Feb 2011 10:13
Picon

[JIRA] Created: (LBCLASSIC-248) logback-classic fails to build

logback-classic fails to build
------------------------------

                 Key: LBCLASSIC-248
                 URL: http://jira.qos.ch/browse/LBCLASSIC-248
             Project: logback-classic
          Issue Type: Bug
    Affects Versions: unspecified
         Environment: Apache Maven 3.0.2 (r1056850; 2011-01-09 01:58:10+0100)
Java version: 1.6.0_22, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.6.6", arch: "x86_64", family: "mac"
            Reporter: Joern Huxhorn
            Assignee: Logback dev list
            Priority: Critical

Building 4804883e64fc1a14719a28d81a2479c628a8de39 (also
a444d428421d4ccdd63b7347299bafecf170d844) causes the following build error:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] An Ant BuildException has occured: The following error occurred while executing this line:
/Users/hudson/slave/workspace/Logback/logback-classic/integration.xml:44: Test
ch.qos.logback.classic.boolex.ConditionalWithoutJanino failed

[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: An Ant BuildException has occured: The
(Continue reading)

Ceki Gulcu (JIRA | 7 Feb 2011 16:27
Picon

[JIRA] Commented: (LBCLASSIC-248) logback-classic fails to build


    [
http://jira.qos.ch/browse/LBCLASSIC-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11949#action_11949
] 

Ceki Gulcu commented on LBCLASSIC-248:
--------------------------------------

FYI, the actual cause should be visible in logback-classic/target/unit-reports/TEST-NoJanino.txt.
BTW, I get the same error on one of the test machines.

> logback-classic fails to build
> ------------------------------
>
>                 Key: LBCLASSIC-248
>                 URL: http://jira.qos.ch/browse/LBCLASSIC-248
>             Project: logback-classic
>          Issue Type: Bug
>    Affects Versions: unspecified
>         Environment: Apache Maven 3.0.2 (r1056850; 2011-01-09 01:58:10+0100)
> Java version: 1.6.0_22, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.6.6", arch: "x86_64", family: "mac"
>            Reporter: Joern Huxhorn
>            Assignee: Logback dev list
>            Priority: Critical
>
> Building 4804883e64fc1a14719a28d81a2479c628a8de39 (also
a444d428421d4ccdd63b7347299bafecf170d844) causes the following build error:
(Continue reading)

Picon

[GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.28-8-g9280a49

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging framework.".

The branch, master has been updated
       via  9280a49da9307f3ce8c2179544467c919f0a634f (commit)
      from  4804883e64fc1a14719a28d81a2479c628a8de39 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=9280a49da9307f3ce8c2179544467c919f0a634f
http://github.com/ceki/logback/commit/9280a49da9307f3ce8c2179544467c919f0a634f

commit 9280a49da9307f3ce8c2179544467c919f0a634f
Author: Ceki Gulcu <ceki@...>
Date:   Mon Feb 7 16:57:48 2011 +0100

    fix LBCLASSIC-248

diff --git
a/logback-classic/src/test/java/ch/qos/logback/classic/boolex/ConditionalWithoutJanino.java b/logback-classic/src/test/java/ch/qos/logback/classic/boolex/ConditionalWithoutJanino.java
index 2f163e2..8af89b4 100644
--- a/logback-classic/src/test/java/ch/qos/logback/classic/boolex/ConditionalWithoutJanino.java
+++ b/logback-classic/src/test/java/ch/qos/logback/classic/boolex/ConditionalWithoutJanino.java
 <at>  <at>  -46,7 +46,12  <at>  <at>  public class ConditionalWithoutJanino {
   // assume that janino.jar ia NOT on the classpath
    <at> Test
(Continue reading)

Ceki Gulcu (JIRA | 7 Feb 2011 17:07
Picon

[JIRA] Resolved: (LBCLASSIC-248) logback-classic fails to build


     [
http://jira.qos.ch/browse/LBCLASSIC-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ceki Gulcu resolved LBCLASSIC-248.
----------------------------------

    Resolution: Fixed

Fixed in http://github.com/ceki/logback/commit/9280a49da

> logback-classic fails to build
> ------------------------------
>
>                 Key: LBCLASSIC-248
>                 URL: http://jira.qos.ch/browse/LBCLASSIC-248
>             Project: logback-classic
>          Issue Type: Bug
>    Affects Versions: unspecified
>         Environment: Apache Maven 3.0.2 (r1056850; 2011-01-09 01:58:10+0100)
> Java version: 1.6.0_22, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.6.6", arch: "x86_64", family: "mac"
>            Reporter: Joern Huxhorn
>            Assignee: Logback dev list
>            Priority: Critical
>
> Building 4804883e64fc1a14719a28d81a2479c628a8de39 (also
a444d428421d4ccdd63b7347299bafecf170d844) causes the following build error:
(Continue reading)

Joern Huxhorn (JIRA | 7 Feb 2011 17:40
Picon

[JIRA] Commented: (LBCLASSIC-248) logback-classic fails to build


    [
http://jira.qos.ch/browse/LBCLASSIC-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11951#action_11951
] 

Joern Huxhorn commented on LBCLASSIC-248:
-----------------------------------------

I didn't have time to further evaluate the issue but wanted to make sure that you get the info ASAP in case you
weren't aware of it. Didn't want to let it slip into a release or something...
I can confirm that this is fixed now. Thanks!

> logback-classic fails to build
> ------------------------------
>
>                 Key: LBCLASSIC-248
>                 URL: http://jira.qos.ch/browse/LBCLASSIC-248
>             Project: logback-classic
>          Issue Type: Bug
>    Affects Versions: unspecified
>         Environment: Apache Maven 3.0.2 (r1056850; 2011-01-09 01:58:10+0100)
> Java version: 1.6.0_22, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.6.6", arch: "x86_64", family: "mac"
>            Reporter: Joern Huxhorn
>            Assignee: Logback dev list
>            Priority: Critical
>
> Building 4804883e64fc1a14719a28d81a2479c628a8de39 (also
(Continue reading)


Gmane