problem loading signed jars
843802Sep 28 2001 — edited Oct 12 2001Hi,
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!