• 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

Problem with tomcat7

 
Ranch Hand
Posts: 362
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
i developed a web application using eclipse-ganymede,Tomcat 5.5,tiles-api-2.0.4.jar and antlr-2.7.2.jar which was worked fine in this environment.Recently i upgraded to eclipse-helios and tomcat 7 but now my application is not working fine getting the following error in the console

INFO: Server startup in 3855 ms
Apr 12, 2011 1:15:25 PM org.apache.catalina.core.ApplicationDispatcher invoke
SEVERE: Servlet.service() for servlet jsp threw exception
java.lang.NoSuchFieldError: STANDARD_IMPORTS Apr 12, 2011 1:15:25 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet [default] in context with path [/Project_Name] threw exception [org.apache.tiles.TilesException: Error including path '/content/jsp/layouts/bifrontLayout.jsp'. java.lang.NoSuchFieldError: STANDARD_IMPORTS] with root cause
java.io.IOException: Error including path '/content/jsp/layouts/bifrontLayout.jsp'. java.lang.NoSuchFieldError: STANDARD_IMPORTS


Can any one help me to resolve this?
Thanks in advance.
 
What could go wrong in a swell place like "The Evil Eye"? Or with this tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic