On Mon, Sep 8, 2008 at 5:02 PM, Scott Kurz <[EMAIL PROTECTED]> wrote:
> Does anyone know what this problem could be? > > testRegisterServletMappingSSL(org.apache.tuscany.sca.http.jetty.JettyServerTestCase) > Time elapsed: 1.407 sec <<< ERROR! > java.net.SocketException: Cannot find the specified class > java.security.PrivilegedActionException: java.lang.ClassNotFoundException: > com.ibm.websphere.ssl.protocol.SSLSocketFactory > at > javax.net.ssl.DefaultSSLSocketFactory.createSocket(SSLSocketFactory.java:8) > at com.ibm.net.ssl.www2.protocol.https.b.afterConnect(b.java:91) > at com.ibm.net.ssl.www2.protocol.https.c.connect(c.java:15) > at com.ibm.net.ssl.www2.protocol.https.a.connect(a.java:75) > at > org.apache.tuscany.sca.http.jetty.JettyServerTestCase.testRegisterServletMappingSSL(JettyServerTestCase.java:124) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > My JDK: > > java version "1.5.0" > Java(TM) 2 Runtime Environment, Standard Edition (build > pxi32devifx-20070608 (SR5+IY99712)) > IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux x86-32 > j9vmxi3223-20070426 (JIT enabled) > J9VM - 20070420_12448_lHdSMR > JIT - 20070419_1806_r8 > GC - 200704_19) > JCL - 20070608 > > > Thanks, > Scott > Hi Scott Your environment looks pretty close to mine although you are on slightly later detailed revisions of the JDK. I don't know if you are running with a JDK from WebSphere but I note that others have reported this kind of thing, e.g. http://forums.sun.com/thread.jspa?messageID=9971736 Regards Simon
