LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-29-2006, 11:44 AM   #1
Pants
LQ Newbie
 
Registered: Jan 2006
Posts: 8

Rep: Reputation: 0
Red face Oracle installation on Ubuntu


When I tried to install Oracle10g on my Ubuntu, the problem always appers:


oracle@Frank-PC:~/database$ ./runInstaller -jreLoc /usr/lib/jre1.5.0_06
Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed


All installer requirements met.

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2006-01-29_12-34-01PM. Please wait ...oracle@Frank-PC:~/database$ Exception java.lang.NullPointerException occurred..
java.lang.NullPointerException
at oracle.sysman.oii.oiix.OiixPathOps.concatPath(OiixPathOps.java:553)
at oracle.sysman.oii.oiic.OiicBaseApp.setAdditionalProperties(OiicBaseApp.java:369)
at oracle.sysman.oii.oiic.OiicInstaller.processCommandLine(OiicInstaller.java:668)
at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:887)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)
Can't connect to X11 window server using '192.168.1.188:0.0' as the value of the DISPLAY variable.

Exception in thread "main" java.lang.ExceptionInInitializerError
at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:2 32)
at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManage r.java:193)
at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.j ava:202)
at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:151)
at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:984)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)
Caused by: java.lang.NullPointerException
at oracle.sysman.oii.oiix.OiixPathOps.concatPath(OiixPathOps.java:553)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:368)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:119)
... 6 more


I wonder if I could get a hand from you guys, thanks a lot!

Last edited by Pants; 01-29-2006 at 02:49 PM.
 
Old 01-29-2006, 12:47 PM   #2
mknirsch
Member
 
Registered: Feb 2003
Location: Germany
Distribution: SLES, SuSe, Ubuntu, HPUX
Posts: 44

Rep: Reputation: 21
Hi,

when you take a look at the OUI output you see "Can't connect to X11 ...";
in other words the X Server is missing a display to output the oui screen.
This is probably becaus you are trying to install from a remote terminal
/ remote host. Simply go to the server console, open a terminal window like
xterm, change to the directory where runInstaller is located and try again.
If you are establishing a remote session with ssh do not forget the -X switch.

good luck

martin
 
Old 01-29-2006, 02:46 PM   #3
Pants
LQ Newbie
 
Registered: Jan 2006
Posts: 8

Original Poster
Rep: Reputation: 0
Unhappy Thank u anyway

Quote:
Originally Posted by mknirsch
Hi,

when you take a look at the OUI output you see "Can't connect to X11 ...";
in other words the X Server is missing a display to output the oui screen.
This is probably becaus you are trying to install from a remote terminal
/ remote host. Simply go to the server console, open a terminal window like
xterm, change to the directory where runInstaller is located and try again.
If you are establishing a remote session with ssh do not forget the -X switch.

good luck

martin

I installed my Ubuntu Linux on Frank-PC, and what I did before are all on this PC locally.
 
Old 01-29-2006, 08:52 PM   #4
Pants
LQ Newbie
 
Registered: Jan 2006
Posts: 8

Original Poster
Rep: Reputation: 0
up!!!!!!!!
 
Old 01-30-2006, 12:19 AM   #5
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
Huh? Is it still not working? If you're doing this locally type "xhost +localhost" to allow all local connections to the X server and try again.
 
Old 01-30-2006, 02:47 PM   #6
Pants
LQ Newbie
 
Registered: Jan 2006
Posts: 8

Original Poster
Rep: Reputation: 0
Unhappy It's strange!

Quote:
Originally Posted by btmiller
Huh? Is it still not working? If you're doing this locally type "xhost +localhost" to allow all local connections to the X server and try again.
Thank u!
But I can do that using "root", but for the other users, it doesn't work!
I got lost!
It shows:

root@Frank-PC:~# xhost
access control enabled, only authorized clients can connect
INET:Frank-PC
root@Frank-PC:~# su - oracle
oracle@Frank-PC:~$ xhost
xhost: unable to open display ""
oracle@Frank-PC:~$ export DISPLAY=192.168.1.188:0.0
oracle@Frank-PC:~$ xhost
xhost: unable to open display "192.168.1.188:0.0"
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ubuntu installation and ubuntu live cd morphixrocks Ubuntu 2 01-21-2006 02:12 PM
Oracle 9i Installation pakuson Linux - Software 1 04-01-2005 02:21 AM
oracle installation alaios Fedora 4 04-17-2004 10:43 AM
oracle client installation? doublefailure Linux - Software 1 09-10-2002 12:52 AM
Oracle 8i installation prowzen Linux - Software 0 04-20-2001 05:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration