Problems installing oracle applications on linux [message #174024] |
Thu, 25 May 2006 10:51 |
madchaz
Messages: 65 Registered: October 2005
|
Member |
|
|
Good day all
I've been trying, rather unsuccessfully, to install Oracle Applications 11.5.8 on our Linux servers.
This is a 2 tier installation.
Server 1 will house the database, the concurrent manager and the administration note.
Server 2 will house the forms and web node.
Right now, I'm still trying to get server 1 under way.
Some more tech info :
Bin mount /u02/app
Data mount /u03/oradata
It will go thought the initial system check without any errors.
When it runs, it fails running adrun9i.sh
If I look in the log, I see a few errors.
The first I see is this one
=================================================
Processing DriverFile = /u01/app/oracle/11i/startCD/Disk1/rapidwiz/template/adridb.drv
Running Instantiation Drivers for /u01/app/oracle/11i/startCD/Disk1/rapidwiz/template/adridb.drv
Invalid target file name in driver file: <s_com>/admin/out
=================================================
After this, it will continue and fail at this point.
================================================
Executing command:
/u01/app/oracle/11i/startCD/Disk1/rapidwiz/jre/Linux/1.3.1/bin/java -mx512M -classpath \n /u01/app/oracle/11i/s
tartCD/Disk1/rapidwiz/jre/Linux/1.3.1/lib/rt.jar:/u01/app/oracle/11i/startCD/Disk1/rapidwiz/jre/Linux/1.3.1/lib/i18n.jar:/u01
/app/oracle/11i/startCD/Disk1/rapidwiz/jlib/adconfig.zip:/u01/app/oracle/11i/startCD/Disk1/rapidwiz/jlib/xmlparserv2.zip orac
le.apps.ad.autoconfig.InstantiateFile -e /u02/app/TEST/testdb/9.2.0/appsutil/TEST_cnedbsrv01.xml -d
/u01/app/oracle/11i/startCD/Disk1/rapidwiz/driver/db/driver/gdb920.drv -pwd no_password_here -log /u02/app/TEST/testdb/9.2.0/
appsutil/log/TEST_cnedbsrv01/dbInstall.log -verbose
Cannot execute Install for database ORACLE_HOME
Error - script has returned an error: 126
Error Code received when running external process. Check log file for details.
Running Database Install Driver for TEST instance
==============================================
I've pointed it to the jdk that is installed and have tried several versions, from 1.3.1 to 1.5.0_06. Still gives me the same errors.
I'm a bit at a lost. I was hoping someone might be able to help me out.
|
|
|