install Oracle9i on Redhat 9

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ccc31807

    install Oracle9i on Redhat 9

    Trying to install Oracle 9i on Redhat 9.0

    Get the following error message:

    Initializing Java Virtual Machine from
    /tmp/OraInstall2004-01-26_09-11-42pm/jre/bin/java. Plear wait ...
    xlib: connection to ":0.0" refused by server
    xlib: No protocol specified

    Exeption in thread "main" java.loang.Inte rnalError: Can't connect to
    x11 window server usning ':0.0' as the vale of the DISPLAY variable.


    Any ideas?
  • Hans Forbrich

    #2
    Re: install Oracle9i on Redhat 9

    ccc31807 wrote:
    >
    Trying to install Oracle 9i on Redhat 9.0
    >
    Get the following error message:
    >
    Initializing Java Virtual Machine from
    /tmp/OraInstall2004-01-26_09-11-42pm/jre/bin/java. Plear wait ...
    xlib: connection to ":0.0" refused by server
    xlib: No protocol specified
    >
    Exeption in thread "main" java.loang.Inte rnalError: Can't connect to
    x11 window server usning ':0.0' as the vale of the DISPLAY variable.
    >
    Any ideas?
    export DISPLAY="127.0. 0.1:0.0"

    Comment

    • Hans Forbrich

      #3
      Re: install Oracle9i on Redhat 9

      ccc31807 wrote:
      >
      Trying to install Oracle 9i on Redhat 9.0
      >
      Get the following error message:
      >
      Initializing Java Virtual Machine from
      /tmp/OraInstall2004-01-26_09-11-42pm/jre/bin/java. Plear wait ...
      xlib: connection to ":0.0" refused by server
      xlib: No protocol specified
      >
      Exeption in thread "main" java.loang.Inte rnalError: Can't connect to
      x11 window server usning ':0.0' as the vale of the DISPLAY variable.
      >
      Any ideas?
      BTW - which docco are you using to do the install?

      Comment

      • bmay2068@hotmail.com

        #4
        Re: install Oracle9i on Redhat 9

        Exeption in thread "main" java.loang.Inte rnalError: Can't connect to
        x11 window server usning ':0.0' as the vale of the DISPLAY variable.
        One of the best sites I've seen for installing Oracle on Redhat... I followed
        the directions given on the page and had no problems.

        Installing Oracle 9i on RedHat Linux 7.1, 7.2, 7.3, 8.0, 9, Red Hat Advanced
        Server 2.1, and on Red Hat Enterprise Linux Advanced Server 3 (RHEL AS 3)



        Cheers!

        Comment

        • KDB

          #5
          Re: install Oracle9i on Redhat 9

          You will also need to execute this as root to give console permissions:

          # xhost +

          - KDB

          Hans Forbrich <hforbric@yahoo .netwrote in message news:<4015D3D9. 2E965665@yahoo. net>...
          ccc31807 wrote:

          Trying to install Oracle 9i on Redhat 9.0

          Get the following error message:

          Initializing Java Virtual Machine from
          /tmp/OraInstall2004-01-26_09-11-42pm/jre/bin/java. Plear wait ...
          xlib: connection to ":0.0" refused by server
          xlib: No protocol specified

          Exeption in thread "main" java.loang.Inte rnalError: Can't connect to
          x11 window server usning ':0.0' as the vale of the DISPLAY variable.

          Any ideas?
          >
          BTW - which docco are you using to do the install?

          Comment

          • Unregistered

            #6
            Re: install Oracle9i on Redhat 9


            ccc31807 wrote:
            *Trying to install Oracle 9i on Redhat 9.0
            >
            Get the following error message:
            >
            Initializing Java Virtual Machine from
            /tmp/OraInstall2004-01-26_09-11-42pm/jre/bin/java. Plear wait ...
            xlib: connection to ":0.0" refused by server
            xlib: No protocol specified
            >
            Exeption in thread "main" java.loang.Inte rnalError: Can't connect to
            x11 window server usning ':0.0' as the vale of the DISPLAY variable.
            >
            >
            Any ideas?
            Unregistered
            -----------------------------------------------------------------------
            Posted via http://www.webservertalk.co
            -----------------------------------------------------------------------
            View this thread: http://www.webservertalk.com/message101208.htm

            Comment

            Working...