Difference between revisions of "JGridstart/Java Web start"

From PDP/Grid Wiki
Jump to navigationJump to search
Line 7: Line 7:
  
 
==JAR signing problem==
 
==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_02.
+
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=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=6945156 bug 6945156]
 
* Sun [http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6598556 bug 6598556]
 
* Sun [http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6598556 bug 6598556]

Revision as of 15:05, 9 August 2011

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.