Page 1 of 1

Unable to load Client !!

PostPosted: Mon May 17, 2010 9:07 pm
by ars
Hi All,

We have did a next roll out just after the Servoy 4.1.6 upgradation and with the Signed Beans and Plug-ins. Just, after doing the import, when we start to load the application form the short-cut link, It fails to load. The Java console says...

#### Java Web Start Error:
#### JAR resources in JNLP file are not signed by same certificate


Can anyone please, specify the possible cause of the issue?? Or Do we need to upgrade to 4.1.7. I have noticed, in Servoy 4.1.6, sometime, it fails to notice any server resource changes. But, we have only changes the reports folder. Updating the reports caused the Issue??

Re: Unable to load Client !!

PostPosted: Mon May 17, 2010 9:30 pm
by Hans Nieuwenhuis
Hi,

Maybe you need to clear the Java cache and the .servoy directory.

Regards,

Re: Unable to load Client !!

PostPosted: Mon May 17, 2010 9:32 pm
by ROCLASI
Hi Arup,

Its has most likely to do with the version attributes so it doesn't see the new versions and tries to load the cached ones.
Quick fix is to clear your cache and reload the client.
A more general fix is to edit the jnlp files like explained in this post.
viewtopic.php?f=5&t=14000#p73816

Servoy will make that last step not needed anymore in the next version.

Hope this helps.

Re: Unable to load Client !!

PostPosted: Tue May 18, 2010 6:25 am
by ars
Thanks for your reply.

@Hans
Yes, clearing the java cache fixes the issue. But, clearing java cache for all the users will be a big deployment for them and we are likely to avoid the same.

@Robert
I have added the version attribute to the value of "%%version%%" for all our third party Plug-ins. I think, servoy's default plug-ins are already that value for version attribute.

Servoy will make that last step not needed anymore in the next version.


Is it in the Servoy version 4.1.7??