See
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Components...
Changes:
[dward] SWITCHYARD-1697: Upgrade Drools/jBPM to 6.0.0.CR3
------------------------------------------
[...truncated 9089 lines...]
280 KB 34 KB 63 KB
284 KB 34 KB 63 KB 4 KB
280 KB 34 KB 63 KB 4 KB
287 KB 34 KB 63 KB 4 KB
287 KB 34 KB 63 KB 8 KB
287 KB 34 KB 63 KB 12 KB
287 KB 34 KB 63 KB 16 KB
287 KB 34 KB 63 KB 20 KB
287 KB 34 KB 63 KB 23 KB
287 KB 34 KB 63 KB 27 KB
287 KB 34 KB 63 KB 31 KB
287 KB 34 KB 63 KB 32 KB
287 KB 34 KB 63 KB 36 KB
287 KB 34 KB 63 KB 40 KB
287 KB 34 KB 63 KB 44 KB
287 KB 34 KB 63 KB 48 KB
4 KB 287 KB 34 KB 63 KB 48 KB
8 KB 287 KB 34 KB 63 KB 48 KB
12 KB 287 KB 34 KB 63 KB 48 KB
16 KB 287 KB 34 KB 63 KB 48 KB
20 KB 287 KB 34 KB 63 KB 48 KB
23 KB 287 KB 34 KB 63 KB 48 KB
23 KB 291 KB 34 KB 63 KB 48 KB
23 KB 295 KB 34 KB 63 KB 48 KB
23 KB 299 KB 34 KB 63 KB 48 KB
23 KB 303 KB 34 KB 63 KB 48 KB
23 KB 307 KB 34 KB 63 KB 48 KB
23 KB 311 KB 34 KB 63 KB 48 KB
27 KB 311 KB 34 KB 63 KB 48 KB
27 KB 315 KB 34 KB 63 KB 48 KB
27 KB 319 KB 34 KB 63 KB 48 KB
27 KB 323 KB 34 KB 63 KB 48 KB
27 KB 326 KB 34 KB 63 KB 48 KB
27 KB 330 KB 34 KB 63 KB 48 KB
27 KB 334 KB 34 KB 63 KB 48 KB
27 KB 334 KB 34 KB 63 KB 52 KB
27 KB 334 KB 34 KB 63 KB 56 KB
27 KB 334 KB 34 KB 63 KB 60 KB
27 KB 334 KB 34 KB 63 KB 64 KB
Downloaded:
https://repository.jboss.org/nexus/content/groups/developer/org/jbpm/jbpm...
(34 KB at 128.1 KB/sec)
Downloading:
https://repository.jboss.org/nexus/content/groups/developer/org/jbpm/jbpm...
27 KB 334 KB 63 KB 68 KB
27 KB 338 KB 63 KB 68 KB
27 KB 342 KB 63 KB 68 KB
27 KB 346 KB 68 KB
Downloaded:
https://repository.jboss.org/nexus/content/groups/developer/org/jboss/sol...
(63 KB at 187.9 KB/sec)
27 KB 346 KB 68 KB
Downloaded:
https://repository.jboss.org/nexus/content/groups/developer/org/jbpm/jbpm...
(27 KB at 97.1 KB/sec)
Downloaded:
https://repository.jboss.org/nexus/content/groups/developer/org/jbpm/jbpm...
(68 KB at 192.8 KB/sec)
346 KB 4 KB
346 KB 8 KB
346 KB 12 KB
346 KB 16 KB
346 KB 20 KB
346 KB 23 KB
346 KB 27 KB
346 KB 31 KB
346 KB 35 KB
346 KB 39 KB
346 KB 43 KB
346 KB 47 KB
346 KB 51 KB
Downloaded:
https://repository.jboss.org/nexus/content/groups/developer/org/jbpm/jbpm...
(346 KB at 399.9 KB/sec)
55 KB
59 KB
63 KB
67 KB
68 KB
Downloaded:
https://repository.jboss.org/nexus/content/groups/developer/org/jbpm/jbpm...
(68 KB at 190.3 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ switchyard-component-bpm ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
switchyard-component-bpm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
switchyard-component-bpm ---
[INFO] Compiling 36 source files to
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Components...
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @
switchyard-component-bpm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @
switchyard-component-bpm ---
[INFO] Compiling 6 source files to
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Components...
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Failure executing javac, but could not parse the error:
The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at
org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassLoader.java:56)
at com.sun.tools.javac.comp.Resolve.<init>(Resolve.java:77)
at com.sun.tools.javac.comp.Resolve.instance(Resolve.java:53)
at com.sun.tools.javac.comp.Attr.<init>(Attr.java:84)
at com.sun.tools.javac.comp.Attr.instance(Attr.java:74)
at com.sun.tools.javac.comp.Annotate.<init>(Annotate.java:52)
at com.sun.tools.javac.comp.Annotate.instance(Annotate.java:36)
at com.sun.tools.javac.jvm.ClassReader.<init>(ClassReader.java:215)
at com.sun.tools.javac.jvm.ClassReader.instance(ClassReader.java:168)
at com.sun.tools.javac.main.JavaCompiler.<init>(JavaCompiler.java:293)
at com.sun.tools.javac.main.JavaCompiler.instance(JavaCompiler.java:72)
at com.sun.tools.javac.main.Main.compile(Main.java:340)
at com.sun.tools.javac.main.Main.compile(Main.java:279)
at com.sun.tools.javac.main.Main.compile(Main.java:270)
at com.sun.tools.javac.Main.compile(Main.java:87)
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:597)
at
org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler.java:554)
at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:161)
at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:605)
at org.apache.maven.plugin.TestCompilerMojo.execute(TestCompilerMojo.java:161)
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] SwitchYard: Components ............................ SUCCESS [51.055s]
[INFO] SwitchYard: Common Component Libraries Parent ..... SUCCESS [1.305s]
[INFO] SwitchYard: Common Component Library .............. SUCCESS [1:20.034s]
[INFO] SwitchYard: Component Test Parent ................. SUCCESS [1.283s]
[INFO] SwitchYard: Naming Test MixIn ..................... SUCCESS [38.016s]
[INFO] SwitchYard: CDI Test MixIn ........................ SUCCESS [57.195s]
[INFO] SwitchYard: Bean Component ........................ SUCCESS [4:25.117s]
[INFO] SwitchYard: Camel Component Common Library ........ SUCCESS [2:20.075s]
[INFO] SwitchYard: Knowledge Common Component Library .... SUCCESS [2:22.841s]
[INFO] SwitchYard: AMQP MixIn ............................ SUCCESS [1:03.718s]
[INFO] SwitchYard: ActiveMQ Test MixIn ................... SUCCESS [52.402s]
[INFO] SwitchYard: HornetQ Test MixIn .................... SUCCESS [1:00.306s]
[INFO] SwitchYard: HTTP Test MixIn ....................... SUCCESS [49.311s]
[INFO] SwitchYard: JCA Test MixIn ........................ SUCCESS [1:39.837s]
[INFO] SwitchYard: Smooks Test MixIn ..................... SUCCESS [39.584s]
[INFO] SwitchYard: SCA Component ......................... SUCCESS [1:02.537s]
[INFO] SwitchYard: Rules Component ....................... SUCCESS [1:46.047s]
[INFO] SwitchYard: BPM Component ......................... FAILURE [38.812s]
[INFO] SwitchYard: RESTEasy Component .................... SKIPPED
[INFO] SwitchYard: SOAP Component ........................ SKIPPED
[INFO] SwitchYard: BPEL Component ........................ SKIPPED
[INFO] SwitchYard: Component Camel Parent ................ SKIPPED
[INFO] SwitchYard: Camel Component :: Camel Component .... SKIPPED
[INFO] SwitchYard: Camel Component :: Binding Test framework SKIPPED
[INFO] SwitchYard: Camel Component :: Core Binding ....... SKIPPED
[INFO] SwitchYard: Camel Component :: SwitchYard component SKIPPED
[INFO] SwitchYard: Camel Component :: JMS Binding ........ SKIPPED
[INFO] SwitchYard: Camel Component :: AMQP Binding ....... SKIPPED
[INFO] SwitchYard: Camel Component :: Atom Binding ....... SKIPPED
[INFO] SwitchYard: Camel Component :: File Binding ....... SKIPPED
[INFO] SwitchYard: Camel Component :: FTP Binding ........ SKIPPED
[INFO] SwitchYard: Camel Component :: JPA Binding ........ SKIPPED
[INFO] SwitchYard: Camel Component :: Mail Binding ....... SKIPPED
[INFO] SwitchYard: Camel Component :: Netty Binding ...... SKIPPED
[INFO] SwitchYard: Camel Component :: Quartz Binding ..... SKIPPED
[INFO] SwitchYard: Camel Component :: SQL Binding ........ SKIPPED
[INFO] SwitchYard: Clojure Component ..................... SKIPPED
[INFO] SwitchYard: HTTP Component ........................ SKIPPED
[INFO] SwitchYard: JCA Component ......................... SKIPPED
[INFO] SwitchYard: Components Forge Plugin ............... SKIPPED
[INFO] SwitchYard: Bean Component Forge Plugin ........... SKIPPED
[INFO] SwitchYard: Component Common Forge Plugin ......... SKIPPED
[INFO] SwitchYard: Camel Component Forge Plugin .......... SKIPPED
[INFO] SwitchYard: Clojure Component Forge Plugin ........ SKIPPED
[INFO] SwitchYard: SOAP Gateway Forge Plugin ............. SKIPPED
[INFO] SwitchYard: RESTEasy Gateway Forge Plugin ......... SKIPPED
[INFO] SwitchYard: Rules Component Forge Plugin .......... SKIPPED
[INFO] SwitchYard: BPM Component Forge Plugin ............ SKIPPED
[INFO] SwitchYard: HTTP Gateway Forge Plugin ............. SKIPPED
[INFO] SwitchYard: JCA Gateway Forge Plugin .............. SKIPPED
[INFO] SwitchYard: SCA Gateway Forge Plugin .............. SKIPPED
[INFO] SwitchYard: Component Integration Tests ........... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22:46.561s
[INFO] Finished at: Thu Sep 12 10:04:43 EDT 2013
[INFO] Final Memory: 94M/474M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on
project switchyard-component-bpm: Compilation failure
[ERROR] Failure executing javac, but could not parse the error:
[ERROR]
[ERROR]
[ERROR] The system is out of resources.
[ERROR] Consult the following stack trace for details.
[ERROR] java.lang.OutOfMemoryError: PermGen space
[ERROR] at java.lang.ClassLoader.defineClass1(Native Method)
[ERROR] at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
[ERROR] at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
[ERROR] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
[ERROR] at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
[ERROR] at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
[ERROR] at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
[ERROR] at java.security.AccessController.doPrivileged(Native Method)
[ERROR] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
[ERROR] at
org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassLoader.java:56)
[ERROR] at com.sun.tools.javac.comp.Resolve.<init>(Resolve.java:77)
[ERROR] at com.sun.tools.javac.comp.Resolve.instance(Resolve.java:53)
[ERROR] at com.sun.tools.javac.comp.Attr.<init>(Attr.java:84)
[ERROR] at com.sun.tools.javac.comp.Attr.instance(Attr.java:74)
[ERROR] at com.sun.tools.javac.comp.Annotate.<init>(Annotate.java:52)
[ERROR] at com.sun.tools.javac.comp.Annotate.instance(Annotate.java:36)
[ERROR] at com.sun.tools.javac.jvm.ClassReader.<init>(ClassReader.java:215)
[ERROR] at com.sun.tools.javac.jvm.ClassReader.instance(ClassReader.java:168)
[ERROR] at com.sun.tools.javac.main.JavaCompiler.<init>(JavaCompiler.java:293)
[ERROR] at com.sun.tools.javac.main.JavaCompiler.instance(JavaCompiler.java:72)
[ERROR] at com.sun.tools.javac.main.Main.compile(Main.java:340)
[ERROR] at com.sun.tools.javac.main.Main.compile(Main.java:279)
[ERROR] at com.sun.tools.javac.main.Main.compile(Main.java:270)
[ERROR] at com.sun.tools.javac.Main.compile(Main.java:87)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[ERROR] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:597)
[ERROR] at
org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler.java:554)
[ERROR] at
org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:161)
[ERROR] at
org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:605)
[ERROR] at org.apache.maven.plugin.TestCompilerMojo.execute(TestCompilerMojo.java:161)
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :switchyard-component-bpm
Build step 'Invoke top-level Maven targets' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[FINDBUGS] Skipping publisher since build result is FAILURE