Hi Zied,

the lines like
...TobagoResponseWriterImpl.endElement(235) - Element end with
name='html' doesn't match with ...

looks like related to a bug i fixed yesterday. Are there any lines like
...ButtonRenderer.encodeBegin(55) - Wrong type: Need
org.apache.myfaces.tobago.component.UIButtonCommand, but was  ...
?
if so please try latest nightly.


Regards,
    Volker

2007/9/5, Zied Hamdi <[EMAIL PROTECTED]>:
> Hi Bernd,
>
> I've got good bad news :-). I'm experiencing the problem again but this time
> there are only 3 implied pages so I join them as you asked me to do...
>
> p.s: I've noticed some logs that complain invalid xml before the exception.
> This is probably a good hint that I mislooked yesterday.
>
> Here's the log
>
>
>
>  10:04:54,125 INFO  [STDOUT] 2007-09-05 10:04:54,125 [http-127.0.0.1-8080-3]
> INFO
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(65)
> - Total response time : 63 milliseconds
>
>  10:05:17,500 ERROR [STDERR] 5 sept. 2007 10:05:17
> com.sun.facelets.tag.jsf.ComponentRule warnAttr
>
>  ATTENTION: /person/person.xhtml @22,71 image="image/new.GIF" Property
> 'image' is not on type:
> org.apache.myfaces.tobago.component.UICommand
>
>  10:05:17,500 ERROR [STDERR] 5 sept. 2007 10:05:17
> com.sun.facelets.tag.jsf.ComponentRule warnAttr
>
>  ATTENTION: /person/person.xhtml @25,52 image="image/stop.PNG" Property
> 'image' is not on type:
> org.apache.myfaces.tobago.component.UICommand
>
>  10:05:17,515 ERROR [STDERR] 5 sept. 2007 10:05:17
> com.sun.facelets.tag.jsf.ComponentRule warnAttr
>
>  ATTENTION: /person/personDetailTabs.xhtml @10,41
> xmlns:jsp="http://java.sun.com/JSP/Page"; Property '' is not on type:
> org.apache.myfaces.tobago.component.UITabGroup
>
>  10:05:17,656 INFO  [STDOUT] 2007-09-05 10:05:17,656 [http-127.0.0.1-8080-4]
> WARN
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.GridLayoutRenderer.calculateLayoutHeight
> (104) - Unbalanced layout: rows.size()=5 != layoutTokens.length=2
> rowLayout='fixed;1*;'
> (clientId='page:personForm:details:j_id15')
>
>  10:05:17,656 INFO  [STDOUT] 2007-09-05 10:05:17,656 [http-127.0.0.1-8080-4]
> ERROR
> org.apache.myfaces.tobago.webapp.TobagoResponseWriterImpl.endElement(235)
> - Element end with name='div' doesn't match with top element on the
> stack='html' ( GridLayoutRenderer.java:368 )
>
>  10:05:17,656 INFO  [STDOUT] 2007-09-05 10:05:17,656 [http-127.0.0.1-8080-4]
> ERROR
> org.apache.myfaces.tobago.webapp.TobagoResponseWriterImpl.endElement(235)
> - Element end with name='td' doesn't match with top element on the
> stack='div' ( GridLayoutRenderer.java:369 )
>
>  10:05:17,656 INFO  [STDOUT] 2007-09-05 10:05:17,656 [http-127.0.0.1-8080-4]
> ERROR
> org.apache.myfaces.tobago.webapp.TobagoResponseWriterImpl.endElement(235)
> - Element end with name='tr' doesn't match with top element on the
> stack='td' ( GridLayoutRenderer.java:373 )
>
>  10:05:17,656 INFO  [STDOUT] 2007-09-05 10:05:17,656 [http-127.0.0.1-8080-4]
> WARN
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.GridLayoutRenderer.calculateLayoutHeight
> (138) - Unable to calculate Height for token '1*'! using 'fixed' ,
> component:page:personForm:details:personInfoSubview:firstName
> is Panel
>
>  10:05:17,687 INFO  [STDOUT] 2007-09-05 10:05:17,687 [http-127.0.0.1-8080-4]
> WARN
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.GridLayoutRenderer.calculateLayoutHeight
> (138) - Unable to calculate Height for token '1*'! using 'fixed' ,
> component:page:personForm:details:personInfoSubview:lastName
> is Panel
>
>  10:05:17,687 INFO  [STDOUT] 2007-09-05 10:05:17,687 [http-127.0.0.1-8080-4]
> WARN
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.GridLayoutRenderer.calculateLayoutHeight
> (138) - Unable to calculate Height for token '1*'! using 'fixed' ,
> component:page:personForm:details:personInfoSubview:firstName
> is Panel
>
>  10:05:17,687 INFO  [STDOUT] 2007-09-05 10:05:17,687 [http-127.0.0.1-8080-4]
> WARN
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.GridLayoutRenderer.calculateLayoutHeight
> (138) - Unable to calculate Height for token '1*'! using 'fixed' ,
> component:page:personForm:details:personInfoSubview:lastName
> is Panel
>
>  10:05:17,687 INFO  [STDOUT] 2007-09-05 10:05:17,687 [http-127.0.0.1-8080-4]
> WARN  org.apache.myfaces.tobago.util.LayoutInfo.update(126)
> - There are columns left but no more space! cellsLeft=1,
> tokens=fixed;fixed;1*;
> clientId='page:personForm:details:personInfoSubview:j_id21'
>
>  10:05:17,687 INFO  [STDOUT] 2007-09-05 10:05:17,687 [http-127.0.0.1-8080-4]
> WARN  org.apache.myfaces.tobago.util.LayoutInfo.update(129)
> - calculated spaces = "20;20;-1"
> clientId='page:personForm:details:personInfoSubview:j_id21'
>
>  10:05:17,718 INFO  [STDOUT] 2007-09-05 10:05:17,718 [http-127.0.0.1-8080-4]
> ERROR
> org.apache.myfaces.tobago.webapp.TobagoResponseWriterImpl.endElement(235)
> - Element end with name='html' doesn't match with top element on the
> stack='div' ( EndElementInstruction.java:39 )
>
> 10:05:17,718 INFO   [STDOUT] 2007-09-05 10:05:17,718 [http-127.0.0.1-8080-4]
> ERROR
> org.apache.myfaces.tobago.webapp.TobagoResponseWriterImpl.endElement(235)
> - Element end with name='div' doesn't match with top element on the
> stack='td' ( GridLayoutRenderer.java:368)
>
> 10:05:17,734 INFO   [STDOUT] 2007-09-05 10:05:17,734 [http-127.0.0.1-8080-4]
> ERROR
> org.apache.myfaces.tobago.webapp.TobagoResponseWriterImpl.endElement(235)
> - Element end with name='td' doesn't match with top element on the
> stack='tr' ( GridLayoutRenderer.java:369)
>
> 10:05:17,734 ERROR [STDERR] 5 sept. 2007 10:05:17
> com.sun.facelets.FaceletViewHandler handleRenderException
>
>
> GRAVE: Error Rendering View[/person/person.xhtml]
>
> java.lang.IllegalArgumentException : argument type mismatch
>
>       at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method
> )
>
>       at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
> )
>
>       at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25
> )
>
>       at java.lang.reflect.Method.invoke(Method.java:597 )
>
>       at
> javax.faces.component.UIComponentBase$AttributesMap.put(UIComponentBase.java:1590
> )
>
>       at
> javax.faces.component.UIComponentBase$AttributesMap.put(UIComponentBase.java:1499
> )
>
>       at
> org.apache.myfaces.tobago.renderkit.html.StyleClasses.ensureStyleClasses(StyleClasses.java:70
> )
>
>       at
> org.apache.myfaces.tobago.renderkit.html.HtmlRendererUtil.createCssClass(HtmlRendererUtil.java:119
> )
>
>       at
> org.apache.myfaces.tobago.renderkit.html.HtmlRendererUtil.prepareRender(HtmlRendererUtil.java:94
> )
>
>       at
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.DefaultLayoutRenderer.prepareRender(DefaultLayoutRenderer.java
> :40)
>
>       at
> org.apache.myfaces.tobago.renderkit.RenderUtil.encode(RenderUtil.java:73
> )
>
>       at
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.DefaultLayoutRenderer.encodeChildrenOfComponent(DefaultLayoutRenderer.java
> :47)
>
>       at
> org.apache.myfaces.tobago.component.UILayout.encodeChildrenOfComponent(UILayout.java:71
> )
>
>       at
> org.apache.myfaces.tobago.renderkit.RenderUtil.encodeChildren(RenderUtil.java:56
> )
>
>       at
> org.apache.myfaces.tobago.renderkit.html.speyside.standard.tag.TabGroupRenderer.encodeContent(TabGroupRenderer.java:74
> )
>
>       at
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.TabGroupRenderer.renderTabGroupView(TabGroupRenderer.java
> :342)
>
>       at
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.TabGroupRenderer.encodeEnd(TabGroupRenderer.java:155
> )
>
>       at
> javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:836
> )
>
>       at
> org.apache.myfaces.tobago.component.UITabGroup.encodeEnd(UITabGroup.java:106
> )
>
>       at
> org.apache.myfaces.tobago.renderkit.RenderUtil.encode(RenderUtil.java:84
> )
>
>       at
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.GridLayoutRenderer.encodeChildrenOfComponent(GridLayoutRenderer.java
> :366)
>
>       at
> org.apache.myfaces.tobago.component.UILayout.encodeChildrenOfComponent(UILayout.java:71
> )
>
>       at
> org.apache.myfaces.tobago.component.UIGridLayout.encodeChildrenOfComponent(UIGridLayout.java:276
> )
>
>       at
> org.apache.myfaces.tobago.component.UIPanelBase.encodeChildren(UIPanelBase.java:43
> )
>
>       at
> org.apache.myfaces.tobago.renderkit.RenderUtil.encode(RenderUtil.java:77
> )
>
>       at
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.GridLayoutRenderer.encodeChildrenOfComponent(GridLayoutRenderer.java
> :366)
>
>       at
> org.apache.myfaces.tobago.component.UILayout.encodeChildrenOfComponent(UILayout.java:71
> )
>
>       at
> org.apache.myfaces.tobago.component.UIGridLayout.encodeChildrenOfComponent(UIGridLayout.java:276
> )
>
>       at
> org.apache.myfaces.tobago.component.UIPanelBase.encodeChildren(UIPanelBase.java:43
> )
>
>       at
> org.apache.myfaces.tobago.renderkit.RenderUtil.encode(RenderUtil.java:77
> )
>
>       at
> org.apache.myfaces.tobago.renderkit.RenderUtil.encode(RenderUtil.java:81
> )
>
>       at
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.DefaultLayoutRenderer.encodeChildrenOfComponent(DefaultLayoutRenderer.java
> :47)
>
>       at
> org.apache.myfaces.tobago.component.UILayout.encodeChildrenOfComponent(UILayout.java:71
> )
>
>       at
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.PageRenderer.encodeEnd(PageRenderer.java:128
> )
>
>       at
> javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:836
> )
>
>       at
> javax.faces.component.UIComponent.encodeAll(UIComponent.java:896
> )
>
>       at
> javax.faces.component.UIComponent.encodeAll(UIComponent.java:892
> )
>
>       at
> com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:578
> )
>
>       at
> org.apache.myfaces.tobago.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:56
> )
>
>       at
> org.apache.myfaces.tobago.lifecycle.TobagoLifecycle.render(TobagoLifecycle.java:141
> )
>
>       at
> javax.faces.webapp.FacesServlet.service(FacesServlet.java:245
> )
>
>       at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290
> )
>
>       at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206
> )
>
>       at
> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147
> )
>
>       at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235
> )
>
>       at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206
> )
>
>       at
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96
> )
>
>       at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235
> )
>
>       at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206
> )
>
>       at
> org.apache.catalina.core.StandardWrapperValve.invoke(
> StandardWrapperValve.java:230)
>
>        at
> org.apache.catalina.core.StandardContextValve.invoke(
> StandardContextValve.java:175)
>
>        at
> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(
> SecurityAssociationValve.java:179)
>
>        at
> org.jboss.web.tomcat.security.JaccContextValve.invoke(
> JaccContextValve.java:84)
>
>        at
> org.apache.catalina.core.StandardHostValve.invoke(
> StandardHostValve.java:128)
>
>        at
> org.apache.catalina.valves.ErrorReportValve.invoke(
> ErrorReportValve.java:104)
>
>        at
> org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(
> CachedConnectionValve.java:157)
>
>        at
> org.apache.catalina.core.StandardEngineValve.invoke(
> StandardEngineValve.java:109)
>
>        at
> org.apache.catalina.connector.CoyoteAdapter.service(
> CoyoteAdapter.java:241)
>
>        at org.apache.coyote.http11.Http11Processor.process(
> Http11Processor.java:844)
>
>        at
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
> Http11Protocol.java:580)
>
>        at
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(
> JIoEndpoint.java:447)
>
>       at java.lang.Thread.run(Thread.java:619 )
>
> 10:05:17,765 INFO   [STDOUT] 2007-09-05 10:05:17,765 [http-127.0.0.1-8080-4]
> INFO
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(65)
> - Total response time : 281 milliseconds
>
> 10:05:17,765 INFO   [STDOUT] 2007-09-05 10:05:17,765 [http-127.0.0.1-8080-4]
> WARN
> org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569)
> - Invalid tag found: unexpected input while looking for attr name or '/>' at
> line 3. Surroundings: '<!DOCTYPE html PUBLIC "-//W3C/'.
>
>
>
>
>
>
> 2007/9/4, Zied Hamdi <[EMAIL PROTECTED]>:
> >
> > Hi Bernd,
> >
> > I'm sorry, I changed all the pages containing <!DOCTYPE html PUBLIC
> "-//... and removed it, now it works. So I don't know which was the page,
> this mail was just a parentheses to recall we can enhance the error messages
> (probably somewhere in prepareRender() to catch and rethrow with a more
> verbose text about wich page or include failed).
> >
> > Regards and thanks for answering so fast,
> > Zied
> >
> >
> > 2007/9/4, Bernd Bohmann <[EMAIL PROTECTED]>:
> >
> > > Hello,
> > >
> > > can send the page, please.
> > >
> > > Regards
> > >
> > > Bernd
> > >
> > > Zied Hamdi wrote:
> > > > Hi the good team,
> > > >
> > > > I'm experiencing a problem while I'm moving to facelets. This is
> absolutely
> > > > normal until the point where I don't know where the problem occurs
> ;-p.
> > > >
> > > > In fact, I have an existing set of jsp that I attempted to transform
> to
> > > > facelets templates. I had a lot of jsp includes until a deepness of 4.
> The
> > > > probem is that when an exception occurs, there's no info on which page
> is
> > > > beeing processed.
> > > >
> > > > Is there a way to activate a logger that writes which page is beeing
> > > > included? (all I have is Invalid tag found: unexpected input while
> looking
> > > > for attr name or '/>' at line 3. Surroundings: '<!DOCTYPE html PUBLIC
> > > > "-//W3C/')
> > > >
> > > > Thanks in advance if you have any idea...
> > > >
> > > > This is my exception to give you an idea :-)
> > > >
> > > >
> > > > 16:31:57,593 ERROR [STDERR] 4 sept. 2007 16:31:57
> > > > com.sun.facelets.FaceletViewHandler
> *handleRenderException*
> > > >
> > > > GRAVE: Error Rendering View[/person/person.xhtml]
> > > >
> > > > *java.lang.IllegalArgumentException*: argument type
> mismatch
> > > >
> > > >       at
> sun.reflect.NativeMethodAccessorImpl.invoke0(*Native
> Method*)
> > > >
> > > >       at sun.reflect.NativeMethodAccessorImpl.invoke
> (*
> > > > NativeMethodAccessorImpl.java:39*)
> > > >
> > > >       at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(*
> > > > DelegatingMethodAccessorImpl.java:25*)
> > > >
> > > >       at java.lang.reflect.Method.invoke (*Method.java:597*)
> > > >
> > > >       at
> javax.faces.component.UIComponentBase$AttributesMap.put(*
> > > > UIComponentBase.java:1590*)
> > > >
> > > >       at
> javax.faces.component.UIComponentBase$AttributesMap.put(*
> > > > UIComponentBase.java:1499*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.renderkit.html.StyleClasses.ensureStyleClasses(*
> > > > StyleClasses.java:70*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.renderkit.html.HtmlRendererUtil.createCssClass
> (*
> > > > HtmlRendererUtil.java:119*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.renderkit.html.HtmlRendererUtil.prepareRender(*
> > > > HtmlRendererUtil.java:94*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.DefaultLayoutRenderer.prepareRender
> > > > (*DefaultLayoutRenderer.java:40*)
> > > >
> > > >       at
> org.apache.myfaces.tobago.renderkit.RenderUtil.encode(*
> > > > RenderUtil.java:73*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.DefaultLayoutRenderer.encodeChildrenOfComponent
> > > > (*DefaultLayoutRenderer.java:47*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.component.UILayout.encodeChildrenOfComponent(*
> > > > UILayout.java:71*)
> > > >
> > > >       at
> org.apache.myfaces.tobago.renderkit.RenderUtil.encodeChildren
> (*
> > > > RenderUtil.java:56*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.renderkit.html.speyside.standard.tag.TabGroupRenderer.encodeContent
> > > > (*TabGroupRenderer.java:74*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.TabGroupRenderer.renderTabGroupView
> > > > (*TabGroupRenderer.java:342*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.TabGroupRenderer.encodeEnd
> > > > (*TabGroupRenderer.java:155*)
> > > >
> > > >       at
> javax.faces.component.UIComponentBase.encodeEnd(*
> > > > UIComponentBase.java:836*)
> > > >
> > > >       at
> org.apache.myfaces.tobago.component.UITabGroup.encodeEnd (*
> > > > UITabGroup.java:106*)
> > > >
> > > >       at
> org.apache.myfaces.tobago.renderkit.RenderUtil.encode(*
> > > > RenderUtil.java:84*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.GridLayoutRenderer.encodeChildrenOfComponent
> > > > (*GridLayoutRenderer.java:366*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.component.UILayout.encodeChildrenOfComponent(*
> > > > UILayout.java:71*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.component.UIGridLayout.encodeChildrenOfComponent
> (*
> > > > UIGridLayout.java:276*)
> > > >
> > > >       at
> org.apache.myfaces.tobago.component.UIPanelBase.encodeChildren(*
> > > > UIPanelBase.java:43*)
> > > >
> > > >       at
> org.apache.myfaces.tobago.renderkit.RenderUtil.encode (*
> > > > RenderUtil.java:77*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.GridLayoutRenderer.encodeChildrenOfComponent
> > > > (*GridLayoutRenderer.java:366*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.component.UILayout.encodeChildrenOfComponent(*
> > > > UILayout.java:71*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.component.UIGridLayout.encodeChildrenOfComponent
> (*
> > > > UIGridLayout.java:276*)
> > > >
> > > >       at
> org.apache.myfaces.tobago.component.UIPanelBase.encodeChildren(*
> > > > UIPanelBase.java:43*)
> > > >
> > > >       at
> org.apache.myfaces.tobago.renderkit.RenderUtil.encode (*
> > > > RenderUtil.java:77*)
> > > >
> > > >       at
> org.apache.myfaces.tobago.renderkit.RenderUtil.encode(*
> > > > RenderUtil.java:81*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.DefaultLayoutRenderer.encodeChildrenOfComponent
> > > > (*DefaultLayoutRenderer.java:47*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.component.UILayout.encodeChildrenOfComponent(*
> > > > UILayout.java:71*)
> > > >
> > > >       at
> > > >
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.PageRenderer.encodeEnd
> > > > (*PageRenderer.java:128*)
> > > >
> > > >       at
> javax.faces.component.UIComponentBase.encodeEnd(*
> > > > UIComponentBase.java:836*)
> > > >
> > > >       at
> javax.faces.component.UIComponent.encodeAll(*UIComponent.java
> :896*)
> > > >
> > > >       at
> javax.faces.component.UIComponent.encodeAll(*UIComponent.java:892*)
> > > >
> > > >       at
> com.sun.facelets.FaceletViewHandler.renderView(*
> > > > FaceletViewHandler.java:578*)
> > > >
> > > >       at
> org.apache.myfaces.tobago.lifecycle.RenderResponseExecutor.execute(
> > > > *RenderResponseExecutor.java:56*)
> > > >
> > > >       at
> org.apache.myfaces.tobago.lifecycle.TobagoLifecycle.render(*
> > > > TobagoLifecycle.java :141*)
> > > >
> > > >       at
> javax.faces.webapp.FacesServlet.service(*FacesServlet.java:245*)
> > > >
> > > >       at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(*
> > > > ApplicationFilterChain.java :290*)
> > > >
> > > >       at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(*
> > > > ApplicationFilterChain.java:206*)
> > > >
> > > >       at
> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(*
> > > > ExtensionsFilter.java:147*)
> > > >
> > > >       at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(*
> > > > ApplicationFilterChain.java:235*)
> > > >
> > > >       at
> org.apache.catalina.core.ApplicationFilterChain.doFilter
> (*
> > > > ApplicationFilterChain.java:206*)
> > > >
> > > >       at
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(*
> > > > ReplyHeaderFilter.java:96*)
> > > >
> > > >       at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
> (*
> > > > ApplicationFilterChain.java:235*)
> > > >
> > > >       at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(*
> > > > ApplicationFilterChain.java:206*)
> > > >
> > > >       at
> org.apache.catalina.core.StandardWrapperValve.invoke (*
> > > > StandardWrapperValve.java:230*)
> > > >
> > > >       at
> org.apache.catalina.core.StandardContextValve.invoke(*
> > > > StandardContextValve.java:175*)
> > > >
> > > >       at
> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke
> (*
> > > > SecurityAssociationValve.java:179*)
> > > >
> > > >       at
> org.jboss.web.tomcat.security.JaccContextValve.invoke(*
> > > > JaccContextValve.java:84*)
> > > >
> > > >       at
> org.apache.catalina.core.StandardHostValve.invoke (*
> > > > StandardHostValve.java:128*)
> > > >
> > > >       at
> org.apache.catalina.valves.ErrorReportValve.invoke(*
> > > > ErrorReportValve.java:104*)
> > > >
> > > >       at
> org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke
> (*
> > > > CachedConnectionValve.java:157*)
> > > >
> > > >       at
> org.apache.catalina.core.StandardEngineValve.invoke(*
> > > > StandardEngineValve.java:109*)
> > > >
> > > >       at
> org.apache.catalina.connector.CoyoteAdapter.service (*
> > > > CoyoteAdapter.java:241*)
> > > >
> > > >       at
> org.apache.coyote.http11.Http11Processor.process(*
> > > > Http11Processor.java:844*)
> > > >
> > > >       at
> > > >
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process
> (*
> > > > Http11Protocol.java:580*)
> > > >
> > > >       at
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(*JIoEndpoint.java
> > > > :447*)
> > > >
> > > >       at java.lang.Thread.run(*Thread.java:619*)
> > > >
> > > > 16:31:57,687 INFO  [STDOUT] 2007-09-04 16:31:57,687
> [http-127.0.0.1-8080-1]
> > > > INFO
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(65)
> -
> > > > Total response time : 109406 milliseconds
> > > >
> > > > 16:31:57,687 INFO  [STDOUT] 2007-09-04 16:31:57,687
> [http-127.0.0.1-8080-1]
> > > > WARN
> org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569)
> -
> > > > Invalid tag found: unexpected input while looking for attr name or
> '/>' at
> > > > line 3. Surroundings: '<!DOCTYPE html PUBLIC "-//W3C/'.
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> >
> >
> >
> >
> > --
> > Zied Hamdi
> > zatreex.sourceforge.net
>
>
>
> --
> Zied Hamdi
> zatreex.sourceforge.net
>

Reply via email to