JasperReport Certificate Problem?

Servoy Version: 6.1.4 - build 1429
Java Version: 1.7.0_07-b11

I need help!

I upgraded a customer’s Servoy Server from 6.1.3 to 6.1.4 with no problems. Then, I uploaded a new solution, again with no problems. When I launched the solution (in Smart Client), I get the following error:

ERROR: JAR resources in JNLP file are not signed by same certificate

and in the exceptions:

JNLPException[category: Launch File Error : Exception: null : LaunchDesc:

Servoy Client Plugins Servoy and Others ] at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResourcesHelper(Unknown Source) at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResources(Unknown Source) at com.sun.javaws.Launcher.prepareResources(Unknown Source) at com.sun.javaws.Launcher.prepareAllResources(Unknown Source) at com.sun.javaws.Launcher.prepareToLaunch(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.access$000(Unknown Source) at com.sun.javaws.Main$1.run(Unknown Source) at java.lang.Thread.run(Unknown Source)

It appears JasperReports is the problem, but I haven’t changed/upgraded JaspeReports on the server or in developer in over 6 months. To what certificate is the error message referring…that is, is it JasperReports itself, or is it one of its one of its components? What changed, and how do I fix this?

Thanks!

Kim, there has been a certificate change in Servoy 6.1.4 - the JasperReports plugin has been also signed accordingly; you just need to pick up the latest plugin from the plugin’s files section (it’s the latest version of the plugin, but signed with the code certificate used in Servoy 6.1.4).

Regards,
Andrei

I hope it is still possible to use our own certificate ?
Is there a ne jarsigner ?

Regards,

Hans Nieuwenhuis:
I hope it is still possible to use our own certificate ?
Is there a ne jarsigner ?

Regards,

Yes sure, that is still possible.

Regards,
Andrei

Thanks for the information, Andrei…I will download the newer version.