JAVA on z/OS: ClassNotFoundException error. Please help

Z

zick6zick

I'm trying to run an application in z/OS environment. The weird thing
is that it runs fine on our test servers and a previous version is
running fine. The only change in the new version is to improve the log
files storage capacity by writing less to them. This is the error I'm
getting.

2007-01-13|12:42:15|TNA|10.0.8.2|SY32.sspf.ssa.gov|1735088889|INFO|WebSphere
t=009956d8|Default
MID|gov.ssa.mfconnector.ecijwics.JWICSWrapper::execute:: start of
method|
2007-01-13|12:42:15|TNA|10.0.8.2|SY32.sspf.ssa.gov|1735088889|ERROR|WebSphere
t=009956d8|gov.ssa.mfconnector.ecijwics.JWICSWrapper::execute::
exception Occurred
System error in class gov.ssa.cics.util.WICSRASP..execute(WICSRequest);
nested exception is:
CICSSystemException: CICSGateway property file failed to load:
java.lang.ClassNotFoundException: com.sun.crypto.provider.SunJCE|
cicsReturnCode=0
cicsMessage=null
cicsAbendCode=null
cicsReturnCodeString=null

I'm stomped. Where can I go from here for a solution?
Any help is greatly appreciated.
 
R

Rogan Dawes

I'm trying to run an application in z/OS environment. The weird thing
is that it runs fine on our test servers and a previous version is
running fine. The only change in the new version is to improve the log
files storage capacity by writing less to them. This is the error I'm
getting.

2007-01-13|12:42:15|TNA|10.0.8.2|SY32.sspf.ssa.gov|1735088889|INFO|WebSphere
t=009956d8|Default
MID|gov.ssa.mfconnector.ecijwics.JWICSWrapper::execute:: start of
method|
2007-01-13|12:42:15|TNA|10.0.8.2|SY32.sspf.ssa.gov|1735088889|ERROR|WebSphere
t=009956d8|gov.ssa.mfconnector.ecijwics.JWICSWrapper::execute::
exception Occurred
System error in class gov.ssa.cics.util.WICSRASP..execute(WICSRequest);
nested exception is:
CICSSystemException: CICSGateway property file failed to load:
java.lang.ClassNotFoundException: com.sun.crypto.provider.SunJCE|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
cicsReturnCode=0
cicsMessage=null
cicsAbendCode=null
cicsReturnCodeString=null

I'm stomped. Where can I go from here for a solution?
Any help is greatly appreciated.

Are you really using a Sun JVM on z/OS? I would have expected it to be
an IBM JRE, and so those com.sun classes would not be available.

Check more carefully to be sure you have not changed anything else.

Rogan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,040
Latest member
papereejit

Latest Threads

Top