Hibernate 休眠错误无法打开连接

Hibernate 休眠错误无法打开连接,hibernate,Hibernate,获取了以下错误: org.hibernate.exception.JDBCConnectionException:无法打开 连接处 org.hibernate.exception.sqlstatecoverter.convert(sqlstatecoverter.java:74) 在 org.hibernate.exception.jdbceptionhelper.convert(jdbceptionhelper.java:43) 在 org.hibernate.exception.jdbcep

获取了以下错误:

org.hibernate.exception.JDBCConnectionException:无法打开 连接处 org.hibernate.exception.sqlstatecoverter.convert(sqlstatecoverter.java:74) 在 org.hibernate.exception.jdbceptionhelper.convert(jdbceptionhelper.java:43) 在 org.hibernate.exception.jdbceptionhelper.convert(jdbceptionhelper.java:29) 在 org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:420) 在 org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144) 在 org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:105) 在 org.hibernate.loader.loader.prepareQueryStatement(loader.java:1561) 位于org.hibernate.loader.hql.QueryLoader.iterate(QueryLoader.java:392) 在 org.hibernate.hql.ast.QueryTranslatorImpl.iterate(QueryTranslatorImpl.java:318) 在 org.hibernate.engine.query.HQLQueryPlan.performIterate(HQLQueryPlan.java:177) 在org.hibernate.impl.SessionImpl.iterate(SessionImpl.java:1156)上 org.hibernate.impl.QueryImpl.iterate(QueryImpl.java:46)位于 com.vis.erp.common.reports.accountbooks.vatreport.VatMainMethod.getVatList(VatMainMethod.java:108) 在 com.vis.erp.common.reports.accountbooks.vatreport.VatMainMethod.main(VatMainMethod.java:59) 原因:com.mysql.jdbc.Communications异常:通信链接 失败

但是在程序中没有使用任何jdbc查询

所以请帮忙
提前感谢。

请在此处添加您的源代码。这将有助于我们大家清楚地理解您的问题,并可以轻松找到答案。请输入异常跟踪所指的源代码。。。