起步软件技术论坛
搜索
 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 3324|回复: 5

[结贴] 报表加图表

[复制链接]

197

主题

834

帖子

1511

积分

金牌会员

Rank: 6Rank: 6

积分
1511
QQ
发表于 2019-12-4 15:14:11 | 显示全部楼层 |阅读模式
报表执行错误:The node "org.dom4j.tree.DefaultElement@1c02a60 [Element: ]" could not be added to the element "td" because: The Node already has an existing parent of "td"


在报表中加了一个雷达图,
有的数据就会导致报错。
------回复内容仅供参考

197

主题

834

帖子

1511

积分

金牌会员

Rank: 6Rank: 6

积分
1511
QQ
 楼主| 发表于 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
------回复内容仅供参考
回复 支持 反对

使用道具 举报

91

主题

13万

帖子

3万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
36069
发表于 2019-12-4 15:50:39 | 显示全部楼层
确认报表中的批注设置的是否正确/UI2/demo/report/process/property/chartReport.w
远程的联系方法QQ1392416607,添加好友时,需在备注里注明其论坛名字及ID,公司等信息
发远程时同时也发一下帖子地址,方便了解要解决的问题  WeX5教程  WeX5下载



如按照该方法解决,请及时跟帖,便于版主结贴
回复 支持 反对

使用道具 举报

197

主题

834

帖子

1511

积分

金牌会员

Rank: 6Rank: 6

积分
1511
QQ
 楼主| 发表于 2019-12-4 15:57:26 | 显示全部楼层
jishuang 发表于 2019-12-4 15:50
确认报表中的批注设置的是否正确/UI2/demo/report/process/property/chartReport.w

没啥问题
QQ截图20191204155658.jpg
------回复内容仅供参考
回复 支持 反对

使用道具 举报

91

主题

13万

帖子

3万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
36069
发表于 2019-12-4 16:38:37 | 显示全部楼层
图表另起一行设置,不要跟报表列放到一行中看看
远程的联系方法QQ1392416607,添加好友时,需在备注里注明其论坛名字及ID,公司等信息
发远程时同时也发一下帖子地址,方便了解要解决的问题  WeX5教程  WeX5下载



如按照该方法解决,请及时跟帖,便于版主结贴
回复 支持 反对

使用道具 举报

197

主题

834

帖子

1511

积分

金牌会员

Rank: 6Rank: 6

积分
1511
QQ
 楼主| 发表于 2019-12-4 16:47:43 | 显示全部楼层
jishuang 发表于 2019-12-4 16:38
图表另起一行设置,不要跟报表列放到一行中看看

结帖
------回复内容仅供参考
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|X3技术论坛|Justep Inc.    

GMT+8, 2024-11-28 11:44 , Processed in 0.063587 second(s), 26 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表