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 Corporation Java home: C:\Program Files\Java\jdk1.7.0_80\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 8.1", version: "6.3", arch: "amd64", family: "windows" Gary On Thu, Jul 13, 2017 at 10:27 AM, Ralph Goers <[email protected]> wrote: > 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 Method) > - parking to wait for <0x00000007aeb009c0> (a > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) > at java.util.concurrent.locks.LockSupport.park(LockSupport. > java:175) > at java.util.concurrent.locks.AbstractQueuedSynchronizer$ > ConditionObject.await(AbstractQueuedSynchronizer.java:2039) > at java.util.concurrent.LinkedBlockingDeque.takeFirst( > LinkedBlockingDeque.java:492) > at java.util.concurrent.LinkedBlockingDeque.take( > LinkedBlockingDeque.java:680) > at sun.nio.fs.AbstractWatchService.take( > AbstractWatchService.java:118) > at org.apache.logging.log4j.core.appender.rolling. > RollingAppenderTempCompressedFilePatternTest.testAppender( > RollingAppenderTempCompressedFilePatternTest.java:136)
