Off-topic - Java and X11 Window Server 2004-01-07 - By Robert Hall
Back Yes. Try running Tomcat "headless":
/usr/java/bin/java -Djava.awt.headless=true ........
Robert
Jose Euclides da Silva Junior - DATAPREVRJ wrote:
>Hi guys, >Have anybody ever seen this error before? The X11 seems to be alive at my >environment --> Conectiva Linux. The target Java app,GraficoBig, works with >a free package, called org.jfree.char and org.jfree.gui. > >500 Internal Server Error >java.lang.InternalError : Can't connect to X11 window server using ':0.0' as >the value of the DISPLAY variable. > at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) > at >sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:54) > at java.lang.Class (Native Method) > at java.lang.Class (Class.java:115) > at >java.awt.GraphicsEnvironment (GraphicsEnvironment >.java:53) > at java.awt.Window <init>(Window.java:183) > at java.awt.Frame <init>(Frame.java:310) > at java.awt.Frame <init>(Frame.java:289) > at javax.swing.JFrame <init>(JFrame.java:167) > at org.jfree.ui.ApplicationFrame <init>(Unknown Source) > at mypackage2.GraficoBig.<init>(GraficoBig.java:26) > at _Jspbig._jspService(_Jspbig.java:128) > [SRC:Jspbig.jsp:118] >regards, >Jos?Euclides Junior >Projeto DOP201 >Infra-estrutura J2EE para as aplica��es corporativas da Previd�ncia Social > > > >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ >To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) >For additional commands, e-mail: tomcat-user-help@(protected) > > > >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|