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

Build toolkit on z/OS using 64 bit java

Hey guys,

I'm getting the following error when running a build on z/OS: java.lang.UnsatisfiedLinkError: RTCzMVSExec64 (Not found in java.library.path).  Don't recall a configuration step that required updating LIBPATH anywhere.  We have startbfa.sh configured with JAVA_HOME pointing to the 64 bit Java install dir and BLD_TOOKIT pointing to the <jazzInstall>/buildsystem//buildtoolkit  folder.

What are we missing?

Alex

0 votes



2 answers

Permanent link
 Hi Alex,

Check that you have the file librtczMVSExec64.so in your buildtoolkit directory, and that its permissions are set correctly ('chmod 755' plus 'extattr +p'). For more detail, see http://www-01.ibm.com/support/docview.wss?uid=swg21645497

-Justin

0 votes

Comments

 Justin,

Here are the permissions (i.e. no writes for group and other but not sure why those would be needed):
 -rwxr-xr-x  -ps-  1 OEDFLTU  UUCPG     106496 Aug  5  2013 libRTCzMVSExec64.so

Looking in the EEBAW labs materials it does mention that the build user ID needs to have LIBPATH set to point to the buildtoolkit folder.  If so, seems the sample startbfa.sh that ships with the product should include something like:

export LIBPATH=${BLD_TOOLKIT};${LIBPATH} (or is it LD_LIBRARY_PATH instead of LIBPATH?)

Am I right?


Permanent link
 Hi Alex - 

can you open a work item and attach your build log for us to take a closer look?  
Are there any ICH408I type RACF errors at the time you attempt the build?
Is this an SMP/E installed RTC toolkit and which release?

Bruce

0 votes

Comments

Bruce, created Work item 313481.  Note that setting LIBPATH solved the issue (RACF wasn't the culprit).  We have 4.0.4 build toolkit installed (SMP/E).

Your answer

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
× 6,121
× 69

Question asked: Apr 22 '14, 1:54 p.m.

Question was seen: 5,203 times

Last updated: Apr 23 '14, 5:28 p.m.

Confirmation Cancel Confirm