Run time system error for sample java code on zos/unix

Discussions regarding Open Source Java projects under z/OS (other than Tomcat)
Post Reply
venuanne
Posts: 2
Joined: Wed Sep 08, 2010 3:49 pm
Location: usa

Run time system error for sample java code on zos/unix

Post by venuanne »

Hello,
I am receiving below error:
CEE3512S An HFS load of module IGZCJAVA failed.The system return code was 0000000135; the reason code was 0594003C. From compile unit TS2HELLO at entry point TS2HELLO at compile unit offset +000003E0 at entry offset +000003E0 at address 1A5003E0.

I have used the code in below url - http://publib.boulder.ibm.com/infocente ... pjav07.htm

any suggestions about environment settings or about resolving the error?

Thanks
Venu
venuanne
Posts: 2
Joined: Wed Sep 08, 2010 3:49 pm
Location: usa

Resolution

Post by venuanne »

I was able to resolve above issue by changing the classpath and using OBJVMINITOPTIONS

Thanks
Venu
wwqmicky
Posts: 1
Joined: Tue May 12, 2015 1:21 am

Re: Run time system error for sample java code on zos/unix

Post by wwqmicky »

I am sure that I have some parameter set incorrectly. I am attaching the verbose output. I appreciate any help!.
Post Reply