Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> JavaWebServer and Oracle oci7

JavaWebServer and Oracle oci7

From: Hans Kingma <hans.kingma_at_bluewin.ch>
Date: 3 Jun 1998 16:35:30 GMT
Message-ID: <01bd8f0d$cd4a7e40$022316ac@tdc1kihan>


Hi, I have a problem starting Sun's JavaWebServer 1.1 with the Oracel oci7 JDBC classes defined in the classpath. I've specified CLASSPATH in the java-server.startup file as:

CLASSPATH=/jroot/opt/jdbc/lib/classes102.zip

where jdbc is a link to the installation of the oracle oci7 distribution. When I try and start the server I get the following errors:

lima.bluewin.ch:/etc/rc3.d>./S42jserv start
lima.bluewin.ch:/etc/rc3.d>java.lang.NoSuchMethodError:
java.math.BigInteger: method
 <init>(I[B)V not found
        at
sun.security.util.DerInputStream.getInteger(DerInputStream.java:136)
        at sun.security.x509.AlgIdDSA.decodeParams(AlgIdDSA.java:156)
        at
sun.security.x509.AlgorithmId.buildAlgorithmId(AlgorithmId.java:195)
        at sun.security.x509.AlgorithmId.parse(AlgorithmId.java:146)
        at sun.security.x509.X509Key.parse(X509Key.java:110)
        at sun.security.x509.X509Cert.parse(X509Cert.java:798)
        at sun.security.x509.X509Cert.decode(X509Cert.java:234)
        at

com.sun.server.realm.certificate.CertificateRealm.getUser(CertificateReal m.java:193)

        at
com.sun.server.security.ServletAclInfo.<init>(ServletAclInfo.java:170)

        at
com.sun.server.security.ServletSecurity.<init>(ServletSecurity.java:85)

        at com.sun.server.ServerProcess.main(ServerProcess.java:209) Exception in thread "main" ./K42jserv

What is wrong?

hans Received on Wed Jun 03 1998 - 11:35:30 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US