-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Running the Master on Red Hat Enterprise 6 with the windows slave on windows XP.
Hi all. I've run into an issue with my Hudson install. We've
successfully got hudson running on a linux server as a master polling
clearcase and kicking off builds. I also was able to get Hudson
running on a Windoiws XP machine as a master polling clearcase and
kicking off builds.
Now I've tried to switch the Windows build over as a slave to the Unix
master. If I hit the build now button it will successfully build on
the Windows XP machine, but the clearcase polling keeps saying no
changes.
Can anyone point me in a direction where I might be going wrong?
Here's a copy of the polling log showing changes:
------------------------------------------------------------------------------------------------------------
[Med_Desktop_Client_11.02] $ cleartool lsview jarmenia_med-win-
slave_Med_Desktop_Client_11.02_hudson
jarmenia_med-win-slave_Med_Desktop_Client_11.02_hudson
gnvccnas
\winviewstore2\mmrd\jarmenia\view.2.vws
[view] $ cleartool lshistory -all -since 31-jan-11.21:35:55utc+0000 -
fmt '\"%Nd\" \"%u\" \"%En\" \"%Vn\" \"%e\" \"%o\" \n%c\n' -minor -nco
med_desktop
"20110131.163817" "vobadm" "WO94919.4" "" "rename branch type"
"rename"
Changed name of branch type from "WO94919" to "WO94919.4".
"20110131.163814" "vobadm" "c:\hudson\workspace
\Med_Desktop_Client_11.02\view\med_desktop\Desktop\DesktopTest
\BalanceDuePresenterTest.cs" "\main\rel11.02\WO94919.4\1" "remove
label "RFM" from version" "rmlabel"
"20110131.163812" "vobadm" "c:\hudson\workspace
\Med_Desktop_Client_11.02\view\med_desktop\Desktop\DesktopTest
\BalanceDuePresenterTest.cs" "\main\rel11.02\17" "make attribute
"WONum" on version" "mkattr"
Added attribute "WONum" with value 94919.
"20110131.163810" "vobadm" "c:\hudson\workspace
\Med_Desktop_Client_11.02\view\med_desktop\Desktop\DesktopTest
\BalanceDuePresenterTest.cs" "\main\rel11.02\17" "create version"
"checkin"
Comment History:
John Armenia, Monday, January 31, 2011 4:34:17 PM
"20110131.163755" "vobadm" "c:\hudson\workspace
\Med_Desktop_Client_11.02\view\med_desktop\Desktop\Desktop\Properties
\AssemblyInfo.cs" "\main\rel11.02\32" "make attribute "WONum" on
version" "mkattr"
Added attribute "WONum" with value 94919.
"20110131.163754" "vobadm" "c:\hudson\workspace
\Med_Desktop_Client_11.02\view\med_desktop\Desktop\Desktop\Properties
\AssemblyInfo.cs" "\main\rel11.02\32" "create version" "checkin"
Bumping the version number.
"20110131.163735" "vobadm" "c:\hudson\workspace
\Med_Desktop_Client_11.02\view\med_desktop\Desktop\DesktopTest
\BalanceDuePresenterTest.cs" "\main\rel11.02\17" "make hyperlink
"Merge" on version" "mkhlink"
Attached hyperlink "Merge@135124@\med_desktop".
"20110131.163735" "vobadm" "c:\hudson\workspace
\Med_Desktop_Client_11.02\view\med_desktop\Desktop\DesktopTest
\BalanceDuePresenterTest.cs" "\main\rel11.02\WO94919.4\1" "make
hyperlink "Merge" on version" "mkhlink"
Attached hyperlink "Merge@135124@\med_desktop".
"20110131.163735" "vobadm" "Merge@135124@\med_desktop" "" "create
hyperlink" "mkhlink"
"20110131.163607" "jarmenia" "c:\hudson\workspace
\Med_Desktop_Client_11.02\view\med_desktop\Desktop\DesktopTest
\BalanceDuePresenterTest.cs" "\main\rel11.02\WO94919.4\1" "remove
label "RFL" from version" "rmlabel"
"20110131.163606" "jarmenia" "c:\hudson\workspace
\Med_Desktop_Client_11.02\view\med_desktop\Desktop\DesktopTest
\BalanceDuePresenterTest.cs" "\main\rel11.02\WO94919.4\1" "make label
"RFM" on version" "mklabel"
Done. Took 1.6 sec
No changes
----------------------------------------------------------------------------------------------------------------
I have the same issue.
Here is "UCM ClearCase Polling Log"
Started on Feb 15, 2011 12:05:35 PM
[Connect_ci_ISM] $ /usr/atria/bin/cleartool desc -fmt %[found_bls]Xp\n stream:Connect_9.2_int@\att_pvob
java.io.IOException: Cannot run program "/usr/atria/bin/cleartool" (in directory "c:\hudson\workspace\Connect_ci_ISM"): CreateProcess error=3, The system cannot find the path specified
at java.lang.ProcessBuilder.start(Unknown Source)
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$RemoteLaunchCallable.call(Launcher.java:793)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:767)
at hudson.remoting.UserRequest.perform(UserRequest.java:114)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at hudson.remoting.Engine$1$1.run(Engine.java:58)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: CreateProcess error=3, The system cannot find the path specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)
... 17 more
ERROR: Failed to record SCM polling
java.lang.NullPointerException
at hudson.plugins.clearcase.AbstractClearCaseScm.compareRemoteRevisionWith(AbstractClearCaseScm.java:546)
at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:354)
at hudson.scm.SCM.poll(SCM.java:371)
at hudson.model.AbstractProject.poll(AbstractProject.java:1289)
at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:420)
at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:449)
at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
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:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)