• 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

***** ASSERTION FAILED *****[ getServlet() returned null!! ]

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
this is the problem :
Under weblogic 5.1 service pack 9, I receive an internal server error when weblogic try to compile a jsp of my web application. This error appears in random way compiling a specific jsp.
Only if I try to restart the server the problem doesn't verify.
Follow the extract of a.s. logs .
weblogic.log :
Thu Mar 21 21:48:52 CET 2002:<E> <ServletContext-General> Servlet failed with Exception
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ getServlet() returned null!! ]
at weblogic.utils.Debug.assert(Debug.java:73)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:104)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:742)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:686)
at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:247)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
Access.log
192.168.249.133 - - [21/Mar/2002:21:48:52 +0100] "GET /tweb/common/dossier_help.jsp HTTP/1.0" 500 1267
reply
    Bookmark Topic Watch Topic
  • New Topic