Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-build] [Bamboo] Jetty - Eclipse Branch V8.0 build 186 has FAILED (0 tests failed). Change made by gwilkins

JETTY-ECLIPSETRUNK8-186 failed.
Code has been updated by gwilkins.
No failed tests found, a possible compilation error.

Code Changes See full change details
gwilkins
Updated to jetty-7.4.0.RC0
(2996)

Tests See full test details
Fixed Tests (1)
HttpWriterTest : Multi byte overflow u t f16x2 2

Error Summary See full build log
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
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.defineClass(ClassLoader.java:616)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassLoader.java:56)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
        at com.sun.tools.javac.comp.Resolve.<init>(Resolve.java:79)
        at com.sun.tools.javac.comp.Resolve.instance(Resolve.java:55)
        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:549)
        at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:156)
        at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:605)
        at org.apache.maven.plugin.TestCompilerMojo.execute(TestCompilerMojo.java:160)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch

Email generated by Atlassian Bamboo - if you wish to stop receiving these emails edit your user profile or notify your administrator
Want this information in your IDE?
Actions
View Online
Add Comments
View Artifacts
Download Logs
Link to JIRA issue

Back to the top