You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chuck Carson <ch...@syrrx.com> on 2002/10/04 16:35:50 UTC

Please Help: Getting this exception

I moved my tomcat server from Linux to Solaris, now using the binary 
dist of tomcat 4.1.2 and jdk 1.3.1_04.

All my apps are giving me this exception:


org.apache.jasper.JasperException: java/sql/Savepoint
	at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:248)
	at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
	at
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)


Anyone have any ideas?

Thanks,
Chuck


----------
This message contains confidential information and is intended only for
the individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. E-mail transmission cannot be
guaranteed to be secure or error-free as information could be
intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for any
errors or omissions in the contents of this message, which arise as a
result of e-mail transmission. If verification is required please
request a hard-copy version. 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Please Help: Getting this exception

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Fri, 4 Oct 2002, Chuck Carson wrote:

> Date: Fri, 04 Oct 2002 07:35:50 -0700
> From: Chuck Carson <ch...@syrrx.com>
> Reply-To: Tomcat Users List <to...@jakarta.apache.org>
> To: Tomcat Users List <to...@jakarta.apache.org>
> Subject: Please Help: Getting this exception
>
>
> I moved my tomcat server from Linux to Solaris, now using the binary
> dist of tomcat 4.1.2 and jdk 1.3.1_04.
>
> All my apps are giving me this exception:
>
>

The version of JDBC in JDK 1.3 does not have a java.sql.Savepoint class --
that was added in JDK 1.4.  This won't matter if your applications don't
try to use Savepoint, but it looks like you're trying to call something
that does use it in one of your JSP pages.

Craig

> org.apache.jasper.JasperException: java/sql/Savepoint
> 	at
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
> va:248)
> 	at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
> 	at
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>
>
> Anyone have any ideas?
>
> Thanks,
> Chuck
>
>
> ----------
> This message contains confidential information and is intended only for
> the individual named. If you are not the named addressee you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately by e-mail if you have received this e-mail by mistake and
> delete this e-mail from your system. E-mail transmission cannot be
> guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses. The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission. If verification is required please
> request a hard-copy version.
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>