JSP Compilation Problem

2005-02-03 Thread Rodrigo Avila
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: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file

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
the translated servlet manually. -Original Message- From: Frank W. Zammetti[EMAIL PROTECTED] To: Tomcat Usertomcat-user@jakarta.apache.org Date: Thu Dec 30 06:53:31 PST 2004 Subject: JSP compilation problem Hello. I'm using Tomcat 5.0.29. Working from home today and trying to run

Re: JSP compilation problem

2005-01-01 Thread Frank W. Zammetti
@jakarta.apache.org Date: Thu Dec 30 06:53:31 PST 2004 Subject: JSP compilation problem Hello. I'm using Tomcat 5.0.29. Working from home today and trying to run a working application on my laptop, and I'm seeing an exception when trying to access the first JSP of the app. Here's the on-screen display

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
-user@jakarta.apache.org Date: Thu Dec 30 06:53:31 PST 2004 Subject: JSP compilation problem [...] HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException

Re: JSP compilation problem

2004-12-31 Thread Frank W. Zammetti
: JSP compilation problem [...] HTTP Status 500 - 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 [...] root cause Compile failed; see

JSP compilation problem

2004-12-30 Thread Frank W. Zammetti
Hello. I'm using Tomcat 5.0.29. Working from home today and trying to run a working application on my laptop, and I'm seeing an exception when trying to access the first JSP of the app. Here's the on-screen display: HTTP Status 500 - type Exception report message description The server

JSP Compilation Problem

2003-09-23 Thread Anatol Pomazau
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 Pomazau; % a target=newForm href=\\epmsa007\applForm\new_applicant_form\%=fullname%.doc%=fulln

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

JSP compilation problem with tc-4.1.27 if reloadable=true

2003-08-14 Thread Zsolt Koppany
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 get compilation error messages saying the some classes cannot be found in the classpath. When I

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

JSP compilation problem with jboss-3.0.3_tomcat-4.1.12

2002-10-18 Thread Iris
Hello, I have an EJB User like wich interface is: package com.alkinos.kernel.user ; import javax.ejb.EJBLocalObject ; import java.util.Collection ; /** * This interface defines the local interface for the User Bean */ public interface User extends EJBLocalObject { public Integer getId() ;

Tomcato4.0.4 and included jsp compilation problem

2002-07-25 Thread Ashish Kulkarni
Hi, I m using tomcat4.0.4 , i found out today that when i modify the included jsp , tomcat does not recompile it. i.e. I have suppose a jsp called test.jsp and i include a jsp called test1.jsp. If for some reason i modify test1.jsp and dont modify test.jsp. tomcat does not recompile test.jsp so

RE: Tomcato4.0.4 and included jsp compilation problem

2002-07-25 Thread Durham David Cntr 805CSS/SCBE
. -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10:31 AM To: Tomcat Users List Subject: Tomcato4.0.4 and included jsp compilation problem Hi, I m using tomcat4.0.4 , i found out today that when i modify the included jsp , tomcat does not recompile

Re: Tomcato4.0.4 and included jsp compilation problem

2002-07-25 Thread Jason Koeninger
With static includes, that's Tomcat's normal operation. The reason being that recursively checking timestamps on all includes could become very expensive. You can use the touch utility if you don't want to edit the file. Another option is to use dynamic includes with jsp:include... if it's

Re: Tomcato4.0.4 and included jsp compilation problem

2002-07-25 Thread Ashish Kulkarni
Hi, About the performance, if i use runtime include, does it mean the each time that page it called it compiles the included jsp??? is there any good documentation of what is the difference between these two type of includes?? Also where can i get this touch utility?? is there any documentation

Re: Tomcato4.0.4 and included jsp compilation problem

2002-07-25 Thread Jason Koeninger
No, it doesn't compile the included JSP every time. The difference is that with static includes, the code is included directly into the servlet created by the JSP. With dynamic includes, the output of the included JSP is generated at the point you include it and sent to the client. It's a

jsp compilation problem, Timeout too quick

2002-01-02 Thread James Chuang
I was trying to regenerate and compile all the JSPs I had to make sure everything is up-to-date. I am now finding a different behavior. I am chaining to my JSPs from my servlet, running under Redhat 7.1, Apache, Tomcat 3.24, using AJP13. What I am finding is that rather than waiting for the

Re: jsp compilation problem, Timeout too quick

2002-01-02 Thread Brandon Cruz
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, January 02, 2002 3:23 PM Subject: jsp compilation problem, Timeout too quick I was trying to regenerate and compile all the JSPs I had to make sure everything is up-to-date. I am now finding a different behavior. I am chaining

Strange JSP Compilation Problem

2001-02-12 Thread Hunter Hillegas
I have a JSP page that calls some objects that are in a package... When I try to view the JSP, it generates a compile error: org.apache.jasper.JasperException: Unable to compile class for JSP/server/jakarta-tomcat-3.2.1/work/localhost_8080%2Fgroundswell/_0002fnews

RE: Strange JSP Compilation Problem

2001-02-12 Thread Amy Boyett
] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Hunter Hillegas Sent: Monday, February 12, 2001 2:00 PM To: '[EMAIL PROTECTED]' Subject: Strange JSP Compilation Problem I have a JSP page that calls some objects that are in a package... When I try to view

RE: Strange JSP Compilation Problem

2001-02-12 Thread Chris Janicki
xpressions% Original Message On 2/12/01, 11:55:35 PM, "Amy Boyett" [EMAIL PROTECTED] wrote regarding RE: Strange JSP Compilation Problem: Hunter, I am a super-newbie, so I'm probably not fully qualified to answer your question. But I previously had a similar problem, and no one *

jsp compilation problem

2000-10-30 Thread Sibon Barman
Hi all, Here is a snippet of jsp code that I am having trouble in compiling jsp pages: jsp:usebean id="traverser" scope="session" class="com.ss8networks.smp.sms.provisioning.jsp.Service800NumberBean" / % QuestionnaireTreeModel model = traverser.getModel(); if (model != null){