Trying to unzip a SCART0.ZIP file with CAUNZIP fails with error GIM44336S AN UNUSUAL CONDITION OCCURRED. GIMJVCLT - java.lang.NoClassDefFoundError: com.ibm.smp.GIMJVGIN
search cancel

Trying to unzip a SCART0.ZIP file with CAUNZIP fails with error GIM44336S AN UNUSUAL CONDITION OCCURRED. GIMJVCLT - java.lang.NoClassDefFoundError: com.ibm.smp.GIMJVGIN

book

Article ID: 46884

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS 90S SERVICES Common Services

Issue/Introduction

Trying to unzip a SCART0.ZIP file with CAUNZIP fails with:

CAZIP19E: GIMZIP processing for NTS Failed with RC=12

In the SMPOUT there is this error:

GIM44336S ** AN UNUSUAL CONDITION OCCURRED. GIMJVCLT - java.lang.NoClassDefFoundError: com.ibm.smp.GIMJVGIN 

 

 

Environment

Release: CA90SV00200-14-Common Services-for z/OS
Component:

Resolution

The error indicates file GIMJVGIN.class is missing. This file is part of IBM's SMP/E component in USS.

Look at the job output for a message like this: 

IGD104I HFS FILE WAS RETAINED, DDNAME IS (SMPCPATH) 

FILENAME IS (/usr/lpp/smp/classes/) 

That message indicates that GIMJVGIN.class is not located in /usr/lpp/smp/classes/

/usr/lpp/smp/classes/ is the default location it will search if no SMPCPATH DD statement is defined in the JCL.

You need to check how SMP/E was installed in USS and find where that file is located.

Then add a SMPCPATH  DD statement in the JCL to point to that location