You have gotten good replies. But the main issue has not been uncovered. When running SMP/E and there is JAVE issues involved, you need to scan the SYSPRINT/STDERR/STDOUT for the JVM error messages as well as GIM messages for JAVA. There are more messages that should be in the output of your job. Make sure your SMPE job has a //SYSPRINT DD SYSOUT=* - it will be helpful. I am not sure if it will dynamically allocated if it is not there or not. I tend to put all of the SYSOUTs needed in my SMPE Proc. Then I can order them
Look in the DDDEF report and see where SYSPRINT is allocated. So bring up the entire output of your job and use FIND JVM Prefix When you find those messages (there might be multiple) you need to find the ones that indicate a problem. Repeat for GIM When you find the JVM or GIM message indicating a JAVA error, include the entire message in the post. //SMPER1 EXEC PGM=GIMSMP,REGION=0M,MEMLIMIT=4G I am not sure how MEMLIMIT and REGION work together. But you want to let JAVA take everything it wants. Do you have anything like IEFUSI restricting your use of 0M or 4G? Note: JAVE needs lots of region. You will need to search your entire output to find this error. Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of ??? ?? ??? > Sent: Thursday, August 24, 2017 2:40 AM > To: IBM-MAIN@LISTSERV.UA.EDU > 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 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN