<?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 Re: cannot get X!! window in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-get-x-window/m-p/3845037#M776909</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if exceed tells you&lt;BR /&gt;configure /etc/hosts and networks file and login thro failsafe session.&lt;BR /&gt;&lt;BR /&gt;I would do that - check the network configuration of both PC and workstation.&lt;BR /&gt;&lt;BR /&gt;Perhaps try access via IP address first:&lt;BR /&gt;export DISPLAY ip.ad.dre.ss:0&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
    <pubDate>Thu, 17 Aug 2006 03:32:42 GMT</pubDate>
    <dc:creator>Peter Nikitka</dc:creator>
    <dc:date>2006-08-17T03:32:42Z</dc:date>
    <item>
      <title>cannot get X!! window</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-get-x-window/m-p/3845033#M776905</link>
      <description>Hi,&lt;BR /&gt; when I try to access GUI with CRT software it shows error.&lt;BR /&gt;i have given DIASPLAY=workstation:0.0&lt;BR /&gt;export=DISPLAY&lt;BR /&gt;but when i start oracle installation it shows an error&lt;BR /&gt;&lt;BR /&gt; Initializing Java Virtual Machine from /tmp/OraInstall2006-08-17_09-58-37AM/jre/bin/java. Please wait...&lt;BR /&gt;Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using 'workstation ipaddress' 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:63)&lt;BR /&gt;        at java.lang.Class.forName0(Native Method)&lt;BR /&gt;        at java.lang.Class.forName(Unknown Source)&lt;BR /&gt;        at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)&lt;BR /&gt;        at java.awt.Window.&lt;INIT&gt;(Window.java:188)&lt;BR /&gt;        at java.awt.Frame.&lt;INIT&gt;(Frame.java:315)&lt;BR /&gt;        at java.awt.Frame.&lt;INIT&gt;(Frame.java:262)&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)&lt;BR /&gt;please tell how to configure X11 in hpux11.11&lt;/INIT&gt;&lt;/INIT&gt;&lt;/INIT&gt;&lt;/CLINIT&gt;</description>
      <pubDate>Thu, 17 Aug 2006 01:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-get-x-window/m-p/3845033#M776905</guid>
      <dc:creator>ITlearner</dc:creator>
      <dc:date>2006-08-17T01:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: cannot get X!! window</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-get-x-window/m-p/3845034#M776906</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Have you started your X11 viewer in passive mode (workstation) ? You should do that first. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 17 Aug 2006 01:05:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-get-x-window/m-p/3845034#M776906</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-08-17T01:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: cannot get X!! window</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-get-x-window/m-p/3845035#M776907</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;It would be helpful to know what X client you are using on the workstation.&lt;BR /&gt;&lt;BR /&gt;Make sure there is no Windows XP firewall blocking access.&lt;BR /&gt;&lt;BR /&gt;Is the font server running in hpux?&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/xfs start&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/xfs&lt;BR /&gt;# make sure the first variable is 1 for future automatic starts.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 17 Aug 2006 01:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-get-x-window/m-p/3845035#M776907</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-17T01:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: cannot get X!! window</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-get-x-window/m-p/3845036#M776908</link>
      <description>I have startd the xfs service and the file xfs is as follows.&lt;BR /&gt;# cat xfs&lt;BR /&gt;#&lt;BR /&gt;# xfs configuration: set RUN_X_FONT_SERVER to a non-zero value to&lt;BR /&gt;# initiate a font server at run level 2.&lt;BR /&gt;#&lt;BR /&gt;# Installed at /etc/rc.config.d/xfs&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;RUN_X_FONT_SERVER=0&lt;BR /&gt;CONFIG_FILE_NAME=/etc/X11/fs/config&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;Exceed in passive mode is giving no response&lt;BR /&gt;If I start exceed it gives an error msg:&lt;BR /&gt;configure /etc/hosts and networks file and login thro failsafe session.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Aug 2006 01:55:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-get-x-window/m-p/3845036#M776908</guid>
      <dc:creator>ITlearner</dc:creator>
      <dc:date>2006-08-17T01:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: cannot get X!! window</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-get-x-window/m-p/3845037#M776909</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if exceed tells you&lt;BR /&gt;configure /etc/hosts and networks file and login thro failsafe session.&lt;BR /&gt;&lt;BR /&gt;I would do that - check the network configuration of both PC and workstation.&lt;BR /&gt;&lt;BR /&gt;Perhaps try access via IP address first:&lt;BR /&gt;export DISPLAY ip.ad.dre.ss:0&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Thu, 17 Aug 2006 03:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-get-x-window/m-p/3845037#M776909</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-08-17T03:32:42Z</dc:date>
    </item>
  </channel>
</rss>

