You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ingvar Larsson <in...@gil-support.se> on 2004/01/22 14:51:05 UTC

Re: Is it possible to deploy a struts 1.1 application in Tomcat 5.x ?

For example I deploy struts-examples.war without any problems but when I
tries to use the application the following appears:

type Exception report

message

description The server encountered an internal error () that prevented it
from fulfilling this request.

exception

org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: 6 in the jsp file: /index.jsp

Generated servlet error:
    [javac] Compiling 1 source file

C:\web\Tomcat
5.0.16\work\Catalina\localhost\struts-example\org\apache\jsp\index_jsp.java:
101:
_jspx_meth_bean_message_0(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.
PageContext) in org.apache.jsp.index_jsp cannot be applied to
(org.apache.struts.taglib.html.HtmlTag,javax.servlet.jsp.PageContext)
        if (_jspx_meth_bean_message_0(_jspx_th_html_html_0, pageContext))
            ^
[snipped away several equals lines]


12 errors



org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandle
r.java:127)

org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:3
51)
	org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:415)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:458)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)

org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:5
52)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2
91)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

note The full stack trace of the root cause is available in the Tomcat logs.


----------------------------------------------------------------------------
----

Apache Tomcat/5.0.16

----- Original Message ----- 
From: "Kris Schneider" <kr...@dotech.com>
To: "Struts Users Mailing List" <st...@jakarta.apache.org>
Sent: Thursday, January 22, 2004 2:07 PM
Subject: Re: Is it possible to deploy a struts 1.1 application in Tomcat
5.x?


> No problems with struts-example on TC 5.0.16. Exactly what type of failure
are
> you encountering?
>
> Quoting Ingvar Larsson <in...@gil-support.se>:
>
> > Hello all!
> >
> > I have tried to deploy several struts applications in Tomcat 5.0.x but
failed
> > so far.
> > One of them is the struts-examples.war distrubted with the struts 1.1
> > package.
> >
> > I guess it all depends on that struts uses JSP 1.2 and Tomcat 5
implements
> > JSP 2.0.
> >
> > I have searched an answer for this in faq:s and several archives but did
not
> > find
> > anything.
> >
> > So, please! Does anyone of you know if it is possible to deploy and run
a web
> >
> > application using struts in Tomcat 5. And if it is what steps should be
taken
> > to
> > get it to work?
> >
> > Thanks
> > Ingvar
>
> -- 
> Kris Schneider <ma...@dotech.com>
> D.O.Tech       <http://www.dotech.com/>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: Is it possible to deploy a struts 1.1 application in Tomcat 5.x ?

Posted by Brian Millett <bp...@ec-group.com>.
On Thu, 2004-01-22 at 07:51, Ingvar Larsson wrote:
> For example I deploy struts-examples.war without any problems but when I
> tries to use the application the following appears:
> 
> type Exception report
> 
> message
> 
> description The server encountered an internal error () that prevented it
> from fulfilling this request.
> 
> exception
> 
> org.apache.jasper.JasperException: Unable to compile class for JSP
> 

Man, I just spent a full day beating my head against this problem. 
Seems that the error that can be read in catalina.out is that the
compiler can not create a temp file.  Ant, it seems, is using a
System.getProperty("user.dir").  For me, it was trying to create a temp
file where it could not.  So by adding "-D/path/to/tomcat/temp" to the
CATALINA_OPTS to start catalina.sh solved the problem.
-- 
Brian Millett  -  Technologist Rex 
"Protests are as much use with the Vorlons as fairy wings on a cement truck." 
   -- Garibaldi, "Eyes"


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: Is it possible to deploy a struts 1.1 application in Tomcat 5.x ? - Solved!

Posted by Ingvar Larsson <in...@gil-support.se>.
Tanks all of you who tried to help me!

I still do not know what the problem was. I was using Tomcat 5.0.16 and
found a newer version (5.0.18) at the Jakarta site. Just downloaded and
installed it. No problems after that.

Cheers!
Ingvar

----- Original Message ----- 
From: "Ingvar Larsson" <in...@gil-support.se>
To: "Struts Users Mailing List" <st...@jakarta.apache.org>
Sent: Thursday, January 22, 2004 2:51 PM
Subject: Re: Is it possible to deploy a struts 1.1 application in Tomcat
5.x?


> For example I deploy struts-examples.war without any problems but when I
> tries to use the application the following appears:
>
> type Exception report
>
> message
>
> description The server encountered an internal error () that prevented it
> from fulfilling this request.
>
> exception
>
> org.apache.jasper.JasperException: Unable to compile class for JSP
>
> An error occurred at line: 6 in the jsp file: /index.jsp
>
> Generated servlet error:
>     [javac] Compiling 1 source file
>
> C:\web\Tomcat
>
5.0.16\work\Catalina\localhost\struts-example\org\apache\jsp\index_jsp.java:
> 101:
>
_jspx_meth_bean_message_0(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.
> PageContext) in org.apache.jsp.index_jsp cannot be applied to
> (org.apache.struts.taglib.html.HtmlTag,javax.servlet.jsp.PageContext)
>         if (_jspx_meth_bean_message_0(_jspx_th_html_html_0, pageContext))
>             ^
> [snipped away several equals lines]
>
>
> 12 errors
>
>
>
>
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandle
> r.java:127)
>
>
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:3
> 51)
> org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:415)
> org.apache.jasper.compiler.Compiler.compile(Compiler.java:458)
> org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
>
>
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:5
> 52)
>
>
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2
> 91)
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
>
> note The full stack trace of the root cause is available in the Tomcat
logs.
>
>
> --------------------------------------------------------------------------
--
> ----
>
> Apache Tomcat/5.0.16
>
> ----- Original Message ----- 
> From: "Kris Schneider" <kr...@dotech.com>
> To: "Struts Users Mailing List" <st...@jakarta.apache.org>
> Sent: Thursday, January 22, 2004 2:07 PM
> Subject: Re: Is it possible to deploy a struts 1.1 application in Tomcat
> 5.x?
>
>
> > No problems with struts-example on TC 5.0.16. Exactly what type of
failure
> are
> > you encountering?
> >
> > Quoting Ingvar Larsson <in...@gil-support.se>:
> >
> > > Hello all!
> > >
> > > I have tried to deploy several struts applications in Tomcat 5.0.x but
> failed
> > > so far.
> > > One of them is the struts-examples.war distrubted with the struts 1.1
> > > package.
> > >
> > > I guess it all depends on that struts uses JSP 1.2 and Tomcat 5
> implements
> > > JSP 2.0.
> > >
> > > I have searched an answer for this in faq:s and several archives but
did
> not
> > > find
> > > anything.
> > >
> > > So, please! Does anyone of you know if it is possible to deploy and
run
> a web
> > >
> > > application using struts in Tomcat 5. And if it is what steps should
be
> taken
> > > to
> > > get it to work?
> > >
> > > Thanks
> > > Ingvar
> >
> > -- 
> > Kris Schneider <ma...@dotech.com>
> > D.O.Tech       <http://www.dotech.com/>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: struts-user-help@jakarta.apache.org
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org