Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Private Key File problem

0 views
Skip to first unread message

Venkatesan

unread,
Dec 21, 2001, 9:20:38 AM12/21/01
to

I have Weblogic Server Version 6.0. I created Private Key File using Certificate
Request Generator Servlet. It created the the private key file (.der) file &
CSR using which I got the Trial Server Certificate from Verisign. I installed
the certificate (.pem) and configured the server. When I restarted the server
it gives the following EOFException while reading the Private Key File : (I gave
the Private Key password while generating the private key file from the servlet)

<Dec 21, 2001 7:43:08 PM GMT+05:30> <Alert> <WebLogicServer> <Security configura
tion problem with certificate file config/mydomain/TTI-D066-key.der, java.io.EOF
Exception>
java.io.EOFException
at weblogic.security.Utils.inputByte(Utils.java:133)
at weblogic.security.ASN1.ASN1Header.inputTag(ASN1Header.java:125)
at weblogic.security.ASN1.ASN1Header.input(ASN1Header.java:119)
at weblogic.security.RSAPrivateKey.input(RSAPrivateKey.java:119)
at weblogic.security.RSAPrivateKey.<init>(RSAPrivateKey.java:91)
at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:398)
at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:301)
at weblogic.t3.srvr.T3Srvr.initializeListenThreads(T3Srvr.java:942)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:403)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
at weblogic.Server.main(Server.java:35)


Thanks in advance for any solutions...

Regards,
Venkatesan

Maria Salzberger

unread,
Jan 2, 2002, 8:15:57 AM1/2/02
to
Hi,

please check if you provided the private key password which was used to
create the file in the following property

-Dweblogic.management.pkpassword

on the command line correctly.

In addition, please check "Use Encrypted Keys" to "true" in <server>->SSL
tab from the admin console.

Maria
Developer Relations Engineer
BEA Support


Venkatesan schrieb in Nachricht <3c234536$1...@newsgroups.bea.com>...

0 new messages