Firewall, maybe? nmap -P0 -p 3306 69.89.12.165
Larry On Fri, Sep 26, 2008 at 9:07 AM, xianwinwin <[EMAIL PROTECTED]> wrote: > > mmm.....no, that's not the reason (though good catch!) > > I double checked the code is: > > > <property name="JDBC.ConnectionURL" > value="jdbc:mysql://69.89.12.165:3306/my_db"/> > > > and the error message is: > > > > --- Cause: com.mysql.jdbc.CommunicationsException: Communications link > failure due to underlying exception: > > ** BEGIN NESTED EXCEPTION ** > > java.net.SocketException > MESSAGE: java.net.ConnectException: Connection refused: connect > > STACKTRACE: > > java.net.SocketException: java.net.ConnectException: Connection refused: > connect > at > com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:156) > -- > View this message in context: > http://www.nabble.com/JDBC.ConnectionURL-problem.-Changed-from-%27localhost%27-to-%27IP-number%27-tp19679603p19690286.html > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >
