Re: Jasper Exception when using Tomcat 9 but works with Tomcat 5.5

2018-01-12 Thread Christopher Schultz
mons-logging-1.0.4.jar -rw-r-. 1 root root 87776 Jan >>>> 11 15:05 commons-io-1.3.2.jar -rw-r-. 1 root root >>>> 22379 Jan 11 15:05 commons-fileupload.jar -rw-r-. 1 root >>>> root 57779 Jan 11 15:05 commons-fileupload-1.2.1.jar >>>> -rw-r-. 1 ro

Re: Jasper Exception when using Tomcat 9 but works with Tomcat 5.5

2018-01-12 Thread Sean Brett
> root 58735 Jan 11 15:05 common-piims-src.jar -rw-r-. 1 root >>> root 175113 Jan 11 15:05 common-piims.jar -rw-r-----. 1 root root >>> 55147 Jan 11 15:05 activation.jar >> >>Everything else looks okay. With Java 8, I'm not sure activation.jar >&g

Re: Jasper Exception when using Tomcat 9 but works with Tomcat 5.5

2018-01-12 Thread Sean Brett
ay. With Java 8, I'm not sure activation.jar >is necessary anymore. But JavaMail and the activation framework should >together (if activation.jar is still required). > >>>> I've also tried changing the index.jsp into a simpler >>>> (HelloWorld) form - r

Re: Jasper Exception when using Tomcat 9 but works with Tomcat 5.5

2018-01-11 Thread Christopher Schultz
lloWorld.jsp? >> >> I'm wondering if you have some odd syntax or are expecting to use >> a "custom base JSP servlet class" or something like that which is >> no longer compatible with Tomcat's current JSP servlet. If so, >> we'll try to figure

Re: Jasper Exception when using Tomcat 9 but works with Tomcat 5.5

2018-01-11 Thread Sean Brett
tom base JSP servlet class" or something like that which is no >longer compatible with Tomcat's current JSP servlet. If so, we'll try >to figure out why the custom code was necessary and make arrangements >to replace it. > >- -chris I also wondered if it could be some i

Re: Jasper Exception when using Tomcat 9 but works with Tomcat 5.5

2018-01-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sean, (Thanks for moving to the mailing list; it's a much better forum for getting into a protracted discussion. See below for more, inline.) On 1/10/18 9:08 AM, Sean Brett wrote: > I've been tasked with migrating a site from one institution to > a

Jasper Exception when using Tomcat 9 but works with Tomcat 5.5

2018-01-10 Thread Sean Brett
I've been tasked with migrating a site from one institution to another. As part of the process we are attempting to update the versions the site uses. Initially I was asked to use Java 8 with Tomcat 5.5 (on Linux), which led to issues - not to mention Tomcat 5 being 'out of support¹. I have sinc

Re: Jasper Exception

2006-04-16 Thread Martin Gainty
ay, April 16, 2006 5:36 AM Subject: Re: Jasper Exception > Asad Habib wrote: >> I ported my Struts application from Tomcat 5.5.9 to Tomcat 5.5.16. When >> I ran the application, I got the following >> error: >> >> org.apache.jasper.JasperException: Failed to load

Re: Jasper Exception

2006-04-16 Thread Mark Thomas
Asad Habib wrote: > I ported my Struts application from Tomcat 5.5.9 to Tomcat 5.5.16. When > I ran the application, I got the following > error: > > org.apache.jasper.JasperException: Failed to load or instantiate > TagExtraInfo class: Almost certainly a configuration problem. http://issues.apac

Jasper Exception

2006-04-15 Thread Asad Habib
I ported my Struts application from Tomcat 5.5.9 to Tomcat 5.5.16. When I ran the application, I got the following error: org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.tiles.UseAttributeTei org.apache.jasper.servlet.JspServletWrap

Re: jasper exception and root cause

2006-02-06 Thread Mott Leroy
Len Popp wrote: JasperException is a subclass of Exception, so you should be able to use the usual Exception methods on it. But it's not a NullPointerException. JasperException is what I get if I mess up the syntax in a JSP page. So, check for that. -- Len Actually, JasperException extends fr

Re: jasper exception and root cause

2006-02-03 Thread Len Popp
On 2/3/06, Mott Leroy <[EMAIL PROTECTED]> wrote: > Sorry, there was a thread about jsp errors, but i thought this was > different enough to warrant a new thread. > > I'm having trouble programatically retrieving the root cause of a JSP > Exception. Basically, if a NullPointerException is thrown on

jasper exception and root cause

2006-02-03 Thread Mott Leroy
Sorry, there was a thread about jsp errors, but i thought this was different enough to warrant a new thread. I'm having trouble programatically retrieving the root cause of a JSP Exception. Basically, if a NullPointerException is thrown on a JSP page, I want to know that this exception was thr

Yet Another Jasper Exception Question

2005-10-27 Thread Guillaume
I'm having the same problem as in this message (same tutorial): http://mail-archives.apache.org/mod_mbox/tomcat-users/200510.mbox/[EMAIL PROTECTED] My problem however is that even though I've stuck the class (UserData) into a package (com.adobe.qedashboard) and the stuck the compiled class into W