Here we go again.

"again"?

We're getting:
    RECEIVE LIST
            FROMNTS ...
GIM69217I    THE LEVEL OF PROGRAM GIMJVCLT (36.17) IS NOT COMPATIBLE
                      WITH THE LEVEL OF THE SMP/E CALLING PROGRAM GIMSMP 
(36.38).
It's my understanding
that Java is used only to calculate the SHA-1 checksum during RECEIVE
FROMNETWORK if crypto hardware is unavailable (it isn't).   Verification of
that checksum is mentioned in the Commands manual under FROMNETWORK,
not under FROMNTS.

Although not mentioned in the book, the SHA-1 hash is verified for FROMNTS processing as well as FROMNETWORK.

  We have DDDEF for SMPJHOME, not for SMPCPATH.
I don't find GIMJVCLT under the SMPJHOME hierarchy (but I'm not very good
at opening jars).

SMPJHOME is used to locate Java, not SMP/E.
SMPCPATH is to used locate the SMP/E java class files. The default is /usr/lpp/smp/classes.

What's happening?

Exactly what the message is telling you: the service level of GIMSMP from your link list (or a STEPLIB) does not match the service level of the SMP/E java classes. Since you didn't specify SMPCPATH, SMP/E uses the java classes found in /usr/lpp/smp/classes.

Either STEPLIB to the level of GIMSMP that matches the java classes in /usr/lpp/smp/classes, or use SMPCPATH to point to the java classes that match your GIMSMP.

Kurt Quackenbush -- IBM, SMP/E Development

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to