Hello to all,
To continue my answered question of a previous post, now i have the following issue. I am trying to run a very simple Hello World example using the RMI protocol. I want to use the my VM as the server and an external host as a client.
The problem that i have here is that the client NEVER gets the response of the server(VM) as i get i timeout over 5 minutes..
But when i give opposite roles having as the client the VM and as the server the external machine everything is fine..
I am suspecting that it is a network issue as the RMI binds to the internal IP, if i could bind it to a ethernet with a public IP (which cannot be done as you use SLB) everything would be ok..!
Any suggestions/solutions?
Regards,
Danos