HTTP Status 500 -

org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: Cannot open connection; uncategorized SQLException for SQL [???]; SQL state [null]; error code [0]; Cannot create PoolableConnectionFactory ([Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket.); nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory ([Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket.)

别人机子上能运行,在我机子上就运行不了,哪里的问题啊?

第1个回答  2014-05-09
连接都打不开啊Hibernate operation: Cannot open connection;

看看吧,数据库的连接啊,建立啊,不要迫于运行啊本回答被提问者和网友采纳
第2个回答  2018-07-05
在HTTP协议中,HTTP Status 500 是服务器内部错误。
要结合日志查看那里跑出来的错误
第3个回答  2014-05-09
网络问题导致数据库连不上,你看看你的网跟别人的网络环境是不是一样。
相似回答