HTTP Status 500 -
类型:异常报告
描述
The server encountered an internal error () that prevented it from fulfilling this request.
例外
javax.servlet.ServletException: Error Parsing /modules/Home.xhtml: Error Traced[line: 48] The markup in the document following the root element must be well-formed.
root cause
javax.faces.view.facelets.FaceletException: Error Parsing /modules/Home.xhtml: Error Traced[line: 48] The markup in the document following the root element must be well-formed.
note The full stack traces of the exception and its root causes are available in the GlassFish Server Open Source Edition 3.1.2.2 logs.
我正在使用 GlassFish Server Open Source Edition 3.1.2.2
问题很明显:
The markup in the document following the root element must be well-formed.
浏览Home.xhtml
页面上的代码并查找任何未关闭的标签。