使用 PostgreSQL 数据库构建 JasperServer 时出现问题

发布于 2024-12-15 03:35:16 字数 1040 浏览 2 评论 0原文

我正在尝试自定义 JasperServer 的安装。

我已经下载了源码。我已经使用MySQL数据库成功部署了。我想使用 PostgreSQL 并删除 MySQL 数据库。当我这样做时,它不起作用。我尝试了构建指南中提到的步骤。

但 Tomcat 无法启动,因为部署描述符具有 MySQL 数据库的详细信息。我将内容更改为 PostgreSQL。然后它工作了,但现在它没有上传 css 并显示奇怪的视图。

请检查图像如何显示。![这是我部署 jasperserver 时的登录页面][1]

如果有人成功完成,请提供帮助..

谢谢.....

tomcat 上出现错误..

信息:服务器启动于9759 毫秒 2011-11-14 17:15:49,647 警告 FileBufferedOutputStream,Finalizer:237 - 删除临时文件时出错 口头文件 2011-11-14 17:15:49,650 警告 FileBufferedOutputStream,Finalizer:237 - 删除临时文件时出错 口头文件 2011-11-14 17:15:49,650 警告 FileBufferedOutputStream,Finalizer:237 - 删除临时文件时出错 口头文件 2011-11-14 17:15:49,651 警告 FileBufferedOutputStream,Finalizer:237 - 删除临时文件时出错 口头文件 2011-11-14 17:15:49,651 警告 FileBufferedOutputStream,Finalizer:237 - 删除临时文件时出错 口头文件 2011-11-14 17:15:49,652 警告 FileBufferedOutputStream,Finalizer:237 - 删除临时文件时出错 orary 文件

2011-11-14 17:15:49,652 警告 FileBufferedOutputStream,Finalizer:237 - 删除临时文件时出错 口头档案 2011-11-14 17:15:49,653 警告 FileBufferedOutputStream,Finalizer:237 - 删除临时文件时出错 口头文件

I am trying to customize the installation of JasperServer.

I have downloaded the source. I have deployed successfully using MySQL database. I want to use PostgreSQL and remove the MySQL database. When I do that it does not work. I tried steps mention in Build Guide.

But Tomcat does not start as deployment descriptor has details of MySQL database. I changed the content to PostgreSQL. Then it worked but now it is not uploading the css and showing the weird view.

Please check with image how it shows.![This is the login page when I deploy the jasperserver][1]

Please help if anyone have done it successfully..

Thanks.....

Error on tomcat..

INFO: Server startup in 9759 ms
2011-11-14 17:15:49,647 WARN FileBufferedOutputStream,Finalizer:237 - Error while deleting the temp
orary file
2011-11-14 17:15:49,650 WARN FileBufferedOutputStream,Finalizer:237 - Error while deleting the temp
orary file
2011-11-14 17:15:49,650 WARN FileBufferedOutputStream,Finalizer:237 - Error while deleting the temp
orary file
2011-11-14 17:15:49,651 WARN FileBufferedOutputStream,Finalizer:237 - Error while deleting the temp
orary file
2011-11-14 17:15:49,651 WARN FileBufferedOutputStream,Finalizer:237 - Error while deleting the temp
orary file
2011-11-14 17:15:49,652 WARN FileBufferedOutputStream,Finalizer:237 - Error while deleting the temp
orary file

2011-11-14 17:15:49,652 WARN FileBufferedOutputStream,Finalizer:237 - Error while deleting the temp
orary file
2011-11-14 17:15:49,653 WARN FileBufferedOutputStream,Finalizer:237 - Error while deleting the temp
orary file

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

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

发布评论

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

评论(1

葵雨 2024-12-22 03:35:16

在文件“decoratorCommonImports.jsp”中进行更改

提供主题文件夹的直接路径,如

“ type =“text/css”media =“screen”/>;

将上面的行替换为以下一行..

谢谢..

Make changes in file "decoratorCommonImports.jsp"

Provide direct path of theme folder like

" type="text/css" media="screen"/>

replace above line with following one..

Thanks..

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