We had the same issue.
RMI chooses random ports. Only way to configure your windows firewall is to allow only the java.exe to access all ports.
Type: Posts; User: movingconcept; Keyword(s):
We had the same issue.
RMI chooses random ports. Only way to configure your windows firewall is to allow only the java.exe to access all ports.
Seems like an old issue but thought of replying anyway.
Have you switched on full debug logging?
I had a similar problem recently. Basically even if all pinging, telnetting works fine, with all...
The RmiProxyFactoryBean works great. But I'm puzzled :confused: as on how to handle java.net.ConnectException when a client tries to connect to a server that is not running.
I noticed that the...
Thanks for the asktom link. I'll look into it. Don't think you've read my entire post though. I am indeed rethinking the design since I'd rather retrieve 20 rows per page in stead of all at once. cf....
I've been using the Spring Stored Procedure super class for a while, along with a number of RowMapper implementations. Everything works fine, but performance becomes a big issue when dealing with...