Page 1 of 1

dsjob command throwing framework exception-couldn't load JVM

Posted: Mon Jun 30, 2008 9:50 am
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

Posted: Mon Jun 30, 2008 10:42 am
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.