Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 337265 - Issues building sketch on Hudson
Summary: Issues building sketch on Hudson
Status: RESOLVED INVALID
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: CI-Jenkins (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-15 18:38 EST by Chris Aniszczyk CLA
Modified: 2011-02-15 18:43 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Aniszczyk CLA 2011-02-15 18:38:00 EST
I'm getting some weird errors in regards to mvn and sketch...

Thoughts?

https://hudson.eclipse.org/hudson/job/sketch-0.1-nightly/2/console

FATAL: command execution failed
java.io.IOException: Cannot run program "mvn" (in directory "/opt/users/hudsonbuild/.hudson/jobs/sketch-0.1-nightly/workspace"): java.io.IOException: error=13, Permission denied
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
	at hudson.Proc$LocalProc.<init>(Proc.java:192)
	at hudson.Proc$LocalProc.<init>(Proc.java:164)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:638)
	at hudson.Launcher$ProcStarter.start(Launcher.java:273)
	at hudson.Launcher$ProcStarter.join(Launcher.java:280)
	at hudson.tasks.Maven.perform(Maven.java:259)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:603)
	at hudson.model.Build$RunnerImpl.build(Build.java:172)
	at hudson.model.Build$RunnerImpl.doRun(Build.java:137)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:417)
	at hudson.model.Run.run(Run.java:1337)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:140)
Caused by: java.io.IOException: java.io.IOException: error=13, Permission denied
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
	at java.lang.ProcessImpl.start(ProcessImpl.java:65)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:453)
	... 15 more
[DRY] Skipping publisher since build result is FAILURE
[FINDBUGS] Skipping publisher since build result is FAILURE
Finished: FAILURE
Comment 1 Chris Aniszczyk CLA 2011-02-15 18:43:41 EST
n/m, this was due to not picking a specific version of Maven.