• 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

Internal Server Error

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am getting following error.I have checked the classpath its fine.Pls help.

[Full GC 26857K->16745K(32384K), 0.5073565 secs]
Tue Jan 07 10:24:54 GMT+05:00 2003:<I> <WebAppServletContext-sitorbi> Generated
java file: /opt/weblogic510sp11/weblogic/myserver/sitorbi/WEB-INF/_tmp_war_sitor
bi/jsp_servlet/__IndexTransaction.java
Tue Jan 07 10:25:04 GMT+05:00 2003:<E> <WebAppServletContext-sitorbi> Error load
ing servlet: jsp_servlet.__IndexTransaction
java.lang.ClassNotFoundException: jsp_servlet.__IndexTransaction
at weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
cClassLoader.java:387)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
Loader.java:183)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
Loader.java:157)
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
mpl.java:389)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:228)
at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
java:200)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:115)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:941)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:905)
at weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
ContextManager.java:269)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
a:391)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:273)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
Tue Jan 07 10:25:04 GMT+05:00 2003:<E> <WebAppServletContext-sitorbi> Servlet fa
iled with ServletException
javax.servlet.ServletException: Servlet class: jsp_servlet.__IndexTransaction co
uld not be loaded - the requested class wasn't found in the classpath
/opt/weblogic510sp11/weblogic/myserver/sitorbi/WEB-INF/classes:/opt/weblogic510s
p11/weblogic/myserver/sitorbi:/opt/weblogic510sp11/weblogic/myserver/sitorbi/WEB
-INF/lib/automationtool.jar:/opt/weblogic510sp11/weblogic/myserver/sitorbi/WEB-I
NF/lib/baisys.jar:/opt/weblogic510sp11/weblogic/myserver/sitorbi/WEB-INF/lib/j2e
e.jar:/opt/weblogic510sp11/weblogic/myserver/sitorbi/WEB-INF/lib/log4j-1.2beta4.
jar:/opt/weblogic510sp11/weblogic/myserver/sitorbi/WEB-INF/lib/rowset.jar:/opt/w
eblogic510sp11/weblogic/myserver/sitorbi/WEB-INF/_tmp_war_sitorbi
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
mpl.java:397)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:228)
at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
java:200)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:115)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:941)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:905)
at weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
ContextManager.java:269)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
a:391)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:273)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Anshu,
What I think is that for some reason there is an included jsp file by the name IndexTransaction.jsp. It looks like the class file for this jsp is not being created.
Restart the server after deleting the _tmp_war_sutirvu directory which is the temporary directory and see if it works.
 
Anshu Narang
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for replying i have already tried that didn't work.
 
Nothing? Or something? Like 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