[closed] Error in ccm.log: ERROR com.ibm.rational.connector.hudson - HudsonSyncLoopRunnable.processBuildForEngine()
Hello everybody,
since our upgrade to 4.0.3 it seems that we have the following error in our ccm.log - the curious thing is it's flooding our logs so I have exported it into a single file (via log4j).
Our problem is that build jobs using the Jenkins server are not starting any more. When you run them they only hang up in state "Pending" and nothing more happens.
On the Jenkins server you don't see any request.
Any idea how to fix it?
Greetings,
Simon
since our upgrade to 4.0.3 it seems that we have the following error in our ccm.log - the curious thing is it's flooding our logs so I have exported it into a single file (via log4j).
Our problem is that build jobs using the Jenkins server are not starting any more. When you run them they only hang up in state "Pending" and nothing more happens.
On the Jenkins server you don't see any request.
Any idea how to fix it?
Greetings,
Simon
The question has been closed for the following reason: "The question is answered, right answer was accepted" by eickel Sep 16 '13, 1:16 a.m.
Accepted answer
My guess is that is a consequence of Hudson/Jenkins server URL now requires trailing slash (272761). We may not be allowing the redirect on the HTTP request which ends up causing a 404. Especially if this worked previously. That is the only reason I can think of to cause the HTTP request to fail with a 404 code.
~Spencer