facebook

Tomcat – JSF related issue

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #290176 Reply

    Marshal
    Member

    Hello,
    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.

    #290187

    Loyal Water
    Member

    What version of Tomcat are you working with ? I think you should cross post this query on the Tomcat and JSF forums as well.

    #290201

    rmcvay
    Member

    Tomcat 6, jdk 1.6, JSF, hibernate. I’m using MyEclipse 5.1.0 GA.

    Maybe moving to a modern version of ME would help.

    #290327

    Loyal Water
    Member

    Yes, like rmcvay suggested you could move to a newer version of MyEclipse and test this again.

    #290359

    Marshal
    Member

    Thanks 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.

    _____________________
    Marshal

    #290398

    Loyal Water
    Member

    Your welcome. Let me know if you run into any other issues.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Tomcat – JSF related issue

You must be logged in to post in the forum log in