tomcat-4.1 kaffe; IllegalArgumentException: Attribute must be readable or writable

2007-07-25 Thread Craig Skinner
I have a bog standard tomcat-4.1 kaffe install on OpenBSD 4.0 i386. dmesg head shows that the box has little memory, JAVA_OPTS tuned to suit. Getting this exception (no search engine hits) as below, then tomcat bails out, any pointers? (I fiddled about in catalina.policy with attributes, but no

RE: tomcat-4.1 kaffe; IllegalArgumentException: Attribute must be readable or writable

2007-07-25 Thread Caldarale, Charles R
From: Craig Skinner [mailto:[EMAIL PROTECTED] Subject: tomcat-4.1 kaffe; IllegalArgumentException: Attribute must be readable or writable I have a bog standard tomcat-4.1 kaffe install on OpenBSD 4.0 i386. What happens when you use a real JVM? - Chuck THIS COMMUNICATION MAY CONTAIN

Re: tomcat-4.1 kaffe; IllegalArgumentException: Attribute must be readable or writable

2007-07-25 Thread Craig Skinner
On Wed, Jul 25, 2007 at 09:06:39AM -0500, Caldarale, Charles R wrote: From: Craig Skinner [mailto:[EMAIL PROTECTED] Subject: tomcat-4.1 kaffe; IllegalArgumentException: Attribute must be readable or writable I have a bog standard tomcat-4.1 kaffe install on OpenBSD 4.0 i386. What

RE: tomcat-4.1 kaffe; IllegalArgumentException: Attribute must be readable or writable

2007-07-25 Thread Caldarale, Charles R
From: Craig Skinner [mailto:[EMAIL PROTECTED] Subject: Re: tomcat-4.1 kaffe; IllegalArgumentException: Attribute must be readable or writable Not an option: Sun does not release a JKD for BSD. If you can upgrade to Tomcat 5.5, you only need a JRE, not a JDK, and there are Linux

Re: tomcat-4.1 kaffe; IllegalArgumentException: Attribute must be readable or writable

2007-07-25 Thread Craig Skinner
On Wed, Jul 25, 2007 at 09:37:21AM -0500, Caldarale, Charles R wrote: Not an option: Sun does not release a JKD for BSD. If you can upgrade to Tomcat 5.5, you only need a JRE, not a JDK, Oh? That's a new one on me. I thought that JSP's are complied at run time. I have jikes installed. and

RE: tomcat-4.1 kaffe; IllegalArgumentException: Attribute must be readable or writable

2007-07-25 Thread Caldarale, Charles R
From: Craig Skinner [mailto:[EMAIL PROTECTED] Subject: Re: tomcat-4.1 kaffe; IllegalArgumentException: Attribute must be readable or writable If you can upgrade to Tomcat 5.5, you only need a JRE, not a JDK, Oh? That's a new one on me. I thought that JSP's are complied at run time

Re: tomcat-4.1 kaffe; IllegalArgumentException: Attribute must be readable or writable

2007-07-25 Thread Craig Skinner
On Wed, Jul 25, 2007 at 10:31:19AM -0500, Caldarale, Charles R wrote: If you can upgrade to Tomcat 5.5, you only need a JRE, not a JDK, Oh? That's a new one on me. I thought that JSP's are complied at run time. They are, but TC 5.5 and above come with Jasper built in, and thus do not

Re: tomcat-4.1 kaffe; IllegalArgumentException: Attribute must be readable or writable

2007-07-25 Thread Markus Schönhaber
Caldarale, Charles R wrote: From: Craig Skinner [mailto:[EMAIL PROTECTED] Subject: Re: tomcat-4.1 kaffe; IllegalArgumentException: Attribute must be readable or writable If you can upgrade to Tomcat 5.5, you only need a JRE, not a JDK, Oh? That's a new one on me. I thought that JSP's