- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我遇到错误:
org.eclipse.birt.report.engine.api.EngineException: An exception occurred during processing. Please see the following message for details:
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.
at org.eclipse.birt.report.engine.executor.ExecutionContext.addException(ExecutionContext.java:1245)
at org.eclipse.birt.report.engine.executor.ExecutionContext.addException(ExecutionContext.java:1224)
at org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:96)
at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:62)
BIRT 设计器版本 4.4.1.v201408290142。
BIRT 查看器版本:4.3.0。
Apache Tomcat/6.0.24
操作系统:AIX 6.1
Java 6
我已将 postgresql-9.2-1002.jdbc4.jar 放在 WEB-INF/lib 文件夹中,但异常仍然存在。报告从 Eclipse 运行,没有错误。
你能给个建议吗?
最佳答案
可能是 Designer 中使用的驱动程序与您复制到查看器的驱动程序不同。在您的 eclipse 插件目录中,您会找到 org.eclipse.birt.report.data.oda.jdbc_4.4.1.v201408290142 文件夹,其中包含您报告的 jdbc 驱动程序。将其复制并粘贴到 WEB-INF/lib 文件夹中。这很有希望。祝你好运!!
关于tomcat - org.eclipse.birt.report.data.oda.jdbc.JDBCException : Cannot load JDBC Driver class: org. postgresql.驱动程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28030176/
我的团队正在使用 BIRT 来处理我们客户的业务逻辑。每隔一段时间,我们的日志中就会出现异常: 18-Dec-2012 11:25:39.163 INFO org.eclipse.birt.repor
在 Xpages 中为我的 Java 过渡到 ODA。我有一个用于我的 PC 对象的类。有些东西不适用于日期。我收到错误 java.lang.IllegalArgumentException:参数类型
从一页导航到另一页时不断出现以下错误。至少从堆栈跟踪来看,错误与我的任何代码无关。从调试打印看来,它是在页面加载后发生的。 有什么想法吗? com.ibm.xsp.FacesExceptionEx:
我正在尝试在我的 Spring 项目中使用 Birt ReportEngine。我已经成功生成了一个在 Eclipse 中工作的 report.rptdesign。现在我想在我的应用程序中使用这个“r
我在 Java 代码中使用 ODA(这很棒),但我在从字段获取日期值时遇到问题。 如果我使用: DateTime lastApprDt = doc.getItemValue("LastApproved
我在 Xpages 中采用了 OpenNTF ODA for java。到目前为止真的很棒,我想我只是触及了表面。 我正在调用 Java 方法并想要保存文档。该方法正在被调用,我没有看到任何错误,但文
我有一个 AWS Lambda 函数(用 C# 编写),它使用 ODP.NET 驱动程序连接到 Oracle 服务器。它工作正常,但我的理解是默认情况下通信未加密。 Oracle 服务器启用了 NNE
场景: 在浏览器中打开包含富文本字段的文档 点击插入图片 选择一张图片并添加 保存文档 最好的情况是,图像存储在文档中。但在重新打开文档时看不到。最坏的情况是,我们会收到大量消息,以下是摘录: 201
我正在尝试将 odas_web 与 Respeaker Mic Array V2.0 结合使用来执行声源定位和跟踪。设置相应的配置文件后启动 odas 时,GUI 不提供任何数据(它保持原样!)。 此
我正在尝试将用户网络服务作为 BIRT 报告的数据源。报告在 Eclipse 中运行良好,但从部署在 tomcat 中的 webviewer 来看却没有。 BIRT 版本:4.2.1 Tomcat :
我遇到错误: org.eclipse.birt.report.engine.api.EngineException: An exception occurred during processing.
我一直致力于使用 BIRT 和 MySql 创建报告。虽然我能够使用 BIRT 查看器成功运行报告,但当我尝试与 tomcat 集成时,它会出现以下错误 org.eclipse.birt.report
我是一名优秀的程序员,十分优秀!