Strange line in WarMetaDataProcessor
by Andrej Golovnin
Hi all,
I was looking today at source code of undertow and its integration into
JBoss. And I've found a little bit strange line in the class WarMetaDataProcessor:
129: WebFragmentMetaData fragmentMetaData = webFragments.get(jarName);
130: webFragments.put(jarName, fragmentMetaData);
I think the line 130 is pretty useless and does not make sense.
It would be nice if someone could review this part of code.
Best regards,
Andrej Golovnin
11 years, 9 months
Build failed in Jenkins: Undertow #256
by ci-builds@redhat.com
See <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/256/changes>
Changes:
[stuart.w.douglas] Add full encoding and decoding support to web sockets
------------------------------------------
[...truncated 674 lines...]
[INFO]
--- maven-surefire-plugin:2.11:test (default-test) @ undertow-jsp ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running io.undertow.test.jsp.basic.SimpleJspTestCase
22:48:50,132 INFO (main) [org.xnio] <Xnio.java:73> XNIO Version 3.1.0.CR2
22:48:50,183 INFO (main) [org.xnio.nio] <NioXnio.java:51> XNIO NIO Implementation Version 3.1.0.CR2
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.435 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ undertow-jsp ---
[INFO] Building jar: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/ta...>
[INFO]
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ undertow-jsp ---[INFO] Building jar: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/ta...>
[INFO] [INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/ta...> to /home/jenkins/.m2/repository/io/undertow/undertow-jsp/1.0.0.Alpha10-SNAPSHOT/undertow-jsp-1.0.0.Alpha10-SNAPSHOT.jar
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/po...> to /home/jenkins/.m2/repository/io/undertow/undertow-jsp/1.0.0.Alpha10-SNAPSHOT/undertow-jsp-1.0.0.Alpha10-SNAPSHOT.pom
[INFO] --- maven-install-plugin:2.4:install (default-install) @ undertow-jsp ---
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/ta...> to /home/jenkins/.m2/repository/io/undertow/undertow-jsp/1.0.0.Alpha10-SNAPSHOT/undertow-jsp-1.0.0.Alpha10-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Undertow Examples 1.0.0.Alpha10-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-java-version) @ undertow-examples ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven-version) @ undertow-examples ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp (get-build-timestamp) @ undertow-examples ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @ undertow-examples ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ undertow-examples ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ undertow-examples ---
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...> uses unchecked or unsafe operations.
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.10:checkstyle (check-style) @ undertow-examples ---
[INFO] Starting audit...
Audit done.
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ undertow-examples ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ undertow-examples ---
[INFO] [INFO] No tests to run.
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ undertow-examples ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ undertow-examples ---
[INFO] Building jar: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>
[INFO]
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ undertow-examples ---
[INFO] Building jar: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>
[INFO]
[INFO] --- maven-shade-plugin:2.0:shade (default) @ undertow-examples ---
[INFO] Including io.undertow:undertow-core:jar:1.0.0.Alpha10-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.logging:jboss-logging:jar:3.1.2.GA in the shaded jar.
[INFO] Including org.jboss.xnio:xnio-api:jar:3.1.0.CR2 in the shaded jar.
[INFO] Including io.undertow:undertow-servlet:jar:1.0.0.Alpha10-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.spec.javax.servlet:jboss-servlet-api_3.1_spec:jar:1.0.0.Alpha1 in the shaded jar.
[INFO] Including org.jboss.xnio:xnio-nio:jar:3.1.0.CR2 in the shaded jar.
[INFO] Including org.jboss.logmanager:jboss-logmanager:jar:1.4.0.Final in the shaded jar.
[INFO] Including io.undertow:undertow-build-config:jar:1.0.0.Alpha10-SNAPSHOT in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...> with <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>
[INFO] Dependency-reduced POM written at: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>
[INFO] Dependency-reduced POM written at: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...> to /home/jenkins/.m2/repository/io/undertow/undertow-examples/1.0.0.Alpha10-SNAPSHOT/undertow-examples-1.0.0.Alpha10-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ undertow-examples ---
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...> to /home/jenkins/.m2/repository/io/undertow/undertow-examples/1.0.0.Alpha10-SNAPSHOT/undertow-examples-1.0.0.Alpha10-SNAPSHOT.pom
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...> to /home/jenkins/.m2/repository/io/undertow/undertow-examples/1.0.0.Alpha10-SNAPSHOT/undertow-examples-1.0.0.Alpha10-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Undertow WebSockets JSR356 implementations 1.0.0.Alpha10-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-java-version) @ undertow-websockets-jsr ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven-version) @ undertow-websockets-jsr ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp (get-build-timestamp) @ undertow-websockets-jsr ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @ undertow-websockets-jsr ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ undertow-websockets-jsr ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] Compiling 37 source files to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websoc...>
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ undertow-websockets-jsr ---
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websoc...>: Some input files use unchecked or unsafe operations.
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websoc...>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.10:checkstyle (check-style) @ undertow-websockets-jsr ---
[INFO] Starting audit...
Audit done.
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websoc...>
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ undertow-websockets-jsr ---
[INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 10 source files to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websoc...>
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ undertow-websockets-jsr ---
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websoc...>: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websoc...> uses unchecked or unsafe operations.
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websoc...>: Recompile with -Xlint:unchecked for details.
[INFO] 2 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websoc...>:[75,32] cannot find symbol
symbol: class IncrementEndpoint
location: class io.undertow.websockets.jsr.test.annotated.AnnotatedEndpointTest
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Undertow Build Configuration ...................... SUCCESS [27.176s]
[INFO] Undertow .......................................... SUCCESS [3.679s]
[INFO] Undertow Parser Generator ......................... SUCCESS [6.842s]
[INFO] Undertow Core ..................................... SUCCESS [42.484s]
[INFO] Undertow Servlet .................................. SUCCESS [21.190s]
[INFO] Undertow JSP ...................................... SUCCESS [5.518s]
[INFO] Undertow Examples ................................. SUCCESS [5.397s]
[INFO] Undertow WebSockets JSR356 implementations ........ FAILURE [2.413s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:56.932s
[INFO] Finished at: Tue Apr 16 22:49:00 EDT 2013
[INFO] Final Memory: 34M/310M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/parser...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-parser-generator/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-parser-generator/1.0.0.Alpha10-SNAPSHOT/undertow-parser-generator-1.0.0.Alpha10-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/parser...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-parser-generator/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-parser-generator/1.0.0.Alpha10-SNAPSHOT/undertow-parser-generator-1.0.0.Alpha10-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/parser...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-parser-generator/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-parser-generator/1.0.0.Alpha10-SNAPSHOT/undertow-parser-generator-1.0.0.Alpha10-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/pom.xml> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-parent/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-parent/1.0.0.Alpha10-SNAPSHOT/undertow-parent-1.0.0.Alpha10-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websoc...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-websockets-jsr/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-websockets-jsr/1.0.0.Alpha10-SNAPSHOT/undertow-websockets-jsr-1.0.0.Alpha10-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/build-...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-build-config/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-build-config/1.0.0.Alpha10-SNAPSHOT/undertow-build-config-1.0.0.Alpha10-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/build-...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-build-config/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-build-config/1.0.0.Alpha10-SNAPSHOT/undertow-build-config-1.0.0.Alpha10-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/build-...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-build-config/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-build-config/1.0.0.Alpha10-SNAPSHOT/undertow-build-config-1.0.0.Alpha10-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/servle...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-servlet/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-servlet/1.0.0.Alpha10-SNAPSHOT/undertow-servlet-1.0.0.Alpha10-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/servle...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-servlet/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-servlet/1.0.0.Alpha10-SNAPSHOT/undertow-servlet-1.0.0.Alpha10-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/servle...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-servlet/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-servlet/1.0.0.Alpha10-SNAPSHOT/undertow-servlet-1.0.0.Alpha10-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/servle...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-servlet/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-servlet/1.0.0.Alpha10-SNAPSHOT/undertow-servlet-1.0.0.Alpha10-SNAPSHOT-tests.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-examples/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-examples/1.0.0.Alpha10-SNAPSHOT/undertow-examples-1.0.0.Alpha10-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-examples/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-examples/1.0.0.Alpha10-SNAPSHOT/undertow-examples-1.0.0.Alpha10-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-examples/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-examples/1.0.0.Alpha10-SNAPSHOT/undertow-examples-1.0.0.Alpha10-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/po...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-jsp/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-jsp/1.0.0.Alpha10-SNAPSHOT/undertow-jsp-1.0.0.Alpha10-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/ta...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-jsp/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-jsp/1.0.0.Alpha10-SNAPSHOT/undertow-jsp-1.0.0.Alpha10-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/ta...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-jsp/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-jsp/1.0.0.Alpha10-SNAPSHOT/undertow-jsp-1.0.0.Alpha10-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/core/p...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-core/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-core/1.0.0.Alpha10-SNAPSHOT/undertow-core-1.0.0.Alpha10-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/core/t...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-core/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-core/1.0.0.Alpha10-SNAPSHOT/undertow-core-1.0.0.Alpha10-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/core/t...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-core/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-core/1.0.0.Alpha10-SNAPSHOT/undertow-core-1.0.0.Alpha10-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/core/t...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-core/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-core/1.0.0.Alpha10-SNAPSHOT/undertow-core-1.0.0.Alpha10-SNAPSHOT-tests.jar
Waiting for Jenkins to finish collecting data
mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:testCompile (default-testCompile) on project undertow-websockets-jsr: Compilation failure
<http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websoc...>:[75,32] cannot find symbol
symbol: class IncrementEndpoint
location: class io.undertow.websockets.jsr.test.annotated.AnnotatedEndpointTest
cause : Compilation failure
<http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websoc...>:[75,32] cannot find symbol
symbol: class IncrementEndpoint
location: class io.undertow.websockets.jsr.test.annotated.AnnotatedEndpointTest
Stack trace :
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:testCompile (default-testCompile) on project undertow-websockets-jsr: Compilation failure
<http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websoc...>:[75,32] cannot find symbol
symbol: class IncrementEndpoint
location: class io.undertow.websockets.jsr.test.annotated.AnnotatedEndpointTest
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:100)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
<http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websoc...>:[75,32] cannot find symbol
symbol: class IncrementEndpoint
location: class io.undertow.websockets.jsr.test.annotated.AnnotatedEndpointTest
at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:745)
at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:152)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 27 more
Sending e-mails to: undertow-dev(a)lists.jboss.org
channel stopped
11 years, 9 months
Websockets
by Stuart Douglas
Hi guys,
So I have been thinking about websockets, and I think we should make
some changes.
At the moment we essentially have 3 different API's, the low level XNIO
API, a Undertow native high level API, and a JSR-356 API (that will
hopefully stop changing constantly now).
I think 3 API's is a bit excessive, and we should just have our XNIO
Channel based low level API, and the JSR-356 API.
I am also thinking we should split it out of Undertow entirely, as
really the only undertow dependency is the handshake handler. This
should make it easier for us to ship a JSR-356 standalone web socket
client.
Thoughts?
Stuart
11 years, 9 months
CLI can add a <host> element without alias attribute (server will not restart after that)
by Wolf-Dieter Fink
Hi,
not sure whether this should be posted here ...
I've used the current AS8 (upstream) where undertow replace the web
subsystem.
With the CLI sequence [1] an invalid profile configuration can be added
and the next server start will stop with an error message [2] because
the 'alias' must be set.
I think this will be a bug but not sure for which component, I suppose
the subsystem is responsible to check that, right?
- Wolf
[2]
[Host Controller] 15:15:06,868 ERROR [org.jboss.as.host.controller]
(Controller Boot Thread) JBAS010932: Caught exception during boot:
org.jboss.as.controller.persistence.ConfigurationPersistenceException:
JBAS014676: Failed to parse configuration
...
[Host Controller] Message: "JBAS014704: '' is an invalid value for
parameter alias. Values must have a minimum length of 1 characters"
[1]
/profile=default-web/subsystem=undertow:add
/profile=default-web/subsystem=undertow/worker=default:add(io-threads=3,
task-core-threads=12)
/profile=default-web/subsystem=undertow/buffer-pool=default:add(buffer-size=2048,
buffers-per-slice=512)
/profile=default-web/subsystem=undertow/server=default-server:add()
/profile=default-web/subsystem=undertow/server=default-server/http-listener=default:add(socket-binding=http)
/profile=default-web/subsystem=undertow/server=default-server/ajp-listener=ajp-connector:add(socket-binding=ajp)
/profile=default-web/subsystem=undertow/server=default-server/host=default-host:add
#/profile=default-web/subsystem=undertow/server=default-server/host=default-host:add(alias=["localhost"])
/profile=default-web/subsystem=undertow/server=default-server/host=default-host/location="/":add
# HINT: it might happen that the cache-buffer attributes are not written
as the default is 1024 !
/profile=default-web/subsystem=undertow/server=default-server/host=default-host/location="/"/handler=file:add(path="${jboss.home.dir}/welcome-content",cache-buffers=1024,cache-buffer-size=1024)
/profile=default-web/subsystem=undertow/servlet-container=default:add
/profile=default-web/subsystem=undertow/servlet-container=default/setting=jsp:add
11 years, 9 months
Build failed in Jenkins: Undertow #216
by ci-builds@redhat.com
See <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/216/changes>
Changes:
[stuart.w.douglas] Fix input stream bug
------------------------------------------
[...truncated 659 lines...]
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ undertow-jsp ---
[INFO] Building jar: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/ta...>
[INFO]
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ undertow-jsp ---
[INFO] Building jar: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/ta...>
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/ta...> to /home/jenkins/.m2/repository/io/undertow/undertow-jsp/1.0.0.Alpha6-SNAPSHOT/undertow-jsp-1.0.0.Alpha6-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ undertow-jsp ---
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/po...> to /home/jenkins/.m2/repository/io/undertow/undertow-jsp/1.0.0.Alpha6-SNAPSHOT/undertow-jsp-1.0.0.Alpha6-SNAPSHOT.pom
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/ta...> to /home/jenkins/.m2/repository/io/undertow/undertow-jsp/1.0.0.Alpha6-SNAPSHOT/undertow-jsp-1.0.0.Alpha6-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Undertow Examples 1.0.0.Alpha6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-java-version) @ undertow-examples ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven-version) @ undertow-examples ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp (get-build-timestamp) @ undertow-examples ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @ undertow-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ undertow-examples ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ undertow-examples ---
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...> uses unchecked or unsafe operations.
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.10:checkstyle (check-style) @ undertow-examples ---
[INFO] Starting audit...
Audit done.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ undertow-examples ---
[INFO] [INFO] No sources to compile
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ undertow-examples ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>
--- maven-surefire-plugin:2.11:test (default-test) @ undertow-examples ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ undertow-examples ---[INFO] Building jar: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>
[INFO]
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ undertow-examples ---
[INFO] Building jar: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>
[INFO]
[INFO] --- maven-shade-plugin:2.0:shade (default) @ undertow-examples ---
[INFO] Including io.undertow:undertow-core:jar:1.0.0.Alpha6-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.logging:jboss-logging:jar:3.1.2.GA in the shaded jar.
[INFO] Including org.jboss.xnio:xnio-api:jar:3.1.0.Beta9 in the shaded jar.
[INFO] Including io.undertow:undertow-servlet:jar:1.0.0.Alpha6-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.spec.javax.servlet:jboss-servlet-api_3.1_spec:jar:1.0.0.Alpha1 in the shaded jar.
[INFO] Including org.jboss.xnio:xnio-nio:jar:3.1.0.Beta9 in the shaded jar.
[INFO] Including org.jboss.logmanager:jboss-logmanager:jar:1.4.0.Final in the shaded jar.
[INFO] Including io.undertow:undertow-build-config:jar:1.0.0.Alpha6-SNAPSHOT in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...> with <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>
[INFO] Dependency-reduced POM written at: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>
[INFO] Dependency-reduced POM written at: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...>
[INFO] [INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...> to /home/jenkins/.m2/repository/io/undertow/undertow-examples/1.0.0.Alpha6-SNAPSHOT/undertow-examples-1.0.0.Alpha6-SNAPSHOT.jar
[INFO] --- maven-install-plugin:2.4:install (default-install) @ undertow-examples ---
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...> to /home/jenkins/.m2/repository/io/undertow/undertow-examples/1.0.0.Alpha6-SNAPSHOT/undertow-examples-1.0.0.Alpha6-SNAPSHOT.pom
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...> to /home/jenkins/.m2/repository/io/undertow/undertow-examples/1.0.0.Alpha6-SNAPSHOT/undertow-examples-1.0.0.Alpha6-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Undertow WebSockets JSR356 implementations 1.0.0.Alpha6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-java-version) @ undertow-websockets-jsr ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven-version) @ undertow-websockets-jsr ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp (get-build-timestamp) @ undertow-websockets-jsr ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @ undertow-websockets-jsr ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ undertow-websockets-jsr ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] Compiling 33 source files to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websoc...>
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ undertow-websockets-jsr ---
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Cannot write generated default translation file JsrWebSocketLogger.i18n.properties, cause : java.io.IOException: No space left on device
at java.io.FileOutputStream.write(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:282)
at java.io.FilterOutputStream.write(FilterOutputStream.java:77)
at java.io.FilterOutputStream.write(FilterOutputStream.java:125)
at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
at sun.nio.cs.StreamEncoder.implClose(StreamEncoder.java:316)
at sun.nio.cs.StreamEncoder.close(StreamEncoder.java:149)
at java.io.OutputStreamWriter.close(OutputStreamWriter.java:233)
at java.io.BufferedWriter.close(BufferedWriter.java:266)
at org.jboss.logging.processor.apt.TranslationFileGenerator.generateDefaultTranslationFile(TranslationFileGenerator.java:232)
at org.jboss.logging.processor.apt.TranslationFileGenerator.processTypeElement(TranslationFileGenerator.java:143)
at org.jboss.logging.processor.apt.LoggingToolsProcessor.process(LoggingToolsProcessor.java:145)
at com.sun.tools.javac.processing.JavacProcessingEnvironment.callProcessor(JavacProcessingEnvironment.java:793)
at com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:722)
at com.sun.tools.javac.processing.JavacProcessingEnvironment.access$1700(JavacProcessingEnvironment.java:97)
at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1029)
at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1163)
at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1108)
at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:824)
at com.sun.tools.javac.main.Main.compile(Main.java:439)
at com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:132)
at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:170)
at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:684)
at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:118)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:100)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Undertow Build Configuration ...................... SUCCESS [19.779s]
[INFO] Undertow .......................................... SUCCESS [4.282s]
[INFO] Undertow Parser Generator ......................... SUCCESS [10.523s]
[INFO] Undertow Core ..................................... SUCCESS [51.971s]
[INFO] Undertow Servlet .................................. SUCCESS [24.420s]
[INFO] Undertow JSP ...................................... SUCCESS [6.500s]
[INFO] Undertow Examples ................................. SUCCESS [5.909s]
[INFO] Undertow WebSockets JSR356 implementations ........ FAILURE [1.278s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:07.668s
[INFO] Finished at: Wed Apr 03 22:47:27 EDT 2013
[INFO] Final Memory: 41M/281M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/parser...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-parser-generator/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-parser-generator/1.0.0.Alpha6-SNAPSHOT/undertow-parser-generator-1.0.0.Alpha6-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/parser...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-parser-generator/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-parser-generator/1.0.0.Alpha6-SNAPSHOT/undertow-parser-generator-1.0.0.Alpha6-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/parser...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-parser-generator/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-parser-generator/1.0.0.Alpha6-SNAPSHOT/undertow-parser-generator-1.0.0.Alpha6-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/pom.xml> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-parent/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-parent/1.0.0.Alpha6-SNAPSHOT/undertow-parent-1.0.0.Alpha6-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websoc...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-websockets-jsr/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-websockets-jsr/1.0.0.Alpha6-SNAPSHOT/undertow-websockets-jsr-1.0.0.Alpha6-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/build-...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-build-config/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-build-config/1.0.0.Alpha6-SNAPSHOT/undertow-build-config-1.0.0.Alpha6-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/build-...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-build-config/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-build-config/1.0.0.Alpha6-SNAPSHOT/undertow-build-config-1.0.0.Alpha6-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/build-...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-build-config/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-build-config/1.0.0.Alpha6-SNAPSHOT/undertow-build-config-1.0.0.Alpha6-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/servle...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-servlet/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-servlet/1.0.0.Alpha6-SNAPSHOT/undertow-servlet-1.0.0.Alpha6-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/servle...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-servlet/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-servlet/1.0.0.Alpha6-SNAPSHOT/undertow-servlet-1.0.0.Alpha6-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/servle...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-servlet/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-servlet/1.0.0.Alpha6-SNAPSHOT/undertow-servlet-1.0.0.Alpha6-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/servle...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-servlet/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-servlet/1.0.0.Alpha6-SNAPSHOT/undertow-servlet-1.0.0.Alpha6-SNAPSHOT-tests.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-examples/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-examples/1.0.0.Alpha6-SNAPSHOT/undertow-examples-1.0.0.Alpha6-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-examples/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-examples/1.0.0.Alpha6-SNAPSHOT/undertow-examples-1.0.0.Alpha6-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/exampl...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-examples/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-examples/1.0.0.Alpha6-SNAPSHOT/undertow-examples-1.0.0.Alpha6-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/po...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-jsp/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-jsp/1.0.0.Alpha6-SNAPSHOT/undertow-jsp-1.0.0.Alpha6-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/ta...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-jsp/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-jsp/1.0.0.Alpha6-SNAPSHOT/undertow-jsp-1.0.0.Alpha6-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/ta...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-jsp/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-jsp/1.0.0.Alpha6-SNAPSHOT/undertow-jsp-1.0.0.Alpha6-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/core/p...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-core/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-core/1.0.0.Alpha6-SNAPSHOT/undertow-core-1.0.0.Alpha6-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/core/t...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-core/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-core/1.0.0.Alpha6-SNAPSHOT/undertow-core-1.0.0.Alpha6-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/core/t...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-core/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-core/1.0.0.Alpha6-SNAPSHOT/undertow-core-1.0.0.Alpha6-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/core/t...> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-core/builds/2013-04-03_23-51-20/archive/io.undertow/undertow-core/1.0.0.Alpha6-SNAPSHOT/undertow-core-1.0.0.Alpha6-SNAPSHOT-tests.jar
Sending e-mails to: undertow-dev(a)lists.jboss.org
channel stopped
ERROR: Failed to parse POMs
java.io.IOException: Remote call on Channel to Maven [/opt/jdk1.7.0_13/bin/java, -Xmx512m, -Xms256m, -XX:MaxPermSize=256m, -cp, /home/jenkins/jenkins-work/maven3-agent.jar:/home/jenkins/maven/boot/plexus-classworlds-2.4.jar, org.jvnet.hudson.maven3.agent.Maven3Main, /home/jenkins/maven, /home/jenkins/jenkins-work/slave.jar, /home/jenkins/jenkins-work/maven3-interceptor.jar, 52086] failed
at hudson.remoting.Channel.call(Channel.java:681)
at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:156)
at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:757)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:580)
at hudson.model.Run.execute(Run.java:1575)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:237)
Caused by: java.lang.Error: Unable to load resource hudson/maven/Messages.properties
at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:241)
at java.lang.ClassLoader.getResource(ClassLoader.java:1138)
at java.lang.Class.getResource(Class.java:2093)
at org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:83)
at org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:102)
at org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:102)
at org.jvnet.localizer.ResourceBundleHolder.format(ResourceBundleHolder.java:139)
at hudson.maven.Messages.MavenBuilder_Waiting(Messages.java:491)
at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:183)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:105)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.io.FileNotFoundException: /tmp/hudson-remoting3961830729896127635/hudson/maven/Messages.properties (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:212)
at java.io.FileOutputStream.<init>(FileOutputStream.java:165)
at hudson.remoting.RemoteClassLoader.makeResource(RemoteClassLoader.java:309)
at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:237)
... 19 more
11 years, 10 months