Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Error Code 23

Hi,

we just migrated RTCz 3.0 to 3.0.1.2. in a WAS 7.0.0.21
We have a deploy solution using ant tasks.
One of those tasks, is executing a scm share command:

<!-- Update the build progress in Jazz by starting a new build activity. -->
                                                      <startBuildActivity activityIdProperty="shareActivityId" label="Sharing the changeset..." buildResultUUID="${buildResultUUID}" repositoryAddress="${repositoryAddress}" userId="${RTC.UserName}" passwordFile="${RTC.pwdFile}" />

                                             
                                                      <exec executable="${RTC.scmPath}" failonerror="true">

                                                              <env key="SCM_WORK" value="${AEAT_JAZZ_BUILDS}/${appName}"/>

                                                              <arg value="--config" />

                                                              <arg value="$HOME/.jazz-scm" />

                                                              <arg value="share" />

                                                              <arg value="-r" />

                                                              <arg value="${repositoryAddress}" />

                                                              <arg value="-u" />

                                                              <arg value="${RTC.UserName}" />

                                                              <arg value="-P" />

                                                              <arg value="${RTC.Password}" />

                                                              <arg value="-v" />

                                                              <arg value="${team.scm.workspaceUUID}" />

                                                              <arg value="${appName}.bin" />

                                                              <arg value="../${appName}.binary" />

                                                      </exec>

                                                     
                                                      <!-- Complete the share build activity. -->

                                                      <completeBuildActivity activityId="${shareActivityId}" buildResultUUID="${buildResultUUID}" repositoryAddress="${repositoryAddress}" userId="${RTC.UserName}" passwordFile="${RTC.pwdFile}"  />


And this task is returning a "exec returned: 23" error code in the build log.
As you can see, in
infocenter scm return code page:
"23: reservado (excepción OSGi)"

That problem appears randomly.

What is wrong?
Any suggestion??

Greetings!

0 votes


Be the first one to answer this question!

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jul 27 '12, 6:47 a.m.

Question was seen: 3,648 times

Last updated: Jul 30 '12, 2:34 a.m.

Confirmation Cancel Confirm