org.jdom.input.JDOMParseException: Content is not allowed in trailing section
i work with jdom .this error was take place:
org.jdom.input.JDOMParseException: Error on line 252 of document Articles.xml: Content is not allowed in trailing section.
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:530)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:905)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:884)
how can solve this error ?
thank you!
检查您的XML是否有效,并且在XML文档的最后一个结束标记之后没有非空白字符。
你似乎错过了上述任何一条
Not set grails proper Version
Missing application.properties file (with proper grails version)
链接地址: http://www.djcxy.com/p/34922.html