Servoy Client don`t work on Mac

MacBook Pro 13" / 2.4GHz Intel Core i5 / 8 GB 1333Mhz DDR3

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.

Where can I start looking for the problem.

Thanks in Advance

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)?

Thanks a lot Thomas for reply

I enable the tracing, and active de console, like you explain, but nothing happens.

the console doesn´t say anything.

I saw that the problem is not that servoy client work.

I have a server listen in port 8080, and another in 8081 for instruct, and the problem is only when i want to run the servoy client from server 8081

Servoy client work correctly when access at server in 8080, but not when access on the server 8081.

The solucion is the same in both server. and the config is the same too.

In a Pc, the servoy-client work properly, both in server 8080 and 8081

I search all about the firewall on the macBook, and it is disable

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.

Hi all:

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.

Any idea?

Thanks in advance.