You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Forrest Xia (JIRA)" <ji...@apache.org> on 2011/01/29 10:28:43 UTC

[jira] Created: (GERONIMO-5796) jsf2.0-tes is failed

jsf2.0-tes is failed
--------------------

                 Key: GERONIMO-5796
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5796
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: testsuite
    Affects Versions: 3.0-M2, 3.0
         Environment: ubuntu 10.04
sun jdk 1.6.0_23
            Reporter: Forrest Xia
            Assignee: Lin Sun
            Priority: Minor


Found an exception in the server log:

2011-01-29 16:12:59,018 ERROR [ErrorPageWriter] An exception occurred
javax.faces.FacesException: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241)
	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.handle(ExceptionHandlerImpl.java:156)
	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
	at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
	at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:819)
	at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)
	at org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(ProtectedTargetValve.java:53)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:108)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:379)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:242)
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:259)
	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:281)
	at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:243)
	at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:373)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
	at org.apache.myfaces.view.facelets.el.TagValueExpression.getType(TagValueExpression.java:73)
	at org.apache.myfaces.shared_impl.renderkit._SharedRendererUtils.findUIOutputConverter(_SharedRendererUtils.java:77)
	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.findUIOutputConverter(RendererUtils.java:407)
	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.getConvertedUIOutputValue(RendererUtils.java:769)
	at org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase.getConvertedValue(HtmlTextRendererBase.java:274)
	at javax.faces.component.UIInput.getConvertedValue(UIInput.java:624)
	at javax.faces.component.UIInput.validate(UIInput.java:556)
	at javax.faces.component.UIInput.processValidators(UIInput.java:247)
	at org.apache.myfaces.context.servlet.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:531)
	at org.apache.myfaces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:207)
	at javax.faces.component.UIComponent.visitTree(UIComponent.java:773)
	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
	at javax.faces.component.UIForm.visitTree(UIForm.java:269)
	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartialExecute(PartialViewContextImpl.java:360)
	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:340)
	at javax.faces.component.UIViewRoot$ProcessValidatorPhaseProcessor.process(UIViewRoot.java:1390)
	at javax.faces.component.UIViewRoot._process(UIViewRoot.java:1278)
	at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:754)
	at org.apache.myfaces.lifecycle.ProcessValidationsExecutor.execute(ProcessValidationsExecutor.java:34)
	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:171)
	... 21 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (GERONIMO-5796) jsf2.0-tes is failed

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Forrest Xia reassigned GERONIMO-5796:
-------------------------------------

    Assignee: Forrest Xia  (was: Lin Sun)

> jsf2.0-tes is failed
> --------------------
>
>                 Key: GERONIMO-5796
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5796
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 3.0-M2, 3.0
>         Environment: ubuntu 10.04
> sun jdk 1.6.0_23
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>            Priority: Minor
>
> Found an exception in the server log:
> 2011-01-29 16:12:59,018 ERROR [ErrorPageWriter] An exception occurred
> javax.faces.FacesException: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241)
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.handle(ExceptionHandlerImpl.java:156)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
> 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:189)
> 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
> 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
> 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> 	at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:819)
> 	at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)
> 	at org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(ProtectedTargetValve.java:53)
> 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
> 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:108)
> 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
> 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:379)
> 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:242)
> 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:259)
> 	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:281)
> 	at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:243)
> 	at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:373)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:662)
> Caused by: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.view.facelets.el.TagValueExpression.getType(TagValueExpression.java:73)
> 	at org.apache.myfaces.shared_impl.renderkit._SharedRendererUtils.findUIOutputConverter(_SharedRendererUtils.java:77)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.findUIOutputConverter(RendererUtils.java:407)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.getConvertedUIOutputValue(RendererUtils.java:769)
> 	at org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase.getConvertedValue(HtmlTextRendererBase.java:274)
> 	at javax.faces.component.UIInput.getConvertedValue(UIInput.java:624)
> 	at javax.faces.component.UIInput.validate(UIInput.java:556)
> 	at javax.faces.component.UIInput.processValidators(UIInput.java:247)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:531)
> 	at org.apache.myfaces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:207)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:773)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIForm.visitTree(UIForm.java:269)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartialExecute(PartialViewContextImpl.java:360)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:340)
> 	at javax.faces.component.UIViewRoot$ProcessValidatorPhaseProcessor.process(UIViewRoot.java:1390)
> 	at javax.faces.component.UIViewRoot._process(UIViewRoot.java:1278)
> 	at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:754)
> 	at org.apache.myfaces.lifecycle.ProcessValidationsExecutor.execute(ProcessValidationsExecutor.java:34)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:171)
> 	... 21 more

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-5796) jsf2.0-test is failed

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994723#comment-12994723 ] 

Forrest Xia commented on GERONIMO-5796:
---------------------------------------

The error is reproduced on windows platform for build 0214 with tomcat full profile assembly.

> jsf2.0-test is failed
> ---------------------
>
>                 Key: GERONIMO-5796
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5796
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 3.0-M2, 3.0
>         Environment: ubuntu 10.04
> sun jdk 1.6.0_23
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>            Priority: Minor
>
> Found an exception in the server log:
> 2011-01-29 16:12:59,018 ERROR [ErrorPageWriter] An exception occurred
> javax.faces.FacesException: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241)
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.handle(ExceptionHandlerImpl.java:156)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
> 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:189)
> 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
> 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
> 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> 	at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:819)
> 	at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)
> 	at org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(ProtectedTargetValve.java:53)
> 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
> 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:108)
> 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
> 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:379)
> 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:242)
> 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:259)
> 	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:281)
> 	at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:243)
> 	at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:373)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:662)
> Caused by: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.view.facelets.el.TagValueExpression.getType(TagValueExpression.java:73)
> 	at org.apache.myfaces.shared_impl.renderkit._SharedRendererUtils.findUIOutputConverter(_SharedRendererUtils.java:77)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.findUIOutputConverter(RendererUtils.java:407)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.getConvertedUIOutputValue(RendererUtils.java:769)
> 	at org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase.getConvertedValue(HtmlTextRendererBase.java:274)
> 	at javax.faces.component.UIInput.getConvertedValue(UIInput.java:624)
> 	at javax.faces.component.UIInput.validate(UIInput.java:556)
> 	at javax.faces.component.UIInput.processValidators(UIInput.java:247)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:531)
> 	at org.apache.myfaces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:207)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:773)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIForm.visitTree(UIForm.java:269)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartialExecute(PartialViewContextImpl.java:360)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:340)
> 	at javax.faces.component.UIViewRoot$ProcessValidatorPhaseProcessor.process(UIViewRoot.java:1390)
> 	at javax.faces.component.UIViewRoot._process(UIViewRoot.java:1278)
> 	at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:754)
> 	at org.apache.myfaces.lifecycle.ProcessValidationsExecutor.execute(ProcessValidationsExecutor.java:34)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:171)
> 	... 21 more

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-5796) jsf2.0-test is failed

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Forrest Xia updated GERONIMO-5796:
----------------------------------

    Summary: jsf2.0-test is failed  (was: jsf2.0-tes is failed)

> jsf2.0-test is failed
> ---------------------
>
>                 Key: GERONIMO-5796
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5796
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 3.0-M2, 3.0
>         Environment: ubuntu 10.04
> sun jdk 1.6.0_23
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>            Priority: Minor
>
> Found an exception in the server log:
> 2011-01-29 16:12:59,018 ERROR [ErrorPageWriter] An exception occurred
> javax.faces.FacesException: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241)
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.handle(ExceptionHandlerImpl.java:156)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
> 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:189)
> 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
> 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
> 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> 	at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:819)
> 	at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)
> 	at org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(ProtectedTargetValve.java:53)
> 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
> 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:108)
> 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
> 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:379)
> 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:242)
> 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:259)
> 	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:281)
> 	at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:243)
> 	at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:373)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:662)
> Caused by: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.view.facelets.el.TagValueExpression.getType(TagValueExpression.java:73)
> 	at org.apache.myfaces.shared_impl.renderkit._SharedRendererUtils.findUIOutputConverter(_SharedRendererUtils.java:77)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.findUIOutputConverter(RendererUtils.java:407)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.getConvertedUIOutputValue(RendererUtils.java:769)
> 	at org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase.getConvertedValue(HtmlTextRendererBase.java:274)
> 	at javax.faces.component.UIInput.getConvertedValue(UIInput.java:624)
> 	at javax.faces.component.UIInput.validate(UIInput.java:556)
> 	at javax.faces.component.UIInput.processValidators(UIInput.java:247)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:531)
> 	at org.apache.myfaces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:207)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:773)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIForm.visitTree(UIForm.java:269)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartialExecute(PartialViewContextImpl.java:360)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:340)
> 	at javax.faces.component.UIViewRoot$ProcessValidatorPhaseProcessor.process(UIViewRoot.java:1390)
> 	at javax.faces.component.UIViewRoot._process(UIViewRoot.java:1278)
> 	at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:754)
> 	at org.apache.myfaces.lifecycle.ProcessValidationsExecutor.execute(ProcessValidationsExecutor.java:34)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:171)
> 	... 21 more

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-5796) jsf2.0-tes is failed

Posted by "LiWenQin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988546#action_12988546 ] 

LiWenQin commented on GERONIMO-5796:
------------------------------------

I run the javaee6-testsuite\jsf2.0-test and find the same exception in the server.

> jsf2.0-tes is failed
> --------------------
>
>                 Key: GERONIMO-5796
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5796
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 3.0-M2, 3.0
>         Environment: ubuntu 10.04
> sun jdk 1.6.0_23
>            Reporter: Forrest Xia
>            Assignee: Lin Sun
>            Priority: Minor
>
> Found an exception in the server log:
> 2011-01-29 16:12:59,018 ERROR [ErrorPageWriter] An exception occurred
> javax.faces.FacesException: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241)
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.handle(ExceptionHandlerImpl.java:156)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
> 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:189)
> 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
> 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
> 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> 	at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:819)
> 	at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)
> 	at org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(ProtectedTargetValve.java:53)
> 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
> 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:108)
> 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
> 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:379)
> 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:242)
> 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:259)
> 	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:281)
> 	at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:243)
> 	at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:373)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:662)
> Caused by: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.view.facelets.el.TagValueExpression.getType(TagValueExpression.java:73)
> 	at org.apache.myfaces.shared_impl.renderkit._SharedRendererUtils.findUIOutputConverter(_SharedRendererUtils.java:77)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.findUIOutputConverter(RendererUtils.java:407)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.getConvertedUIOutputValue(RendererUtils.java:769)
> 	at org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase.getConvertedValue(HtmlTextRendererBase.java:274)
> 	at javax.faces.component.UIInput.getConvertedValue(UIInput.java:624)
> 	at javax.faces.component.UIInput.validate(UIInput.java:556)
> 	at javax.faces.component.UIInput.processValidators(UIInput.java:247)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:531)
> 	at org.apache.myfaces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:207)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:773)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIForm.visitTree(UIForm.java:269)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartialExecute(PartialViewContextImpl.java:360)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:340)
> 	at javax.faces.component.UIViewRoot$ProcessValidatorPhaseProcessor.process(UIViewRoot.java:1390)
> 	at javax.faces.component.UIViewRoot._process(UIViewRoot.java:1278)
> 	at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:754)
> 	at org.apache.myfaces.lifecycle.ProcessValidationsExecutor.execute(ProcessValidationsExecutor.java:34)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:171)
> 	... 21 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-5796) jsf2.0-tes is failed

Posted by "Ivan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988529#action_12988529 ] 

Ivan commented on GERONIMO-5796:
--------------------------------

I tried with the tomcat-web assembly built on 01/27, and did not see this error. Which build do you use ?

> jsf2.0-tes is failed
> --------------------
>
>                 Key: GERONIMO-5796
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5796
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 3.0-M2, 3.0
>         Environment: ubuntu 10.04
> sun jdk 1.6.0_23
>            Reporter: Forrest Xia
>            Assignee: Lin Sun
>            Priority: Minor
>
> Found an exception in the server log:
> 2011-01-29 16:12:59,018 ERROR [ErrorPageWriter] An exception occurred
> javax.faces.FacesException: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241)
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.handle(ExceptionHandlerImpl.java:156)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
> 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:189)
> 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
> 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
> 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> 	at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:819)
> 	at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)
> 	at org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(ProtectedTargetValve.java:53)
> 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
> 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:108)
> 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
> 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:379)
> 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:242)
> 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:259)
> 	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:281)
> 	at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:243)
> 	at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:373)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:662)
> Caused by: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.view.facelets.el.TagValueExpression.getType(TagValueExpression.java:73)
> 	at org.apache.myfaces.shared_impl.renderkit._SharedRendererUtils.findUIOutputConverter(_SharedRendererUtils.java:77)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.findUIOutputConverter(RendererUtils.java:407)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.getConvertedUIOutputValue(RendererUtils.java:769)
> 	at org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase.getConvertedValue(HtmlTextRendererBase.java:274)
> 	at javax.faces.component.UIInput.getConvertedValue(UIInput.java:624)
> 	at javax.faces.component.UIInput.validate(UIInput.java:556)
> 	at javax.faces.component.UIInput.processValidators(UIInput.java:247)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:531)
> 	at org.apache.myfaces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:207)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:773)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIForm.visitTree(UIForm.java:269)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartialExecute(PartialViewContextImpl.java:360)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:340)
> 	at javax.faces.component.UIViewRoot$ProcessValidatorPhaseProcessor.process(UIViewRoot.java:1390)
> 	at javax.faces.component.UIViewRoot._process(UIViewRoot.java:1278)
> 	at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:754)
> 	at org.apache.myfaces.lifecycle.ProcessValidationsExecutor.execute(ProcessValidationsExecutor.java:34)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:171)
> 	... 21 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-5796) jsf2.0-test is failed

Posted by "Ivan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994827#comment-12994827 ] 

Ivan commented on GERONIMO-5796:
--------------------------------

I just find that a jar file is created in the WEB-INF/lib folder now, while in the past, those classes are placed in the WEB-INF/classes folder. I guess that it is why the case passed for me. As I mentioned in GERONIMO-5817, we need to update the case, then check whether it works

> jsf2.0-test is failed
> ---------------------
>
>                 Key: GERONIMO-5796
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5796
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 3.0-M2, 3.0
>         Environment: ubuntu 10.04
> sun jdk 1.6.0_23
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>            Priority: Minor
>
> Found an exception in the server log:
> 2011-01-29 16:12:59,018 ERROR [ErrorPageWriter] An exception occurred
> javax.faces.FacesException: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241)
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.handle(ExceptionHandlerImpl.java:156)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
> 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:189)
> 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
> 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
> 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> 	at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:819)
> 	at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)
> 	at org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(ProtectedTargetValve.java:53)
> 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
> 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:108)
> 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
> 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:379)
> 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:242)
> 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:259)
> 	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:281)
> 	at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:243)
> 	at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:373)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:662)
> Caused by: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.view.facelets.el.TagValueExpression.getType(TagValueExpression.java:73)
> 	at org.apache.myfaces.shared_impl.renderkit._SharedRendererUtils.findUIOutputConverter(_SharedRendererUtils.java:77)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.findUIOutputConverter(RendererUtils.java:407)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.getConvertedUIOutputValue(RendererUtils.java:769)
> 	at org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase.getConvertedValue(HtmlTextRendererBase.java:274)
> 	at javax.faces.component.UIInput.getConvertedValue(UIInput.java:624)
> 	at javax.faces.component.UIInput.validate(UIInput.java:556)
> 	at javax.faces.component.UIInput.processValidators(UIInput.java:247)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:531)
> 	at org.apache.myfaces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:207)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:773)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIForm.visitTree(UIForm.java:269)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartialExecute(PartialViewContextImpl.java:360)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:340)
> 	at javax.faces.component.UIViewRoot$ProcessValidatorPhaseProcessor.process(UIViewRoot.java:1390)
> 	at javax.faces.component.UIViewRoot._process(UIViewRoot.java:1278)
> 	at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:754)
> 	at org.apache.myfaces.lifecycle.ProcessValidationsExecutor.execute(ProcessValidationsExecutor.java:34)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:171)
> 	... 21 more

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-5796) jsf2.0-test is failed

Posted by "LiWenQin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

LiWenQin updated GERONIMO-5796:
-------------------------------

    Attachment: 5796-addConfigFile.patch

> jsf2.0-test is failed
> ---------------------
>
>                 Key: GERONIMO-5796
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5796
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 3.0-M2, 3.0
>         Environment: ubuntu 10.04
> sun jdk 1.6.0_23
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>            Priority: Minor
>         Attachments: 5796-addConfigFile.patch
>
>
> Found an exception in the server log:
> 2011-01-29 16:12:59,018 ERROR [ErrorPageWriter] An exception occurred
> javax.faces.FacesException: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241)
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.handle(ExceptionHandlerImpl.java:156)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
> 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:189)
> 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
> 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
> 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> 	at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:819)
> 	at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)
> 	at org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(ProtectedTargetValve.java:53)
> 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
> 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:108)
> 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
> 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:379)
> 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:242)
> 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:259)
> 	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:281)
> 	at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:243)
> 	at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:373)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:662)
> Caused by: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.view.facelets.el.TagValueExpression.getType(TagValueExpression.java:73)
> 	at org.apache.myfaces.shared_impl.renderkit._SharedRendererUtils.findUIOutputConverter(_SharedRendererUtils.java:77)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.findUIOutputConverter(RendererUtils.java:407)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.getConvertedUIOutputValue(RendererUtils.java:769)
> 	at org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase.getConvertedValue(HtmlTextRendererBase.java:274)
> 	at javax.faces.component.UIInput.getConvertedValue(UIInput.java:624)
> 	at javax.faces.component.UIInput.validate(UIInput.java:556)
> 	at javax.faces.component.UIInput.processValidators(UIInput.java:247)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:531)
> 	at org.apache.myfaces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:207)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:773)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIForm.visitTree(UIForm.java:269)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartialExecute(PartialViewContextImpl.java:360)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:340)
> 	at javax.faces.component.UIViewRoot$ProcessValidatorPhaseProcessor.process(UIViewRoot.java:1390)
> 	at javax.faces.component.UIViewRoot._process(UIViewRoot.java:1278)
> 	at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:754)
> 	at org.apache.myfaces.lifecycle.ProcessValidationsExecutor.execute(ProcessValidationsExecutor.java:34)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:171)
> 	... 21 more

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-5796) jsf2.0-test is failed

Posted by "LiWenQin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995680#comment-12995680 ] 

LiWenQin commented on GERONIMO-5796:
------------------------------------

I add the faces-config.xml file as Ivan said( also notified in the chapter 11.5.1 of JSF 2.0 spec ) and find the test result is success now.
Attached patch file.
Thanks, Ivan!

> jsf2.0-test is failed
> ---------------------
>
>                 Key: GERONIMO-5796
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5796
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 3.0-M2, 3.0
>         Environment: ubuntu 10.04
> sun jdk 1.6.0_23
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>            Priority: Minor
>         Attachments: 5796-addConfigFile.patch
>
>
> Found an exception in the server log:
> 2011-01-29 16:12:59,018 ERROR [ErrorPageWriter] An exception occurred
> javax.faces.FacesException: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241)
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.handle(ExceptionHandlerImpl.java:156)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
> 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:189)
> 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
> 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
> 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> 	at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:819)
> 	at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)
> 	at org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(ProtectedTargetValve.java:53)
> 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
> 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:108)
> 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
> 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:379)
> 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:242)
> 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:259)
> 	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:281)
> 	at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:243)
> 	at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:373)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:662)
> Caused by: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.view.facelets.el.TagValueExpression.getType(TagValueExpression.java:73)
> 	at org.apache.myfaces.shared_impl.renderkit._SharedRendererUtils.findUIOutputConverter(_SharedRendererUtils.java:77)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.findUIOutputConverter(RendererUtils.java:407)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.getConvertedUIOutputValue(RendererUtils.java:769)
> 	at org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase.getConvertedValue(HtmlTextRendererBase.java:274)
> 	at javax.faces.component.UIInput.getConvertedValue(UIInput.java:624)
> 	at javax.faces.component.UIInput.validate(UIInput.java:556)
> 	at javax.faces.component.UIInput.processValidators(UIInput.java:247)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:531)
> 	at org.apache.myfaces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:207)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:773)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIForm.visitTree(UIForm.java:269)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartialExecute(PartialViewContextImpl.java:360)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:340)
> 	at javax.faces.component.UIViewRoot$ProcessValidatorPhaseProcessor.process(UIViewRoot.java:1390)
> 	at javax.faces.component.UIViewRoot._process(UIViewRoot.java:1278)
> 	at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:754)
> 	at org.apache.myfaces.lifecycle.ProcessValidationsExecutor.execute(ProcessValidationsExecutor.java:34)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:171)
> 	... 21 more

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (GERONIMO-5796) jsf2.0-test is failed

Posted by "Ivan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan resolved GERONIMO-5796.
----------------------------

       Resolution: Fixed
    Fix Version/s: 3.0
                   3.0-M2

Commit the patch to trunk at revision: 1071865 and M2 at revision: 1071866. Thanks for the patch, Li WenQin.

> jsf2.0-test is failed
> ---------------------
>
>                 Key: GERONIMO-5796
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5796
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 3.0-M2, 3.0
>         Environment: ubuntu 10.04
> sun jdk 1.6.0_23
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>            Priority: Minor
>             Fix For: 3.0-M2, 3.0
>
>         Attachments: 5796-addConfigFile.patch
>
>
> Found an exception in the server log:
> 2011-01-29 16:12:59,018 ERROR [ErrorPageWriter] An exception occurred
> javax.faces.FacesException: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241)
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.handle(ExceptionHandlerImpl.java:156)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
> 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:189)
> 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
> 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
> 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> 	at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:819)
> 	at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)
> 	at org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(ProtectedTargetValve.java:53)
> 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
> 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:108)
> 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
> 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:379)
> 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:242)
> 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:259)
> 	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:281)
> 	at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:243)
> 	at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:373)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:662)
> Caused by: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.view.facelets.el.TagValueExpression.getType(TagValueExpression.java:73)
> 	at org.apache.myfaces.shared_impl.renderkit._SharedRendererUtils.findUIOutputConverter(_SharedRendererUtils.java:77)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.findUIOutputConverter(RendererUtils.java:407)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.getConvertedUIOutputValue(RendererUtils.java:769)
> 	at org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase.getConvertedValue(HtmlTextRendererBase.java:274)
> 	at javax.faces.component.UIInput.getConvertedValue(UIInput.java:624)
> 	at javax.faces.component.UIInput.validate(UIInput.java:556)
> 	at javax.faces.component.UIInput.processValidators(UIInput.java:247)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:531)
> 	at org.apache.myfaces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:207)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:773)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIForm.visitTree(UIForm.java:269)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartialExecute(PartialViewContextImpl.java:360)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:340)
> 	at javax.faces.component.UIViewRoot$ProcessValidatorPhaseProcessor.process(UIViewRoot.java:1390)
> 	at javax.faces.component.UIViewRoot._process(UIViewRoot.java:1278)
> 	at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:754)
> 	at org.apache.myfaces.lifecycle.ProcessValidationsExecutor.execute(ProcessValidationsExecutor.java:34)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:171)
> 	... 21 more

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (GERONIMO-5796) jsf2.0-test is failed

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Forrest Xia closed GERONIMO-5796.
---------------------------------


> jsf2.0-test is failed
> ---------------------
>
>                 Key: GERONIMO-5796
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5796
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 3.0
>         Environment: ubuntu 10.04
> sun jdk 1.6.0_23
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: 5796-addConfigFile.patch
>
>
> Found an exception in the server log:
> 2011-01-29 16:12:59,018 ERROR [ErrorPageWriter] An exception occurred
> javax.faces.FacesException: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241)
> 	at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.handle(ExceptionHandlerImpl.java:156)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
> 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:189)
> 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
> 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
> 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> 	at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:819)
> 	at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)
> 	at org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(ProtectedTargetValve.java:53)
> 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
> 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:108)
> 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
> 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:379)
> 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:242)
> 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:259)
> 	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:281)
> 	at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:243)
> 	at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:373)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:662)
> Caused by: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null
> 	at org.apache.myfaces.view.facelets.el.TagValueExpression.getType(TagValueExpression.java:73)
> 	at org.apache.myfaces.shared_impl.renderkit._SharedRendererUtils.findUIOutputConverter(_SharedRendererUtils.java:77)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.findUIOutputConverter(RendererUtils.java:407)
> 	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.getConvertedUIOutputValue(RendererUtils.java:769)
> 	at org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase.getConvertedValue(HtmlTextRendererBase.java:274)
> 	at javax.faces.component.UIInput.getConvertedValue(UIInput.java:624)
> 	at javax.faces.component.UIInput.validate(UIInput.java:556)
> 	at javax.faces.component.UIInput.processValidators(UIInput.java:247)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:531)
> 	at org.apache.myfaces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:207)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:773)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIForm.visitTree(UIForm.java:269)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
> 	at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartialExecute(PartialViewContextImpl.java:360)
> 	at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:340)
> 	at javax.faces.component.UIViewRoot$ProcessValidatorPhaseProcessor.process(UIViewRoot.java:1390)
> 	at javax.faces.component.UIViewRoot._process(UIViewRoot.java:1278)
> 	at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:754)
> 	at org.apache.myfaces.lifecycle.ProcessValidationsExecutor.execute(ProcessValidationsExecutor.java:34)
> 	at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:171)
> 	... 21 more

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira