Re: Upgraded to Tomcat 4.1.24 and J2SE1.4_02, JSP's failing

2003-06-11 Thread Jeff Self
On Tue, 2003-06-10 at 08:25, [EMAIL PROTECTED] wrote: Hi All, I just upgraded my production box to Tomcat 4.1.24 and j2SE1.4_02 from TC4.1.18 and J2SE1.3_x, and now my JSP's are failing: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in

Re: Upgraded to Tomcat 4.1.24 and J2SE1.4_02, JSP's failing

2003-06-11 Thread John Turner
Try adding JAVA_HOME/bin to your PATH. Extend JAVA_HOME to its actual value before adding it to your PATH. John On 11 Jun 2003 10:56:56 -0400, Jeff Self [EMAIL PROTECTED] wrote: On Tue, 2003-06-10 at 08:25, [EMAIL PROTECTED] wrote: Hi All, I just upgraded my production box to Tomcat 4.1.24

Re: Upgraded to Tomcat 4.1.24 and J2SE1.4_02, JSP's failing

2003-06-11 Thread Jeff Self
On Wed, 2003-06-11 at 11:40, John Turner wrote: Try adding JAVA_HOME/bin to your PATH. Extend JAVA_HOME to its actual value before adding it to your PATH. John Its already in my PATH. -- Jeff Self Information Technology Analyst City of Newport News Personnel Department 2400 Washington

Upgraded to Tomcat 4.1.24 and J2SE1.4_02, JSP's failing

2003-06-10 Thread EPugh
Hi All, I just upgraded my production box to Tomcat 4.1.24 and j2SE1.4_02 from TC4.1.18 and J2SE1.3_x, and now my JSP's are failing: 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] Since

RE: Upgraded to Tomcat 4.1.24 and J2SE1.4_02, JSP's failing

2003-06-10 Thread EPugh
I tracked down the error message, attached it below.. It seems to be failing due to not being able to create a temp file in my c:\java\system32\ directory: snip Caused by: java.io.FileNotFoundException: C:\WINNT\system32\files1850283357 (The system cannot find the file specified) at

Re: Upgraded to Tomcat 4.1.24 and J2SE1.4_02, JSP's failing

2003-06-10 Thread John Turner
Add JAVA_HOME/bin to your PATH. This is new in 4.1.24, and it only happens in certain circumstances. I haven't seen or found a good explanation for why, yet. Extend JAVA_HOME to its actual value before you add it to PATH. That should do it. John On Tue, 10 Jun 2003 08:25:17 -0400, [EMAIL

RE: Upgraded to Tomcat 4.1.24 and J2SE1.4_02, JSP's failing

2003-06-10 Thread EPugh
: Tuesday, June 10, 2003 8:37 AM To: 'Tomcat Users List' Cc: '[EMAIL PROTECTED]' Subject: RE: Upgraded to Tomcat 4.1.24 and J2SE1.4_02, JSP's failing I tracked down the error message, attached it below.. It seems to be failing due to not being able to create a temp file in my c:\java\system32

Re: Upgraded to Tomcat 4.1.24 and J2SE1.4_02, JSP's failing

2003-06-10 Thread John Turner
To: 'Tomcat Users List' Cc: '[EMAIL PROTECTED]' Subject: RE: Upgraded to Tomcat 4.1.24 and J2SE1.4_02, JSP's failing I tracked down the error message, attached it below.. It seems to be failing due to not being able to create a temp file in my c:\java\system32\ directory: snip Caused