hzzc1987 / jnaerator

Automatically exported from code.google.com/p/jnaerator
0 stars 0 forks source link

Java web start button on front page doesen't work (jnaerator-0.9-SNAPSHOT.jar is unsigned) #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to http://code.google.com/p/jnaerator/
2. Click on Java web start button
(http://ochafik.free.fr/Java/JNAeratorStudio.jnlp)
3. Program doesen't start

What is the expected output? What do you see instead?

com.sun.deploy.net.JARSigningException: Found unsigned entry in resource:
http://jnaerator.sourceforge.net/maven/com/jnaerator/jnaerator/0.9-SNAPSHOT/jnae
rator-0.9-SNAPSHOT.jar
    at
com.sun.javaws.security.SigningInfo.getCommonCodeSignersForJar(SigningInfo.java:
382)
    at com.sun.javaws.security.SigningInfo.check(SigningInfo.java:256)
    at
com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:138
4)
    at
com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:1170)
    at com.sun.javaws.Launcher.prepareLaunchFile(Launcher.java:1020)
    at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:306)
    at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:183)
    at com.sun.javaws.Launcher.launch(Launcher.java:104)
    at com.sun.javaws.Main.launchApp(Main.java:403)
    at com.sun.javaws.Main.continueInSecureThread(Main.java:250)
    at com.sun.javaws.Main$1.run(Main.java:111)
    at java.lang.Thread.run(Thread.java:619)

What version of the product are you using? On what operating system?

Ubuntu 9.04
Sun Java 1.6
Firefox

Please provide any additional information below.

Original issue reported on code.google.com by jacob.nordfalk on 25 Sep 2009 at 11:42

GoogleCodeExporter commented 8 years ago
Hi, thanks a lot for this report !

I changed the version (0.9.1) + signed the JAR with a temp key, this should be 
ok 
now... (looks like I still have issues with my Maven builds...)

You might need to clear your webstart cache or force the reload of the new JNLP 
:
{{{
javaws http://jnaerator.sourceforge.net/webstart/JNAeratorStudio.jnlp
}}}
Regards

Original comment by olivier.chafik@gmail.com on 25 Sep 2009 at 12:15