This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 137678 - Hudson failed to run "cvs" command
Summary: Hudson failed to run "cvs" command
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Hudson4QE (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Petr Chytil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-19 10:12 UTC by Jaromir Uhrik
Modified: 2008-12-11 09:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2008-06-19 10:12:41 UTC
Four my jobs filed today because the cvs command was not able to run - see e.g following fail
http://hudson4qe.czech.sun.com/job/catalog_diff_61_beta/3/console
The output looks like:
----------------------------------------%<--------------------------------------------------------
started
Building remotely on Lin-RedHat-1-stable
[workspace] $ cvs -Q -z3 -d :pserver:anoncvs@beetle.czech.sun.com:/cvs co -P -d catalog_diff_61_beta -D "Thursday, June
19, 2008 3:08:57 AM UTC" tools/CatalogDiff
FATAL: Cannot run program "cvs" (in directory "/space/hudson/workspace"): java.io.IOException: error=2, No such file or
directory
java.io.IOException: Cannot run program "cvs" (in directory "/space/hudson/workspace"): java.io.IOException: error=2, No
such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
	at hudson.Proc$LocalProc.<init>(Proc.java:108)
	at hudson.Proc$LocalProc.<init>(Proc.java:86)
	at hudson.Launcher$LocalLauncher.createLocalProc(Launcher.java:291)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:282)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:398)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:382)
	at hudson.remoting.UserRequest.perform(UserRequest.java:69)
	at hudson.remoting.UserRequest.perform(UserRequest.java:23)
	at hudson.remoting.Request$2.run(Request.java:200)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
	at java.lang.Thread.run(Thread.java:619)
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
	at java.lang.ProcessImpl.start(ProcessImpl.java:65)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
	... 15 more
----------------------------------------%<--------------------------------------------------------
Comment 1 Tomas Danek 2008-08-04 12:59:56 UTC
cvs is not installed on redhat. Petre, can you install cvs on that redhat machine?
Comment 2 Petr Chytil 2008-08-07 16:30:47 UTC
fixed - CVS is now installed on Lin-RedHat-1-stable
Comment 3 Jaromir Uhrik 2008-12-11 09:11:29 UTC
This report is obsolete and is not valid now -> marking as closed.