http://traffic.openplans.org:8080/continuum/buildResult.action?buildId=134&projectId=7
Continuum ha scritto:
http://traffic.openplans.org:8080/continuum/buildResult.action?buildId=134&projectId=7
Hmmm... not sure what to make up of this one, it's not a compile or test failure, something fishy going on in the maven build itself apparently:
[INFO] Surefire report directory: /spare/homes/jdeolive/continuum-1.1-beta-2/apps/continuum/webapp/WEB-INF/working-directory/7/platform/target/surefire-reports
java.lang.NoSuchMethodError: java.net.URL.openCmnnection()Ljava/net/URLConnection;
at sun.net.www.protocol.jar.JarURLConnection.<init>(JarURLConnection.java:64)
at sun.net.www.protocol.jar.Handler.openConnection(Handler.java:24)
at java.net.URL.openConnection(URL.java:896)
at java.net.URL.openStream(URL.java:913)
at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:997)
at java.util.ResourceBundle$1.run(ResourceBundle.java:1083)
at java.security.AccessController.doPrivileged(Native Method)
at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1079)
at java.util.ResourceBundle.findBundle(ResourceBundle.java:927)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:745)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:551)
at org.apache.maven.surefire.Surefire.<init>(Surefire.java:42)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:308)
at java.lang.Class.newInstance(Class.java:261)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:283)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
Well, indeed java.net.URL.openCmnnection() (notice the typo, Cmnnection instead of Connection) is not going to be there but... how can an error like this one be in the java runtime? Surefire starts a separate jvm
to run the tests afaik.
Cheers
Andrea