I'm trying to run struts-example under WLS 5.1 SP8 following the
instructions from http://jakarta.apache.org/struts/installation-wls.html.

However I still get a custom tag 'message' exception even after extracting
ApplicationResources.properties to my
D:\jakarta-struts-1.0-b2\webapps\WEB-INF\_tmp_war_struts-example directory.

Does anybody have any leads?

Thanks
Bernie

Wed May 30 10:53:31 EDT 2001:<I> <ListenThread> Adding address:
localhost/127.0.0.1 to licensed client list
Wed May 30 10:53:31 EDT 2001:<I> <WebAppServletContext-struts-example>
*.jsp: init
Wed May 30 10:53:31 EDT 2001:<I> <WebAppServletContext-struts-example>
*.jsp: param verbose initialized to: true
Wed May 30 10:53:31 EDT 2001:<I> <WebAppServletContext-struts-example>
*.jsp: param packagePrefix initialized to: jsp_servlet
Wed May 30 10:53:31 EDT 2001:<I> <WebAppServletContext-struts-example>
*.jsp: param compileCommand initialized to: javac
Wed May 30 10:53:31 EDT 2001:<I> <WebAppServletContext-struts-example>
*.jsp: param srcCompiler initialized to weblogic.jspc
Wed May 30 10:53:31 EDT 2001:<I> <WebAppServletContext-struts-example>
*.jsp: param superclass initialized to null
Wed May 30 10:53:31 EDT 2001:<I> <WebAppServletContext-struts-example>
*.jsp: param workingDir initialized to:
D:\jakarta-struts-1.0-b2\webapps\WEB-INF\_tmp_war_struts-example
Wed May 30 10:53:32 EDT 2001:<I> <WebAppServletContext-struts-example>
*.jsp: param pageCheckSeconds initialized to: 1
Wed May 30 10:53:32 EDT 2001:<I> <WebAppServletContext-struts-example>
*.jsp: initialization complete
Wed May 30 10:53:32 EDT 2001:<I> <WebAppServletContext-struts-example>
*.jsp:
######
########
############
##############
pageCheckSeconds over-ruled in JSPServlet to : 1
##############
############
########
######

Wed May 30 10:53:32 EDT 2001:<E> <WebAppServletContext-struts-example> Root
cause of ServletException
javax.servlet.ServletException: runtime failure in custom tag 'message'
        at jsp_servlet._index._jspService(_index.java:106)
        at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:106)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:124)
        at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:907)
        at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:851)
        at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.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)

Reply via email to