Certificates expired, new deploy throws exception, then launch again =works
Our certificate to sign our JWS deployed jars is about to expire so we signed them with a new cert and in development when we re-deploy with the new jars the JWS client throws exceptions. But if you launch it again it will work, but ONLY from the web browser the desktop shortcut link will stay broken forever. Now upon being fixed by a 'launch from webpage twice' the desktop shortcut becomes fixed.
1st Launch after deploying with new cert:
Java Console:
#### Java Web Start Error:
#### JAR resources in JNLP file are not signed by same certificate
Application Error(pop up window) > Details(button):
Has three tabs,"Launch File","Exception","Console".
"Exception":
...<the launch file pasted>...
</jnlp> ]
at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
"Console":
Java Web Start 1.6.0
Using JRE version 1.6.0 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\MY_LOGIN
-
c:clear console window
f:finalize objects on finalization queue
g:garbage collect
h:displaythis help message
m:print memory usage
o:trigger logging
p:reload proxy configuration
q:hide console
r:reload policy configuration
s:dump system and deployment properties
t:dump thread list
v:dump thread stack
0-5: set trace level to <n>
-
#### Java Web Start Error:
#### JAR resources in JNLP file are not signed by same certificate
I have tried deleting all of the *pack.gz files and removing the old jars so Jardiff won't try to create a delta across keys (should it matter?). And that didn't change anything.
Message was edited by:
javaunixsolaris

