Operating System - Linux
1827811 Members
1980 Online
109969 Solutions
New Discussion

Rapidwiz is not invoking on Installing Apps11.5.5

 
Syed_9
New Member

Rapidwiz is not invoking on Installing Apps11.5.5


Hi Everybody,
I am tring to install apps11.5.5 on Redhat Linux Adv. Server 2.1.
I performed the following steps:
1) created the staging area for all CDs
2) set the DISPLAY=ip.0:0
3)TEMP variable
And issues rapidwiz from its actual location and from other location. but it is not getting invoked.
e.g $ rapidwiz here the control is moving to the next line but the installer is not appearing.

What could be the problem? any help is highly appreciatable. Thanks in Adv.

Best Regards
Syed

3 REPLIES 3
Joseph Loo
Honored Contributor

Re: Rapidwiz is not invoking on Installing Apps11.5.5

hi,

We have just implemented 11.5.9 on production. Please read the following taken from Metalink DocID 200963.1.

=============================
If you are installing on a system that has an existing Oracle installation which has been installed using the Oracle Universal Installer, then you might have some permission problems. The Oracle Universal Installer creates a file called oraInst.loc in the /var/opt/oracle or /etc directory which contains the PATH to your 'software inventory'. The account you are using to install must have WRITE permissions on this directory and on ALL directories and files within this directory.

If it doesn't then the Rapidwiz will be unable to start the Oracle Universal Installer (without giving any error).
=============================

We have actually created a new mount point call /oraInventory and modify oraInst.loc which is created in /var/opt/oracle.

The eBusiness suite you are using is quite old though.

regards.
what you do not see does not mean you should not believe
T G Manikandan
Honored Contributor

Re: Rapidwiz is not invoking on Installing Apps11.5.5

The problem is with the JDK and the glibc.

Make sure you have the JDK installed, and the variable JDK_HOME defined.

Also,export the variable
LD_ASSUME_KERNEL

Get the installation guide.It should have everytihng defined.
T G Manikandan
Honored Contributor

Re: Rapidwiz is not invoking on Installing Apps11.5.5

This problem comes with the Oracle Installations too,

what is do is


$export LD_ASSUME_KERNEL=2.2.5
$cd /usr/i386-glibc21-linux/bin
$./i386-glibc21-linux-env.sh


make sure the JDK version should be 1.3 for your app's server version.