Difference between revisions of "JGridstart/Java Web start"

From PDP/Grid Wiki
Jump to navigationJump to search
(add template)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{JGridstart}}
 
Deployment of [[JGridstart|jGridstart]] is done using Java Web Start.
 
Deployment of [[JGridstart|jGridstart]] is done using Java Web Start.
  
 
==Links==
 
==Links==
* [http://download.oracle.com/javase/1.5.0/docs/guide/javaws/ JWS 1.5.0 guide], [http://java.sun.com/javase/technologies/desktop/javawebstart/download-spec.html JNLP specification download]
+
* [http://download.oracle.com/javase/1.5.0/docs/guide/javaws/ JWS 1.5.0 guide], [http://java.sun.com/javase/technologies/desktop/javawebstart/download-spec.html JNLP spec download]
 
* [http://forum.springframework.org/showthread.php?s=58042918d17d48d0e7c424dd9266efcf&p=121432#post121432 PHP alternative] for JNLPDownloadServlet (some more [http://www.javakb.com/Uwe/Forum.aspx/java-gui/7396/java-webstart-problem discussion])
 
* [http://forum.springframework.org/showthread.php?s=58042918d17d48d0e7c424dd9266efcf&p=121432#post121432 PHP alternative] for JNLPDownloadServlet (some more [http://www.javakb.com/Uwe/Forum.aspx/java-gui/7396/java-webstart-problem discussion])
 
* Maven webstart: [http://mojo.codehaus.org/webstart/webstart-maven-plugin/ module], [http://stackoverflow.com/questions/5195545/looking-for-webstart-maven-plugin-sample-application full example] (or [http://groups.google.com/group/javaposse/msg/c429c95781e56b0e here]),
 
* Maven webstart: [http://mojo.codehaus.org/webstart/webstart-maven-plugin/ module], [http://stackoverflow.com/questions/5195545/looking-for-webstart-maven-plugin-sample-application full example] (or [http://groups.google.com/group/javaposse/msg/c429c95781e56b0e here]),
 +
 +
==JAR signing problem==
 +
There can be a nasty problem with some Java Web Start versions. Since jGridstart 1.10 all JARs are referred from a single JNLP file. Some users have reported the error "jar resources in jnlp file are not signed by same certificate". I have been able to reproduce it with JRE 1.6.0 up to and including JRE 1.6.0_13. From 1.6.0_14 and onwards this problem seems to be solved.
 +
 +
* Sun [http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7065606 bug 7065606]
 +
* Sun [http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6945156 bug 6945156]
 +
* Sun [http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6598556 bug 6598556]

Latest revision as of 14:39, 29 March 2012

<sidebar>

  • jGridstart
    • JGridstart|Home
    • JGridstart/Help|Help
    • JGridstart/Support|Support
  • jGridstart for ...
    • JGridstart/Certificate_Authorities|Certificate Authorities
    • JGridstart/Developers|Developers

</sidebar> Deployment of jGridstart is done using Java Web Start.

Links

JAR signing problem

There can be a nasty problem with some Java Web Start versions. Since jGridstart 1.10 all JARs are referred from a single JNLP file. Some users have reported the error "jar resources in jnlp file are not signed by same certificate". I have been able to reproduce it with JRE 1.6.0 up to and including JRE 1.6.0_13. From 1.6.0_14 and onwards this problem seems to be solved.