I'm running an application with myfaces 1.2.4 and facelets 1.1.14 on tomcat
6.0.16. I'm also using tomahawk 1.1.7 and richfaceas 3.2.2.GA.  I was having
some problems so i configure my log4j to trace level for org.apache and i
discovered that each time a page is rendered i got a lot (sometime more than
hundred) exceptions like these one:

11:31:54,725 ERROR [DebugUtils] javax.faces.FacesException: Could not get
property facetCount of component j_id0
11:31:54,725 ERROR [DebugUtils] javax.faces.FacesException: Could not get
property family of component j_id0
11:31:54,725 ERROR [DebugUtils] javax.faces.FacesException: Could not get
property rendererType of component j_id0
11:31:54,725 ERROR [DebugUtils] javax.faces.FacesException: Could not get
property rendersChildren of component j_id0
11:31:54,725 ERROR [DebugUtils] javax.faces.FacesException: Could not get
property facetCount of component j_id1
11:31:54,725 ERROR [DebugUtils] javax.faces.FacesException: Could not get
property family of component j_id1
11:31:54,725 ERROR [DebugUtils] javax.faces.FacesException: Could not get
property rendererType of component j_id1
11:31:54,741 ERROR [DebugUtils] javax.faces.FacesException: Could not get
property rendersChildren of component j_id1
11:31:54,741 ERROR [DebugUtils] javax.faces.FacesException: Could not get
property facetCount of component j_id2
11:31:54,741 ERROR [DebugUtils] javax.faces.FacesException: Could not get
property family of component j_id2
11:31:54,741 ERROR [DebugUtils] javax.faces.FacesException: Could not get
property rendererType of component j_id2
11:31:54,741 ERROR [DebugUtils] javax.faces.FacesException: Could not get
property rendersChildren of component j_id2

In any case the application is working fine. I also tried to switch to sun
ri and the exceptions disappeared. Any idea.

Thanks

Reply via email to