*Hello,
I have recently joined a team that is using Synergy 7.1.0.1 and wants to use
Jenkins as a build manager. I've installed Jenkins and the Synergy Plug-in
on our RedHat Enterprise Linux 5.0 server. All software installations were
successful, but when I create a project in Jenkins and click build I get the
following messages:*
Building in workspace /var/lib/jenkins/jobs/secondTestJob-2/workspace
$ /usr/local/ccm71/bin/ccm start -d /data/ccmdb/testdb -nogui -m -q -h
ncml01-cmdmsp01
[workspace] $ /usr/local/ccm71/bin/ccm start -d /data/ccmdb/testdb -nogui -m
-q -h ncml01-cmdmsp01
ncml01-cmdmsp01:54702:172.17.69.60
$ /usr/local/ccm71/bin/ccm attr -s status -p secondTestJob-2
[workspace] $ /usr/local/ccm71/bin/ccm attr -s status -p secondTestJob-2
ccm command failed
Specified project cannot be identified: 'secondTestJob-2'
Command: The environment was :
CCM_ADDR=ncml01-cmdmsp01:54702:172.17.69.60
CCM_UILOG=/usr/local/ccm71/log/ccm_ui.log
CCM_ENGLOG=/usr/local/ccm71/log/ccm_eng.log
CCM_HOME=/usr/local/ccm71
PATH=$CCM_HOME/bin:$PATH
$ /usr/local/ccm71/bin/ccm stop
[workspace] $ /usr/local/ccm71/bin/ccm stop
IBM Rational Synergy engine exiting.
Finished: FAILURE
*After spending several days researching and testing other methods of fixing
this problem, I cannot find a workable solution. The Synergy engine is
starting and stopping correctly, but the problem seems to be in the work
area. My builds are showing as FAILURE but there is information being
written to the /var/lib/jenkins/jobs/secondTestJob-2/builds folder.
build.xml and log.*
*This is what build.xml contains:*
<hudson.maven.MavenModuleSetBuild>
<actions>
<hudson.model.CauseAction>
<causes>
<hudson.model.Cause_-UserIdCause/>
</causes>
</hudson.model.CauseAction>
</actions>
<number>8</number>
<result>FAILURE</result>
<duration>6520</duration>
<charset>UTF-8</charset>
<keepLog>false</keepLog>
<builtOn></builtOn>
<workspace>/var/lib/jenkins/jobs/secondTestJob-2/workspace</workspace>
<hudsonVersion>1.465</hudsonVersion>
<scm class="hudson.scm.NullChangeLogParser"/>
<culprits class="com.google.common.collect.EmptyImmutableSortedSet"/>
</hudson.maven.MavenModuleSetBuild>
*I'm not really sure where to go from here. I've done some reading and have
seen that Synergy Plug-in development has slowed or mostly stopped, but any
assistance that can be offered would be greatly appreciated.*
-Michael
--
View this message in context:
http://jenkins.361315.n4.nabble.com/Jenkins-and-Synergy-7-1-Assistance-Needed-tp4631316.html
Sent from the Jenkins dev mailing list archive at Nabble.com.