• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

PROBLEMS WITH WEBLOGIC!!!

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am new to WebLogic; Guys, if anyone can help, I would really appreciate it!:
I might have not installed some jar files, if that is the case, please tell me what I am missing?? (I only have java environmet and servlet.jar) Nothing other than that.
Wed Aug 22 09:30:46 PDT 2001:<E> <WebAppServletContext-webapp> Servlet failed with Exception
java.lang.NoSuchMethodError
at weblogic.servlet.jsp.MyAttInfo.<init>(StandardTagLib.java:34)
at weblogic.servlet.jsp.StandardTagLib.processTagStandard
TagLib.java:280)
at weblogic.servlet.jsp.StandardTagLib.processTagElements
StandardTagLib.java:146)
at weblogic.servlet.jsp.StandardTagLib.<init>
(StandardTagLib.java:125)
at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:87)
at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY
(JspLexer.java:3811)
at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE
(JspLexer.java:3561)
at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:3422)
at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING
(JspLexer.java:1760)
at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1601)
at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1491)
at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:880)
at weblogic.servlet.jsp.JspParser.doit(JspParser.java:69)
at weblogic.servlet.jsp.JspParser.parse(JspParser.java:116)
at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:97)
at weblogic.utils.compiler.CodeGenerator.generate
(CodeGenerator.java:242)
at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:302)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:217)
at weblogic.servlet.internal.ServletStubImpl.getServlet
(ServletStubImpl.java:164)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet
(ServletStubImpl.java:101)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet
(ServletContextImpl.java:907)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet
(ServletContextImpl.java:851)
at weblogic.servlet.internal.ServletContextManager.invokeServlet
(ServletContextManager.java:252)
at weblogic.socket.MuxableSocketHTTP.invokeServlet
(MuxableSocketHTTP.java:364)
at weblogic.socket.MuxableSocketHTTP.execute
(MuxableSocketHTTP.java:252)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Chances are you have the javax servlet jar in your classpath. Make sure you only have weblogic jars.
 
Ranch Hand
Posts: 293
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Icie"
The Java Ranch has thousands of visitors every week, many with
surprisingly similar names. To avoid confusion we have a naming
convention, described at http://www.javaranch.com/name.jsp . We
require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please log in with a new name which meets the requirements.
Thanks!
------------------
Joe McGuire
SCJP2, WLSCD
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic