【发布时间】:2020-05-20 06:25:07
【问题描述】:
我正在使用 BIRT 和 postgresql 编写报告。虽然我能够使用 BIRT 查看器成功运行报告,但当我尝试与 tomcat 集成时,它会给出以下错误-
Cannot open the connection for the driver:
org.eclipse.birt.report.data.oda.jdbc.
org.eclipse.birt.report.data.oda.jdbc.JDBCException: Cannot load JDBC Driver class: org.postgresql.Driver.
虽然我已将 oda.jdbc.driver "postgresql-42.2.5" 放置在位置 "\WEB-INF\lib" 但我仍然面临此错误。
我正在跑步:
- Birt版本:-4.8.0
- postgres 版本:- postgres9.5 (1.22.2)
【问题讨论】:
-
请阅读Under what circumstances may I add “urgent” or other similar phrases to my question, in order to obtain faster answers? - 总结是这不是解决志愿者的理想方式,并且可能会适得其反。请不要将此添加到您的问题中。
-
搞错了,我已经更新了
标签: postgresql tomcat birt