-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
If I am using Maven 2.0.6 with the latest Hudson-Build, i get this error:
Exception in thread "main" java.io.FileNotFoundException: /opt/apache/maven/core
at org.codehaus.classworlds.Configurator.loadGlob(Configurator.java:487)
at org.codehaus.classworlds.Configurator.loadGlob(Configurator.java:459)
at org.codehaus.classworlds.Configurator.configure(Configurator.java:326)
at org.codehaus.classworlds.Launcher.configure(Launcher.java:156)
at hudson.maven.agent.Main.main(Main.java:41)
at hudson.maven.agent.Main.main(Main.java:31)
FATAL: unexpected stream termination
java.io.EOFException: unexpected stream termination
at hudson.remoting.Channel.<init>(Channel.java:142)
at hudson.Launcher$LocalLauncher.launchChannel(Launcher.java:175)
at hudson.maven.MavenBuild$RunnerImpl.newProcess(MavenBuild.java:283)
at hudson.maven.ProcessCache.get(ProcessCache.java:153)
at hudson.maven.MavenBuild$RunnerImpl.doRun(MavenBuild.java:258)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:119)
at hudson.model.Run.run(Run.java:544)
at hudson.maven.MavenBuild.run(MavenBuild.java:130)
at hudson.model.Executor.run(Executor.java:61)
I don't have the core-directory in my Maven 2.0.6-Dir, it's only available in
Maven 2.0.5.