尝试使用hc:html部署jrxml时出现以下错误:
org.xml.sax.SAXParseException; lineNumber: 26; columnNumber: 277; cvc-complex-type.2.4.a: Invalid content was found starting with element 'hc:html'. One of '{"http://jasperreports.sourceforge.net/jasperreports":component}' is expected
现在我发现了重复的问题,但它们都与旧版本的jasper soft有关。
所以我的背景是:
Jasper Soft Studio 5.6.0 ;
服务器:5.5.0
我的JasperSoftStudio包里没有像jasperreports-htmlcomponent-5.0.1.jar这样的内容。
我尝试添加com.jaspersoft.studio.html_5.6.0.final.jar
但仍然得到例外..
有没有人试图将带有html的报告加载到较新版本的jasper服务器?
这是我添加html jar后我的目录的样子。
root@jasper:/opt/jasperreports-server-cp-5.5.0/apache-tomcat/lib# ls -la
total 16864
drwxr-xr-x 2 root root 4096 Aug 4 11:41 .
drwxr-xr-x 10 root root 4096 Mar 18 10:21 ..
-rwxr-xr-x 1 root root 15264 Jul 2 2013 annotations-api.jar
-rwxr-xr-x 1 root root 54142 Jul 2 2013 catalina-ant.jar
-rwxr-xr-x 1 root root 134215 Jul 2 2013 catalina-ha.jar
-rwxr-xr-x 1 root root 1581311 Jul 2 2013 catalina.jar
-rwxr-xr-x 1 root root 257520 Jul 2 2013 catalina-tribes.jar
-rw-r--r-- 1 root root 1238098 Aug 4 11:41 com.jaspersoft.studio.html_5.6.0.final.jar
-rwxr-xr-x 1 root root 3528544 Oct 24 2013 db2jcc-9.7.jar
-rwxr-xr-x 1 root root 1801636 Jul 2 2013 ecj-4.2.2.jar
-rwxr-xr-x 1 root root 46085 Jul 2 2013 el-api.jar
-rw-rw-rw- 1 root root 1473091 Jun 9 08:57 hsqldb-2.3.2.jar
-rwxr-xr-x 1 root root 385123 Oct 24 2013 ingres-jdbc-9.2.0.jar
-rwxr-xr-x 1 root root 123241 Jul 2 2013 jasper-el.jar
-rwxr-xr-x 1 root root 599428 Jul 2 2013 jasper.jar
-rwxr-xr-x 1 root root 88690 Jul 2 2013 jsp-api.jar
-rwxr-xr-x 1 root root 214918 Oct 24 2013 mariadb-java-client-1.1.2.jar
-rwxr-xr-x 1 root root 2152051 Oct 24 2013 ojdbc6-11.2.0.2.jar
-rwxr-xr-x 1 root root 548310 Oct 22 2012 postgresql-9.1-903.jdbc4.jar
-rwxr-xr-x 1 root root 579785 Oct 24 2013 postgresql-9.2-1002.jdbc4.jar
-rwxr-xr-x 1 root root 177598 Jul 2 2013 servlet-api.jar
-rwxr-xr-x 1 root root 584207 Oct 24 2013 sqljdbc-1.6-2206.100.jar
-rwxr-xr-x 1 root root 6873 Jul 2 2013 tomcat-api.jar
-rwxr-xr-x 1 root root 796527 Jul 2 2013 tomcat-coyote.jar
-rwxr-xr-x 1 root root 235411 Jul 2 2013 tomcat-dbcp.jar
-rwxr-xr-x 1 root root 77364 Jul 2 2013 tomcat-i18n-es.jar
-rwxr-xr-x 1 root root 48693 Jul 2 2013 tomcat-i18n-fr.jar
-rwxr-xr-x 1 root root 51678 Jul 2 2013 tomcat-i18n-ja.jar
-rwxr-xr-x 1 root root 124006 Jul 2 2013 tomcat-jdbc.jar
-rwxr-xr-x 1 root root 23201 Jul 2 2013 tomcat-util.jar
-rwxr-xr-x 1 root root 254163 Oct 24 2013 vertica_4.1.19_jdk_5.jar
答案 0 :(得分:0)
解决方案是从Jasper Studio或iReport中获取html组件的jar,然后将其上传到服务器。
步骤:
由于较新版本的Jasper Report Designer是基于Eclipse的 - 导航到插件文件夹。
找到com.jaspersoft.studio.html_x.x.x.final.jar。
将jar的内容解压缩到一个文件夹中。
从这个jar的lib文件夹中抓取一个jar。 (Your_eclipse_distribution /插件/ com.jaspersoft.studio.html_5.6.0.final / LIB / htmlcomponent.jar)
将库复制到您的服务器/ WEB-INF / lib(不是我所显示的那个)。
重新启动服务器
很多年以后,Jasper Server本身并不支持嵌入式html,这很奇怪,你必须潜伏在报表设计器库中并手动提取jar。更不用说Jasper Server报告查看器不会用html显示你的报告。这让我得出结论,他们尽一切努力使得与CE合作不方便。