Try using the 31 bit version of Java 8. See if that makes a difference.

Mark Jacobs

גדי בן אבי <mailto:gad...@malam.com>
August 24, 2017 at 9:14 AM
This is what SYSPRINT says:
------------------------------------------------------------------------------
DATE 08/24/17 TIME 16:08:40 SERVER Data SMP/E 36.79

<SERVER
host="10.202.14.11"
user="gadi_b"
pw="******">
<PACKAGE
file="/down_l/rakefet/2008571642_000010_PROD/order/GIMPAF.XML"
hash="855F7AE091F92690C9F01A40568F4FA0A9AB8266"
id="ST222133.order">
</PACKAGE>
</SERVER>

------------------------------------------------------------------------------
DATE 08/24/17 TIME 16:08:40 CLIENT Data SMP/E 36.79

<CLIENT retry="3"
javahome="/usr/lpp/java/J8.0_64"
classpath="/usr/lpp/smp/classes"
javadebugoptions="-Dcom.ibm.smp.debug=severe -showversion"
downloadmethod="https"
downloadkeyring="javatruststore">
</CLIENT>

DATE 08/24/17 TIME 16:08:40 SMP/E GIMJVCLT OUTPUT SMP/E 36.79

/bin/sh -c /usr/lpp/java/J8.0_64/bin/java -Dcom.ibm.smp.debug=severe -showversi
n -cp /usr/lpp/smp/classes/ com.ibm.smp.GIMJVCLT


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

OK, you've checked all those options, but what did you actually find in SYSPRINT? Hard for anyone to debug without showing us the content of SYSPRINT.

Kurt Quackenbush -- IBM, SMP/E Development

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN לתשומת ליבך, בהתאם לנהלי חברת מלם מערכות בע"מ ו/או כל חברת בת ו/או חברה קשורה שלה (להלן : "החברה") וזכויות החתימה בהן, כל הצעה, התחייבות או מצג מטעם החברה, מחייבים מסמך נפרד וחתום על ידי מורשי החתימה של החברה, הנושא את לוגו החברה או שמה המודפס ובצירוף חותמת החברה. בהעדר מסמך כאמור (לרבות מסמך סרוק) המצורף להודעת דואר אלקטרוני זאת, אין לראות באמור בהודעה אלא משום טיוטה לדיון, ואין להסתמך עליה לביצוע פעולה עסקית או משפטית כלשהי. 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


Please be alert for any emails that may ask you for login information or directs you to login via a link. If you believe this message is a phish or aren't sure whether this message is trustworthy, please send the original message as an attachment to 'phish...@timeinc.com'.

גדי בן אבי <mailto:gad...@malam.com>
August 24, 2017 at 6:56 AM
I've checked all of those options

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Richards, Robert B.
Sent: Thursday, August 24, 2017 1:44 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: GIM69209S ** RECEIVE PROCESSING HAS FAILED BECAUSE PROGRAM GIMJVCLT COULD NOT BE Started.

From QuickRef:

SMP/E attempted to invoke the indicated program but it could not be started.

System action

Command processing stops.

Programmer response

Check the output in the print file to determine the cause of the error.
SYSPRINT is SMP/E's default print file, and is used if no PRINT subentry was
specified in the active UTILITY entry for the HFSCOPY utility.

Depending on what the output indicates, do the following tasks and rerun the
job:
o If the output indicates Java is not found, then ensure the directory of
the Java 2 Technology Edition that is specified using either a SMPJHOME
DD statement or DDDEF entry is correct. For example, if Java 1.4 is
installed in the /usr/lpp/java/J1.4 directory, then the following DD
statement should be used:

//SMPJHOME DD PATH='/usr/lpp/java/J1.4/'
If using the RECEIVE ORDER or RECEIVE FROMNETWORK command or the
GIMGTPKG service routine, you can alternatively specify the javahome
attribute in the CLIENT data set to indicate the directory where the
Java runtime resides. Use the following as an example:

javahome="/usr/lpp/java/J1.4"

o If the output indicates a Java class is not found, then ensure the SMP/E
Java application classes are accessible to SMP/E. The Java classpath can
be specified using a SMPCPATH DD statement or DDDEF entry. For example,
if the SMP/E Java classes reside in the /usr/lpp/smp/classes/ directory,
then the following DD statement should be used:

//SMPCPATH DD PATH='/usr/lpp/smp/classes/'
If running an SMP/E command rather than a service routine, you can also
use a DDDEF entry for SMPCPATH instead of a DD statement. In addition,
if using the RECEIVE ORDER or RECEIVE FROMNETWORK command or the
GIMGTPKG service routine, you can alternatively use the classpath
attribute in the CLIENT data set to specify the directory where the Java
runtime resides. For example:

classpath="/usr/lpp/smp/classes/"

o If the output does not indicate that Java or a Java class is not found,
and if you are using the RECEIVE ORDER or RECEIVE FROMNETWORK command or
the GIMGTPKG service routine, and if the javadebugoptions attribute was
specified in the CLIENT data set, then ensure the specified values are
proper and correct.

See "Preparing to use internet service retrieval", especially the topic
"Options that affect Java" in SMP/E for z/OS User's Guide for details on proper
setup.

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of ??? ?? ???
Sent: Thursday, August 24, 2017 5: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
לתשומת ליבך, בהתאם לנהלי חברת מלם מערכות בע"מ ו/או כל חברת בת ו/או חברה קשורה שלה (להלן : "החברה") וזכויות החתימה בהן, כל הצעה, התחייבות או מצג מטעם החברה, מחייבים מסמך נפרד וחתום על ידי מורשי החתימה של החברה, הנושא את לוגו החברה או שמה המודפס ובצירוף חותמת החברה. בהעדר מסמך כאמור (לרבות מסמך סרוק) המצורף להודעת דואר אלקטרוני זאת, אין לראות באמור בהודעה אלא משום טיוטה לדיון, ואין להסתמך עליה לביצוע פעולה עסקית או משפטית כלשהי. 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 לתשומת ליבך, בהתאם לנהלי חברת מלם מערכות בע"מ ו/או כל חברת בת ו/או חברה קשורה שלה (להלן : "החברה") וזכויות החתימה בהן, כל הצעה, התחייבות או מצג מטעם החברה, מחייבים מסמך נפרד וחתום על ידי מורשי החתימה של החברה, הנושא את לוגו החברה או שמה המודפס ובצירוף חותמת החברה. בהעדר מסמך כאמור (לרבות מסמך סרוק) המצורף להודעת דואר אלקטרוני זאת, אין לראות באמור בהודעה אלא משום טיוטה לדיון, ואין להסתמך עליה לביצוע פעולה עסקית או משפטית כלשהי. 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


Please be alert for any emails that may ask you for login information or directs you to login via a link. If you believe this message is a phish or aren't sure whether this message is trustworthy, please send the original message as an attachment to 'phish...@timeinc.com'.

Richards, Robert B. <mailto:robert.richa...@opm.gov>
August 24, 2017 at 6:44 AM
From QuickRef:

SMP/E attempted to invoke the indicated program but it could not be started.

System action

Command processing stops.

Programmer response

Check the output in the print file to determine the cause of the error.
SYSPRINT is SMP/E's default print file, and is used if no PRINT subentry was
specified in the active UTILITY entry for the HFSCOPY utility.

Depending on what the output indicates, do the following tasks and rerun the
job:
o If the output indicates Java is not found, then ensure the directory of
the Java 2 Technology Edition that is specified using either a SMPJHOME
DD statement or DDDEF entry is correct. For example, if Java 1.4 is
installed in the /usr/lpp/java/J1.4 directory, then the following DD
statement should be used:

//SMPJHOME DD PATH='/usr/lpp/java/J1.4/'
If using the RECEIVE ORDER or RECEIVE FROMNETWORK command or the
GIMGTPKG service routine, you can alternatively specify the javahome
attribute in the CLIENT data set to indicate the directory where the
Java runtime resides. Use the following as an example:

javahome="/usr/lpp/java/J1.4"

o If the output indicates a Java class is not found, then ensure the SMP/E
Java application classes are accessible to SMP/E. The Java classpath can
be specified using a SMPCPATH DD statement or DDDEF entry. For example,
if the SMP/E Java classes reside in the /usr/lpp/smp/classes/ directory,
then the following DD statement should be used:

//SMPCPATH DD PATH='/usr/lpp/smp/classes/'
If running an SMP/E command rather than a service routine, you can also
use a DDDEF entry for SMPCPATH instead of a DD statement. In addition,
if using the RECEIVE ORDER or RECEIVE FROMNETWORK command or the
GIMGTPKG service routine, you can alternatively use the classpath
attribute in the CLIENT data set to specify the directory where the Java
runtime resides. For example:

classpath="/usr/lpp/smp/classes/"

o If the output does not indicate that Java or a Java class is not found,
and if you are using the RECEIVE ORDER or RECEIVE FROMNETWORK command or
the GIMGTPKG service routine, and if the javadebugoptions attribute was
specified in the CLIENT data set, then ensure the specified values are
proper and correct.

See "Preparing to use internet service retrieval", especially the topic
"Options that affect Java" in SMP/E for z/OS User's Guide for details on proper
setup.

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of ??? ?? ???
Sent: Thursday, August 24, 2017 5: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
לתשומת ליבך, בהתאם לנהלי חברת מלם מערכות בע"מ ו/או כל חברת בת ו/או חברה קשורה שלה (להלן : "החברה") וזכויות החתימה בהן, כל הצעה, התחייבות או מצג מטעם החברה, מחייבים מסמך נפרד וחתום על ידי מורשי החתימה של החברה, הנושא את לוגו החברה או שמה המודפס ובצירוף חותמת החברה. בהעדר מסמך כאמור (לרבות מסמך סרוק) המצורף להודעת דואר אלקטרוני זאת, אין לראות באמור בהודעה אלא משום טיוטה לדיון, ואין להסתמך עליה לביצוע פעולה עסקית או משפטית כלשהי. 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


Please be alert for any emails that may ask you for login information or directs you to login via a link. If you believe this message is a phish or aren't sure whether this message is trustworthy, please send the original message as an attachment to 'phish...@timeinc.com'.

גדי בן אבי <mailto:gad...@malam.com>
August 24, 2017 at 5:40 AM
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


Please be alert for any emails that may ask you for login information or directs you to login via a link. If you believe this message is a phish or aren't sure whether this message is trustworthy, please send the original message as an attachment to 'phish...@timeinc.com'.


--

Mark Jacobs
Time Customer Service
Global Technology Services

The standard you walk past is the standard you accept.
Lt. Gen. David Morrison


----------------------------------------------------------------------
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