So this comes from the following line:
<h:form id="internalServerErrorPageForm" binding="#{ServerErrorBean.initForm}">
You have attached the form to a bean for an unknown reason. An exception indicates that this component has a parent, but it is not actually a parent at all in the component tree on the JSP page. This, in turn, indicates that you are doing something like the following in a bean before or during a method call getInitForm():
form.setParent(someComponent);
, .
: , <f:view> HTML JSF.
2: , <h:form> bean. ( , , , . ).
, validateSession, EL :
rendered="#{not empty user.name}"
, SessionAttributes.USER_LOGIN_NAME user.