RE: Problems with graphics on Tomcat 5.5.9 OK!!! BUT.....

2005-10-11 Thread Mauricio Fernandez A.
graphics on Tomcat 5.5.9 OK!!! BUT. Hello, if, like i suppose from your various errors, jfreechart require awt/swing api and do draw on it, you need to run the tomcat server inside a X server, not only do you need to have fonts installed and corresponding X libraries (like your link suggest was

Re: Problems with graphics on Tomcat 5.5.9 OK!!! BUT.....

2005-10-11 Thread David Delbecq
David Delbecq a écrit : >Hello, if, like i suppose from your various errors, jfreechart require >awt/swing api and do draw on it, >you need to run the tomcat server inside a X server, not only do you >need to have fonts >installed and corresponding X libraries (like your link suggest was >problem)

Re: Problems with graphics on Tomcat 5.5.9 OK!!! BUT.....

2005-10-11 Thread David Delbecq
Hello, if, like i suppose from your various errors, jfreechart require awt/swing api and do draw on it, you need to run the tomcat server inside a X server, not only do you need to have fonts installed and corresponding X libraries (like your link suggest was problem), you also need to to have X se

Problems with graphics on Tomcat 5.5.9 OK!!! BUT.....

2005-10-11 Thread Mauricio Fernandez A.
Thanks for your help Now I have reinstalled the XFree86 completly including the Xvfb and I can start it (XVfb), to test if it is running I execute a xclock and I don´t get any error, so I think it is running ok However, now, when I try to get the jsp wich must show a graphic I get another differe

Re: Problems with graphics on Tomcat 5.5.9

2005-10-11 Thread Amadeo Alonso
rs List" Sent: Monday, October 10, 2005 3:06 PMSubject: RE: Problems with graphics on Tomcat 5.5.9> You can see that here, after click on "Graficar":>> The web test app can be found herehttp://www.actesoft.com:8080/Prueba/jsp/> and the wanted result after click

AW: Problems with graphics on Tomcat 5.5.9

2005-10-11 Thread Edao, Aliye
ruß / kind regards Aliye Edao -Ursprüngliche Nachricht- Von: Mauricio Fernandez A. [mailto:[EMAIL PROTECTED] Gesendet: Montag, 10. Oktober 2005 15:06 An: Tomcat Users List Betreff: RE: Problems with graphics on Tomcat 5.5.9 You can see that here, after click on "Graf

RE: Problems with graphics on Tomcat 5.5.9

2005-10-10 Thread Mauricio Fernandez A.
aje original- De: Viorel Dragomir [mailto:[EMAIL PROTECTED] Enviado el: lunes, 10 octubre, 2005 15:53 Para: Tomcat Users List Asunto: Re: Problems with graphics on Tomcat 5.5.9 What exception ? [ If it's not confidential

Re: Problems with graphics on Tomcat 5.5.9

2005-10-10 Thread Viorel Dragomir
with graphics on Tomcat 5.5.9 Trying again to make the graphics appear in my web app, I did a test web app and I had been trying to start the Tomcat with -Djava.awt.headless=true option as I read in some forums #export CATALINA_OPTS="-Djava.awt.headless=true" #/usr/java/jakarta-tomcat/bin/

RE: Problems with graphics on Tomcat 5.5.9

2005-10-10 Thread Mauricio Fernandez A.
Trying again to make the graphics appear in my web app, I did a test web app and I had been trying to start the Tomcat with -Djava.awt.headless=true option as I read in some forums #export CATALINA_OPTS="-Djava.awt.headless=true" #/usr/java/jakarta-tomcat/bin/startup.sh But they do not appear ei

[OT] RE: Problems with graphics on Tomcat 5.5.9

2005-10-07 Thread David N. Smith
is about the X11 libs. > > any idea? > > thanks! > > MauricioF > > > -Mensaje original- > De: Brian Cook [mailto:[EMAIL PROTECTED] > Enviado el: viernes, 07 octubre, 2005 22:20 > Para: Tomcat Users List > Asunto: Re: Problems with graphics on Tomcat 5.5.9 > &

RE: Problems with graphics on Tomcat 5.5.9

2005-10-07 Thread Mauricio Fernandez A.
. any idea? thanks! MauricioF -Mensaje original- De: Brian Cook [mailto:[EMAIL PROTECTED] Enviado el: viernes, 07 octubre, 2005 22:20 Para: Tomcat Users List Asunto: Re: Problems with graphics on Tomcat 5.5.9 You need to install the X11 libs for X. The Java Advanced Imaging API calls

Re: Problems with graphics on Tomcat 5.5.9

2005-10-07 Thread Brian Cook
You need to install the X11 libs for X. The Java Advanced Imaging API calls the X libs on Linux to get font and scaling data. You can try setting the JVM java.awt.headless" property to true. This will work for some instances. But installing the X libs installed on your server is a more re

RE: Problems with graphics on Tomcat 5.5.9 [255835:132365]

2005-10-07 Thread RTE - Meridian Club
ot;Mauricio Fernandez A." <[EMAIL PROTECTED]> > Received: 10/7/2005 7:14 PM > To: "" > Subject: Problems with graphics on Tomcat 5.5.9 > > Hello > > I have a web App with some jsp´s showing graphics generated by jfreechart, > in my windows dev station

Problems with graphics on Tomcat 5.5.9

2005-10-07 Thread Mauricio Fernandez A.
Hello I have a web App with some jsp´s showing graphics generated by jfreechart, in my windows dev station it works fine but in my linux production server it was working fine to some days ago and now it doesn´t. I have Tomcat 5.5.9, JDK 1.5.0_04, Red Hat Linux on a rack Now i obtain a ServletExc