It's all about the answers!

Ask a question

Error Code 23


Sergio Lorente (981712) | asked Jul 27 '12, 6:47 a.m.
edited Jul 30 '12, 2:34 a.m.
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!

Be the first one to answer this question!


Register or 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.