Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-build] Build failed in Hudson: jetty-test-windows #153

See <https://hudson.eclipse.org/hudson/job/jetty-test-windows/153/>

------------------------------------------
Started by user mgorovoy
Building remotely on windows7tests
Checkout:jetty-test-windows / <https://hudson.eclipse.org/hudson/job/jetty-test-windows/ws/> - hudson.remoting.Channel@6946a317:windows7tests
Using strategy: Default
Last Built Revision: Revision 4e8598eb00831dde238035045783ac0f398476ae (origin/master)
Checkout:jetty-test-windows / <https://hudson.eclipse.org/hudson/job/jetty-test-windows/ws/> - hudson.remoting.LocalChannel@e44e3a
GitAPI created
Fetching changes from the remote Git repository
Fetching upstream changes from git://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git
[jetty-test-windows] $ "C:\Program Files\Git\cmd\git.cmd" fetch -t git://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git +refs/heads/*:refs/remotes/origin/*
[jetty-test-windows] $ "C:\Program Files\Git\cmd\git.cmd" ls-tree HEAD
[jetty-test-windows] $ "C:\Program Files\Git\cmd\git.cmd" rev-parse origin/master
Commencing build of Revision 4e8598eb00831dde238035045783ac0f398476ae (origin/master)
GitAPI created
Checking out Revision 4e8598eb00831dde238035045783ac0f398476ae (origin/master)
[jetty-test-windows] $ "C:\Program Files\Git\cmd\git.cmd" checkout -f 4e8598eb00831dde238035045783ac0f398476ae
[jetty-test-windows] $ "C:\Program Files\Git\cmd\git.cmd" tag -a -f -m "Hudson Build #153" hudson-jetty-test-windows-153
Recording changes in branch origin/master
[jetty-test-windows] $ "C:\Program Files\Git\cmd\git.cmd" whatchanged --no-abbrev -M --pretty=raw 4e8598eb00831dde238035045783ac0f398476ae..4e8598eb00831dde238035045783ac0f398476ae
[jetty-test-windows] $ cmd /c call C:\Users\HUDSON~1\AppData\Local\Temp\hudson499193569489526267.bat

<https://hudson.eclipse.org/hudson/job/jetty-test-windows/ws/>set> JAVA_HOME=C:\Java\jdk1.6.0_20 

<https://hudson.eclipse.org/hudson/job/jetty-test-windows/ws/>set> MAVEN_OPTS=-Xmx768m -XX:MaxPermSize=384m -Dhttp.proxyHost=proxy.eclipse.org -Dhttp.proxyPort=9898 -Dhttps.proxyHost=proxy.eclipse.org -Dhttps.proxyPort=9898 -Dhttp.nonProxyHosts="*.eclipse.org|172.30.206.*" -Dhttps.nonProxyHosts="*.eclipse.org" -Dftp.proxyHost=proxy.eclipse.org -Dftp.proxyPort=9898 -Dftp.nonProxyHosts="*.eclipse.org" 

<https://hudson.eclipse.org/hudson/job/jetty-test-windows/ws/>exit> 0 
[jetty-test-windows] $ "c:\Program Files\maven-3.0.3\bin\mvn.bat" -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -fae clean install
java.lang.NoClassDefFoundError: %JVM_OPTS%
Caused by: java.lang.ClassNotFoundException: %JVM_OPTS%
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Could not find the main class: %JVM_OPTS%.  Program will exit.
Recording test results
Failed to send e-mail to Michael Gorovoy because no e-mail address is known, and no default e-mail domain is configured
Failed to send e-mail to Greg Wilkins because no e-mail address is known, and no default e-mail domain is configured
Failed to send e-mail to Jesse McConnell because no e-mail address is known, and no default e-mail domain is configured
Failed to send e-mail to Jan Bartel because no e-mail address is known, and no default e-mail domain is configured



Back to the top