java version “1.6.0_31”
Java™ SE Runtime Environment (build 1.6.0_31-b04-415-11M3646)
Java HotSpot™ 64-Bit Server VM (build 20.6-b01-415, mixed mode)
I’m trying to start a Servoy-client on a Mac, and get stuck and does not show the first screen of the program.
This program works perfectly on windows machine, and on another mac, but there are several that fail.
I work on window, so I don´t Know anythin about Mac.
How are you trying to start the Smart Client?
What are the log files saying (Java Preferences > Advanced > Show console / Enable tracing / Enable logging or Console enties)?
Search the Sevoy forum, I have had a very similar issue and it was caused by too restrictive Java security settings… Java wasn’t allowed to trust the certificates of the Servoy server or the plugins or something like that… …sorry for nor being more specific - on beach
Most of the time, this is a firewall issue, at your serverside OR at your client-side.
so you have two servoy servers, also make sure, both use a different RMI port, if you don’t use the tunnel, and make sure that all ports (8080 & 8081 AND both RMI ports: for example: 1099 & 1100) are open in your server firewall
Also make sure that the client-side is allowed to make those connections to your server.
I’m the same situation with various mac computers.
I have two servoy-servers in the same machine; one for pre-production (ports 8081 / 1089) and other for production (ports 8080 / 1099).
The server production work fine in web-client and smart-client; but the server pre-production only work fine in web mode. The launcher is created in the desktop, but the application not opened and no errors are displayed.
Mentioned ports are opened in the firewall of server and client. I tested with telnet and the response is Ok.
I cleaned the Java cache, temporary files, I reduced the java restrictions but I get the same behavior.