[logback-dev] [continuum] BUILD FAILURE: Logback-Parent
John Noreplai
noreply at pixie.qos.ch
Tue Nov 13 12:00:14 CET 2007
Online report : http://localhost:8090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/44/buildId/4296
Build statistics:
State: Failed
Previous State: Failed
Started at: Tue, 13 Nov 2007 12:00:08 +0100
Finished at: Tue, 13 Nov 2007 12:00:14 +0100
Total time: 6s
Build Trigger: Schedule
Exit code: 1
Building machine hostname: pixie
Operating system : Linux(unknown)
Java version : 1.5.0_08(Sun Microsystems Inc.)
Changes
ceki Synchronizing on ConcurrentModificationException in order to avoid ConcurrentModificationException
exceptions on the list maintained by ConcurrentModificationException, as shown below
java.util.ConcurrentModificationException
at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:449)
at java.util.AbstractList$Itr.next(AbstractList.java:420)
at ch.qos.logback.core.util.StatusPrinter.print(StatusPrinter.java:47)
at ch.qos.logback.core.util.StatusPrinter.print(StatusPrinter.java:38)
at ch.qos.logback.audit.server.AuditServerTest.testUnreachable(AuditServerTest.java:137)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
This can happen if multiple thread access BasicStatusManager simultaneously.
/logback/trunk/logback-core/src/main/java/ch/qos/logback/core/BasicStatusManager.java
/logback/trunk/logback-core/src/main/java/ch/qos/logback/core/util/StatusPrinter.java
****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Logback-Parent
[INFO] task-segment: [clean, install]
[INFO] ----------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] 'translate-project' was specified in an execution, but not found in the plugin
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Tue Nov 13 12:00:14 CET 2007
[INFO] Final Memory: 8M/82M
[INFO] ------------------------------------------------------------------------
****************************************************************************
More information about the logback-dev
mailing list