Problem publishing application.

2010-01-12 Thread Nicanor Gutiérrez Requejo
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

Re: Problem publishing application.

2010-01-12 Thread Pid
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

Re: Problem publishing application.

2010-01-12 Thread Nicanor Gutiérrez Requejo
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

Re: Problem publishing application to debian with tomcat 5.5.17

2008-07-10 Thread Sérgio Vieira Rolanski
: Sérgio Vieira Rolanski [mailto:[EMAIL PROTECTED] Subject: Re: Problem publishing application to debian with tomcat 5.5.17 I believe you mean the System.GetProperty(file.encoding) on my windows computer I get Cp1252 and on my debian server I get UTF-8. It's System.getProperty

Re: Problem publishing application to debian with tomcat 5.5.17

2008-07-10 Thread Konstantin Kolinko
, value=1) and ... or that has nothing to do with the value I'm setting? Caldarale, Charles R wrote: From: Sérgio Vieira Rolanski [mailto:[EMAIL PROTECTED] Subject: Re: Problem publishing application to debian with tomcat 5.5.17 I believe you mean the System.GetProperty(file.encoding

Re: Problem publishing application to debian with tomcat 5.5.17

2008-07-10 Thread Sérgio Vieira Rolanski
The basewebAcessoLogin.unidade.seqUnidade.value returns an Integer object. The weird thing is that it works on Windows (netbeans + bundle tomcat), but it doesn't work on Debian. Both are running Tomcat 5.5.17. From my point of view it should work on both servers without the need to change

Re: Problem publishing application to debian with tomcat 5.5.17

2008-07-10 Thread Sérgio Vieira Rolanski
Forgot to mention, I don't get the exception on every SelectOneMenu, it seems like a random thing. Maybe it's an ajax problem? Sérgio Vieira Rolanski wrote: The basewebAcessoLogin.unidade.seqUnidade.value returns an Integer object. The weird thing is that it works on Windows (netbeans + bundle

Re: Problem publishing application to debian with tomcat 5.5.17

2008-07-10 Thread Konstantin Kolinko
Have not you tried to ask this question on myfaces-specific lists? Also, may it be, that there are different version of the libraries in your development and production tomcats? 2008/7/10 Sérgio Vieira Rolanski [EMAIL PROTECTED]: The basewebAcessoLogin.unidade.seqUnidade.value returns an

Re: Problem publishing application to debian with tomcat 5.5.17

2008-07-10 Thread Sérgio Vieira Rolanski
Not sure why, but at first this seemed like a tomcat issue, like some sort of different configuration on both servers since I deploy the exact same application on both servers with same libraries. Libraries like hibernate, ajax, myfaces, etc. are always deployed every time when I deploy my

Problem publishing application to debian with tomcat 5.5.17

2008-07-09 Thread Sérgio Vieira Rolanski
Hi, I get the following error when I publish my web application to debian server running apache-tomcat 5.5.17: java.lang.IllegalArgumentException: Value is no String (class=java.lang.Integer, value=4) and component _idJsp46:smUnidadewith path: {Component-Path : [Class:

RE: Problem publishing application to debian with tomcat 5.5.17

2008-07-09 Thread Caldarale, Charles R
From: Sérgio Vieira Rolanski [mailto:[EMAIL PROTECTED] Subject: Problem publishing application to debian with tomcat 5.5.17 java.lang.IllegalArgumentException: Value is no String (class=java.lang.Integer, value=4) and component _idJsp46:smUnidadewith The above error message does not look

Re: Problem publishing application to debian with tomcat 5.5.17

2008-07-09 Thread Sérgio Vieira Rolanski
windows and debian. The results was the same, running smooth on windows and failed to run with same exception on debian. Caldarale, Charles R wrote: From: Sérgio Vieira Rolanski [mailto:[EMAIL PROTECTED] Subject: Problem publishing application to debian with tomcat 5.5.17

RE: Problem publishing application to debian with tomcat 5.5.17

2008-07-09 Thread Caldarale, Charles R
From: Sérgio Vieira Rolanski [mailto:[EMAIL PROTECTED] Subject: Re: Problem publishing application to debian with tomcat 5.5.17 This is my java -version from the server running debian: O.k., that looks good. Digging deeper into your error messages, there's this one: does not have

Re: Problem publishing application to debian with tomcat 5.5.17

2008-07-09 Thread Sérgio Vieira Rolanski
:[EMAIL PROTECTED] Subject: Re: Problem publishing application to debian with tomcat 5.5.17 This is my java -version from the server running debian: O.k., that looks good. Digging deeper into your error messages, there's this one: does not have a Converter Is it possible

RE: Problem publishing application to debian with tomcat 5.5.17

2008-07-09 Thread Caldarale, Charles R
From: Sérgio Vieira Rolanski [mailto:[EMAIL PROTECTED] Subject: Re: Problem publishing application to debian with tomcat 5.5.17 I believe you mean the System.GetProperty(file.encoding) It's System.getProperty(), but yes. on my windows computer I get Cp1252 and on my debian server I get