[jboss-user] [JBoss Seam] - Re: richfaces3.0.1 is not fit for seam?

gringalet do-not-reply at jboss.com
Mon Aug 27 12:32:26 EDT 2007


thanks,man.  i have cleaned my project and rebuild them all. the above errors disappeared and a new error happens. please tell me what can i do?
2007-08-28 00:27:41,453 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolved name to Seam component
  | 2007-08-28 00:27:41,453 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolving name: ajaxContext
  | 2007-08-28 00:27:41,453 DEBUG [org.jboss.seam.contexts.Contexts] found in event context: ajaxContext
  | 2007-08-28 00:27:41,453 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolved name to Seam component
  | 2007-08-28 00:27:41,453 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolving name: ajaxContext
  | 2007-08-28 00:27:41,453 DEBUG [org.jboss.seam.contexts.Contexts] found in event context: ajaxContext
  | 2007-08-28 00:27:41,453 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolved name to Seam component
  | 2007-08-28 00:27:41,453 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolving name: ajaxContext
  | 2007-08-28 00:27:41,453 DEBUG [org.jboss.seam.contexts.Contexts] found in event context: ajaxContext
  | 2007-08-28 00:27:41,453 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolved name to Seam component
  | 2007-08-28 00:27:41,453 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolving name: ajaxContext
  | 2007-08-28 00:27:41,453 DEBUG [org.jboss.seam.contexts.Contexts] found in event context: ajaxContext
  | 2007-08-28 00:27:41,453 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolved name to Seam component
  | 2007-08-28 00:27:41,453 ERROR [STDERR] 2007-8-28 0:27:41 com.sun.facelets.FaceletViewHandler handleRenderException
  | ??: Error Rendering View[/home.jsp]
  | com.sun.facelets.FaceletException: Error Parsing /home.jsp: Error Traced[line: 1] The markup in the document preceding the root element must be well-formed.
  | 	at com.sun.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:234)
  | 	at com.sun.facelets.compiler.Compiler.compile(Compiler.java:105)
  | 	at com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:197)
  | 	at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:144)
  | 	at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:95)
  | 	at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:496)
  | 	at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:546)
  | 	at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
  | 	at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:235)
  | 	at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
  | 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:139)
  | 	at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:276)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | 	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
  | 	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
  | 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
  | 	at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
  | 	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | 	at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | 	at java.lang.Thread.run(Thread.java:595)
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] after phase: RENDER_RESPONSE(6)
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.afterPhase
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.jsf.AbstractSeamPhaseListener] committing transaction after phase: RENDER_RESPONSE(6)
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolving name: ajaxContext
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Contexts] found in event context: ajaxContext
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolved name to Seam component
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Contexts] found in conversation context: org.jboss.seam.core.persistenceContexts
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Manager] Discarding conversation state: 3
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Lifecycle] After render response, destroying contexts
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Lifecycle] destroying business process context
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preDestroyContext.BUSINESS_PROCESS
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postDestroyContext.BUSINESS_PROCESS
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Lifecycle] destroying conversation context
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preDestroyContext.CONVERSATION
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Contexts] destroying: org.jboss.seam.core.persistenceContexts
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preDestroy.org.jboss.seam.core.persistenceContexts
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Contexts] destroying: org.jboss.seam.core.facesMessages
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preDestroy.org.jboss.seam.core.facesMessages
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Contexts] destroying: org.jboss.seam.core.conversation
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preDestroy.org.jboss.seam.core.conversation
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postDestroyContext.CONVERSATION
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Lifecycle] flushing server-side conversation context
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Lifecycle] flushing session context
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Lifecycle] destroying event context
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preDestroyContext.EVENT
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Contexts] destroying: org.jboss.seam.core.manager
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preDestroy.org.jboss.seam.core.manager
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Contexts] destroying: com.exade.vcp.Filter.done
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Contexts] destroying: class org.apache.myfaces.shared_tomahawk.renderkit.html.util.JavascriptUtils.OLD_VIEW_ID
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Contexts] destroying: ajaxContext
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Contexts] destroying: com.exade.vcp.Filter.ResponseWrapper
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postDestroyContext.EVENT
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Lifecycle] <<< End web request
  | 2007-08-28 00:27:41,468 DEBUG [org.ajax4jsf.framework.renderer.AjaxPhaseListener] Process after phase RENDER_RESPONSE(6)
  | 2007-08-28 00:27:41,468 ERROR [org.jboss.seam.web.ExceptionFilter] uncaught exception
  | javax.servlet.ServletException: Error Parsing /home.jsp: Error Traced[line: 1] The markup in the document preceding the root element must be well-formed.
  | 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:152)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:139)
  | 	at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:276)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | 	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
  | 	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
  | 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
  | 	at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
  | 	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | 	at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | 	at java.lang.Thread.run(Thread.java:595)
  | 2007-08-28 00:27:41,468 ERROR [org.jboss.seam.web.ExceptionFilter] exception root cause
  | com.sun.facelets.FaceletException: Error Parsing /home.jsp: Error Traced[line: 1] The markup in the document preceding the root element must be well-formed.
  | 	at com.sun.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:234)
  | 	at com.sun.facelets.compiler.Compiler.compile(Compiler.java:105)
  | 	at com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:197)
  | 	at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:144)
  | 	at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:95)
  | 	at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:496)
  | 	at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:546)
  | 	at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
  | 	at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:235)
  | 	at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
  | 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:139)
  | 	at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:276)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | 	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
  | 	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
  | 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
  | 	at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
  | 	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | 	at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | 	at java.lang.Thread.run(Thread.java:595)
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.web.ExceptionFilter] ending request
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.exception
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.exception
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Lifecycle] After render response, destroying contexts
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Lifecycle] destroying conversation context
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preDestroyContext.CONVERSATION
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Contexts] destroying: org.jboss.seam.exception
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postDestroyContext.CONVERSATION
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Lifecycle] flushing server-side conversation context
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Lifecycle] flushing session context
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Lifecycle] destroying event context
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preDestroyContext.EVENT
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Contexts] destroying: org.jboss.seam.core.manager
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preDestroy.org.jboss.seam.core.manager
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Contexts] destroying: com.exade.vcp.Filter.done
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Contexts] destroying: class org.apache.myfaces.shared_tomahawk.renderkit.html.util.JavascriptUtils.OLD_VIEW_ID
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Contexts] destroying: ajaxContext
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Contexts] destroying: com.exade.vcp.Filter.ResponseWrapper
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Contexts] destroying: org.apache.myfaces.myFacesJavascript
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postDestroyContext.EVENT
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.contexts.Lifecycle] <<< End web request
  | 2007-08-28 00:27:41,468 DEBUG [org.jboss.seam.web.ExceptionFilter] ended request
  | 2007-08-28 00:27:41,468 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/wcrm].[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception
  | com.sun.facelets.FaceletException: Error Parsing /home.jsp: Error Traced[line: 1] The markup in the document preceding the root element must be well-formed.
  | 	at com.sun.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:234)
  | 	at com.sun.facelets.compiler.Compiler.compile(Compiler.java:105)
  | 	at com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:197)
  | 	at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:144)
  | 	at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:95)
  | 	at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:496)
  | 	at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:546)
  | 	at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
  | 	at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:235)
  | 	at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
  | 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:139)
  | 	at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:276)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | 	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
  | 	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
  | 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
  | 	at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
  | 	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | 	at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | 	at java.lang.Thread.run(Thread.java:595)
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078433#4078433

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078433



More information about the jboss-user mailing list