• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Struts error - Help

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
SEVERE: Servlet.service() for servlet jsp threw exception
08:39:09,804 ERROR [STDERR] Aug 3, 2006 8:39:09 AM org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/vpo].[jsp]
SEVERE: MSG_EXCEPTION_LOGGED
08:39:09,804 ERROR [STDERR] Aug 3, 2006 8:39:09 AM org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/vpo].[action]
SEVERE: Servlet.service() for servlet action threw exception
08:39:09,804 ERROR [STDERR] Aug 3, 2006 8:39:09 AM org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/vpo].[action]
SEVERE: MSG_EXCEPTION_LOGGED
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Michael,

I'm afraid that what you've posted above provides no useful information at all that would help us suggest solutions to your problem.

Please read this link in order to understand the type of information we need in order to help you. Then provide it in your next post.

Of particular interest would be:

1-The name of the JSP that you were requesting when the error occurred along with some code snippets from that JSP.
2-Do you have any guesses as to what went wrong?
3-Is this a new application, or is it an old one that was working before you made changes to it? If it's the latter, what changes did you make to it?
4-The portions of your struts-config.xml file that are relevant to the action the was running when the error occurred.
5-A more complete stack trace
 
If you want to look young and thin, hang around old, fat people. Or this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic