• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

loader constraints violated when linking javax/el/ELResolver class error

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Whenever i try to run some application, i get resource not available 404 error. I checked the logs and I saw following error.
I searched on the internet, but nowhere correct information has given.

While starting tomcat I am getting this error:


I am using eclipse for development. Following is the configuration in my web.xml:


Following is the list of different jars in my lib folder:
commons-beanutils-1.8.0-BETA.jar
commons-beanutils-bean-collections-1.8.0-BETA.jar
commons-beanutils-core-1.8.0-BETA.jar
commons-collections-3.2.jar
commons-digester-1.8.jar
commons-el.jar
commons-logging-1.1.1.jar
hsqldb.jar
jsf-api-1.2_04.jar
jsf-impl-1.2_04.jar
jstl-1.2.jar
log4j-123.jar
myfaces-impl-1.1.5.jar
servlet-api.jar
tomahawk-1.1.3.jar


Please anyone can give me some expert solution for this. I am stuck up with this problem for past two days
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic