• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Problem running jsps in Weblogic

 
Ranch Hand
Posts: 362
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Am trying to run the sample jsp pagehits.jsp( which uses custom tags) in weblogic 5.1 and its giving me the below error on the weblogic console
================================================================
Mon Apr 23 14:50:28 GMT+05:30 2001:<I> <ServletContext-General> looking for taglib uri /counter.tld as resource /WEB-INF/counter.tld in Web Application root:
Mon Apr 23 14:50:28 GMT+05:30 2001:<E> <ServletContext-General> Servlet failed with Exception
weblogic.servlet.jsp.JspException: (line -1): Error in tag library at: 'counter': cannot find tag class: 'weblogic.taglib.counter.Display'
at weblogic.servlet.jsp.StandardTagLib.jspException(StandardTagLib.java:138)
at weblogic.servlet.jsp.StandardTagLib.processTag(StandardTagLib.java:229)
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:72)
at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java:3578)
at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java:3334)
at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:3195)
at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1636)
at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1477)
at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1367)
at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:788)
at weblogic.servlet.jsp.JspParser.doit(JspParser.java:69)
at weblogic.servlet.jsp.JspParser.parse(JspParser.java:109)
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:249)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:174)
at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:164)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:99)
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)
================================================================
pl tell me where am going wrong
Thanx
 
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mary:
There is a Weblogic Servers forum whic you might be interested
in. Please foll this link:
http://www.javaranch.com/cgi-bin/ubb/forumdisplay.cgi?action=topics&forum=Weblogic+Servers&number=40&DaysPrune=1000&LastLogin=
Help probably is faster in that forum since your doubt is
related to WLS. Also, you might want to use the search in that
forum with the Exception being thrown.
Just a suggestion.......
- satya
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic