Page 1 of 1

Eclipse debugger definition

PostPosted: Sat Nov 16, 2013 3:54 am
by truczat
I'd like to define and enable Java application program remote debugging environment in CICS region.
A new JVMprofile and JVMSERVER should be created with the appropriate Java debugging options defined in the JVM properties.
The intended purpose is to connect the Eclipse debugger to the CICS JVM, and the -Xdebug and -Xrunjdwp options should be set
accordingly.

After installation ECLDEBJA JMMSERVER still disabled with error in CICS log below:
Jvms(ECLDEBJA) Dis Jvm(DFHDEBJA) Ler(DFHAXRO )
Threadc(000) Threadl( 015 ) Cur(0)
DFHSJ0914 E 14/11/2013 12:05:03 CICS02 CICS02 JVMSERVER ECLDEBJA is DISABLED because the Language Environment created.
ENCLAVE_INIT_FAILED
The Language Environment enclave failed to initialize successfully. Check that the SDFJAUTH library is in the STEPLIB concatenation of the CICS region.

check done:STEPLIB DD DISP=SHR,DSN=SYS0.CICSTS42.CICS.SDFJAUTH.SYSA

my /u/cics/javaprof/CICS02/cicsts42/DFHDEBJA contains:
000080 #**********************************************************************
000081 # JVM Eclipse Debug
000082 # -----------------
000083 #
000084 -Xdebug
000085 -Xrunjdwp:transport=dt_socket,server=y,address=2290
000086 #**********************************************************************

Can I have a little help how to customize JVMPROFILEDIR ?