欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Exception in thread "main" org.hibernate.exception.GenericJDBCException: Cannot open connection

程序员文章站 2022-04-25 16:22:22
...

hibernate连接mysql数据库时运行代码,出现这个错误
因为报错是cannot open connection,开始一直以为是数据库连接的问题

log4j:WARN No appenders could be found for logger (org.hibernate.cfg.annotations.Version).
log4j:WARN Please initialize the log4j system properly.
Exception in thread "main" org.hibernate.exception.GenericJDBCException: Cannot open connection
....................
Caused by: java.sql.SQLException: Unknown system variable 'tx_isolation'
....................

后来发现出错原因是没有加日志的属性文件log4j.properties,加上属性文件之后,程序就可以运行了