• 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

JSF problem - java lang NoClassDefFoundError

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I am by no means a newbie now with JSF but have hit this strange and very newbie type issue. Our web app was working fine and then, with seemingly no changes, we are getting the above NoClassDefFoundError looking for javax/faces/context/ExternalContext


now clearly tomcat (5.0.19) is loading the javax.faces stuff as further down the stack trace there are javax.faces.webapp.UIComponent classes being loaded okay. we have ensured there are no jar file conflicts, etc etc but just can't get past this issue. anyone else had this issue and able to suggest a solution?

dave
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic