Install problem, getting CEE3555S while starting RUN14

General discussion on the JZOS batch launcher and toolkit
Post Reply
monty

Install problem, getting CEE3555S while starting RUN14

Post by monty »

Hi!

I'm having problems to start Java 1.4 VM for JZOS on z/OS 1.6. The RUN14 Job (starting helloworld) gets an CEE3555S Error. Looking at the IBM Manuals i should set XPLINK to ON, which could have performance problems for the whole z/OS Installation. Is this really required? Can I set this only for the JAVA VM Environment? Do I really have to set the run time options for LE?

here the error

CEE3555S A call was made from a NOXPLINK-compiled application to an XPLINK-compiled exported function in DLL libjvm.so
and the XPLINK(ON) runtime option was not specified.
From entry point JzosVM::initializeVMArgs() at compile unit offset +00
address 1CC0252C.
Guest

Post by Guest »

i managed to set XPLINK ON!

//EXJZOSVM PROC JAVACLS=, < Fully Qfied Java class..RQD
// ARGS=, < Args to Java class
// LIBRARY='STRO.JZOS.LOADLIB', < STEPLIB FOR JZOSVM module
// VERSION='14', < Version of JZOSVM module
// LOGLVL='+T', < Debug LVL: +I(info) +T(trc)
// REGSIZE='0M', < EXECUTION REGION SIZE
// LEPARM='XPLINK(ON)'

But now i have a new problem (my JAVA_HOME is correct...)

atoe_getcwd error: EDC5134I Function not implemented.
coz
Posts: 391
Joined: Fri Jul 30, 2004 5:29 pm

Post by coz »

What version of JZOS are you using?
Guest

Post by Guest »

SteveGoetze wrote:What version of JZOS are you using?
I'm using 1.2.2. the problem above has been solved. the ACF2 guy had to set my HOME directory in ACF2. thanks to another thread i solved this. Thanks!
Post Reply