informix jdbc stuck connecting
I'm trying to connect to a Informix database server with jdbc using the standard way : connection = DriverManager.getConnection("jdbc:informix-sqli://"+ip+ /"+sid+":INFORMIXSERVER="+server+";user="+user+";password="+pass+""); But it keeps trying to connect and does not throw a error message (I suppose it tries to connect because it does not show anything). I'm using IBM Informix driver 4.10.00.1534 and Java 1.7. I have been using this method to connect to Informix servers until now, in fact it only fails with one server. I can connect to this server through Informix clients with odbc but it