|
楼主 |
发表于 2019-12-4 15:14:44
|
显示全部楼层
这是后台错误
[ERROR] 2019-12-04 15:12:52,690 com.justep.report.controller.ReportController - 报表执行失败
The node "org.dom4j.tree.DefaultElement@1c02a60 [Element: <rdl:report-chart uri: http://www.justep.com/RDL attributes: [org.dom4j.tree.DefaultAttribute@de5fce [Attribute: name id value "chart1_rdl"], org.dom4j.tree.DefaultAttribute@1820e3c [Attribute: name width value "674.39996"], org.dom4j.tree.DefaultAttribute@191a98 [Attribute: name height value "168.0"]]/>]" could not be added to the element "xhtml:td" because: The Node already has an existing parent of "xhtml:td"
com.justep.report.exception.ReportServerException: The node "org.dom4j.tree.DefaultElement@1c02a60 [Element: <rdl:report-chart uri: http://www.justep.com/RDL attributes: [org.dom4j.tree.DefaultAttribute@de5fce [Attribute: name id value "chart1_rdl"], org.dom4j.tree.DefaultAttribute@1820e3c [Attribute: name width value "674.39996"], org.dom4j.tree.DefaultAttribute@191a98 [Attribute: name height value "168.0"]]/>]" could not be added to the element "xhtml:td" because: The Node already has an existing parent of "xhtml:td"
at com.justep.report.controller.ReportController.execute(Unknown Source)
at com.justep.report.controller.GenericControllerChain.execute(Unknown Source)
at com.justep.report.controller.DataController.execute(Unknown Source)
at com.justep.report.controller.GenericControllerChain.execute(Unknown Source)
at com.justep.report.controller.InitController.execute(Unknown Source)
at com.justep.report.controller.GenericControllerChain.execute(Unknown Source)
at com.justep.report.Servlet.a(Unknown Source)
at com.justep.report.Servlet.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:643)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.dom4j.IllegalAddException: The node "org.dom4j.tree.DefaultElement@1c02a60 [Element: <rdl:report-chart uri: http://www.justep.com/RDL attributes: [org.dom4j.tree.DefaultAttribute@de5fce [Attribute: name id value "chart1_rdl"], org.dom4j.tree.DefaultAttribute@1820e3c [Attribute: name width value "674.39996"], org.dom4j.tree.DefaultAttribute@191a98 [Attribute: name height value "168.0"]]/>]" could not be added to the element "xhtml:td" because: The Node already has an existing parent of "xhtml:td"
at org.dom4j.tree.AbstractElement.addNode(AbstractElement.java:1521)
at org.dom4j.tree.AbstractElement.add(AbstractElement.java:1002)
at com.justep.report.ChartDOM4jElement.transform(Unknown Source)
at com.justep.report.TableCell.transform(Unknown Source)
at com.justep.report.CompiledCell.transform(Unknown Source)
at com.justep.report.CompiledSheet.transform(Unknown Source)
at com.justep.report.CompiledTable.transform(Unknown Source)
at com.justep.report.Table.transform(Unknown Source)
at com.justep.report.Content.transform(Unknown Source)
at com.justep.report.ContentSet.transform(Unknown Source)
at com.justep.report.Report.a(Unknown Source)
at com.justep.report.ReportDocument.transform(Unknown Source)
at com.justep.report.ReportTransformer.transform(Unknown Source)
at com.justep.report.core.XReportHelper.executeXReport(Unknown Source)
... 22 more
|
|