[richfaces-issues] [JBoss JIRA] (RF-12999) Showcase - deployment on Tomcat 6 with errors

Brian Leathem (JIRA) jira-events at lists.jboss.org
Tue May 21 16:18:06 EDT 2013


     [ https://issues.jboss.org/browse/RF-12999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem resolved RF-12999.
--------------------------------

         Assignee: Brian Leathem
    Fix Version/s:     (was: 5.0.0.Alpha1)
       Resolution: Out of Date


Resolved with RF-12998
                
> Showcase - deployment on Tomcat 6 with errors
> ---------------------------------------------
>
>                 Key: RF-12999
>                 URL: https://issues.jboss.org/browse/RF-12999
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: regression, showcase
>    Affects Versions: 5.0.0.Alpha1
>            Reporter: Juraj Húska
>            Assignee: Brian Leathem
>            Priority: Critical
>
> Showcase can not be deployed on Tomcat 6.
> This is the log from the server:
> {code}
> SEVERE: Unable to instantiate ExpressionFactory 'com.sun.el.ExpressionFactoryImpl'
> May 21, 2013 11:17:13 AM com.sun.faces.config.ConfigureListener contextInitialized
> SEVERE: Critical error during deployment: 
> com.sun.faces.config.ConfigurationException: It appears the JSP version of the container is older than 2.1 and unable to locate t
> he EL RI expression factory, com.sun.el.ExpressionFactoryImpl.  If not using JSP or the EL RI, make sure the context initializati
> on parameter, com.sun.faces.expressionFactory, is properly set.
>         at com.sun.faces.config.ConfigureListener.registerELResolverAndListenerWithJsp(ConfigureListener.java:645)
>         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:234)
>         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
>         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
>         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
>         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
>         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
>         at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:943)
>         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:563)
>         at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1399)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:601)
>         at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
>         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
>         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:791)
>         at org.apache.catalina.manager.ManagerServlet.check(ManagerServlet.java:1500)
>         at org.apache.catalina.manager.ManagerServlet.deploy(ManagerServlet.java:670)
>         at org.apache.catalina.manager.ManagerServlet.doPut(ManagerServlet.java:435)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:640)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
>         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)
>         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
>         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
>         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
>         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
>         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
>         at java.lang.Thread.run(Thread.java:722)
>         May 21, 2013 11:17:13 AM org.apache.catalina.core.StandardContext listenerStart
> SEVERE: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener
> java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: It appears the JSP version of the container is older tha
> n 2.1 and unable to locate the EL RI expression factory, com.sun.el.ExpressionFactoryImpl.  If not using JSP or the EL RI, make s
> ure the context initialization parameter, com.sun.faces.expressionFactory, is properly set.
>         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:276)
>         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
>         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
>         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
>         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
>         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
>         at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:943)
>         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:563)
>         at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1399)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:601)
>         at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
>         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
>         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:791)
>         at org.apache.catalina.manager.ManagerServlet.check(ManagerServlet.java:1500)
>         at org.apache.catalina.manager.ManagerServlet.deploy(ManagerServlet.java:670)
>         at org.apache.catalina.manager.ManagerServlet.doPut(ManagerServlet.java:435)
> Caused by: com.sun.faces.config.ConfigurationException: It appears the JSP version of the container is older than 2.1 and unable to locate the EL RI expression factory, com.sun.el.ExpressionFactoryImpl.  If not using JSP or the EL RI, make sure the context initialization parameter, com.sun.faces.expressionFactory, is properly set.
>         at com.sun.faces.config.ConfigureListener.registerELResolverAndListenerWithJsp(ConfigureListener.java:645)
>         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:234)
>         ... 33 more
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list