× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



This class should be in jsse.jar which is in the same place as rt.jar.  It
is suppled with JDK 1.4.  Do you have jsse.jar?  If so, can you please
compile and run the following program from your home directory, which must
be included in the CLASSPATH:

public class BuckC
{
  public static void main(String[] argv)
  throws Exception
  {
     System.out.println("java.ext.dirs=" +
System.getProperty("java.ext.dirs"));
     System.out.println("java.home=" + System.getProperty("java.home"));
     System.out.println("sun.boot.class.path=" +
System.getProperty("sun.boot.class.path"));
     System.out.println("java.vm.version=" +
System.getProperty("java.vm.version"));
     System.out.println("java.version=" +
System.getProperty("java.version"));  }
}


Please let us whether you have jsse.jar and what the execution of this
program produces.

Thanks,
Gary

> -----Original Message-----
> From: java400-l-bounces@xxxxxxxxxxxx 
> [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Buck Calabro
> Sent: Tuesday, September 14, 2004 7:01 AM
> To: java400-l@xxxxxxxxxxxx
> Subject: Can't move JSSE app from one iSeries to another
> 
> I'm trying to move a working online payment application from one
> iSeries at V5R2 to another iSeries at V5R2.  I get
> java.lang.NoClassDefFoundError: com/sun/net/ssl/TrustManagerFactory at
> java/lang/Throwable.(Throwable.java:195) at
> java/lang/Error.(Error.java:49) at
> java/lang/NoClassDefFoundError.(NoClassDefFoundError.java:40) at
> com/Verisign/payment/f.([DashoPro-V1.2-120198]:0) at
> com/Verisign/payment/e.([DashoPro-V1.2-120198]:0) at
> com/Verisign/payment/e.([DashoPro-V1.2-120198]:0) at
> com/Verisign/payment/b.e([DashoPro-V1.2-120198]:0) at
> com/Verisign/payment/b.b([DashoPro-V1.2-120198]:0) at
> com/Verisign/payment/PFProAPI.SubmitTransaction([DashoPro-V1.2-120198]
> :0)...The /QIBM/UserData/Java400/SystemDefault.properties files are
> identical on both machines (pointing to JDK 1.4)The
> /QIBM/ProdData/Java400/jdk14/lib/security/java.security files are
> identical as well
> (excerpt)security.provider.1=sun.security.provider.Sunsecurity.provide
> r.2=com.sun.net.ssl.internal.ssl.Providersecurity.provider.3=com.ibm.c
> rypto.provider.IBMJCEsecurity.provider.4=com.sun.rsajca.Providersecuri
> ty.provider.5=com.ibm.security.cert.IBMCertPathsecurity.provider.6=com
> .ibm.jsse.IBMJSSEProvidersecurity.provider.7=com.ibm.as400.ibmonly.net
> .ssl.Providersecurity.provider.8=com.ibm.security.jgss.IBMJGSSProvider
> security.overridePropertiesFile=truessl.KeyManagerFactory.algorithm=Ib
> mX509ssl.TrustManagerFactory.algorithm=IbmX509ssl.SocketFactory.provid
> er=com.ibm.jsse.JSSESocketFactoryssl.ServerSocketFactory.provider=com.
> ibm.jsse.JSSEServerSocketFactory
> The documentation for the pure Java JSSE provider is not easy to
> locate (the obvious documentation points to changing to the native
> provider.)  DeveloperWorks throws me 500 errors so I can't check
> there.  Ignite/400 doesn't seem to have any info on JSSE; the archives
> here have Shannon trying to get it going but I think he was using JDK
> 1.3 (when JSSE was an extension and not part of the base Java
> implementation.)  Google didn't net me anything useful either.
> My task is complicated by the fact that the Java programmer who did
> the original install of this had lots of problems on the first box,
> and as a result there are copies of the JSSE extension, expanded jar
> files, copies of jar files and so on scattered throughout the machine.
> The programmer is gone and what ever notes were made are gone as well.
> This makes it difficult to find a canonical 'working' configuration on
> the 'working' machine.
> If there is a good reference for implementing JSSE on iSeries with JDK
> 1.4 I would deeply appreciate knowing about it.
>   --buck
> 
> 
> 
> 
> --
> This is the Java Programming on and around the iSeries / 
> AS400 (JAVA400-L) mailing list
> To post a message email: JAVA400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/java400-l
> or email: JAVA400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/java400-l.
> 


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.