我的类型异常报告http状态500

时间:2014-04-03 08:21:36

标签: java jsf glassfish-3

HTTP状态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

1 个答案:

答案 0 :(得分:0)

问题很明显:

The markup in the document following the root element must be well-formed.

浏览Home.xhtml页面上的代码,查找任何未关闭的代码。