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

2004-07-16 Thread Vladimer Shioshvili
I am trying to set up Tomcat 5.0.27 for my coworker. I mean we already installed jdk 1.4.2 and tomcat 5.0.27. Examples jsp pages work fine, but when trying to view the jsp pages in the application i put in (Mondrian) i get the org.apache.jasper.JasperException: Unable to compile class for JSP

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

2004-05-21 Thread aiye4686
org.apache.jasper.JasperException: Unable to compile class for JSP No Java compiler was found to compile the generated source for the JSP. This can usually be solved by copying manually $JAVA_HOME/lib/tools.jar from the JDK to the common/lib directory of the Tomcat server, followed by a Tomcat restart. If using

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

2004-05-21 Thread aiye4686
into web-inf/lib, or anywhere else, for that matter. Here is the problem: 2004-05-22 02:25:00 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: Unable to compile class for JSP No Java compiler was found to compile the generated

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

2003-11-20 Thread Derek Mahar
. Derek -Original Message- From: Luis Estevens [mailto:[EMAIL PROTECTED] Sent: November 20, 2003 12:44 PM To: '[EMAIL PROTECTED]' Subject: org.apache.jasper.JasperException: Unable to compile class for JSP Hello I have Windows2000 Server, IIS5, jdk 1.4 and Tomcat 4112 After

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

2003-11-20 Thread Derek Mahar
Also see http://jakarta.apache.org/tomcat/faq/classnotfound.html. Derek -Original Message- From: Luis Estevens [mailto:[EMAIL PROTECTED] Sent: November 20, 2003 12:44 PM To: '[EMAIL PROTECTED]' Subject: org.apache.jasper.JasperException: Unable to compile class for JSP Hello I

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

2003-10-15 Thread Manu . Garg
Hi guys! I am getting following error while trying to run a jsp page in Tomcat 4.1 and JDK 1.4. An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file

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

2003-10-15 Thread Tim Funk
See the faq http://jakarta.apache.org/tomcat/faq/classnotfound.html -Tim [EMAIL PROTECTED] wrote: Hi guys! I am getting following error while trying to run a jsp page in Tomcat 4.1 and JDK 1.4. An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling

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

2003-10-13 Thread Ilja
version. They don't know where lies the problem.. The root-cause: org.apache.jasper.JasperException: Unable to compile class for JSP at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:561) at org.apache.jasper.servlet.JspServletWrapper.service

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

2003-10-12 Thread Ilja
: org.apache.jasper.JasperException: Unable to compile class for JSP at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:561) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:300

Re: org.apache.jasper.JasperException: Unable to compile class for JSP errorsafter switching from Tomcat 4.1.18LE to 4.1.27

2003-09-02 Thread Joe_Rattz
Subject Re: org.apache.jasper.JasperException: Unable to compile class for JSP errors after switching from Tomcat 4.1.18LE to 4.1.27 Ooops, ok I had one other 'significant' change that I failed to mention. I had also upgraded to jdk1.4.2 from 1.4.1_03. I thought in my testing I had

org.apache.jasper.JasperException: Unable to compile class for JSP errorsafter switching from Tomcat 4.1.18LE to 4.1.27

2003-08-29 Thread Joe_Rattz
I have some code that worked fine with Tomcat 4.1.18LE but now that I have upgraded to 4.1.27, I am getting the problems below. Anyone know what is going on? Thanks. org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 4 in the jsp file: /forward

Re: org.apache.jasper.JasperException: Unable to compile class for JSP errorsafter switching from Tomcat 4.1.18LE to 4.1.27

2003-08-29 Thread Joe_Rattz
/2003 02:28 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject org.apache.jasper.JasperException: Unable to compile class for JSP errors after switching from Tomcat 4.1.18LE to 4.1.27 I have some code that worked fine with Tomcat 4.1.18LE but now that I

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

2003-03-29 Thread Andre Carrier
to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Since fork is true, ignoring compiler setting. [javac] Compiling 1 source file [javac] Since fork is true, ignoring compiler setting

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

2002-12-20 Thread runu rathi
Hi Jacob, I tried to set environment variables and run the commands as shown on the link you sent. My CATALINA_HOME was earlier set to C:\Program Files\Apache Group\Tomcat 4.1\ and so I made the new variable as C:\jakarta-tomcat-4.1.12;C:\Program Files\Apache Group\Tomcat 4.1\ On a new window I

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

2002-12-19 Thread Holger Klawitter
The same application runs perfectly at another place with exactly the same version of Tomcat.. 4.1\work\Standalone\localhost\gradsurvey\jsp\survey\student_survey_jsp.java :7: '.' expected import SurveyBean; ^ You probably have different Java VMs on each machine. AFAIK

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

2002-12-19 Thread runu rathi
Thanks Holger, It did work when I changed the JVM. Now, I have Tomcat 4.1.12 and JDK1.3.1. I want to run Tomcat continuously on Win2k even wen I log off..Please guide me.. Thanks Runu __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable.

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

2002-12-19 Thread Jacob Kjome
See http://www.mattkelli.com/tech/tomcat/ntservice.htm Jake At 09:59 PM 12/19/2002 -0800, you wrote: Thanks Holger, It did work when I changed the JVM. Now, I have Tomcat 4.1.12 and JDK1.3.1. I want to run Tomcat continuously on Win2k even wen I log off..Please guide me.. Thanks Runu

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

2002-12-18 Thread runu rathi
Hi, I am having trouble running a simple application which uses JSP and Beans. The error shown is org.apache.jasper.JasperException: Unable to compile class for JSP. The same application runs perfectly at another place with exactly the same version of Tomcat.. Please see below for the exact

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

2002-11-13 Thread Pedro Salazar
[org.jboss.web.localhost.Engine] ErrorDispatcherValve[localhost]: Exception Processing ErrorPage[exceptionType=java.lang.Exception, location=/errorpage.jsp] org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error

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

2002-02-18 Thread john bell
Hi, Running a web application on Tomcat 3.3 and trying to move to Tomcat 4.0.2 and now get these errors. org.apache.jasper.JasperException: Unable to compile class for JSP C:\ApacheTomcat\jakarta-tomcat-4.0.2\work\localhost\coffee\jsp\control\homecont$jsp.java:8: Class or interface

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

2002-02-18 Thread Randy Layman
, 2002 3:08 PM To: [EMAIL PROTECTED] Subject: org.apache.jasper.JasperException: Unable to compile class for JSP Hi, Running a web application on Tomcat 3.3 and trying to move to Tomcat 4.0.2 and now get these errors. org.apache.jasper.JasperException: Unable to compile class

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

2001-03-14 Thread guyr
:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 8:28 PM To: [EMAIL PROTECTED] Subject: org.apache.jasper.JasperException: Unable to compile class for JSP Hi, I have a simple server-side java class named DBWriter (with no package name) I am using it in a jsp file like this %DBWriter dbwrt = new

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

2001-03-12 Thread Mandar Joshi
Hi, I have a simple server-side java class named DBWriter (with no package name) I am using it in a jsp file like this %DBWriter dbwrt = new DBWriter()% I get following exception on browser page while browsing the above jsp