For those that know of any JAVA debug options to use, there is a way to specify 
them in the CLNTINFO DD using "javadebugoptions=" in the <CLIENT area.

From my receive JCL:

//CLNTINFO DD *
 <CLIENT
   javahome="/usr/lpp/java/J8.0"
   classpath="/usr/lpp/smp/classes"
   javadebugoptions="-Dcom.ibm.smp.debug=severe -showversion">
  </CLIENT>

Al Nims
Systems Admin/Programmer 3
UFIT
University of Florida
(352) 273-1298

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Carmen Vitullo
Sent: Thursday, August 24, 2017 10:33 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: GIM69209S ** RECEIVE PROCESSING HAS FAILED BECAUSE PROGRAM 
GIMJVCLT COULD NOT BE Started.

My receive JCL is 'almost' identical except I have Java 6.7 and 8 to support 
multiple applications , and for the receive I use Java 6 31 bit 


also I noticed a subtle difference in the CLIENTINFO 


mine, I don't specify the classpath that's done in the SMPCPATH DD and I have 
to authenticate to my Proxy, I use a REGION=0M and no MEMLIMIT 



<CLIENT
javahome="/usr/lpp/java/J6.0.1" 
downloadmethod="https" 
downloadkeyring="javatruststore">
<HTTPPROXY host="xx.x.xxx.xxx" 
user="xxxxxxxxx" pw="xxxxxxxxx" port="xxxx"> </HTTPPROXY> </CLIENT>
----- Original Message -----

From: "גדי בן אבי" <gad...@malam.com>
To: IBM-MAIN@LISTSERV.UA.EDU
Sent: Thursday, August 24, 2017 4:40:07 AM
Subject: GIM69209S ** RECEIVE PROCESSING HAS FAILED BECAUSE PROGRAM GIMJVCLT 
COULD NOT BE Started. 

Hi, 

I am setting up a brand new system, running z/OS v2.2 

I ordered a product from shopzseries, and I am trying to download it using the 
RFNJOBH downloaded from shopzseries. 

I am getting the message
GIM69209S ** RECEIVE PROCESSING HAS FAILED BECAUSE PROGRAM GIMJVCLT COULD NOT 
BE Started. 

I’ve looked at everything mentioned in the message manual, and it all seems ok. 

Here is the job I am using: 
//V110GA37 JOB (00),' ',CLASS=X,MSGCLASS=X,PRTY=9, // NOTIFY=&SYSUID
//SMPER1 EXEC PGM=GIMSMP,REGION=0M,MEMLIMIT=4G, // PARM='PROCESS=WAIT' 
//SMPCSI DD DISP=SHR,DSN=SYSG.SMPE.GLOBAL.CSI <=== NOTE 1 //SMPNTS DD 
PATHDISP=KEEP, // PATH='/u/smpe/smpnts/' <=== NOTE 2 //SMPWKDIR DD 
PATHDISP=KEEP, // PATH='/u/smpe/workdir/' <=== NOTE 3 //SMPCPATH DD 
PATH='/usr/lpp/smp/classes/' <=== NOTE 4 //SMPOUT DD SYSOUT=* //SMPRPT DD 
SYSOUT=* //SMPLIST DD SYSOUT=* //SYSPRINT DD SYSOUT=* //SMPCNTL DD * SET 
BOUNDARY (GLOBAL) . 
RECEIVE
FROMNETWORK(
SERVER(SERVINFO)
/* TRANSFERONLY <=== NOTE 5 */
CLIENT(CLNTINFO)
)
. 
/*
//SERVINFO DD *
<SERVER
host="deliverycb-mul.dhe.ibm.com" 
user="P404n421" 
pw="k6q1794E" 
> 
<PACKAGE
file="2017081650107/PROD/GIMPAF.XML" 
hash="C67534FA316BC23C9AE77039DF2C6507714FE87F" 
id="STP45994" 
> 
</PACKAGE>
</SERVER>
/*
//*
//CLNTINFO DD *
<CLIENT
javahome="/usr/lpp/java/J8.0_64" 
classpath="/usr/lpp/smp/classes/" 
downloadmethod="https" 
downloadkeyring="javatruststore">
</CLIENT>
/* 

Gadi
לתשומת ליבך, בהתאם לנהלי חברת מלם מערכות בע"מ ו/או כל חברת בת ו/או חברה קשורה 
שלה (להלן : "החברה") וזכויות החתימה בהן, כל הצעה, התחייבות או מצג מטעם החברה, 
מחייבים מסמך נפרד וחתום על ידי מורשי החתימה של החברה, הנושא את לוגו החברה או 
שמה המודפס ובצירוף חותמת החברה. בהעדר מסמך כאמור (לרבות מסמך סרוק) המצורף 
להודעת דואר אלקטרוני זאת, אין לראות באמור בהודעה אלא משום טיוטה לדיון, ואין 
להסתמך עליה לביצוע פעולה עסקית או משפטית כלשהי. Please note that in accordance 
with Malam and/or its subsidiaries (hereinafter : "Malam") regulations and 
signatory rights, no offer, agreement, concession or representation is binding 
on the Malam, unless accompanied by a duly signed separate document (or a 
scanned version thereof), affixed with the Malam seal. 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN 


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to