dsjob command throwing framework exception-couldn't load JVM

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
satish_valavala
Participant
Posts: 123
Joined: Wed May 18, 2005 7:41 am
Location: USA

dsjob command throwing framework exception-couldn't load JVM

Post by satish_valavala »

Hi,

We can able to run a job from DSDirector, but we are not able to run the same job (or any other jobs) using dsjob command from command line.

Its throwing following JMV error,

JVMXM008: Error occured while initialising System ClassException in thread "main" [ 1] [ Error] Unknown error when trying to load JVM
[ 1] [ ERROR] Couldn't load a JVM or connect to one
[ 1] [ ERROR] frame exception about to be thrown: code=-1025 , msg='Cann't load Jvm or connect to one'



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

Post by lstsaur »

It could be many things wrong with your Java's PATH, CLASSPATH, and/or envivronment variables for the JVM. However, login your Unix box first, issue a which Java and then compare the retruned result with your Path, classpath, and environment variables to see what's missing.
Post Reply