Tomcat 和 Oracle DB (Solaris) 上的 JasperServer 部署

发布于 2024-10-05 04:03:56 字数 760 浏览 15 评论 0原文

我按照此线程的步骤操作:

当我尝试启动域(jasperserver)时,我在 Tomcat Manager 中收到此错误:

失败 - 上下文路径 /jasperserver 处的应用程序无法启动

在 Catalina.out 日志下

启动

2010-11-29 12:39:12,842 错误 [/jasperserver],http-8080-Processor22:3767 - 将上下文初始化事件发送到 com.jaspersoft.jasperserver.war.util.SpringBeanServletContextPlublisher 类的侦听器实例时出现异常 org.springframework.beans.factory.BeanCreationException org.apache.tomcat.dbcp.dbcp.SQLNestedException:无法加载 JDBC 驱动程序类 'com.mysql.jdbc.Driver' [请参阅嵌套异常:org.apache.tomcat.dbcp.dbcp.SQLNestedException:无法加载 JDBC 驱动程序类 'com .mysql.jdbc.Driver']]

I follow the steps of this thread :

when I try to start the domain (jasperserver) I got this error in Tomcat Manager :

FAIL - Application at context path /jasperserver could not be started

hereunder the Catalina.out log

2010-11-29 12:39:12,842 ERROR [/jasperserver],http-8080-Processor22:3767 - Exception sending context initialized event to listener instance of class com.jaspersoft.jasperserver.war.util.SpringBeanServletContextPlublisher
org.springframework.beans.factory.BeanCreationException
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot load JDBC driver class 'com.mysql.jdbc.Driver' [See nested exception: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot load JDBC driver class 'com.mysql.jdbc.Driver']]

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

戒ㄋ 2024-10-12 04:03:56

您需要在类路径中添加 JDBC 驱动程序

You need to add JDBC driver in your classpath .

花想c 2024-10-12 04:03:56

它无法加载您的 JDBC 驱动程序,请确保代表您的驱动程序(本例中为 mySQL)的 JAR 文件位于您的 CLASSPATH 上(可能位于您正在运行的 Web/应用程序服务器的 lib 目录中)

It can't load your JDBC driver, make suer that the JAR file representing your driver (mySQL in this case) is on your CLASSPATH (probably in the lib directory of the web/application server you are running)

爱情眠于流年 2024-10-12 04:03:56

已解决:

我必须重新配置 apache-tomcat-5.5.20/conf/Catalina/localhost 文件夹中找到的 jasperserver.xml 文件
以同样的方式重新配置 jasperserver META-INF 文件夹中的 context.xml 文件

Resolved :

I must reconfigure jasperserver.xml file found in apache-tomcat-5.5.20/conf/Catalina/localhost folder
the same way I reconfigure context.xml file in jasperserver META-INF folder

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文