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

How to modify weblogic.policy in WL5.1?

0 views
Skip to first unread message

Dirk

unread,
May 14, 2002, 10:04:10 AM5/14/02
to

When starting WL 5.1 I get the following exception:

java.lang.Exception: Problem with X509 certificate: fingerprint = f1c530f7211410a2220
c7e9d3152b496, not before = Tue Oct 26 20:18:53 CEST 1999, not after = Wed Oct 25
20:
18:53 CEST 2000, holder = C=US SP=California L=San Francisco O=WebLogic OU=Security
C
N=Demonstration Certificate Authority Email=sup...@weblogic.com , issuer = C=US
SP=C
alifornia L=San Francisco O=WebLogic OU=Security CN=Demonstration Certificate Authori
ty Email=sup...@weblogic.com , key = modulus length=65 exponent length=3, java.lang
Exception: Certificate expired or not yet valid: fingerprint = f1c530f7211410a2220c7
e9d3152b496, not before = Tue Oct 26 20:18:53 CEST 1999, not after = Wed Oct 25 20:18
:53 CEST 2000, holder = C=US SP=California L=San Francisco O=WebLogic OU=Security
CN=
Demonstration Certificate Authority Email=sup...@weblogic.com , issuer = C=US SP=Cal
ifornia L=San Francisco O=WebLogic OU=Security CN=Demonstration Certificate Authority
Email=sup...@weblogic.com , key = modulus length=65 exponent length=3
at weblogic.t3.srvr.SSLListenThread.insertIntoCAChain(SSLListenThread.java:20
6)
at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:292)
at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:214)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1177)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)

How do I have to modify weblogic.policy to avoid this exception?

I'd had already found how to do it but I can't find it anymore. I have to add a single
line at the end of "grant codeBase "file:D:/server/weblogic51/-" {...".

Thanks a lot,

Dirk
Berlin, Germany

Patrick Alexander

unread,
May 14, 2002, 6:03:04 PM5/14/02
to
Your problem is that the demo cert is expired
 
java.lang.Exception: Problem with X509 certificate: fingerprint = f1c530f7211410a2220
c7e9d3152b496, not before = Tue Oct 26 20:18:53 CEST 1999, not after = Wed Oct 25
20: 18:53 CEST 2000
 
Download the latest Service Pack, 12, and there will be up to date demo certs included.
 
Patrick
 
0 new messages