[Opensource] Parsing of JSP File '/expresso/jsp/register/login.jsp' failed

Jennifer Chen jennifer_chen at fanniemae.com
Thu Feb 6 09:59:58 PST 2003


Hi, Everyone;

I am new to the expresso framework world and try to introduce the
expresso framework to our projects. Our projects are implemented and run
with Weblogic on Unix.

I have installed and be able to run expresso 503 in Window 2000
successfully with Tomcat, but failed to make it run on a Unix platform
with Weblogic 7.0 as the web and appl servers. Our projects are
implemented and run with Weblogic on Unix.

I have done the following on installing expresso 503 with Weblogic 7.0
on a Unix platform:

- Follow the installation instruction for BEA Weblogic 6.0 sp 1.
- Added all the jar files of WEB-INF/lib to the PRE_CLASSPATH.
- Added WEB-INF/classes to the PRE_CLASSPATH.

This help me made to the point that expresso is initialized without
error and can be accessed via IE browser. But I got the following
messages when clicking on the login tab on expresso's page ( It happens
with Weblogic on Unix, not on Tomcat on Windows).

Does anyone see this before? Any advise on helping me to address the
issues would be greatly appreciated.

Thanks in advance:-)

-Jennifer

# Error Message on IE Browser:

Parsing of JSP File '/expresso/jsp/register/login.jsp' failed:
--------------------------------------------------------------------------------

 /expresso/jsp/register/standard.inc(6): Error in using tag library
 uri='/WEB-INF/tld/struts-form.tld' prefix='form': The Tag class
 'org.apache.struts.taglib.html.ImageTag' has no setter method
corresponding
 to TLD declared attribute 'path', (JSP 1.1 spec, 5.4.1)
probably occurred due to an error in
/expresso/jsp/register/standard.inc line 6:
<%@ taglib uri="/WEB-INF/tld/struts-form.tld" prefix="form" %>
--------------------------------------------------------------------------------

Tue Feb 04 19:00:14 EST 2003


# Error Message in WLS 7.0 stdout:
Loading Messagebundle: com.jcorporate.expresso.core.ExpressoSchema
<Feb 4, 2003 7:00:14 PM EST> <Error> <HTTP> <101017>
<[ServletContext(id=5729921
,name=applications,context-path=/applications)] Root cause of
ServletException
weblogic.servlet.jsp.JspException: (line 6): Error in using tag library
uri='/WE
B-INF/tld/struts-form.tld' prefix='form': The Tag class
'org.apache.struts.tagli
b.html.ImageTag' has no setter method corresponding to TLD declared
attribute 'p
ath', (JSP 1.1 spec, 5.4.1)
        at
weblogic.servlet.jsp.StandardTagLib.tld_jspException(StandardTagLib.j
ava:1053)
        at
weblogic.servlet.jsp.StandardTagLib.parseTagDD(StandardTagLib.java:11
80)
        at
weblogic.servlet.jsp.StandardTagLib.parseDD(StandardTagLib.java:1078)
        at
weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:212)
        at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:154)
        at
weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java:50
02)
        at
weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java:4840)
        at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:4686)
        at
weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:2192)
        at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1978)
        at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1851)
        at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:1117)
        at
weblogic.servlet.jsp.JspLexer.parseJspCode(JspLexer.java:1359)
        at
weblogic.servlet.jsp.JspLexer.parseJspCode(JspLexer.java:1337)
        at
weblogic.servlet.jsp.JspLexer.buildTimeInclude(JspLexer.java:1088)
        at
weblogic.servlet.jsp.JspLexer.mINCLUDE_DIRECTIVE(JspLexer.java:4938)
        at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:4696)
        at
weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:2192)
        at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1978)
        at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1851)
        at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:1117)
        at weblogic.servlet.jsp.JspParser.doit(JspParser.java:90)
        at weblogic.servlet.jsp.JspParser.parse(JspParser.java:212)
        at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:119)
        at
weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:255
)
        at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:348)
        at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:206)

        at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:160)

        at
weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
java:447)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:287)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:376)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:242)
        at
weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(Req
uestDispatcherImpl.java:341)
        at
weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
eManager.java:721)
        at
weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispat
cherImpl.java:251)
        at
org.apache.struts.tiles.ActionComponentServlet.doForward(ActionCompon
entServlet.java:453)
        at
org.apache.struts.tiles.ActionComponentServlet.processActionForward(A
ctionComponentServlet.java:180)
        at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:159
6)
        at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
(ServletStubImpl.java:945)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:332)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:242)
        at
weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
n.run(WebAppServletContext.java:5363)
        at
weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
eManager.java:721)
        at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:3043)
        at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2466)
        at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)

        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)





More information about the Opensource mailing list