Custome Wrapper Stage Java error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
mandyli
Premium Member
Premium Member
Posts: 898
Joined: Wed May 26, 2004 10:45 pm
Location: Chicago

Custome Wrapper Stage Java error

Post by mandyli »

Hi

we have created Custom Wrapper stage on Datastage 8.7 and recently we have migrated 8.1 into 8.7. I have imported same Custom-Wrapped stages with source code and also I have re generated on 8.7 environment . We are using AIX Unix.
The wrapper stage called shall script.
I have compiled job successfully but I am getting following error during runtime.

" /usr/java5_64/bin/java: not found " error.

Is this anything java package is missing here ?


Thanks
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

The system simply couldn't find the Java in the /usr/java5_64/bin directory.
mandyli
Premium Member
Premium Member
Posts: 898
Joined: Wed May 26, 2004 10:45 pm
Location: Chicago

Post by mandyli »

Thanks Lot.

The whole folder is missing and also How to test JDBC connection from Datastage server.

I have to test ORACLE jdbc connection from Datastage server.

Thanks
Man
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You have to determine where the java folder (the correct location for /usr/java5_64) is and, if you can't, install it from wherever you have it. This folder is not part of DataStage; presumably it is associated with whatever command you invoke via the Wrapper stage.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
mandyli
Premium Member
Premium Member
Posts: 898
Joined: Wed May 26, 2004 10:45 pm
Location: Chicago

Post by mandyli »

Thanks Ray,

Shall I install Java alone or /usr/java5_64 or shall I copy from other environments?

Thanks
Man
Post Reply