Page 1 of 1

unable to create Java Virtual Machine

Posted: Mon Feb 18, 2013 6:01 am
by mandyli
Hi

we re using Datastage 8.7 with AIX unix 6.1 . One of our webservice stage job aborted with following error.

"unable to create Java Virtual Machine" and than as per IBM I have removed following variables from DS admin.

DATASTAGE_JRE=/opt/IBM/InformationServer/_jvm/jre
DATASTAGE_JVM=bin\j9vm

the same job ran fine inDEV,QA and PROD,but suddenly the same job start aborted with above error only on PROD not in DEV & QA.

I am bit confused.

Thanks
Man

Posted: Mon Feb 18, 2013 2:39 pm
by lstsaur
It's got to be something changed in your PROD environment. Something like either CLASSPATH, PATH, or JAVA_HOME.

Posted: Mon Feb 18, 2013 3:06 pm
by ray.wurlod
"Suddenly", eh? What changed?

Posted: Tue Feb 19, 2013 10:16 am
by prasson_ibm
Hi,
You need to set java CLASSPATH,PATH into .profile of dsadm user.This is what we did in our project.I am not sure but you can set these paths into datastage dadminstrator enviorments.

Check if paths are correct and let us know if you face any issue.

Posted: Tue Feb 19, 2013 10:19 am
by prasson_ibm
Hi,
Please check current enviormental setting( from job log) and make sure that Datastage_jvm and jre variables are not called. If yes you need to restart the engine.