|
Mike Wills wrote: > > First of all, I have a java test program that works prefectly. It can > log on and I can upload my file like I need to. Now, I am calling some > java methods through RPG and when I do the same thing I get this > exception "com.taylor.docgate.DocGateException: > DocGateDAOAImpl.Login.IOExeception: javax.net.ssl.SSLException:" (that > is all of the message I got). > ... To debug, you could try moving the failing call into a Java method, and call that method from your RPG program instead. Your Java method could do an exceptionTrace on the exception - you might get more information that way. By the way, starting in V5R3, you can get the exception trace for Java method calls from RPG by setting environment variable QIBM_RPG_JAVA_EXCP_TRACE to the value 'Y'. (This envvar doesn't have to be setup before the JVM is started, unlike the other Java-related RPG envvars.) It will only work for RPG programs compiled in V5R3.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.