Re: New Java 9 module and build

2017-06-19 Thread Ralph Goers
There shouldn’t be anything circular. If there was Maven should have caught it. Java9 needs to build first and then log4j-api unzips java9 and includes it into its jar. The only issue might be that there are classes with that have the same package and name in the two modules. But that is just h

[jira] [Commented] (LOG4J2-1947) using mvn install to the project log4j2 causes build failure.

2017-06-19 Thread zhangcai (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055085#comment-16055085 ] zhangcai commented on LOG4J2-1947: -- I want be a part of log4j community.right now i want

[jira] [Commented] (LOG4J2-1941) Formatting of stacktrace changed to wrong format for exceptions with no message

2017-06-19 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055084#comment-16055084 ] Gary Gregory commented on LOG4J2-1941: -- Hi [~T3rm1], Are you available to provide a

[jira] [Commented] (LOG4J2-1947) using mvn install to the project log4j2 causes build failure.

2017-06-19 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055083#comment-16055083 ] Gary Gregory commented on LOG4J2-1947: -- Right, Java 9 is not out yet (September), so

[jira] [Commented] (LOG4J2-1947) using mvn install to the project log4j2 causes build failure.

2017-06-19 Thread zhangcai (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055082#comment-16055082 ] zhangcai commented on LOG4J2-1947: -- thanks.but it's still not working.i find JDK 9 Early

Re: New Java 9 module and build

2017-06-19 Thread Gary Gregory
Hi, FWIW, the current set up in Git puts Eclipse in some sort of workspace building look. It can kill whatever it is going and keep editing and running code. But it does get caught in the loop again. Is there anything circular in the set up for Java 9? Gary On Sun, Jun 18, 2017 at 11:42 PM, Ralp

[GitHub] logging-log4j2 issue #75: trim levels read from properties file to remove tr...

2017-06-19 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/logging-log4j2/pull/75 Thank you for you patch. It is now in Git master! :-) Keep them coming :-) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[jira] [Closed] (LOG4J2-1948) Trim levels read from properties file to remove trailing spaces

2017-06-19 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-1948. Resolution: Fixed In Git master. > Trim levels read from properties file to remove trailing spaces

NPE in LogManager.

2017-06-19 Thread Gary Gregory
Hi All: I just saw this go by with a local build: [INFO] Running org.apache.logging.log4j.core.Log4j1222Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.logging.log4j.core.Log4j1222Test ERROR StatusLogger Cannot start ShutdownCallbackRegistry, al

[GitHub] logging-log4j2 pull request #75: trim levels read from properties file to re...

2017-06-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/logging-log4j2/pull/75 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[jira] [Commented] (LOG4J2-1947) using mvn install to the project log4j2 causes build failure.

2017-06-19 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055076#comment-16055076 ] Gary Gregory commented on LOG4J2-1947: -- The project will not build without it. You c

[jira] [Commented] (LOG4J2-1947) using mvn install to the project log4j2 causes build failure.

2017-06-19 Thread zhangcai (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055072#comment-16055072 ] zhangcai commented on LOG4J2-1947: -- java9 is not available now here in china. should i

[jira] [Updated] (LOG4J2-1948) Trim levels read from properties file to remove trailing spaces

2017-06-19 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-1948: - Summary: Trim levels read from properties file to remove trailing spaces (was: trim levels read

[jira] [Created] (LOG4J2-1948) trim levels read from properties file to remove trailing spaces

2017-06-19 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-1948: Summary: trim levels read from properties file to remove trailing spaces Key: LOG4J2-1948 URL: https://issues.apache.org/jira/browse/LOG4J2-1948 Project: Log4j 2

[jira] [Commented] (LOG4J2-1947) using mvn install to the project log4j2 causes build failure.

2017-06-19 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055059#comment-16055059 ] Gary Gregory commented on LOG4J2-1947: -- Make sure you have Java 9 installed and that

[jira] [Created] (LOG4J2-1947) using mvn install to the project log4j2 causes build failure.

2017-06-19 Thread zhangcai (JIRA)
zhangcai created LOG4J2-1947: Summary: using mvn install to the project log4j2 causes build failure. Key: LOG4J2-1947 URL: https://issues.apache.org/jira/browse/LOG4J2-1947 Project: Log4j 2 Issu

[jira] [Commented] (LOG4J2-1946) DefaultRolloverStrategy is failing if some log file is deleted from the current sequence

2017-06-19 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16054438#comment-16054438 ] Ralph Goers commented on LOG4J2-1946: - Your description was clear. The strategy is op

[jira] [Commented] (LOG4J2-1946) DefaultRolloverStrategy is failing if some log file is deleted from the current sequence

2017-06-19 Thread Lucio Farinosi (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16054416#comment-16054416 ] Lucio Farinosi commented on LOG4J2-1946: My apologies if I was not clear enough.

[jira] [Commented] (LOG4J2-1946) DefaultRolloverStrategy is failing if some log file is deleted from the current sequence

2017-06-19 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16054376#comment-16054376 ] Ralph Goers commented on LOG4J2-1946: - OK. Looking at the code I can see that the fil

[jira] [Comment Edited] (LOG4J2-1946) DefaultRolloverStrategy is failing if some log file is deleted from the current sequence

2017-06-19 Thread Lucio Farinosi (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16054336#comment-16054336 ] Lucio Farinosi edited comment on LOG4J2-1946 at 6/19/17 5:03 PM: --

[jira] [Updated] (LOG4J2-1946) DefaultRolloverStrategy is failing if some log file is deleted from the current sequence

2017-06-19 Thread Lucio Farinosi (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucio Farinosi updated LOG4J2-1946: --- Attachment: log4j_trace.log breaking point @ 2017-06-19 17:59:09,814 > DefaultRolloverStrat

[jira] [Comment Edited] (LOG4J2-1946) DefaultRolloverStrategy is failing if some log file is deleted from the current sequence

2017-06-19 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16054297#comment-16054297 ] Ralph Goers edited comment on LOG4J2-1946 at 6/19/17 4:42 PM: -

[jira] [Commented] (LOG4J2-1946) DefaultRolloverStrategy is failing if some log file is deleted from the current sequence

2017-06-19 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16054297#comment-16054297 ] Ralph Goers commented on LOG4J2-1946: - I guess this isn't too surprising. The code is

[jira] [Updated] (LOG4J2-1946) DefaultRolloverStrategy is failing if some log file is deleted from the current sequence

2017-06-19 Thread Lucio Farinosi (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucio Farinosi updated LOG4J2-1946: --- Attachment: screenshot-1.png > DefaultRolloverStrategy is failing if some log file is deleted

[jira] [Updated] (LOG4J2-1946) DefaultRolloverStrategy is failing if some log file is deleted from the current sequence

2017-06-19 Thread Lucio Farinosi (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucio Farinosi updated LOG4J2-1946: --- Attachment: log4j_issue.zip > DefaultRolloverStrategy is failing if some log file is deleted

[jira] [Created] (LOG4J2-1946) DefaultRolloverStrategy is failing if some log file is deleted from the current sequence

2017-06-19 Thread Lucio Farinosi (JIRA)
Lucio Farinosi created LOG4J2-1946: -- Summary: DefaultRolloverStrategy is failing if some log file is deleted from the current sequence Key: LOG4J2-1946 URL: https://issues.apache.org/jira/browse/LOG4J2-1946

[GitHub] logging-log4j2 issue #75: trim levels read from properties file to remove tr...

2017-06-19 Thread thuri
Github user thuri commented on the issue: https://github.com/apache/logging-log4j2/pull/75 Seems the PR is still not integrated. Can i help with something? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project d

Re: HttpAppenderTest fails randomly and often

2017-06-19 Thread Remko Popma
I'm on Windows but haven't seen it. (Shameless plug) Every java main() method deserves http://picocli.info > On Jun 19, 2017, at 16:24, Mikael Ståldal wrote: > > Has anyone else seen this failure? On something else than Windows? > > >> On 2017-06-05 21:21, Gary Gregory wrote: >> Hi All, >> T

Re: HttpAppenderTest fails randomly and often

2017-06-19 Thread Mikael Ståldal
Has anyone else seen this failure? On something else than Windows? On 2017-06-05 21:21, Gary Gregory wrote: Hi All, The HttpAppenderTest fails randomly and often (see below). This is a fairly new test. Can whom ever authored it have a look please? Gary [ERROR] Failed to execute goal org.apac