473,398 Members | 2,393 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

[newbie] Why does not my installer start?

I am trying to install Oracle 8.1.7-3 on a clean SuSE 8.2 -
based system, but the Installer will not pop up any interface!

What I have done is the following:
- Installed 8.2, and upgraded with the latest patches using
YaST2
- Installed Blackdown JRE, so there is a
/usr/local/jdk118_v3 - directory with the correct Java
- Created a soft link from this directory to /usr/local/java
- Installed orarin81.rpm, unpacked the 8.1.7 tar-file from
Oracle to /install/
- Created a oracle home with the info from /etc/skel/ as
suggested in the SuSE paper 718_sles7_install.pdf
- Logged in (KDE) as user oracle, started xterm and ran
/install/Disk1/runInstaller

This not did the trick, so I started from scratch once more,
WITHOUT updating the distro, in case SuSE have any updated RPMs
with side effects.

When this did not solve the problem either, I tried to unset the
variables LANG, LC_CTYPE, RC_TYPE and LC_COLLATE in the xterm I
use to start the runInstaller script.

Now, the runInstaller script make the prompt free again, and a
ps -a shows both runInstaller and jre running. The processor is
working hard on something, so something have happened.

But the installer is still not visible...

Dows anybody have any suggestions about
what I might be missing ?

- The computer got 320 MB RAM, so I dont think that should be
the problem...

Jun 27 '08 #1
2 1457
"ketil V." <ke*****@c2i.netwrote in message news:<z%********************@juliett.dax.net>...
I am trying to install Oracle 8.1.7-3 on a clean SuSE 8.2 -
based system, but the Installer will not pop up any interface!

What I have done is the following:
- Installed 8.2, and upgraded with the latest patches using
YaST2
- Installed Blackdown JRE, so there is a
/usr/local/jdk118_v3 - directory with the correct Java
- Created a soft link from this directory to /usr/local/java
- Installed orarin81.rpm, unpacked the 8.1.7 tar-file from
Oracle to /install/
- Created a oracle home with the info from /etc/skel/ as
suggested in the SuSE paper 718_sles7_install.pdf
- Logged in (KDE) as user oracle, started xterm and ran
/install/Disk1/runInstaller

This not did the trick, so I started from scratch once more,
WITHOUT updating the distro, in case SuSE have any updated RPMs
with side effects.

When this did not solve the problem either, I tried to unset the
variables LANG, LC_CTYPE, RC_TYPE and LC_COLLATE in the xterm I
use to start the runInstaller script.

Now, the runInstaller script make the prompt free again, and a
ps -a shows both runInstaller and jre running. The processor is
working hard on something, so something have happened.

But the installer is still not visible...

Dows anybody have any suggestions about
what I might be missing ?

- The computer got 320 MB RAM, so I dont think that should be
the problem...
Because you haven't set the DISPLAY variable correctly.
Jun 27 '08 #2
"ketil V." <ke*****@c2i.netwrote in message news:<R8********************@juliett.dax.net>...
Steve wrote:
"ketil V." <ke*****@c2i.netwrote in message news:<z%********************@juliett.dax.net>...
>I am trying to install Oracle 8.1.7-3 on a clean SuSE 8.2 -
based system, but the Installer will not pop up any interface!

What I have done is the following:
- Installed 8.2, and upgraded with the latest patches using
YaST2
- Installed Blackdown JRE, so there is a
/usr/local/jdk118_v3 - directory with the correct Java
- Created a soft link from this directory to /usr/local/java
- Installed orarin81.rpm, unpacked the 8.1.7 tar-file from
Oracle to /install/
- Created a oracle home with the info from /etc/skel/ as
suggested in the SuSE paper 718_sles7_install.pdf
- Logged in (KDE) as user oracle, started xterm and ran
/install/Disk1/runInstaller

This not did the trick, so I started from scratch once more,
WITHOUT updating the distro, in case SuSE have any updated RPMs
with side effects.

When this did not solve the problem either, I tried to unset the
variables LANG, LC_CTYPE, RC_TYPE and LC_COLLATE in the xterm I
use to start the runInstaller script.

Now, the runInstaller script make the prompt free again, and a
ps -a shows both runInstaller and jre running. The processor is
working hard on something, so something have happened.

But the installer is still not visible...

Dows anybody have any suggestions about
what I might be missing ?

- The computer got 320 MB RAM, so I dont think that should be
the problem...

Because you haven't set the DISPLAY variable correctly.

hmmm, I believed that since I was able to start other graphical
programs, as Mozilla, from xterm, I were able to start the
installer as well. (Silly me...)

What is the values for the DISPLAY variable? - Ideally I would
like to run the installer from a xterm console on a remote
computer, via ssh (ssh 192.168.2.96 -loracle)
<name or ip of your terminal>:0.0

On the server :0 should be sufficient

Sybrand Bakker
Senior Oracle DBA
Jun 27 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Lou Lipnickey | last post by:
I am looking to package a java / swing / mysql application so that it can be installed primarily on Window based systems. I googled for "java mysql installer" and came up with a large number of...
2
by: MENTAT | last post by:
Hi, I am trying to create an installer for my web application. So I added a web setup project to my solution (I am using VS.NET 2003). Been playing around with it since then and it basically...
19
by: Thom Little | last post by:
I developed a C# application and a windows installer application that properly installs the C# application on a new machine. After the C# application is installed I would like to automatically...
2
by: Mark | last post by:
I created an extremely simple windows service that only writes to the EventLogs on Stop and Pause. I installed it using the InstallUtil.exe program, the output of which is below. It appears to be...
6
by: Brett | last post by:
I've created a Windows setup project in VS.NET 2003. The first setup ran fine minus creating the Program's group. I made some changes and rebuilt the MSI and setup.exe files. Now when I run the...
0
by: ucasesoftware | last post by:
Hello, in my Windows service installer i want to start it in AfterInstall event... i don't have success to do it, and i don't find any topics who have the solution Can someone help me ?
34
by: Ben Sizer | last post by:
I've installed several different versions of Python across several different versions of MS Windows, and not a single time was the Python directory or the Scripts subdirectory added to the PATH...
5
by: S Moran | last post by:
following this tutorial http://www.c-sharpcorner.com/UploadFile/mahesh/window_service11262005045007AM/window_service.aspx installutil seems to complete successfully, but the service is not...
8
by: jch | last post by:
Sorry for the newbie question but I'm trying to learn Visual Studio. I've got VS Express 2008 and I'm using visual basic. I'm trying to learn how to deploy a program so I've written a very basic...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.