PDF Audit Trail Plugin - error

Confluence User - 27 Mar, 2017

When using this plugin, hitting with below error: Any clues?

 

ERROR 27 Mar 2017 13:29:25 org.joget.apps.form.service.FormPdfUtil - org.xml.sax.SAXParseException; lineNumber: 90; columnNumber: 7; The element type "hr" must be terminated by the matching end-tag "</hr>".
org.xml.sax.SAXParseException; lineNumber: 90; columnNumber: 7; The element type "hr" must be terminated by the matching end-tag "</hr>".
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
at org.joget.apps.form.service.FormPdfUtil.createPdf(FormPdfUtil.java:107)
at org.joget.sample.PDFAuditTrail.createPdf(PDFAuditTrail.java:306)
at org.joget.sample.PDFAuditTrail.execute(PDFAuditTrail.java:98)
at org.joget.apps.app.service.AuditTrailManagerImpl.executePlugin(AuditTrailManagerImpl.java:179)

plugins

3


28 Mar, 2017
confluenceUser
confluenceUser

Hi, from the error message it looks as though the HTML is not well-formed, thus causing some parsing errors. You can try to ensure that the HTML tags are properly closed, in this case the <hr> tag should be <hr /> 

28 Mar, 2017
confluenceUser
confluenceUser

I don't really have any HTML coded into my standard form. Just wonder how can I troubleshooting the plugin and etc

28 Mar, 2017
confluenceUser
confluenceUser

The error says 'The element type "hr" must be terminated by the matching end-tag "</hr>"', so there must be some custom <hr> tag somewhere within the form content.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print