使用 PostgreSQL 数据库构建 JasperServer 时出现问题
我正在尝试自定义 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在文件“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..