首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Exception >

java.net.SocketException: java.net.ConnectException: Connection refused: connect

2014-01-26 
[framework] 2007-03-13 08:38:35,380 - org.hibernate.util.JDBCExceptionReporter -8222 [main] ERROR or

[framework] 2007-03-13 08:38:35,380 - org.hibernate.util.JDBCExceptionReporter -8222 [main] ERROR org.hibernate.util.JDBCExceptionReporter - Cannot create PoolableConnectionFactory (Communications link failure due to underlying exception:

环境:SSH框架连结SQL2000+pack4+Tomcat5.5+JDK1.5
采用jtds驱动
通过netstat -na有1433端口
不知道哪里有问题,请大家帮忙诊断一下

** 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)
at com.mysql.jdbc.MysqlIO. <init> (MysqlIO.java:276)
at com.mysql.jdbc.Connection.createNewIO(Connection.java:2592)
.......

------解决方法--------------------------------------------------------
连接不成功,可能是补丁的问题,要么就是端口指定的错误。
------解决方法--------------------------------------------------------
好象是驱动不对吧,换个驱动
at com.mysql.jdbc.MysqlIO. <init> (MysqlIO.java:276)
这个好象是mysql的jdbc驱动 吧

        

热点排行