Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

problem loading signed jars

843802Sep 28 2001 — edited Oct 12 2001
Hi,
Please help me on this one, I have beat my head against the wall all day now...

I have signed my own jars my own keys. When I try to start my web app without signing the jar, it works fine, but when I try to start with a signed jar, I get no result and the following error:

java.io.IOException: rename failed in cache

at com.sun.javaws.cache.DiskCache.insertEntry(Unknown Source)
...

I made sure I am using JDK 1.3 and I am. I keep wondering if there is something wrong with my signing, but signjar returns ok when I check the jar file.

Thanks a lot!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 9 2001
Added on Sep 28 2001
2 comments
98 views