Oracle 11i Install fails on InstantiateFile ... instconf.drv

I am trying to install Oracle 11i E-Business Suite on a Windows 2K server and keep running into a problem with the install hanging after all the DB files have been unzipped. The step in the adrun9i.cmd script that seems to be hanging is "InstantiateFile -d <path>\instconf.drv
I believe I have all the Oracle specific quirks covered - i.e., MKS Toolkit installed, gnumake in right place, VC++ anchor without spaces, linker (link.exe) copied to system32 folder, etc.
I would appreciate any insight that anyone can provide.
PS: I don't believe resource is the problem - W2K system with 1GB RAM and ~110GB storage for Oracle 11i alone.

You need MS Visual Studio/C++ 6.0 + SP3 or later. .NET version is not supported. See Metalink note 201392.
If you copy the installed Visual Studio installation then the environment variables will still point to the original directory. There is a VCVARS32.BAT file in VC98/Bin which sets the Visual C++ environment for command line usage. It is generated during the Visual Studio installation, so it also contains the original installation directory references.
I think the best practice is to completely remove the failed Oracle installation, reinstall Visual Studio 6.0 to C:\MSVC directory. It is tricky since Visual Studio 6.0 install asks for
"Choose a directory for common files:".
Enter: C:\MSVC\COMMON
Then you enter in rapidwiz the "MSDEV" directory as: C:\MSVC\VC98.
Do not forget to check in the "Register environment variables" during VS6.0 install and also apply Visual Studio 6.0 SP3 or later.
I think there is a link.exe in the MKS toolkit as well. windows/system32 folder is before the MKS bin folder int the PATH environment so that is how it is "solved". I simply deleted link.exe from MKS bin directory. (I use Cygwin instead of MKS software).
Gabor
Message was edited by:
Gabor Roosz

Similar Messages

  • ADCFGCLONE.PL 에서 FAILS TO INSTANTIATE INSTCONF.DRV" 로 클로닝 중단

    제품 : AOL
    작성날짜 : 2005-11-28
    ADCFGCLONE.PL 에서 "FAILS TO INSTANTIATE INSTCONF.DRV" 로 클로닝 중단
    ===============================================================
    PURPOSE
    APPS TIER 에서 ADCFGCLON.PL 실행시 "FAILS TO INSTANTIATE INSTCONF.DRV" 로 Script가 중단되는데 이에 대한 조치사항에 대해 기술함.
    Problem Description
    Target node에서 adcfgclone.pl 실행시 아래 Error가 발생합니다.
    ============================================================================================
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [INSTANTIATE PHASE]
    AutoConfig could not successfully instantiate the following files:
    Directory: /u01/fms2c/appfms2c/fms2cora/iAS/Apache/modplsql/cache/plsql/plsql/004
    9426.a INSTE8
    Directory: /u01/fms2c/appfms2c/fms2cora/iAS/Apache/modplsql/cache/plsql/plsql/050
    5123.a INSTE8
    Directory: /u01/fms2c/appfms2c/fms2cora/iAS/Apache/modplsql/cache/plsql/plsql/057
    8496.a INSTE8
    AutoConfig is exiting with status 3
    RC-50013: Fatal: Failed to instantiate driver
    /u01/fms2c/appfms2c/fms2cora/iAS/appsutil/driver/instconf.drv
    Raised by oracle.apps.ad.clone.ApplyAppsTechStack
    StackTrace:
    java.lang.Exception: RC-50013: Fatal: Failed to instantiate driver
    /u01/fms2c/appfms2c/fms2cora/iAS/appsutil/driver/instconf.drv
    at oracle.apps.ad.clone.ApplyAppsTechStack.checkInstallDrvErr(ApplyAppsTechStack.java:647)
    at oracle.apps.ad.clone.ApplyAppsTechStack.runInstallConfigDriver(ApplyAppsTechStack.java:573)
    at oracle.apps.ad.clone.ApplyAppsTechStack.<init>(ApplyAppsTechStack.java:348)
    at oracle.apps.ad.clone.ApplyAppsTier.<init>(ApplyAppsTier.java:177)
    at java.lang.reflect.Constructor.newInstance(Native Method)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
    at java.lang.Thread.run(Unknown Source
    Cause
    ======
    Source Instance 파일중 adpreclon falg가 autoconfigable 로 되어 있지만 실제로 autoconfigable 이 불가능해서 발생함. 그래서 adpreclone.pl 이 files 들을 instconf.drv 에 추가하고 adcfgclone.pl 실행시 template이 파일들을 초기화 하기 위해 ?O기 때문에 발생합니다.
    Workaround
    Solution Description
    문제가 되는 라인들을 직접 instconf.drv에 삭제합니다.
    Reference Documents
    -------------------

  • Problem in installing 11.5.9-instconf.drv

    Hi.
    Trying to install 11.5.9 on RHEL AS 3,
    Getting error after unzipping 117 files from the stage,
    Cannot instantiate file instconf.drv
    Thanks in advance,
    Patel

    I had the same problem installing 11.5.9 on SLES 9:
    For 11.5.9:
    /lv03/oracle/vis9db/9.2.0/appsutil/log/vis9_host/dbInstallcfg.log
    [INSTANTIATE PHASE]
    AutoConfig could not successfully instantiate the following files:
    Directory: /lv03/oracle/vis9db/9.2.0/md/demo/orascv/doc
    OraSCV.asc INSTE8
    Directory: /lv03/oracle/vis9db/9.2.0/oem_webstage/readme
    emreadme.txt INSTE8
    Directory: /lv03/oracle/vis9db/9.2.0/relnotes/em
    README_EM.txt INSTE8
    Directory: /lv03/oracle/vis9db/9.2.0/sysman/doc/readme
    README_em.txt INSTE8
    removed entries above in /lv03/oracle/vis9db/9.2.0/appsutil/driver/instconf.drv and hit retry.

  • Oracle 9i install failing on Solaris 10

    Oracle 9i install on Solaris 10 fails at the Database creation stage with Ora error "Out of Memory"
    I have a Ultra 10 with 1GB RAM, 2GB swap and lot of space in the filesystem where I am installing Oracle
    The oracle release notes asks for increased value for shmmax, shmmni etc by editing /etc/system and according to Solaris 10, it is not required as kernel dynamically allocates those values. It looks like it is NOT. How can I verify?
    rcladm talks about shmmax values only with projects. How can I verify that all my applications running on a this box has a higher SHMMAX values and not on per project basis.
    In older versions, sysdef could tell us the current SHMMAX values. Is there any comparable commands in Solaris 10.
    I am not that comfortable with the rcladm features. Can some one show some examples.
    Is anyone successful in installing Oracle9i on Solaris 10. I heard Oracle patch set 9.2.0.5 and 9.2.0.6 is certified with Solaris 10. Does it mean the original version of 9.2 does not install on Solaris 10?

    'Net Configuration Assistant is failing" from installation. I tried twice and got the same problem. I tried to run 'netca' from the command line and got the same problem - Java runtime problem. I tried to install patch and could not find Oracle patches for Solaris 10 and the patches are for Solaris 9.
    Does anyone have suggestion?
    $ ./netca
    ld.so.1: /usr/ora/920/oracle.swd.jre/bin/sparc/native_threads/jre: fatal: relocation error: file /usr/ora/920/oracle.swd.jre/bin/../lib/sparc/native_threads/libawt.so: symbol XShmQueryExtension: referenced symbol not found (/usr/ora/920/oracle.swd.jre/bin/../lib/sparc/native_threads/libawt.so)
    ld.so.1: /usr/ora/920/oracle.swd.jre/bin/sparc/native_threads/jre: fatal: relocation error: file /usr/ora/920/oracle.swd.jre/bin/../lib/sparc/native_threads/libawt.so: symbol XShmQueryExtension: referenced symbol not found (/usr/ora/920/oracle.swd.jre/bin/../lib/sparc/native_threads/libawt.so)
    java.lang.NullPointerException
    at oracle.ewt.lwAWT.BufferedApplet.<init>(Compiled Code)
    at oracle.net.ca.NetCA.<init>(Compiled Code)
    at oracle.net.ca.NetCA.main(Compiled Code)

  • No APPS user in Oracle 11i instalation

    I installed Oracle Applications 11i (11.5.0) with FRESH DATABASE (No VISION) and after I ran the query from FND_USER, I do not see any user name APPS.
    I want to start Concurrent server service and that requires user/password.
    Any idea?

    Hi,
    APPS user is db user and not application user. apps user exists in the DBA_USERS and FND_ORACLE_USERID tables.
    when you freshly install applications, apps user will come with the default password as apps
    try with apps password

  • Oracle 7 install fails with Windows XP SP3

    After installing Windows SP3 on systems with XP Professional 32 bit, we cannot install Oracle 7.3.4, which is required for an older 16 bit program. Running the Oracle 7 setup.exe returns an error "setup.exe is not a valid Win32 application". The installer file is not corrupt, we can still run the setup successfully on any computers that still have XP Pro SP2 installed.
    However, systems that had Oracle 7.3.4 installed prior to the Windows SP3 update will run the software OK; it is just new installations of Oracle 7.3.4 that fail.
    I have tried running the install off of a CD, network drive, and copied the files to the local machine, all return the same error. I have tried different users all with Admin privileges. I tried installing with each compatibility mode checked, clean booting the machine, and updating Windows Installer. I always get the "setup.exe is not a valid Win32 application" error.
    Any suggestions or info?
    Thanks

    Here is some updated information.
    Systems that have been in service for a long time and updated from Windows XP Pro SP2 to SP3 will not run the Oracle 7 installer. All machines that still have SP2 will run the installer.
    However, systems that we recently formatted and reinstalled Windows XP Pro with SP2, and then updated to SP3, will run the installer for Oracle 7 with SP3 already installed. This indicates that it is not SP3 that is the issue. It could be an update that was done in the past (Microsoft or another software vendor), or some different file that is on the other machines (same brand, models, and OS, just been in service without being formatted recently).
    We also have Oracle 10g on all the systems, but the old CrisPlus program probably won't run with Oracle 10g, because we have to add "C:\ORAWIN\BIN" to the system Environmental Variables or we get a "Ora7win.dll" error when launching the CrisPlus program. An Oracle expert or programmer may know how to work around this issue, but I do not know how.
    This does give us options to fix the Oracle 7 issue. Either rollback the SP3 update and then install CrisPlus prior to the installation of SP3, or format the systems and reinstall Windows XP Pro, Service Pack3, and Oracle 7.
    Thanks for the input. If anyone thinks of an easier workaround please let me know.

  • Oracle Universal Instal fail memory check Result:255MB but total PC is 512M

    Does anyone know why did OIU not find the 512MB on the PC when installing Oracle 10g personal edition?
    INFO: Checking TotalMemory This is a prerequisite condition to test whether the system has sufficient physical memory.
    INFO: Expected result: 256MB Actual Result: 255MB Check complete. The overall result of this check is: Failed <<<<
    Thanks,
    chi_george

    If on Windows, navigate to the setup folder and issue setup.exe -ignoresysprereqs
    if Linux/Unix/OSX then navigate to the folder with runInstaller and issue ./runInstaller -ignoresysprereqs
    If you get an error, report it back.

  • Oracle 11i E-Business Suite Installation on Windows fails

    All you Oracle 11i gurus out there, please HELP as I am at my wit's end.
    I am trying to install Oracle 11i E-Business Suite (downloaded from the edelivery Website) on Windows 2003 Server with dual PIII CPU, 1GB RAM, and 150GB+ disk space.
    My Oracle 11i install on Windows has been failing during Step 1 of 5 following the process of unpacking the 114 zipfiles for the 9.2.0 database even though all the diagnostic steps passed.
    It appears the install is failing on the following step:
    InstantiateFile -d d:\oracle\visdb\9.2.0\appsutil\driver\instconf.drv
    I have MKS Toolkit installed on C:\MKS and VC++ installed on C:\MVS\VC98.
    I have renamed make.exe to gnumake.exe in the C:\MKS\mksnt folder and copied the linker (link.exe) from C:\MVS\VC98\bin to the C:\Windows\System32 folder.
    The InstantiateFile step is executing some Java classes. I have also installed the JRE on C:\jre1.5.0_06, although it's doubtful this will impact the install scripts since the scripts are all hardcoded with the included JRE 1.4.2.
    Why do Oracle DBAs and users deal with this crap? A software install should not be this difficult.
    Thanks in advance.

    Thanks to previous responder for tip regarding JDK/JRE anchor strings. I'm not sure if that is a problem. After letting the install process (java.exe) run for over an hour, I finally got past the InstantiateFile step. It looks like the process just takes a long time with no visible progress sometimes. After 5-6 hrs, it looked like the install succeeded (for the most part). There were still some errors in the error logs related to the Concurrent Manager (TNS-12541: TNS:no listener) I believe. If anyone has insight on what this error msg means, I would greatly appreciate a reply.
    The other problem I am tackling right now is how to explicitly set the Forms processing mode to HTTP rather than the default socket mode. According to the 11i docs (and Forms Developer 6i docs), you should only have to set "connectMode=HTTP" in the config file, appsweb.cfg, to make this happen. However, when I try bringing up a client form, the form hangs. So, obviously, something is amiss. A related question is whether one can run Forms in only HTTP mode and not HTTPS (and thus avoid having to install SSL). I would greatly appreciate any insight from fellow users.

  • Backup fails for a Hyper-V guest with VSS Writer failures using DPM 2012 R2 - Hyper-V guest has Oracle application installed,

    I am trying to backup a VM which before it had Oracle installed backed up with no problems.  It is a Windows 2008 R2 server which sites on an 8 node Hyper-V 2012 R2 cluster (with CSVs).  I am using DPM 2012 R2 to run the backups which have been
    successful for the last few weeks but then Oracle was installed and the backups have failed since then.
    The job fails and a large number of VSS writers go into a 'Failed' state with the 'Last Error' showing as 'Timed out'.  I then get 4 popups appear each referring to a 'temporary' drive which appears briefly in Disk Management with a RAW file system. 
    These pops say "You need to format the disk in drive X: before you can use it.  Do you want to format it?" (where
    X: is replaced by the drive letter assigned to each 'temporary' drive).
    The System event log is populated with a large number of warnings with Event 51, Disk, stating "An error was detected on device \Device\Harddisk<number>\DR<number> during a paging operation".  There are also a
    few warnings for Ntfs (eventid 57) stating that "The system failed to flush data to the transaction log.  Corruption may occur."
    Prior to these warnings there are 5 other warnings for partmgr (eventid 58) stating "The disk signature of disk
    <number x> is equal to the disk signatuire of disk <number y>" and 4 errors (eventid 1, VDS Basic Provider), "Unexpected failure.  Error code: 490@01010004".
    There is a script which is run to stop the Oracle application on the server and if this is run then the backups will complete successfully.  We have been troubleshooting this by running a certain amount of the script and seeing which part affects the
    backup and it seems that if the Weblogic (wls_reports) service is stopped then the backup will succeed but if it is running then the backup will fail and the above symptoms occur.
    Another point which may help is that there is a pre-production server which resides on a Windows 2008 R2 Hyper-V standalone server, has the same scripts and installation of Oracle but backs up without any issues.
    I have experienced VSS writer failures before with VM backups but I have not seen this before.  It is not intermittent and I can find no work around to alleviate the problem of having no backup (except stopping this service or shutting the server down,
    but as it is a production server this is not practical).
    If anyone has experienced this before or have any suggestions / advice it would be much appreciated.
    Thanks
    Chris

    Hi Chris
    I have exactly the same issue.
    2008 R2 Server running Oracle
    6 node 2012 R2 Hyper-V Cluster with CSV
    Exact same errors and popup "format disk" message.
    DPM2012 R2
    I also have some other VM's on the same cluster which do back up through DPM
    The only difference I can see is the server which has the issue has a legacy network adapter.
    Production server so cannot make any changes until later but will add new adapter and report back.
    Interesting about the Weblogic service, may test this also.
    Cheers
    Kev.

  • Oracle EBS 11i - Cloning failing while running 'perl adcfgclone.pl dbTier

    Hi DBAs/Experts
    I am trying to clone the Oracle 11i (11.5.10.2 with RUP6) all single node on RHEL 4.6. I was following the metalink note 230672.1.
    I ran adpreclone scripts successfully on the dbTier and appsTier. Shutdown the Apps & DB. Moved over the file system (whole /u01) which include all the homes ,tops and datafiles from source to target.
    While running 'perl adcfgclone.pl dbTier' , I am getting following errors. I didn't check any pre-requisite patches for Rapid Clone as the EBS was already up-todate with RUP6. (How can I verify if the system is on RUP6 in case I have to double check it).
    ------------------ Error Message -------
    adlnkoh.sh started at Thu Feb 26 21:55:55 EST 2009
    logfile located in /u01/app/oracle/visdb/9.2.0/install/make.log
    Error while running adlnkoh.sh. Please check logfile
    .end std out.
    /u01/app/oracle/visdb/9.2.0/appsutil/install/adlnkoh.sh: line 198: /u01/app/oracle/visdb/9.2.0/bin/sqlplus: No such file or directory
    .end err out.
    StackTrace:
    /u01/app/oracle/visdb/9.2.0/install/make.log
    mv -f /u01/app/oracle/visdb/9.2.0/bin/oracleO /u01/app/oracle/visdb/9.2.0/bin/oracle
    make: [u01/app/oracle/visdb/9.2.0/rdbms/lib/oracle] Error 1 (ignored)
    mv -f /u01/app/oracle/visdb/9.2.0/bin/oracle /u01/app/oracle/visdb/9.2.0/bin/oracleO
    mv: cannot stat `/u01/app/oracle/visdb/9.2.0/bin/oracle': No such file or directory
    make: [ioracle] Error 1 (ignored)
    mv /u01/app/oracle/visdb/9.2.0/rdbms/lib/oracle /u01/app/oracle/visdb/9.2.0/bin/oracle
    mv: cannot stat `/u01/app/oracle/visdb/9.2.0/rdbms/lib/oracle': No such file or directory
    make: [ioracle] Error 1 (ignored)
    chmod 6751 /u01/app/oracle/visdb/9.2.0/bin/oracle
    chmod: cannot access `/u01/app/oracle/visdb/9.2.0/bin/oracle': No such file or directory
    make: [ioracle] Error 1 (ignored)
    Completed...
    /u01/app/oracle/visdb/9.2.0/bin/oracle did not relink properly.
    Please review relink errors in this log file
    Please help me with your expert advises to resolve the issue.
    Thanks
    -Samar
    Edited by: user4314207 on Mar 4, 2009 8:09 PM
    Edited by: user4314207 on Mar 5, 2009 9:18 AM

    running genclntsh...
    basename: too few arguments
    Try `basename --help' for more information.
    cp: missing file argument
    Try `cp --help' for more information.
    cp: cannot stat `/DISCARD/': No such file or directory
    ar: creating /u01/app/oracle/visdb/9.2.0/lib/libclntst9.a
    Created /u01/app/oracle/visdb/9.2.0/lib/libclntst9.a
    rm -f oracle mig dbv tstshm maxmem orapwd dbfsize cursize genoci extproc extproc32 hsalloci hsots hsdepxa dgmgrl dumpsga mapsga osh sbttest imp exp sqlldr rman avmurout avmping avligmsg avmumon nid /u01/app/oracle/visdb/9.2.0/rdbms/lib/ksms.s /u01/app/oracle/visdb/9.2.0/rdbms/lib/ksms.o
    Starting: "make -if /u01/app/oracle/visdb/9.2.0/rdbms/lib/ins_rdbms.mk install"
    chmod 755 /u01/app/oracle/visdb/9.2.0/bin
    rm -f oracle mig dbv tstshm maxmem orapwd dbfsize cursize genoci extproc extproc32 hsalloci hsots hsdepxa dgmgrl dumpsga mapsga osh sbttest imp exp sqlldr rman avmurout avmping avligmsg avmumon nid /u01/app/oracle/visdb/9.2.0/rdbms/lib/ksms.s /u01/app/oracle/visdb/9.2.0/rdbms/lib/ksms.o
    - Linking Oracle
    rm -f /u01/app/oracle/visdb/9.2.0/rdbms/lib/oracle
    gcc -o /u01/app/oracle/visdb/9.2.0/rdbms/lib/oracle -L/u01/app/oracle/visdb/9.2.0/rdbms/lib/ -L/u01/app/oracle/visdb/9.2.0/lib/ -L/u01/app/oracle/visdb/9.2.0/lib/stubs/ -Wl,-E `test -f /u01/app/oracle/visdb/9.2.0/rdbms/lib/skgaioi.o && echo /u01/app/oracle/visdb/9.2.0/rdbms/lib/skgaioi.o` /u01/app/oracle/visdb/9.2.0/rdbms/lib/opimai.o /u01/app/oracle/visdb/9.2.0/rdbms/lib/ssoraed.o /u01/app/oracle/visdb/9.2.0/rdbms/lib/ttcsoi.o /u01/app/oracle/visdb/9.2.0/lib/nautab.o /u01/app/oracle/visdb/9.2.0/lib/naeet.o /u01/app/oracle/visdb/9.2.0/lib/naect.o /u01/app/oracle/visdb/9.2.0/lib/naedhs.o /u01/app/oracle/visdb/9.2.0/rdbms/lib/config.o -lserver9 -lodm9 -lskgxp9 -lskgxn9 -lclient9 -lvsn9 -lwtcserver9 -lcommon9 -lgeneric9 /u01/app/oracle/visdb/9.2.0/rdbms/lib/defopt.o -lknlopt `if /usr/bin/ar tv /u01/app/oracle/visdb/9.2.0/rdbms/lib/libknlopt.a | grep xsyeolap.o > /dev/null 2>&1 ; then echo "-loraolap9" ; fi` -lslax9 -lpls9 -lplp9 -lserver9 -lclient9 -lvsn9 -lwtcserver9 -!
    lcommon9 -lgeneric9 -lknlopt -lslax9 -lpls9 -lplp9 -ljox9 -lserver9 -locijdbcst9 -lwwg9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lmm -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -ltrace9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `if /usr/bin/ar tv /u01/app/oracle/visdb/9.2.0/rdbms/lib/libknlopt.a | grep "kxmnsd.o" > /dev/null 2>&1 ; then echo " " ; else echo "-lordsdo9"; fi` -lctxc9 -lctx9 -lzx9 -lgx9 -lctx9 -lzx9 -lgx9 -lordimt9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 -lsnls9 -lunls9 -lxsd9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lun!
    ls9 -lnls9 `cat /u01/app/oracle/visdb/9.2.0/lib/sysliblist` !
    -Wl,-rpa
    th,/u01/app/oracle/visdb/9.2.0/lib:/lib/i686:/lib:/usr/lib -lm `cat /u01/app/oracle/visdb/9.2.0/lib/sysliblist` -ldl -lm `test -f /u01/app/oracle/visdb/9.2.0/rdbms/lib/skgaioi.o && echo -laio`
    /usr/lib/gcc/i386-redhat-linux/3.4.6/libgcc_s.so: undefined reference to `dl_iterate_phdr@GLIBC_2.2.4'
    collect2: ld returned 1 exit status
    make: [u01/app/oracle/visdb/9.2.0/rdbms/lib/oracle] Error 1 (ignored)
    mv -f /u01/app/oracle/visdb/9.2.0/bin/oracle /u01/app/oracle/visdb/9.2.0/bin/oracleO
    mv: cannot stat `/u01/app/oracle/visdb/9.2.0/bin/oracle': No such file or directory
    make: [ioracle] Error 1 (ignored)
    mv /u01/app/oracle/visdb/9.2.0/rdbms/lib/oracle /u01/app/oracle/visdb/9.2.0/bin/oracle
    mv: cannot stat `/u01/app/oracle/visdb/9.2.0/rdbms/lib/oracle': No such file or directory
    make: [ioracle] Error 1 (ignored)
    chmod 6751 /u01/app/oracle/visdb/9.2.0/bin/oracle
    chmod: cannot access `/u01/app/oracle/visdb/9.2.0/bin/oracle': No such file or directory
    make: [ioracle] Error 1 (ignored)
    Linking Migration utility (mig)
    rm -f /u01/app/oracle/visdb/9.2.0/rdbms/lib/mig
    gcc -o /u01/app/oracle/visdb/9.2.0/rdbms/lib/mig -L/u01/app/oracle/visdb/9.2.0/rdbms/lib/ -L/u01/app/oracle/visdb/9.2.0/lib/ -L/u01/app/oracle/visdb/9.2.0/lib/stubs/ /u01/app/oracle/visdb/9.2.0/rdbms/lib/s0kumain.o /u01/app/oracle/visdb/9.2.0/rdbms/lib/skumcf.o /u01/app/oracle/visdb/9.2.0/rdbms/lib/defopt.o /u01/app/oracle/visdb/9.2.0/lib/nautab.o /u01/app/oracle/visdb/9.2.0/lib/naeet.o /u01/app/oracle/visdb/9.2.0/lib/naect.o /u01/app/oracle/visdb/9.2.0/lib/naedhs.o -ldbtools9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lwtc9 -lmm -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -l!
    nzjs9 -ln9 -lnl9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -ltrace9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lwtc9 -lmm -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -ltrace9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxm!
    l9 -lcore9 -lunls9 -lnls9 `cat /u01/app/oracle/visdb/9.2.0/lib!
    /ldflags
    ` -lpls9 -lplp9 -lxsd9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /u01/app/oracle/visdb/9.2.0/lib/sysliblist` -Wl,-rpath,/u01/app/oracle/visdb/9.2.0/lib:/lib:/usr/lib -lm `cat /u01/app/oracle/visdb/9.2.0/lib/sysliblist` -ldl -lm
    /usr/lib/gcc/i386-redhat-linux/3.4.6/libgcc_s.so: undefined reference to `dl_iterate_phdr@GLIBC_2.2.4'
    collect2: ld returned 1 exit status
    make: [u01/app/oracle/visdb/9.2.0/rdbms/lib/mig] Error 1 (ignored)
    mv -f /u01/app/oracle/visdb/9.2.0/bin/mig /u01/app/oracle/visdb/9.2.0/bin/migO
    mv: cannot stat `/u01/app/oracle/visdb/9.2.0/bin/mig': No such file or directory
    make: [imig] Error 1 (ignored)
    mv /u01/app/oracle/visdb/9.2.0/rdbms/lib/mig /u01/app/oracle/visdb/9.2.0/bin/mig
    mv: cannot stat `/u01/app/oracle/visdb/9.2.0/rdbms/lib/mig': No such file or directory
    make: [imig] Error 1 (ignored)
    chmod 751 /u01/app/oracle/visdb/9.2.0/bin/mig
    chmod: cannot access `/u01/app/oracle/visdb/9.2.0/bin/mig': No such file or directory
    make: [imig] Error 1 (ignored)
    - Linking DB*Verify utility (dbv)
    rm -f /u01/app/oracle/visdb/9.2.0/rdbms/lib/dbv
    gcc -o /u01/app/oracle/visdb/9.2.0/rdbms/lib/dbv -L/u01/app/oracle/visdb/9.2.0/rdbms/lib/ -L/u01/app/oracle/visdb/9.2.0/lib/ -L/u01/app/oracle/visdb/9.2.0/lib/stubs/ /u01/app/oracle/visdb/9.2.0/rdbms/lib/s0kudbv.o /u01/app/oracle/visdb/9.2.0/rdbms/lib/defopt.o -ldbtools9 -lsnls9 -lunls9 -lnls9 -lclntsh `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lwtc9 -lmm -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -ltrace9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -l!
    generic9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /u01/app/oracle/visdb/9.2.0/lib/sysliblist` -Wl,-rpath,/u01/app/oracle/visdb/9.2.0/lib:/lib:/usr/lib -lm `cat /u01/app/oracle/visdb/9.2.0/lib/sysliblist` -ldl -lm
    /usr/lib/gcc/i386-redhat-linux/3.4.6/libgcc_s.so: undefined reference to `dl_iterate_phdr@GLIBC_2.2.4'
    collect2: ld returned 1 exit status
    make: [u01/app/oracle/visdb/9.2.0/rdbms/lib/dbv] Error 1 (ignored)
    mv -f /u01/app/oracle/visdb/9.2.0/bin/dbv /u01/app/oracle/visdb/9.2.0/bin/dbvO
    mv: cannot stat `/u01/app/oracle/visdb/9.2.0/bin/dbv': No such file or directory
    make: [idbv] Error 1 (ignored)
    mv /u01/app/oracle/visdb/9.2.0/rdbms/lib/dbv /u01/app/oracle/visdb/9.2.0/bin/dbv
    mv: cannot stat `/u01/app/oracle/visdb/9.2.0/rdbms/lib/dbv': No such file or directory
    make: [idbv] Error 1 (ignored)
    chmod 751 /u01/app/oracle/visdb/9.2.0/bin/dbv
    chmod: cannot access `/u01/app/oracle/visdb/9.2.0/bin/dbv': No such file or directory
    make: [idbv] Error 1 (ignored)
    Starting: "make -if /u01/app/oracle/visdb/9.2.0/precomp/lib/ins_precomp.mk links"
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; rm -f SQLCA.H)
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; rm -f ORACA.H)
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; rm -f SQLDA.H)
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; rm -f SQLCA.COB)
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; rm -f ORACA.COB)
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; rm -f SQLCA.FOR)
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; rm -f ORACA.FOR)
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; rm -f BNDDSC.FOR)
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; rm -f SELDSC.FOR)
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; ln -s sqlca.h SQLCA.H)
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; ln -s oraca.h ORACA.H)
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; ln -s sqlda.h SQLDA.H)
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; ln -s sqlca.cob SQLCA.COB)
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; ln -s oraca.cob ORACA.COB)
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; ln -s sqlca.for SQLCA.FOR)
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; ln -s oraca.for ORACA.FOR)
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; ln -s bnddsc.for BNDDSC.FOR)
    (cd /u01/app/oracle/visdb/9.2.0/precomp/public ; ln -s seldsc.for SELDSC.FOR)
    Completed...
    Starting: "make -if /u01/app/oracle/visdb/9.2.0/sqlplus/lib/ins_sqlplus.mk install"
    rm -f sqlplus
    /bin/chmod 755 /u01/app/oracle/visdb/9.2.0/bin/demobld
    /bin/chmod 755 /u01/app/oracle/visdb/9.2.0/bin/demodrop
    /bin/chmod 755 /u01/app/oracle/visdb/9.2.0/bin/helpins
    /bin/chmod 755 /u01/app/oracle/visdb/9.2.0/bin/pupbld
    Linking sqlplus
    rm -f sqlplus
    gcc -o sqlplus -L/u01/app/oracle/visdb/9.2.0/sqlplus/lib/ -L/u01/app/oracle/visdb/9.2.0/lib/ -L/u01/app/oracle/visdb/9.2.0/lib/stubs/ /u01/app/oracle/visdb/9.2.0/sqlplus/lib/s0afimai.o -lsqlplus -lclntsh `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lwtc9 -lmm -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /u01/app/oracle/visdb/9.2.0/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -ltrace9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /u01/app/oracle/vi!
    sdb/9.2.0/lib/sysliblist` -Wl,-rpath,/u01/app/oracle/visdb/9.2.0/lib:/lib:/usr/lib -lm -lpthread `cat /u01/app/oracle/visdb/9.2.0/lib/sysliblist` -ldl -lm -lpthread
    /usr/lib/gcc/i386-redhat-linux/3.4.6/libgcc_s.so: undefined reference to `dl_iterate_phdr@GLIBC_2.2.4'
    collect2: ld returned 1 exit status
    make: [sqlplus] Error 1 (ignored)
    /bin/chmod 755 sqlplus
    /bin/chmod: cannot access `sqlplus': No such file or directory
    make: [sqlplus] Error 1 (ignored)
    mv -f /u01/app/oracle/visdb/9.2.0/bin/sqlplus /u01/app/oracle/visdb/9.2.0/bin/sqlplusO
    mv: cannot stat `/u01/app/oracle/visdb/9.2.0/bin/sqlplus': No such file or directory
    make: [newsqlplus] Error 1 (ignored)
    mv -f /u01/app/oracle/visdb/9.2.0/sqlplus/lib/sqlplus /u01/app/oracle/visdb/9.2.0/bin/sqlplus
    mv: cannot stat `/u01/app/oracle/visdb/9.2.0/sqlplus/lib/sqlplus': No such file or directory
    make: [newsqlplus] Error 1 (ignored)
    /bin/chmod 751 /u01/app/oracle/visdb/9.2.0/bin/sqlplus
    /bin/chmod: cannot access `/u01/app/oracle/visdb/9.2.0/bin/sqlplus': No such file or directory
    make: [newsqlplus] Error 1 (ignored)
    Completed...

  • Install Oracle 11i Suite and Oracle 10g on same Server

    Hi
    We are an Educational firm planning to launching Oracle 11i and 10g.
    Can I install both the Oracle 11i E-Business Suite and Oracle 10g on the same Server? If it can What is best configuration for the Server that can I bought?
    provide Configuration too.
    thanks

    "However, I do not suggest any windows platform for 11i as that is not so good os for 11i. You may either go far unix or linux" - 140042
    That's absolutely right. It is better to have at least two linux/unix machines:
    # 1 machine for application server - admin, web, form, concurrent services
    # 2 machine for DB server
    If you want, you may integrate Oracle apps 11.5.10 (on #1 and # machines) with OracleAS 10g (# machine).

  • Identity Management Install: 11g - start Oracle Internet Directory failed

    Hello,
    I have been struggling for the last couple of days with this installation, I have tried to install Identity Management (6 times) on a fresh VM with an install of Windows Server 2003 Enterprise Edition - SP2 with 4GB RAM. In the server, there is also installed an Oracle database 11g.
    No matter what I do, the installation always fails while trying to start Oracle Internet Directory, I need this installation in order to configure SSO with Forms and Reports.
    I have also tried to start the services with opmnctl startall, but it only starts EMAGENT.
    C:\Documents and Settings\Administrator>set ORACLE_INSTANCE=E:\oracle\Middleware
    \asinst_20090725_1
    C:\Documents and Settings\Administrator>opmnctl status
    Processes in Instance: asinst_20090725_1
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    EMAGENT | EMAGENT | 4292 | Alive
    There are multiple errors, in summary they are:
    h2. In E:\oracle\Middleware\asinst_20090725_1\diagnostics\logs\OID\tools\oid1\oidldapd01-0000.log
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: sgslun6NewSock: Unable to create communication endpoint, OS error=10047
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: sgslun6lBind : Memory allocation failed
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: gslmBind2Port: INFO * Bound (IPV4) to non-ssl port = 3060
    h2. In E:\oracle\Middleware\asinst_20090725_1\diagnostics\logs\OPMN\opmn\opmn.log
    [2009-07-25T20:49:13][opmn][ERROR:1][180][OPMN]getaddrinfo(::0, 6701, 1) failed (No such host is known. ): Invalid argument
    h2. In E:\oracle\Middleware\asinst_20090725_1\diagnostics\logs\OID\oid1\oidmon-0000.log
    [2009-07-25T20:52:13-06:00] [OID] [TRACE:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed
    [2009-07-25T20:52:13-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: Server OIDLDAPD Instance 1 Terminated
    [2009-07-25T20:52:13-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: Deleting OIDLDAPD instance 1 from Process table
    h2. In C:\Program Files\Oracle\Inventory\logs\install2009-07-25_08-26-21PM.log
    [2009-07-25T20:28:08.086-06:00] [as] [TRACE] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.imQueries.getDefaultDNValue] [tid: 13] [ecid: 0000IAosT7N5yW^5xV_AiW1AQvv^000004,0] [SRC_CLASS: oracle.as.idm.install.validation.GetDefaultDNBasedOnDomainName] [SRC_METHOD: executeHandler] Exception[[
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1938)
         at java.lang.String.substring(String.java:1905)
    [2009-07-25T20:52:07.179-06:00] [as] [WARNING] [] [oracle.as.config] [tid: 18] [ecid: 0000IAowE995yW^5xV_AiW1AQvv^000009,0] Failed to start component oid1[[
    oracle.as.config.ProvisionException: HTTP status code = 400 : No processes or applications match the specified configuration.
         at oracle.as.config.impl.OracleASComponentBaseImpl.manageProcess(OracleASComponentBaseImpl.java:892)
    [2009-07-25T20:52:07.179-06:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 18] [ecid: 0000IAowE995yW^5xV_AiW1AQvv^000009,0] Status of component false
    [2009-07-25T20:52:07.179-06:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 18] [ecid: 0000IAowE995yW^5xV_AiW1AQvv^000009,0] [[
    oracle.as.config.ProvisionException: Failed to start the component
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:158)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:74)
    Does anyone have any ideas on how to fix these errors?
    At the end of this thread you can find more complete excerpts from the installation logs where it shows the errors that happened.
    Thanks in advance.
    Cheers.
    h2. h2. E:\oracle\Middleware\asinst_20090725_1\diagnostics\logs\OID\tools\oid1
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Session ID = 511
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: OracleProcess ID = 5592
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main::[[
    oidldapd: Release 11.1.1.1.0 - Production on sat jul 25 20:51:03 2009
    Copyright (c) 1982, 2009 Oracle.  All rights reserved.
    Portions Copyright (c) 1992-1996, 1999, 2000, 2001, 2004, 2005, 2006 Regents of University of Michigan. All Rights Reserved.
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Starting up the OiD Server, on node rodolfo-iv64vfz.homenet
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Oid Server Connected to DB store via oiddb connect string.
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: OiD LDAP server started.
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Loading Root DSE ...
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Loading subschema subentry ...
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Loading catalog entry ...
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Loading Attribute uniqueness constraints ...
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Loading Dynamic group metadata ...
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Loading DSA config entry ...
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Loading plugin entry ...
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Loading config set parameters from entry  cn=oid1,cn=osdldapd,cn=subconfigsubentry
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: gslmsrvBind2Ports: System host: rodolfo-iv64vfz.homenet, Listen on ALL interface
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: sgslun6NewSock: Unable to create communication endpoint, OS error=10047
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: sgslun6lBind : Memory allocation failed
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: gslmBind2Port: INFO * Bound (IPV4) to non-ssl port = 3060
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: sgslun6NewSock: Unable to create communication endpoint, OS error=10047
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: sgslun6lBind : Memory allocation failed
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: gslmBind2Port: INFO * Bound (IPV4) to ssl port = 3131
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main::  Thread Started
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: gslirsmSHMAttach: Workbuf area = 52030944
    + size = 1062952
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: ShmIndex=0 DispPid=5576 DispPort=3060 DispSPort=3131 DispInst=1
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: gslusSetServerPIDInfo: InstInfo = asinst_20090725_1 oid1, Port = 3060 sport=3131 instNum = 1
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: Starting OIDLDAP Server,PID=5596
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: ShmIndex=0 ServPid=5596 InstNum=1
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 0] Main:: gslusSetServerPIDInfo: InstInfo = asinst_20090725_1 oid1, Port = 3060 sport=3131 instNum = 1
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 2] DispatcherListener: Thread Started
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 1] ProcessDispatcher:  Thread Started 
    [2009-07-25T20:51:04-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 1] ProcessDispatcher: sgsluscHsHandShake : Sending Conn ACK to server process 5576
    [2009-07-25T20:51:05-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 2] DispatcherListener: Listening on (IPV4) NON SSL port = 3060
    [2009-07-25T20:51:05-06:00] [OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: rodolfo-iv64vfz] [pid: 5576] [tid: 2] DispatcherListener: Listening on (IPV4) SSL port = 3131
    h2. E:\oracle\Middleware\asinst_20090725_1\diagnostics\logs\OID\oid1\oidmong-0000.log
    [2009-07-25T20:51:03-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_20090725_1_oid1_1_rodolfo-iv64vfz.homenet,cn=osdldapd,cn=subregistrysubentry
    [2009-07-25T20:51:53-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian:  [oidmon] : Terminating process, pid = 5576
    [2009-07-25T20:51:53-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: Killed process pid = 5576
    [2009-07-25T20:51:53-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: Stopping OIDLDAPD instance=1 config=0
    [2009-07-25T20:51:53-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_20090725_1_oid1_1_rodolfo-iv64vfz.homenet,cn=osdldapd,cn=subregistrysubentry
    [2009-07-25T20:51:53-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted config entry cn=oid1,cn=osdldapd,cn=subconfigsubentry
    [2009-07-25T20:51:53-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: Killed process pid = 5576
    [2009-07-25T20:51:53-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: Killed process pid = 5596
    [2009-07-25T20:52:13-06:00] [OID] [TRACE:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed
    [2009-07-25T20:52:13-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: Server OIDLDAPD Instance 1 Terminated
    [2009-07-25T20:52:13-06:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: rodolfo-iv64vfz] [pid: 5556] [tid: 0] Guardian: Deleting OIDLDAPD instance 1 from Process table
    h2. E:\oracle\Middleware\asinst_20090725_1\diagnostics\logs\OPMN\opmn\opmn.log
    [2009-07-25T20:49:13][opmn][ERROR:1][180][OPMN][code:internal]getaddrinfo(::0, 6701, 1) failed (No such host is known. ): Invalid argument
    [2009-07-25T20:49:16][opmn][NOTIFICATION:1][90][OPMN][code:ons-internal]ONS server initiated
    [2009-07-25T20:49:16][opmn][NOTIFICATION:1][520][OPMN][code:pm-internal]Create pm state directory: E:\Oracle\Middleware\asinst_20090725_1\config\OPMN\opmn\states
    [2009-07-25T20:49:16][opmn][TRACE:1][526][OPMN][code:pm-internal]PM state file does not exist: E:\Oracle\Middleware\asinst_20090725_1\config\OPMN\opmn\states\.opmndat
    [2009-07-25T20:49:16][opmn][NOTIFICATION:1][675][OPMN][code:pm-internal]OPMN server ready.  Request handling enabled.
    [2009-07-25T20:49:20][opmn][NOTIFICATION:1][676][OPMN][code:pm-internal]OPMN server stopped.  Request handling disabled.
    [2009-07-25T20:49:20][opmn][TRACE:1][667][OPMN][code:pm-requests]Request 7 Started.  Command: /reload
    [2009-07-25T20:49:22][opmn][ERROR:1][180][OPMN][code:internal]getaddrinfo(::0, 6701, 1) failed (No such host is known. ): Invalid argument
    [2009-07-25T20:49:24][opmn][NOTIFICATION:1][90][OPMN][code:ons-internal]ONS server initiated
    [2009-07-25T20:49:24][opmn][NOTIFICATION:1][522][OPMN][code:pm-internal]PM state directory exists: E:\Oracle\Middleware\asinst_20090725_1\config\OPMN\opmn\states
    [2009-07-25T20:49:24][opmn][NOTIFICATION:1][675][OPMN][code:pm-internal]OPMN server ready.  Request handling enabled.
    [2009-07-25T20:49:24][opmn][TRACE:1][667][OPMN][code:pm-requests]Request 3 Started.  Command: /start?ias-component=EMAGENT
    [2009-07-25T20:49:24][opmn][TRACE:1][662][OPMN][code:pm-process]Starting Process: EMAGENT~EMAGENT~EMAGENT~1 (1143736453:0)
    [2009-07-25T20:49:35][opmn][TRACE:1][665][OPMN][code:pm-process]Process Alive: EMAGENT~EMAGENT~EMAGENT~1 (1143736453:4292)
    [2009-07-25T20:49:35][opmn][TRACE:1][668][OPMN][code:pm-requests]Request 3 Completed. Command: /start?ias-component=EMAGENT
    [2009-07-25T20:50:57][opmn][NOTIFICATION:1][676][OPMN][code:pm-internal]OPMN server stopped.  Request handling disabled.
    [2009-07-25T20:50:57][opmn][TRACE:1][667][OPMN][code:pm-requests]Request 6 Started.  Command: /reload
    [2009-07-25T20:51:00][opmn][ERROR:1][180][OPMN][code:internal]getaddrinfo(::0, 6701, 1) failed (No such host is known. ): Invalid argument
    [2009-07-25T20:51:02][opmn][NOTIFICATION:1][90][OPMN][code:ons-internal]ONS server initiated
    [2009-07-25T20:51:02][opmn][NOTIFICATION:1][522][OPMN][code:pm-internal]PM state directory exists: E:\Oracle\Middleware\asinst_20090725_1\config\OPMN\opmn\states
    [2009-07-25T20:51:02][opmn][NOTIFICATION:1][675][OPMN][code:pm-internal]OPMN server ready.  Request handling enabled.
    [2009-07-25T20:52:02][opmn][NOTIFICATION:1][676][OPMN][code:pm-internal]OPMN server stopped.  Request handling disabled.
    [2009-07-25T20:52:02][opmn][TRACE:1][667][OPMN][code:pm-requests]Request 6 Started.  Command: /reload
    [2009-07-25T20:52:04][opmn][ERROR:1][180][OPMN][code:internal]getaddrinfo(::0, 6701, 1) failed (No such host is known. ): Invalid argument
    [2009-07-25T20:52:06][opmn][NOTIFICATION:1][90][OPMN][code:ons-internal]ONS server initiated
    [2009-07-25T20:52:06][opmn][NOTIFICATION:1][522][OPMN][code:pm-internal]PM state directory exists: E:\Oracle\Middleware\asinst_20090725_1\config\OPMN\opmn\states
    [2009-07-25T20:52:06][opmn][NOTIFICATION:1][675][OPMN][code:pm-internal]OPMN server ready.  Request handling enabled.
    h2. C:\Program Files\Oracle\Inventory\logs\install2009-07-25_08-26-21PM.log
    [2009-07-25T20:28:08.086-06:00] [as] [TRACE] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.imQueries.getDefaultDNValue] [tid: 13] [ecid: 0000IAosT7N5yW^5xV_AiW1AQvv^000004,0] [SRC_CLASS: oracle.as.idm.install.validation.GetDefaultDNBasedOnDomainName] [SRC_METHOD: executeHandler] Exception[[
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1938)
         at java.lang.String.substring(String.java:1905)
         at oracle.as.idm.install.validation.GetDefaultDNBasedOnDomainName.executeHandler(GetDefaultDNBasedOnDomainName.java:100)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher$LaunchHelper.execute(HandlerLauncher.java:482)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher$LaunchHelper.launch(HandlerLauncher.java:408)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher.execute(HandlerLauncher.java:176)
         at oracle.as.install.engine.modules.handler.engine.HandlerEngine.execute(HandlerEngine.java:137)
         at oracle.as.install.engine.modules.handler.HandlerModule.performOperation(HandlerModule.java:455)
         at oracle.as.install.engine.modules.handler.HandlerModule.performCalculations(HandlerModule.java:427)
         at oracle.as.install.engine.modules.handler.HandlerModule.processModuleEvent(HandlerModule.java:356)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.processEvent(PartnerModuleImpl.java:118)
         at oracle.as.install.engine.InstallEngine.notifyListeners(InstallEngine.java:631)
         at oracle.as.install.engine.InstallEngine.processEvent(InstallEngine.java:589)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyAllEventListenersHelper(PartnerModuleImpl.java:227)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyListeners(PartnerModuleImpl.java:191)
         at oracle.as.install.engine.modules.presentation.PresentationModule.executeModifiedDWizardEvent(PresentationModule.java:697)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.fireLaunchInputHandlerEvent(ModifiedDWizard.java:3075)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doNext(ModifiedDWizard.java:852)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.executeEvent(ModifiedDWizard.java:2893)
         at oracle.as.install.engine.modules.presentation.PresentationModule.processModuleEvent(PresentationModule.java:414)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.processEvent(PartnerModuleImpl.java:118)
         at oracle.as.install.engine.InstallEngine.notifyListeners(InstallEngine.java:631)
         at oracle.as.install.engine.InstallEngine.processEvent(InstallEngine.java:589)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyAllEventListenersHelper(PartnerModuleImpl.java:227)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyListeners(PartnerModuleImpl.java:191)
         at oracle.as.install.engine.modules.handler.HandlerModule.processModuleEvent(HandlerModule.java:340)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.processEvent(PartnerModuleImpl.java:118)
         at oracle.as.install.engine.InstallEngine.notifyListeners(InstallEngine.java:631)
         at oracle.as.install.engine.InstallEngine.processEvent(InstallEngine.java:589)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyAllEventListenersHelper(PartnerModuleImpl.java:227)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyListeners(PartnerModuleImpl.java:191)
         at oracle.as.install.engine.modules.presentation.PresentationModule.executeModifiedDWizardEvent(PresentationModule.java:692)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.fireValidationEvent(ModifiedDWizard.java:3054)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doNext(ModifiedDWizard.java:871)
         at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:6041)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
         at java.awt.Component.processEvent(Component.java:5806)
         at java.awt.Container.processEvent(Container.java:2058)
         at java.awt.Component.dispatchEventImpl(Component.java:4413)
         at java.awt.Container.dispatchEventImpl(Container.java:2116)
         at java.awt.Component.dispatchEvent(Component.java:4243)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
         at java.awt.Container.dispatchEventImpl(Container.java:2102)
         at java.awt.Window.dispatchEventImpl(Window.java:2440)
         at java.awt.Component.dispatchEvent(Component.java:4243)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    [2009-07-25T20:52:02.523-06:00] [as] [WARNING] [] [oracle.as.config] [tid: 18] [ecid: 0000IAowE995yW^5xV_AiW1AQvv^000009,0] Directories for component oid1 could not be thoroughly deleted.[[
    oracle.as.config.impl.SimpleProvisionException: One or more files could not be deleted. See prior log(s).
         at oracle.as.config.impl.OracleASComponentBaseImpl.deleteComponentDirs(OracleASComponentBaseImpl.java:774)
         at oracle.as.config.impl.OracleASComponentBaseImpl.remove(OracleASComponentBaseImpl.java:292)
         at oracle.as.config.impl.OracleASComponentBaseImpl.remove(OracleASComponentBaseImpl.java:144)
         at oracle.as.config.impl.OracleASComponentBaseImpl.remove(OracleASComponentBaseImpl.java:125)
         at oracle.iam.management.oid.install.wls.OIDComponent.postCreateConfig(OIDComponent.java:337)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:146)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:74)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:390)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:347)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:133)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:521)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:437)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:870)
         at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:894)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:82)
         at java.lang.Thread.run(Thread.java:619)
    [2009-07-25T20:52:07.179-06:00] [as] [WARNING] [] [oracle.as.config] [tid: 18] [ecid: 0000IAowE995yW^5xV_AiW1AQvv^000009,0] Failed to start component oid1[[
    oracle.as.config.ProvisionException: HTTP status code = 400 : No processes or applications match the specified configuration.
         at oracle.as.config.impl.OracleASComponentBaseImpl.manageProcess(OracleASComponentBaseImpl.java:892)
         at oracle.as.config.impl.OracleASComponentBaseImpl.start(OracleASComponentBaseImpl.java:1011)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:154)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:74)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:390)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:347)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:133)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:521)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:437)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:870)
         at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:971)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:82)
         at java.lang.Thread.run(Thread.java:619)
    [2009-07-25T20:52:07.179-06:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 18] [ecid: 0000IAowE995yW^5xV_AiW1AQvv^000009,0] Status of component false
    [2009-07-25T20:52:07.179-06:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 18] [ecid: 0000IAowE995yW^5xV_AiW1AQvv^000009,0] [[
    oracle.as.config.ProvisionException: Failed to start the component
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:158)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:74)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:390)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:347)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:133)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:521)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:437)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:870)
         at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:971)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:82)
         at java.lang.Thread.run(Thread.java:619)
    Edited by: Rodolfo Ferrari on Jul 26, 2009 4:11 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              

    Hi Rodolfo Ferrari,
    I meet below error, do you have any clue about it?
    Thanks at first
    C:\Program Files\Oracle\Inventory\logs\install2009-09-22_07-44-01PM.log
    [2009-09-22T19:53:48.750+08:00] [as] [WARNING] [] [oracle.as.config] [tid: 13] [ecid: 0000IFX^mBg4ykWFLzbQ8A1AiBYG000004,0] Failed to start component oid1[[
    oracle.as.config.ProvisionException: HTTP status code = 204 : 0 of 1 processes started.
         at oracle.as.config.impl.OracleASComponentBaseImpl.manageProcess(OracleASComponentBaseImpl.java:892)
         at oracle.as.config.impl.OracleASComponentBaseImpl.start(OracleASComponentBaseImpl.java:1011)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:154)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:74)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:390)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:347)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:133)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:521)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:437)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:870)
         at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:971)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:82)
         at java.lang.Thread.run(Thread.java:619)
    [2009-09-22T19:53:48.750+08:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000IFX^mBg4ykWFLzbQ8A1AiBYG000004,0] Status of component false
    [2009-09-22T19:53:48.750+08:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000IFX^mBg4ykWFLzbQ8A1AiBYG000004,0] [[
    oracle.as.config.ProvisionException: Failed to start the component
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:158)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:74)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:390)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:347)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:133)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:521)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:437)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:870)
         at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:971)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:82)
         at java.lang.Thread.run(Thread.java:619)
    [2009-09-22T19:53:48.750+08:00] [as] [TRACE:16] [] [oracle.as.provisioning] [tid: 13] [ecid:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to Install Oracle 11i apps 11.5.9 on RH9 and how to make staging cd

    Dear All,
    I installed RH9 server and I want to know step by step how to install oracle 11i apps 11.5.9 on linux.
    and I want to know how to make staging directory from the CD's.
    Anybody can help me out.
    Best regards,
    Ather Hussain
    [email protected]

    Well brother i hope i could help you in this regard but sorry for this. If you have any trouble doing all this is Windows, then plz do let me know.
    Wish you best of luck

  • How to Install Oracle 11i/E-Business Suite in Windows using cygwin

    Hi,
    if
    You are going to use oracle EBS for learning oracle provide the free of license
    you must install Oracle Apps with Vision Database
    its absolutely free for learners
    for further details read this blog
    http://gpganapathy.blogspot.com
    Find article related with Oracle 11i installation in windows XP
    All rights reserved by only oracle corporation if you have any doubts related to license issues Contact oracle Corporation Directly

    Hi;
    Please check Hussein Sawwan greatest previous post about same topic
    Oracle EBS 11.5.10.2 Installation Steps
    Oracle EBS 11.5.10.2 Installation Steps
    Regard
    Helios

  • Installing and Learning Oracle 11i

    I would like to install and learn Oracle on a personal basis. I have a PC with Windows 2000 Professional. Can Oracle 11i be installed on that? Or does it require Windows server?
    Does Oracle DB, in order to run Oracle Apps also come with e-business suite, when you download from edelivery.oracle.com?
    I am planning to install it on an external hard drive (My PC's internal hard drive is only 20GB). My PC is only having 256MB RAM and would be connecting to the external hard drive via a USB port (not USB2.0). Does anyone know, if I can run Oracle Apps on this configuration in a single user mode, with reasonable performance?
    I am not an Apps DBA. Is it easy to install Oracle Apps on a PC?
    Thanks
    Mukesh

    heres the check list...
    - U can isntall it on Win2K pro.
    - U cannot make it work with 256 MB RAM.. tooo less.. I have 1.5 GB with ok performance.
    - U can actually install the stuff on the external HDD as long as it has a drive letter assigned to it.
    - 60 GB external HDD is just bare min. to install and run Apps 11i. consider anything like 80 GB+. I prrefer atleast 2-3 HDD to span App Server, DB server etc.
    - USB 1.1/1.0 is tooo slow to give any kind of performance.
    Consider following requirements:
    1. PC with atleast 1 GHz Processor
    2. 1 GB RAM at least. ( I tried with 512 initially but had all sort of problems).
    3. U can install it on any of Win2K, Win XP and I can show how to do it. Currently have it on XP Pro SP2.
    4. Min 80 GB HDD if u plan to install Vision Demo Database or otherwise u wont understand a thing.
    5. atleast 1-2 days dedicated to installation with Internet connection.
    6. VC++ and MKS toolkit are other requirements, so have them before u attempt to install.
    7.... most important... lost of "GUD LUCK" wishes.
    gud luck.

Maybe you are looking for