Page 1 of 1

7.3.1 - JNLP is EMPTY

PostPosted: Tue Apr 17, 2018 6:18 pm
by bcusick
Hey Guys,

I have a customer who is running an older version - and when they try to download myserver/servoy-client the .jnlp file is completely empty.

Do you know how I can fix that?

THANKS!

Bob


Server Information
Servoy version 7.3.1 -releaseNumber 2022
Port used by RMI Registry: 1100
Repository version 44 (84069230-C635-4EED-BEF2-13B6E0DE47A8)

JVM Information
java.vm.name=Java HotSpot(TM) Client VM
java.version=1.8.0_144
java.vm.info=mixed mode
java.vm.vendor=Oracle Corporation

Operating System Information
os.name=Windows Server 2008
os.version=6.0
os.arch=x86

Re: 7.3.1 - JNLP is EMPTY

PostPosted: Tue Apr 17, 2018 6:21 pm
by Gordon McLean
Can I +1 to this same problem white screen on Servoy 5.3

Re: 7.3.1 - JNLP is EMPTY

PostPosted: Tue Apr 17, 2018 6:26 pm
by ROCLASI
Hi Gordon,

I assume this is SmartClient.
The white screen is probably because of invalid certs (codesigning or ssl). When you open the Java Console you will see that it has loads of errors about this.
Solution is to re-sign your jars and/or install your own SSL certificate.

Hope this helps.

Re: 7.3.1 - JNLP is EMPTY

PostPosted: Tue Apr 17, 2018 6:39 pm
by Gordon McLean
ROCLASI wrote:Hi Gordon,

I assume this is SmartClient.
The white screen is probably because of invalid certs (codesigning or ssl). When you open the Java Console you will see that it has loads of errors about this.
Solution is to re-sign your jars and/or install your own SSL certificate.

Hope this helps.


Thanks you Robert I will give that a try ....

Gordon

Re: 7.3.1 - JNLP is EMPTY

PostPosted: Tue Apr 24, 2018 5:56 pm
by bcusick
Has anybody seen this - or know what the heck is going on?

When I use a url like server:port/servoy-client/ss/s/solution I get the download prompt for the .jnlp file - but when I open it with a text editor - it's TOTALLY BLANK.

Ideas?

Re: 7.3.1 - JNLP is EMPTY

PostPosted: Tue Apr 24, 2018 7:34 pm
by bcusick
OK - I got it to not be empty.

On 7.4.10 you have to use the SYNTAX: server:port/servoy-client/solution.jnlp

(THANKS to Scott Butler!!!)