<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Problem in starting XVFB in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-in-starting-xvfb/m-p/3345527#M72696</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am having two machines one with headless Linux Server (Red Hat 9.0) and another with Windows 2000 client.&lt;BR /&gt;I would like to execute a graphic based java program which resides in headless linux machine. &lt;BR /&gt;I used "putty's - ssh" to access the linux machine from windows 2000. &lt;BR /&gt;&lt;BR /&gt; Putty Link : &lt;A href="http://putty.bhni.net/download.html" target="_blank"&gt;http://putty.bhni.net/download.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I tried with these,&lt;BR /&gt;&lt;BR /&gt; - removed the monitor, keyboard and mouse from the Linux Server.&lt;BR /&gt;&lt;BR /&gt; - changed the runlevel from 5 to 3  ie.made the XServer stopped using "telinit 3" command.&lt;BR /&gt;&lt;BR /&gt; - tried to start XVFB which comes with the Red Hat 9.0 with the following command&lt;BR /&gt;   &lt;BR /&gt;      " Xvfb :0 -screen 0 1024x768x16 &amp;amp; "&lt;BR /&gt;&lt;BR /&gt;   Got these errors&lt;BR /&gt;   -----&lt;BR /&gt;      Error : Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!&lt;BR /&gt;   -----&lt;BR /&gt;&lt;BR /&gt;I assume that it could not init the fonts alone but, XVFB is running. So, i tried to&lt;BR /&gt;execute a Graphic based Java program. But, i got the following errors&lt;BR /&gt;&lt;BR /&gt;--------&lt;BR /&gt;  Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using '192.168.1.32:0.0'&lt;BR /&gt;  as the value of the DISPLAY variable.&lt;BR /&gt;    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)&lt;BR /&gt;    at sun.awt.X11GraphicsEnvironment.&lt;CLINIT&gt;(X11GraphicsEnvironment.java:134)&lt;BR /&gt;    at java.lang.Class.forName0(Native Method)&lt;BR /&gt;    at java.lang.Class.forName(Class.java:141)&lt;BR /&gt;    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)&lt;BR /&gt;    at java.awt.image.BufferedImage.createGraphics(BufferedImage.java:1041)&lt;BR /&gt;    at JavaHeadless.main(JavaHeadless.java:8)&lt;BR /&gt;--------&lt;BR /&gt;&lt;BR /&gt;Can anyone help me to start XVFB ?&lt;BR /&gt;&lt;BR /&gt;any help is appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank in Advance&lt;BR /&gt;Umesh&lt;/CLINIT&gt;</description>
    <pubDate>Fri, 30 Jul 2004 05:51:59 GMT</pubDate>
    <dc:creator>Umesh_14</dc:creator>
    <dc:date>2004-07-30T05:51:59Z</dc:date>
    <item>
      <title>Problem in starting XVFB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-in-starting-xvfb/m-p/3345527#M72696</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am having two machines one with headless Linux Server (Red Hat 9.0) and another with Windows 2000 client.&lt;BR /&gt;I would like to execute a graphic based java program which resides in headless linux machine. &lt;BR /&gt;I used "putty's - ssh" to access the linux machine from windows 2000. &lt;BR /&gt;&lt;BR /&gt; Putty Link : &lt;A href="http://putty.bhni.net/download.html" target="_blank"&gt;http://putty.bhni.net/download.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I tried with these,&lt;BR /&gt;&lt;BR /&gt; - removed the monitor, keyboard and mouse from the Linux Server.&lt;BR /&gt;&lt;BR /&gt; - changed the runlevel from 5 to 3  ie.made the XServer stopped using "telinit 3" command.&lt;BR /&gt;&lt;BR /&gt; - tried to start XVFB which comes with the Red Hat 9.0 with the following command&lt;BR /&gt;   &lt;BR /&gt;      " Xvfb :0 -screen 0 1024x768x16 &amp;amp; "&lt;BR /&gt;&lt;BR /&gt;   Got these errors&lt;BR /&gt;   -----&lt;BR /&gt;      Error : Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!&lt;BR /&gt;   -----&lt;BR /&gt;&lt;BR /&gt;I assume that it could not init the fonts alone but, XVFB is running. So, i tried to&lt;BR /&gt;execute a Graphic based Java program. But, i got the following errors&lt;BR /&gt;&lt;BR /&gt;--------&lt;BR /&gt;  Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using '192.168.1.32:0.0'&lt;BR /&gt;  as the value of the DISPLAY variable.&lt;BR /&gt;    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)&lt;BR /&gt;    at sun.awt.X11GraphicsEnvironment.&lt;CLINIT&gt;(X11GraphicsEnvironment.java:134)&lt;BR /&gt;    at java.lang.Class.forName0(Native Method)&lt;BR /&gt;    at java.lang.Class.forName(Class.java:141)&lt;BR /&gt;    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)&lt;BR /&gt;    at java.awt.image.BufferedImage.createGraphics(BufferedImage.java:1041)&lt;BR /&gt;    at JavaHeadless.main(JavaHeadless.java:8)&lt;BR /&gt;--------&lt;BR /&gt;&lt;BR /&gt;Can anyone help me to start XVFB ?&lt;BR /&gt;&lt;BR /&gt;any help is appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank in Advance&lt;BR /&gt;Umesh&lt;/CLINIT&gt;</description>
      <pubDate>Fri, 30 Jul 2004 05:51:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-in-starting-xvfb/m-p/3345527#M72696</guid>
      <dc:creator>Umesh_14</dc:creator>
      <dc:date>2004-07-30T05:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in starting XVFB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-in-starting-xvfb/m-p/3345528#M72697</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have you entered and xhost +&lt;HOSTNAME&gt; to the server you are trying to get onto/from. That may be why the java is failing, and could also point to your Xvfb problems.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Matt&lt;/HOSTNAME&gt;</description>
      <pubDate>Fri, 30 Jul 2004 06:34:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-in-starting-xvfb/m-p/3345528#M72697</guid>
      <dc:creator>Matt Palmer_2</dc:creator>
      <dc:date>2004-07-30T06:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in starting XVFB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-in-starting-xvfb/m-p/3345529#M72698</link>
      <description>Thanks Palmer,&lt;BR /&gt;&lt;BR /&gt;Yes, i tried this command from the windows machine thru putty&lt;BR /&gt; xhost +192.168.1.32 &lt;BR /&gt;&lt;BR /&gt;but i got the following error&lt;BR /&gt;xhost: unable to open &lt;BR /&gt;display "192.168.1.32:0.0"&lt;BR /&gt;&lt;BR /&gt;the above specified ip is my client's.&lt;BR /&gt;any DISPLAY setting is needed ? &lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;Umesh&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Jul 2004 07:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-in-starting-xvfb/m-p/3345529#M72698</guid>
      <dc:creator>Umesh_14</dc:creator>
      <dc:date>2004-07-30T07:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in starting XVFB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-in-starting-xvfb/m-p/3345530#M72699</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;as far as I am aware, I believe that messages with regards to DISPLAY issues, (if the $DISPLAY env variable is set) are normally down to things like xhost, I dont really know more than that I am afraid. Are you using X11 over ssh??</description>
      <pubDate>Fri, 30 Jul 2004 07:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-in-starting-xvfb/m-p/3345530#M72699</guid>
      <dc:creator>Matt Palmer_2</dc:creator>
      <dc:date>2004-07-30T07:19:29Z</dc:date>
    </item>
  </channel>
</rss>

