Solved, thanks for your help. The linux server needed the saxon's jars. Don't know exactly why the applications works in Windows without them, maybe they are in the classpath or something similar that i can't find.

So thanks again.


Pid escribió:
On 12/01/2010 11:03, Nicanor Gutiérrez Requejo wrote:
Hi, i'm developing an application, and i'm having some problems with the
publishing of it. When i deploy it my local server it works fine, with
no error. But when i deploy it in other remote tomcat, it doesn't work,
and it shows me the following error:

org.apache.jasper.JasperException: Ha sucedido una excepción al procesar
la página JSP /index.jsp en línea 2

1: <%@ page %>
2: <jsp:forward page="/DH"/>


This:

Stacktrace:
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:505)

is caused by this:

*causa raíz*

javax.servlet.ServletException: Configuration of DriverHTTP Failed
*causa raíz*

which is caused by this:

javax.xml.transform.TransformerFactoryConfigurationError: Provider
net.sf.saxon.TransformerFactoryImpl not found

So it looks like you're missing the net.sf.saxon classes.
Check you have all the required jar files in WEB-INF/lib and Tomcat/lib.


p


Both servers are exactly the same version, with the same java version
and the same applications deplyed on them.
The only difference is that the local one is under windows, and the
remote one is under linux.

Some extra data about them:

Local Server: Tomcat version: Apache Tomcat/6.0.20
JVM version: 1.6.0_15-b03
SO: Windows Vista 6.0 (x86)

Remote Server:
Tomcat version: Apache Tomcat/6.0.20
JVM version: 1.6.0_15-b03
SO: Linux 2.6.31-14-generic (amd64)


I also have to say that its only this application which doesn't work.
The rest of the applications work fine in both servers.

Anyone know what can be happening?

Thanks in advance




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




--
Nicanor Gutiérrez Requejo
Investigador
CTIC-Centro Tecnológico
c/ Ada Byron, 39 Edificio Centros Tecnológicos
33203 Gijón - Asturias - España
Tel.: +34 984 29 12 12
Fax: +34 984 39 06 12
E-mail: nicanor.gutier...@fundacionctic.org
http://www.fundacionctic.org
Política de Privacidad: http://www.fundacionctic.org/privacidad


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to