For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 5 replies, 3 voices, and was last updated 17 years, 10 months ago by
Loyal Water.
-
AuthorPosts
-
MarshalMemberHello,
I’m new to JSF framework. Right now i’m engaged in a new project where i need to use Tomcat 6, jdk 1.6, JSF, hibernate. I’m using MyEclipse 5.1.0 GA. Here, I can able to build the project and deploy it locally. But when I start Tomcat from MyEclipse it shows the below Exception :———————————————————
SEVERE: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener
java.lang.LinkageError: loader constraints violated when linking javax/el/ExpressionFactory class
at com.sun.faces.config.ConfigureListener.registerELResolverAndListenerWithJsp(ConfigureListener.java:1570)
at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:403)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:626)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:553)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:488)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1147)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:516)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)…
————————————————————————
there is no other non_jsf related applications in the project. I don’t know how to resolve it.
I would be glad to be of assistance.Thanking You.
Marshal.October 22, 2008 at 9:33 am #290187
Loyal WaterMemberWhat version of Tomcat are you working with ? I think you should cross post this query on the Tomcat and JSF forums as well.
October 22, 2008 at 1:52 pm #290201
rmcvayMemberTomcat 6, jdk 1.6, JSF, hibernate. I’m using MyEclipse 5.1.0 GA.
Maybe moving to a modern version of ME would help.
October 27, 2008 at 1:10 pm #290327
Loyal WaterMemberYes, like rmcvay suggested you could move to a newer version of MyEclipse and test this again.
October 28, 2008 at 3:57 am #290359
MarshalMemberThanks for your suggestions Nipun. I’ll move to the upgraded version of MyEclipse. I hope it’ll help me resolve the issue or even it could help me to narrow down the root cause of this problem.
Thanks.
_____________________
MarshalOctober 28, 2008 at 2:59 pm #290398
Loyal WaterMemberYour welcome. Let me know if you run into any other issues.
-
AuthorPosts
