Re: exception in jspc with 5.5.16

2006-04-21 Thread Leon Rosenberg
Ok, it seems that my mind was rather broken than the jspc. We reinstalled a clean tomcat copy and now it works. Sorry for disturbing :-) regards Leon On 4/20/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote: > I found that same issue was discussed by Allistair and Remy in 2005 > with 5.5.11, and h

Re: exception in jspc with 5.5.16

2006-04-20 Thread Leon Rosenberg
I found that same issue was discussed by Allistair and Remy in 2005 with 5.5.11, and haven't been resolved : http://mail-archives.apache.org/mod_mbox/tomcat-users/200508.mbox/[EMAIL PROTECTED] Seems that jspc is broken? Leon On 4/20/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote: > no environm

Re: exception in jspc with 5.5.16

2006-04-20 Thread Leon Rosenberg
no environment. just calling from bash on a debian machine: $ java -version java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode) $ echo $JAVA_HOME /usr/local/java/ which is lrwxr-xr-x 1 root sta

Re: exception in jspc with 5.5.16

2006-04-20 Thread Marc Farrow
What ide are you using? If you set a property at the start of the build script that sets java.home to your SDK, then it should use that. I know in NetBeans that properties are immutable, so once set they will not be set again. I am not sure about other environments, but I would guess this is a f

Re: exception in jspc with 5.5.16

2006-04-20 Thread Leon Rosenberg
On 4/20/06, Marc Farrow <[EMAIL PROTECTED]> wrote: > jsp: > [echo] /home/frs/test_web_tomcat > [echo] /usr/local/jdk1.5.0_06_32bit/jre > [echo] /usr/local/jdk1.5.0_06_32bit/jre > [echo] Generating java files out of root jsps > [jasper2] java.lang.IllegalStateException: No Java compi

Re: exception in jspc with 5.5.16

2006-04-20 Thread Marc Farrow
jsp: [echo] /home/frs/test_web_tomcat [echo] /usr/local/jdk1.5.0_06_32bit/jre [echo] /usr/local/jdk1.5.0_06_32bit/jre [echo] Generating java files out of root jsps [jasper2] java.lang.IllegalStateException: No Java compiler available This looks like your "compiler" is pointing to a

exception in jspc with 5.5.16

2006-04-20 Thread Leon Rosenberg
Hi, in our deployment scripts we precompile jsps for live deployment. However, we are in the process of switching from 5.0.x to 5.5.16 and the precompilation fails. I've searched the net and checked the 5.5 docs but haven't found any hints. Here's the exception: [EMAIL PROTECTED]:~/bin/testsyste