Re: java.awt.HeadlessException on tomcat

2007-11-14 Thread Lionel Crine
Hi, Did you look at this explanation : http://java.sun.com/j2se/1.5.0/docs/guide/awt/AWTChanges.html#headless For example, Lambda Probe displays some charts and we have to put the headless option on the JVM. Sorry to ask this, but did you put it right ? If yes, do you catch the error ? Li

Re: java.awt.HeadlessException on tomcat

2007-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yann, Yann Mauon wrote: > > Thank you for your answer, but what do you mean by "Make your environment > non-headless to solve problem" ? Why are you trying to create a JFrame from a webapp? - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4

Re: java.awt.HeadlessException on tomcat

2007-11-13 Thread David Delbecq
Provide it a display! En l'instant précis du 13/11/07 13:58, Yann Mauon s'exprimait en ces termes: Thank you for your answer, but what do you mean by "Make your environment non-headless to solve problem" ? David Delbecq-2 wrote: En l'instant précis du 13/11/07 12:45, Yann Mauon s'exprimai

Re: java.awt.HeadlessException on tomcat

2007-11-13 Thread Yann Mauon
Thank you for your answer, but what do you mean by "Make your environment non-headless to solve problem" ? David Delbecq-2 wrote: > > En l'instant précis du 13/11/07 12:45, Yann Mauon s'exprimait en ces > termes: >> Dear all, >> >> I have the following problem. I deployed an applicaton on T

Re: java.awt.HeadlessException on tomcat

2007-11-13 Thread David Delbecq
En l'instant précis du 13/11/07 12:45, Yann Mauon s'exprimait en ces termes: Dear all, I have the following problem. I deployed an applicaton on Tomcat and recieve the following error when I try to display an image generated on the server : java.awt.HeadlessException at java.awt.Grap