Re: JSP Compilation Problem

2005-02-03 Thread Tim Funk
1) try a newer version 2) you might have older jasper libraries in your path -Tim Rodrigo Avila wrote: Hi! When I create a new JSP file in tomcat 5.0.24 and try to run it, the Tomcat send me this error: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line:

Re: JSP Compilation Problem

2005-02-03 Thread Rodrigo Avila
Oh, my God... Idiot! I have in my classpath the jasper-runtime.jar (I use it in the Eclipse classpath)... duh! Clouse, it works now! Thanks the attention! On Thu, 03 Feb 2005 09:25:29 -0500, Tim Funk [EMAIL PROTECTED] wrote: 1) try a newer version 2) you might have older jasper libraries

Re: Re: JSP compilation problem

2005-01-03 Thread Ryan Stewart
Listtomcat-user@jakarta.apache.org Date: Sun Jan 02 11:46:49 PST 2005 Subject: Re: JSP compilation problem Very interesting... Switching to JDK 1.4.2 solved the problem. I didn't even do an uninstall/reinstall... I always install my SDK to c:\java, so all I did was rename it and copy the directory over

Re: JSP compilation problem

2005-01-02 Thread Frank W. Zammetti
, which version is Tomcat using? Are you sure you compiled the servlet with the same one? -Original Message- From: Frank W. Zammetti[EMAIL PROTECTED] To: Tomcat Users Listtomcat-user@jakarta.apache.org Date: Sat Jan 01 07:22:09 PST 2005 Subject: Re: JSP compilation problem I did not post twice

Re: JSP compilation problem

2005-01-02 Thread QM
On Sun, Jan 02, 2005 at 02:46:49PM -0500, Frank W. Zammetti wrote: : So... Is there actually a problem using JDK 5.0 with Tomcat 5.0.29? Perhaps... I have a vague recollection of seeing such posts a long time ago. : so, what version of Tomcat is OK with 5.0? (assuming any are, which I DO :

Re: JSP compilation problem

2005-01-01 Thread Ryan Stewart
I answered you yesterday on this. There's generally no reason to post the same question two days in a row. Just wait and see if an answer shows up. Your problem is (still) that you have one or more errors in your JSP. If you can't figure out where the compiler output is, then go and compile the

Re: JSP compilation problem

2005-01-01 Thread Frank W. Zammetti
I did not post twice Ryan. If two posts appeared, it is the same problem with the list processor that we've been seeing for weeks now. I did post a reply however... I tried your suggestion and manually compiled. I have NO classpath variable in the environment (I thought this might have been

Re: JSP compilation problem

2005-01-01 Thread Ben Souther
Frank, Forgive me if this has already been suggested, I just came into this thread, midpoint (left my machine on at work ;)). Just for kicks, have you tried a fresh install of Tomcat on that machine? Ryan, I agree with you 100% about people not posting the same question twice and about

Re: Re: JSP compilation problem

2005-01-01 Thread Ryan Stewart
version is Tomcat using? Are you sure you compiled the servlet with the same one? -Original Message- From: Frank W. Zammetti[EMAIL PROTECTED] To: Tomcat Users Listtomcat-user@jakarta.apache.org Date: Sat Jan 01 07:22:09 PST 2005 Subject: Re: JSP compilation problem I did not post twice Ryan

Re: JSP compilation problem

2004-12-31 Thread Ryan Stewart
Quite simply, you have an error in your JSP that is preventing the translated servlet from compiling. If you don't know where to look for the compiler output, then just go and manually compile the servlet. -Original Message- From: Frank W. Zammetti[EMAIL PROTECTED] To: Tomcat

Re: JSP compilation problem

2004-12-31 Thread Frank W. Zammetti
Interesting response... The exact same JSP is compiling on two other machines. Your right though, manually compiling it is a good next step (one that I'm ashamed to say I didn't think of myself), so I'm off to do that now. Maybe I have a corrupt file in some minor, hard-to-detect way that is

Re: JSP Compilation Problem

2003-09-23 Thread Tim Funk
It looks like a bug. I will follow up to tomcat-dev with more detail. -Tim Anatol Pomazau wrote: Hi. I just upgrade tomcat server from 4.1.12 to Tomcat-dev (I get sources from CVS and compile it yesterday) But I have a problem with one jsp. So, such code % String fullname = Anatol

Re: JSP compilation problem with tc-4.1.27 if reloadable=true

2003-08-07 Thread Tim Funk
Probably this: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22096 -Tim Zsolt Koppany wrote: Hi, I have just moved from tc-4.1.24 to 27 and have the following problem: In Context .../Context I set reloadable=true. After a Java class file re-compiled and I try to use any JSP pages I always

Re: jsp compilation problem, Timeout too quick

2002-01-02 Thread Brandon Cruz
Did you just upgrade to ajp13? I just noticed this problem when upgrading from 3.2.1 and ajp12 as well. I'm thinking there might be some kind of setting we can change... see the thread about needing to refresh jsp page around 5 times - Original Message - From: James Chuang [EMAIL