Problem conneting to server from smart client.

When i start smart client on server (http://.8080) is starts without any problem.

When i start smart client on an other pc, it starts the Servoy client but does not show any solution
to start. I see the following error in the Java console :

SEVERE: Error getting the service servoy.IDataServer from host ibis_app:1099
java.rmi.ConnectException: Connection refused to host: 10.10.10.10; nested exception is: 
	java.net.ConnectException: Connection refused: connect
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
	at sun.rmi.server.UnicastRef.newCall(Unknown Source)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at java.rmi.Naming.lookup(Unknown Source)
	at com.servoy.j2db.J2DBClient.getServerService(Unknown Source)
	at com.servoy.j2db.J2DBClient.e(Unknown Source)
	at com.servoy.j2db.ClientState.new(Unknown Source)
	at com.servoy.j2db.J2DBClient.new(Unknown Source)
	at com.servoy.j2db.J2DBClient.a(Unknown Source)
	at com.servoy.j2db.J2DBClient.main(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at com.sun.javaws.Launcher.executeApplication(Unknown Source)
	at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
	at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
	at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
	at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
	at com.sun.javaws.Launcher.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)

I do not understand why it is looking for 10.10.10.10

There use to be a loopback adaptor on port 10.10.10.10 on the server but it has been removed.
It looks like Servoy is still looking for it.

cleared java cache on server and client.

Any ideas ?

Regards,

Hans

Additional info.

The pc that has the problem is connecting over a vpn connection.
(fast connection)

I now see that when i start it the first time i get the error.
If i start it again immediatly after it fails, it does start

It looks like it starts oke 1 out of 3 attempts

Is there some timeout issue ??