• 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

SRVE0181I: [XXX] [/XXX] [Servlet.LOG]: <null>: <null>

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I'm getting the following stack trave when I try to execute a particular functionality.

However my functionality is getting executed properly on our setup. Now the application is not going to ErrorPage.jsp, still its shown in the stack trace. Can someone tell me what are the below mentioned errors ?

9/7/10 1:33:31:384 CDT] 0000002b ServletWrappe A SRVE0242I: [MyServlet]: Initialization successful.
[9/7/10 1:33:59:775 CDT] 00000034 ServletWrappe A SRVE0242I: [/ErrorPage.jsp]: Initialization successful.
[9/7/10 1:33:59:947 CDT] 00000034 WebApp A SRVE0181I: [XXX] [/XXX] [Servlet.LOG]: <null>: <null>
[9/7/10 1:34:00:057 CDT] 00000032 WebApp A SRVE0181I: [XXX] [/XXX] [Servlet.LOG]: <null>: <null>
[9/7/10 1:34:00:150 CDT] 00000030 ServletWrappe A SRVE0242I: [/test.jsp]: Initialization successful.

~Aditya
reply
    Bookmark Topic Watch Topic
  • New Topic