Re: Log4j 2 build hangs

2017-07-16 Thread kenneth mcfarland
Confirming on El Capitan. On Jul 15, 2017 9:38 AM, "Mikael Ståldal" wrote: > This test works on Java 7, but fails on Java 8 and Java 9: > > [ERROR] Failures: > [ERROR] RollingAppenderDirectWriteWithReconfigureTest.testRollingFil > eAppenderWithReconfigure:68 > Expected: is <2> > but: was <1

Re: Log4j 2 build hangs

2017-07-15 Thread Mikael Ståldal
This test works on Java 7, but fails on Java 8 and Java 9: [ERROR] Failures: [ERROR] RollingAppenderDirectWriteWithReconfigureTest.testRollingFileAppenderWithReconfigure:68 Expected: is <2> but: was <1> On 2017-07-14 08:22, Ralph Goers wrote: It turns out this test will have to be skip

Re: Log4j 2 build hangs

2017-07-13 Thread Ralph Goers
It turns out this test will have to be skipped on MacOS as there is no native FileWatcher service and instead it resorts to polling. Because of this it is missing all of the events and it hangs. Ralph > On Jul 13, 2017, at 6:06 PM, Ralph Goers wrote: > > In my case I can see that the test is

Re: Log4j 2 build hangs

2017-07-13 Thread Ralph Goers
In my case I can see that the test is looking for files in target/rolling-tmp. I have a bunch of compressed files in rolling2 but no files in rolling-tmp Ralph > On Jul 13, 2017, at 1:24 PM, Mikael Ståldal wrote: > > For me it doesn't hand, but a test fail: > > [ERROR] Failures: > [ERROR] >

Re: Log4j 2 build hangs

2017-07-13 Thread Mikael Ståldal
For me it doesn't hand, but a test fail: [ERROR] Failures: [ERROR] RollingAppenderDirectWriteWithReconfigureTest.testRollingFileAppenderWithReconfigure:68 Expected: is <2> but: was <1> On 2017-07-13 19:27, Ralph Goers wrote: I have tried to run the build twice and it has hung both time

Re: Log4j 2 build hangs

2017-07-13 Thread Gary Gregory
"windows 8.1" is really Windows 10 [Version 10.0.15063] Gary On Thu, Jul 13, 2017 at 12:23 PM, Gary Gregory wrote: > Hi Ralph, > > I just built from master with 'mvn clean install' My only change is to > @Ignored HttpAppenderTest > > I used: > > Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c622

Re: Log4j 2 build hangs

2017-07-13 Thread Gary Gregory
Hi Ralph, I just built from master with 'mvn clean install' My only change is to @Ignored HttpAppenderTest I used: Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T12:39:06-07:00) Maven home: C:\Java\apache-maven-3.5.0\bin\.. Java version: 1.7.0_80, vendor: Oracle Corpora

Log4j 2 build hangs

2017-07-13 Thread Ralph Goers
I have tried to run the build twice and it has hung both times in a new test with the stack trace below. Can someone take a look? The history says it was recently created by Pierrick and committed by Gary. Ralph java.lang.Thread.State: WAITING (parking) at sun.misc.Unsafe.park(Native