Launching Oracle BP Architect App post-install

Downloaded the dev version of the BPA suite from http://www.oracle.com/technology/products/bpa/index.html. Installed successfully. Had different failure experiences in launching the app on diff MS OS versions.
On Win 2000 SP4 - All attempts to launch the application fail with an "Application
Error" dialog stating it is unable to reference an area of the memory. Have 1GB RAM and 9GB free disk space after installation.
On Win Server 2003 SE - It appears to launch the application but then dies that very instant. Checked task manager processes, and it appears to be running drwtsn32.exe (dr watson exe) before dying. Looks like drwtsn.exe is attempting to write to memory area owned by BPA process.
Any pointers to system requirements, OS version support etc. Scanned the Installation guide but did not find anything system specific.
Thanks,
Sharmin

FYI - this was related to an installation issue. Install appeared to complete successfully however a security agent installed on the system prevented install shield from updating certain keys in the windows registry.
Thanks,
Sharmin

Similar Messages

  • Oracle Apps R12 post install fails.

    Hi All, I am trying to install Oracle Apps r12 on Ubuntu 8.10, after everything went good,,,the post install failed with all entries having red cross.
    it said
    HTTP server not responding
    JSP page is not responding
    Database file was created
    Login Page is not responding
    Help page is not responding
    environment file was not created
    Vitual Directory page not responding
    Can some please help me with this, i have been trying to install Oracle Apps R12 for a long long time.
    Thanks.

    Thanks for replying.
    I tried to install Oracle Enterprise Linux 5 but i was not able to connect to the internet with that OS so i chose Ubuntu 8.10. I have Intel wifi 5000 card,,,,which was not working in OEL 5. If you have any fix for that, then I will certainly switch to OEL 5.
    Please help.
    thanks.

  • Oracle 10.2.0.1 client install during SLES10 AutoYast post-install

    Hello all,
    I'm stumped and could use a little help. I'm attempting to use the silent install method for the 10.2.0.1 Oracle client on a SLES10 SP2 via autoyast post install scripts. The script runs just fine if I use it to install after SLES10 has been completely installed. At first I suspected and environment issue, but I've doubled checked against the env during autoyast and post install completion env. Not sure what to check next, I've tried searching for minimum environment requirements for OUI, but found nothing.
    silentInstall2010-05-01_10-00-43AM.log reports:
    ** Error Dialog: OUI-10151:There was an error while loading library: areasQueries ***
    User Selected: S&top installation of this component only.
    java.io.IOException: No such file or directory
    This silent installation was unsuccessful.
    It was "generalQueries" until I added an ldconfig command in the script thinking something was wrong with the gcc env.
    Here is the script I'm using...
    #!/bin/bash
    BASEDIR=/installsvr/repos
    TMPDIR=/tmp/oracle_install
    HASORACLE=`grep $1 /etc/passwd`
    HASOINSTALL=`grep $2 /etc/group`
    if [ -z $HASORACLE ]
    then
    echo "Could not find an $1 account!"
    exit 1
    fi
    if [ -z $HASOINSTALL ]
    then
    echo "Could not find an $2 group!"
    exit 1
    fi
    if [ ! -f $BASEDIR/$3 ]
    then
    echo "Could not find file: $BASEDIR/$3"
    exit 1
    fi
    if [ ! -f $BASEDIR/$4 ]
    then
    echo "Could not find file: $BASEDIR/$4"
    exit 1
    fi
    FILENAME=`basename $3`
    # Setup install directories
    if [ ! -d /u01/app/oracle ]
    then
    mkdir -p /u01/app/oracle
    chown -R $1.$2 /u01
    chmod -R 775 /u01
    fi
    # Copy the install source
    # to a temp dir.
    su - $1 -c "mkdir $TMPDIR;cp $BASEDIR/$3 $TMPDIR/.;cd $TMPDIR;unzip $FILENAME >/dev/null 2>&1;rm -f $FILENAME"
    # Find the location of the "runInstaller"
    # and kickoff the command
    RUNINSTALLER=`find $TMPDIR -name runInstaller | head -1`
    RUNINSTALLERDIR=`dirname $RUNINSTALLER`
    if [ ! -d $RUNINSTALLERDIR ]
    then
    echo "Could not find directory: $RUNINSTALLERDIR"
    exit 1
    fi
    # Setup ldconfig prior to install run
    ldconfig
    su - $1 -c "TERM=xterm;cd $RUNINSTALLERDIR;./runInstaller -ignoreSysPrereqs -silent -responseFile $BASEDIR/$4"
    # Run a loop and wait for the
    # installer process to finish
    PROC=`ps -ef | grep "\-ignoreSysPrereqs \-silent \-responseFile" | awk '{print $2}'`
    while [ ! -z $PROC ]
    do
    echo "...waiting for oracle installer to finish..."
    sleep 5
    PROC=`ps -ef | grep "\-ignoreSysPrereqs \-silent \-responseFile" | awk '{print $2}'`
    done
    # Grace Period
    sleep 5
    # Cleanup
    rm -rf $TMPDIR
    # Finish
    echo "...running orainstRoot.sh"
    /u01/app/oracle/oraInventory/orainstRoot.sh
    echo "...running root.sh"
    echo "" | /u01/app/oracle/product/10.2.0/client/root.sh
    Thanks in advance,
    Chris

    Found the issue...it was in the script. Evidently, the process checker only worked after the OS install had completed and the script was run manually. I changed that section to...
    PROC=`ps -ef | grep ^$1 | tail -1 | awk '{print $2}'`
    while [ ! -z "$PROC" ]
    do
    echo "-- installOracle.sh: waiting for oracle installer to finish --"
    sleep 5
    PROC=`ps -ef | grep ^$1 | tail -1 | awk '{print $2}'`
    done
    ...and all is well.
    - Chris

  • Oracle Apps Post Installation Error

    Dears,
    Thanx very much for your wonderful posts.Really Appreciate your time and help.
    I tried to install Oracle R12 and getting this error at Post Install. Checked all services. They are working fine. Also Database connection is working fine. Could you throw some light on where should I dig upon to trace the error. It starts issue from configuration upload file CONF_VIS.txt
    Database Availability
    command: cmd.exe /c D:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd F:\oracle\VIS\db\tech_st\10.2.0\VIS_apps.cmd sqlplus D:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    D:\StageR12\startCD\Disk1\rapidwiz>echo off
    Tue 03/10/2009
    01:45 AM
    ECHO is off.
    ECHO is off.
    Tue 03/10/2009 01:45 AM
    VIS_apps.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : F:\oracle\VIS\db\tech_st\10.2.0"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : F:\oracle\VIS\db\tech_st\10.2.0\perl\5.8.3\bin\MSWin32-x86-multi-thread\;F:\oracle\VIS\db\tech_st\10.2.0\bin;F:\oracle\VIS\db\tech_st\10.2.0\appsutil\jre\bin;F:\oracle\VIS\db\tech_st\10.2.0\appsutil\jre\bin;F:\cygwin\bin;f:\perl\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\wbem;c:\program files\intel\dmix;F:\cygwin\bin;F:\MicrosoftVisualStudio\Common\Tools\WinNT;F:\MicrosoftVisualStudio\Common\MSDev98\Bin;F:\MicrosoftVisualStudio\Common\Tools;F:\MicrosoftVisualStudio\VC98\bin;F:\cygwin\bin;F:\cygwin\etc"
    " LD_LIBRARY_PATH : F:\oracle\VIS\db\tech_st\10.2.0\lib"
    SQL*Plus: Release 10.2.0.2.0 - Production on Tue Mar 10 01:45:22 2009
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    Connected.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    connect test returning code 0
    ERRORCODE = 0 ERRORCODE_END
    Database ORACLE_HOME connection test has succeeded
    command: cmd.exe /c D:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd F:\oracle\VIS\inst\apps\VIS_apps\ora\10.1.2\VIS_apps.cmd sqlplus D:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    D:\StageR12\startCD\Disk1\rapidwiz>echo off
    Tue 03/10/2009
    01:45 AM
    "The environment settings are as follows ..."
    " ORACLE_HOME : F:\oracle\VIS\apps\tech_st\10.1.2"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : F:\oracle\VIS\apps\tech_st\10.1.2\bin;F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\bin;F:\cygwin\bin;f:\perl\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\wbem;c:\program files\intel\dmix;F:\cygwin\bin;F:\MicrosoftVisualStudio\Common\Tools\WinNT;F:\MicrosoftVisualStudio\Common\MSDev98\Bin;F:\MicrosoftVisualStudio\Common\Tools;F:\MicrosoftVisualStudio\VC98\bin;F:\cygwin\bin;F:\cygwin\etc"
    " LD_LIBRARY_PATH : F:\oracle\VIS\apps\tech_st\10.1.2\lib"
    SQL*Plus: Release 10.1.0.5.0 - Production on Tue Mar 10 01:45:22 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    connect test returning code 0
    ERRORCODE = 0 ERRORCODE_END
    Apps ORACLE_HOME connection test has succeeded
    Configuration Upload
    uploading config file at F:\oracle\VIS\db\tech_st\10.2.0\appsutil\conf_VIS.txt
    AppsConfig : 'config.txt' uploading...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : apps
    sDbDomain : me.com
    sDbPort : 1521
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@apps.me.com:1521:VIS
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Successful upload of config file at F:\oracle\VIS\db\tech_st\10.2.0\appsutil\conf_VIS.txt
    Environment File
    Database ORACLE_HOME environment file passes instantiated variables test:
    File = F:\oracle\VIS\db\tech_st\10.2.0\VIS_apps.env
    Apps ORACLE_HOME environment file passes instantiated variables test:
    File = F:\oracle\VIS\inst\apps\VIS_apps\ora\10.1.3\VIS_apps.cmd
    iAS ORACLE_HOME environment file passes instantiated variables test:
    File = F:\oracle\VIS\inst\apps\VIS_apps\ora\10.1.2\VIS_apps.cmd
    APPL_TOP environment file passes instantiated variables test:
    File = F:\oracle\VIS\apps\apps_st\appl\VIS_apps.cmd
    ADOVARS environment file passes instantiated variables test:
    File = F:\oracle\VIS\apps\apps_st\appl\admin\adovars.cmd
    APPSCONFIG passes instantiated variables test:
    File = F:\oracle\VIS\apps\apps_st\appl\admin\adconfig.txt
    DBC File
    DBC file passes instantiated variables test:
    File = F:\oracle\VIS\inst\apps\VIS_apps\appl\fnd\12.0.0\secure\VIS.dbc
    HTTP
    checking URL = http://apps.me.com:8000
    HTTP Listener is responding
    Help Page
    checking URL = http://apps.me.com:8000/OA_HTML/help
    Page is responding
    Virtual Directory
    checking URL = http://apps.me.com:8000/OA_MEDIA/FNDLOGOL.gif
    Page is responding
    checking URL = http://apps.me.com:8000/OA_JAVA/oracle/apps/fnd/admin/server/server.xml
    Page is responding
    checking URL = http://apps.me.com:8000/OA_CGI/FNDWRR.exe
    Page is responding
    JSP
    checking URL = http://apps.me.com:8000/OA_HTML/jtfTestCookie.jsp
    JSP is responding
    Login Page
    checking URL = http://apps.me.com:8000/OA_HTML/AppsLogin
    Page is responding
    DoInstallPanel - Summary Text
    The Rapid Install Wizard will now install the following:

    I do not see any errors in the log file entries you are posting here.
    Thanks,
    Hussein

  • Post install checks failed for DBC file - Oracle App11.5.10.2 Linux  5.3

    Hi everybody,
    I tried Installing Oracle E-Business Suite 11.5.10.2 on Red Hat Enterprise Linux Server release 5.3
    The Post install checks failed for DBC file, HTTP, JSP and PHP. Apparently the DBC hadn’t been created. I had verified the log file, while executing adgendbc.sh, it throwing below error.
    Generating /jith/d01/oracle/appl/visappl/fnd/11.5.0/secure/prithvi.bangalore.bedford.local_vis.dbc
    DBC generation failed with exit code 127
    Generating /jith/d01/oracle/appl/visappl/fnd/11.5.0/secure/prithvi_vis.dbc
    DBC generation failed with exit code 127
    Updating Server Security Authentication
    Updating Server Security Authentication failed with exit code 127
    adgendbc.sh exiting with status 127
    ERRORCODE = 127 ERRORCODE_END
    .end std out.
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    sqlplus: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    mkdir: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    sed: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /jith/d01/oracle/appl/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /jith/d01/oracle/appl/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /jith/d01/oracle/appl/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /jith/d01/oracle/appl/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    /jith/d01/oracle/appl/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    .end err out.
    Thanks in advance.
    sreejith

    Welcome to the forums !
    Pl post EBS related question in the EBS forums at http://forums.oracle.com/forums/category.jspa?categoryID=3
    HTH
    Srini

  • Launching xcode from nfs share (Ensure that Xcode.app is installed on a volume with ownership enabled)

    Hi!
    We have mac mini (Yosemite) and NFS server under Ubnuntu 14.04.
    Also we have xcode resides on NFS share that mounted to mac.
    Problem: When I try launch xcode from nfs share I got error message:
    NSLocalizedRecoverySuggestion=Ensure that Xcode.app is installed on a volume with ownership enabled
    You can see full error here:
    https://gist.github.com/keferoff/fcfd3ea6c13f6ba481fa
    The question is:
    How I can launch xcode from nfs share? For some reasons I can't use xcode-select or store several xcodes locally.
    Thanks in advance!

    It's cool answer but I need solution how to accomplish my task. Maybe I can use iSCSI device or NBD device ot maybe there we have some NFS mount options?

  • ORACLE 11g R2 POST Install Issue

    Hi,
    I have successfully installed ORACLE 11g R2 on my windows 7 platform. The problem is that when i open the database control URL page and then enter my credentials, it fails to log in and says that an internal error has occurred. Please view the log files. I have also seen the logs but didn't find anything helpful. Kindly help.
    Thanks.

    I got this data from 'emoms.log' It's not the full log file. It's just a last few part of it.
    May be this is the required one.
    2010-07-17 07:33:37,550 [MetricCollector:HOMETAB_THREAD600:60] ERROR rt.DbMetricCollectorTarget _getAllData.344 - java.lang.NullPointerException
    java.lang.NullPointerException
         at oracle.sysman.emSDK.emd.comm.EMDClient.getURL(EMDClient.java:1570)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getConnection(EMDClient.java:1266)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getConnection(EMDClient.java:1242)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest(EMDClient.java:1689)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getMetrics(EMDClient.java:981)
         at oracle.sysman.emo.perf.metric.rt.DbHomeTab._getAllData(DbHomeTab.java:340)
         at oracle.sysman.emo.perf.metric.rt.DbHomeTab.getData(DbHomeTab.java:154)
         at oracle.sysman.emo.perf.metric.eng.MetricCached.collectCachedData(MetricCached.java:416)
         at oracle.sysman.emo.perf.metric.eng.MetricCollectorThread._collectCachedData(MetricCollectorThread.java:605)
         at oracle.sysman.emo.perf.metric.eng.MetricCollectorThread.run(MetricCollectorThread.java:325)
         at java.lang.Thread.run(Thread.java:595)
    2010-07-17 07:33:37,560 [MetricCollector:HOMETAB_THREAD600:60] ERROR rt.DbMetricCollectorTarget _getAllData.344 - java.lang.NullPointerException
    java.lang.NullPointerException
         at oracle.sysman.emSDK.emd.comm.EMDClient.getURL(EMDClient.java:1570)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getConnection(EMDClient.java:1266)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getConnection(EMDClient.java:1242)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest(EMDClient.java:1689)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getMetrics(EMDClient.java:981)
         at oracle.sysman.emo.perf.metric.rt.DbHomeTab._getAllData(DbHomeTab.java:340)
         at oracle.sysman.emo.perf.metric.rt.DbHomeTab.getData(DbHomeTab.java:154)
         at oracle.sysman.emo.perf.metric.eng.MetricCached.collectCachedData(MetricCached.java:416)
         at oracle.sysman.emo.perf.metric.eng.MetricCollectorThread._collectCachedData(MetricCollectorThread.java:605)
         at oracle.sysman.emo.perf.metric.eng.MetricCollectorThread.run(MetricCollectorThread.java:325)
         at java.lang.Thread.run(Thread.java:595)
    2010-07-17 07:58:50,860 [HTTPThreadGroup-7] WARN jdbc.ConnectionCache _getConnection.352 - Invalid or Stale Connection found in the Connection Cache
    java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:73)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:111)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:230)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:445)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:525)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:544)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:480)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:336)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
         at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
         at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1138)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1172)
         at oracle.sysman.eml.app.SessionObjectManager.sessionDestroyed(SessionObjectManager.java:116)
         at oracle.sysman.eml.app.SessionListener.sessionDestroyed(SessionListener.java:126)
         at com.evermind.server.http.HttpApplication.invalidateSession(HttpApplication.java:860)
         at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:397)
         at oracle.sysman.emSDK.sec.auth.EMBaseLoginAdapterImpl.logoff(EMBaseLoginAdapterImpl.java:680)
         at oracle.sysman.emSDK.sec.auth.EMBaseLoginAdapterImpl.login(EMBaseLoginAdapterImpl.java:629)
         at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:127)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:165)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:357)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    2010-07-17 07:58:50,862 [HTTPThreadGroup-7] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17143; Cleaning up cache and retrying
    2010-07-17 07:59:06,521 [HTTPThreadGroup-7] ERROR app.SessionObjectManager sessionDestroyed.128 - java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:77)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:111)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:230)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:501)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:436)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:621)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:492)
         at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:386)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:276)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:212)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:140)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeCacheConnection(OracleImplicitConnectionCache.java:1752)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeOneConnection(OracleImplicitConnectionCache.java:644)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.defaultUserPrePopulateCache(OracleImplicitConnectionCache.java:272)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.doForEveryCachedConnection(OracleImplicitConnectionCache.java:1307)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.refreshCacheConnections(OracleImplicitConnectionCache.java:1902)
         at oracle.jdbc.pool.OracleConnectionCacheManager.refreshCache(OracleConnectionCacheManager.java:756)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:357)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
         at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
         at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1138)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1172)
         at oracle.sysman.eml.app.SessionObjectManager.sessionDestroyed(SessionObjectManager.java:116)
         at oracle.sysman.eml.app.SessionListener.sessionDestroyed(SessionListener.java:126)
         at com.evermind.server.http.HttpApplication.invalidateSession(HttpApplication.java:860)
         at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:397)
         at oracle.sysman.emSDK.sec.auth.EMBaseLoginAdapterImpl.logoff(EMBaseLoginAdapterImpl.java:680)
         at oracle.sysman.emSDK.sec.auth.EMBaseLoginAdapterImpl.login(EMBaseLoginAdapterImpl.java:629)
         at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:127)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:165)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:357)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    2010-07-17 07:59:57,217 [HTTPThreadGroup-7] WARN jdbc.ConnectionCache _getConnection.352 - Io exception: The Network Adapter could not establish the connection
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:77)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:111)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:230)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:501)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:436)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:621)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:492)
         at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:386)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:276)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:212)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:140)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeCacheConnection(OracleImplicitConnectionCache.java:1752)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeOneConnection(OracleImplicitConnectionCache.java:644)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getCacheConnection(OracleImplicitConnectionCache.java:592)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:460)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:544)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:480)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:336)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
         at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
         at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1138)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1172)
         at oracle.sysman.eml.app.SessionObjectManager.sessionDestroyed(SessionObjectManager.java:116)
         at oracle.sysman.eml.app.SessionListener.sessionDestroyed(SessionListener.java:126)
         at com.evermind.server.http.HttpApplication.invalidateSession(HttpApplication.java:860)
         at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:397)
         at oracle.sysman.eml.sec.auth.AuthUtils.invalidateOldSession(AuthUtils.java:62)
         at oracle.sysman.emSDK.sec.auth.EMLoginService.doEMLogin(EMLoginService.java:111)
         at oracle.sysman.emSDK.sec.auth.EMLoginServlet.authenticate(EMLoginServlet.java:695)
         at oracle.sysman.emSDK.sec.auth.EMLoginServlet.authenticateUser(EMLoginServlet.java:314)
         at oracle.sysman.emSDK.sec.auth.EMLoginServlet.doPost(EMLoginServlet.java:541)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:165)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:357)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    2010-07-17 07:59:57,232 [HTTPThreadGroup-7] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying
    2010-07-17 08:00:12,239 [HTTPThreadGroup-7] ERROR app.SessionObjectManager sessionDestroyed.128 - java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:77)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:111)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:230)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:501)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:436)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:621)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:492)
         at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:386)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:276)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:212)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:140)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeCacheConnection(OracleImplicitConnectionCache.java:1752)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeOneConnection(OracleImplicitConnectionCache.java:644)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getCacheConnection(OracleImplicitConnectionCache.java:592)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:460)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:544)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:248)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:201)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:359)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
         at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
         at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1138)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1172)
         at oracle.sysman.eml.app.SessionObjectManager.sessionDestroyed(SessionObjectManager.java:116)
         at oracle.sysman.eml.app.SessionListener.sessionDestroyed(SessionListener.java:126)
         at com.evermind.server.http.HttpApplication.invalidateSession(HttpApplication.java:860)
         at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:397)
         at oracle.sysman.eml.sec.auth.AuthUtils.invalidateOldSession(AuthUtils.java:62)
         at oracle.sysman.emSDK.sec.auth.EMLoginService.doEMLogin(EMLoginService.java:111)
         at oracle.sysman.emSDK.sec.auth.EMLoginServlet.authenticate(EMLoginServlet.java:695)
         at oracle.sysman.emSDK.sec.auth.EMLoginServlet.authenticateUser(EMLoginServlet.java:314)
         at oracle.sysman.emSDK.sec.auth.EMLoginServlet.doPost(EMLoginServlet.java:541)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:165)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:357)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Thanks...

  • Post install failing with Java Exception creating the Oracle Context

    I have not been able to complete the post-install portion of the OID which is run by the Oracle 9iAS Infrastructure installer.
    Is there a way to create the Oracle Context and whatever else is part of the /ldap/postcfg/postcfg script without the use of the Java assistants? I am getting a Java exception when creating the Oracle Context.
    Thanks,
    e.

    are you trying to install ias on Linux or windows??

  • I cant launch creative cloud desktop app... it is already installed...

    i cant launch creative cloud desktop app... it is already installed...

    Online Chat Now button near the bottom for Activation and Deactivation problems may help
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html

  • Errors During Post Install Check on Ubuntu 12.04

    Hello Gurus,
    I'm trying to install EBS R12(12.1.1) on Ubuntu 12.04 64-Bit. I patched the HTTP server with 6078836 (Copied libdb.so.2 to /usr/lib).
    I did the md5sum check before starting the install. I completed the kernel settings as per the note below:
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
    Contents of /etc/hosts
    127.0.0.1           localhost.localdomain      localhost
    192.168.1.101     erpbeginner.dyndns.org     erpbeginner
    Installation went smooth till the Post install checks where it fails for the following:
    HTTP
    JSP
    Login Page
    Help Page
    Virtual Directory
    Contents of the log file:
    command: /d01/stage/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /d01/r12/VIS/db/tech_st/11.1.0/VIS_erpbeginner.env APPS/APPS
    riwTDBup.sh started at Tue Oct 16 07:30:46 EDT 2012
    Parameters passed are : /d01/r12/VIS/db/tech_st/11.1.0/VIS_erpbeginner.env APPS/APPS
    The environment settings are as follows ...
    ORACLE_HOME : /d01/r12/VIS/db/tech_st/11.1.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /d01/r12/VIS/db/tech_st/11.1.0/perl/bin:/d01/r12/VIS/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/d01/r12/VIS/db/tech_st/11.1.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/d01/stage/startCD/Disk1/rapidwiz/unzip/Linux_x64:/usr/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:.
    LD_LIBRARY_PATH : /d01/r12/VIS/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/d01/r12/VIS/db/tech_st/11.1.0/lib:/usr/dt/lib:/d01/r12/VIS/db/tech_st/11.1.0/ctx/lib
    Executable : /d01/r12/VIS/db/tech_st/11.1.0/bin/sqlplus
    riwTDBup.sh exiting with status 0
    Database ORACLE_HOME connection test has succeeded
    command: /d01/stage/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /d01/r12/VIS/inst/apps/VIS_erpbeginner/ora/10.1.2/VIS_erpbeginner.env APPS/APPS
    riwTDBup.sh started at Tue Oct 16 07:30:47 EDT 2012
    Parameters passed are : /d01/r12/VIS/inst/apps/VIS_erpbeginner/ora/10.1.2/VIS_erpbeginner.env APPS/APPS
    The environment settings are as follows ...
    ORACLE_HOME : /d01/r12/VIS/apps/tech_st/10.1.2
    ORACLE_SID :
    TWO_TASK : VIS
    PATH : /d01/r12/VIS/apps/tech_st/10.1.2/bin:/usr/bin:/usr/sbin:/d01/r12/VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/usr/bin:/d01/stage/startCD/Disk1/rapidwiz/unzip/Linux_x64:/usr/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
    LD_LIBRARY_PATH : /d01/r12/VIS/apps/tech_st/10.1.2/lib32:/d01/r12/VIS/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/d01/r12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386:/d01/r12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/d01/r12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/d01/r12/VIS/apps/apps_st/appl/sht/12.0.0/lib
    Executable : /d01/r12/VIS/apps/tech_st/10.1.2/bin/sqlplus
    riwTDBup.sh exiting with status 0
    sqlplus: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    Apps ORACLE_HOME connection test has succeeded
    Configuration Upload
    uploading config file at /d01/r12/VIS/db/tech_st/11.1.0/appsutil/conf_VIS.txt
    AppsConfig : 'config.txt' uploading...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : erpbeginner
    sDbDomain : dyndns.org
    sDbPort : 1521
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@erpbeginner.dyndns.org:1521:VIS
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Successful upload of config file at /d01/r12/VIS/db/tech_st/11.1.0/appsutil/conf_VIS.txt
    Environment File
    Database ORACLE_HOME environment file passes instantiated variables test:
    File = /d01/r12/VIS/db/tech_st/11.1.0/VIS_erpbeginner.env
    Apps ORACLE_HOME environment file passes instantiated variables test:
    File = /d01/r12/VIS/inst/apps/VIS_erpbeginner/ora/10.1.3/VIS_erpbeginner.env
    iAS ORACLE_HOME environment file passes instantiated variables test:
    File = /d01/r12/VIS/inst/apps/VIS_erpbeginner/ora/10.1.2/VIS_erpbeginner.env
    APPL_TOP environment file passes instantiated variables test:
    File = /d01/r12/VIS/apps/apps_st/appl/VIS_erpbeginner.env
    ADOVARS environment file passes instantiated variables test:
    File = /d01/r12/VIS/apps/apps_st/appl/admin/adovars.env
    APPSCONFIG passes instantiated variables test:
    File = /d01/r12/VIS/apps/apps_st/appl/admin/adconfig.txt
    DBC File
    DBC file passes instantiated variables test:
    File = /d01/r12/VIS/inst/apps/VIS_erpbeginner/appl/fnd/12.0.0/secure/VIS.dbc
    HTTP
    checking URL = http://erpbeginner.dyndns.org:8000
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Help Page
    checking URL = http://erpbeginner.dyndns.org:8000/OA_HTML/help
    RW-50015: Error: - Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Virtual Directory
    RW-50015: Error: - Http Server Virtual Directories is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    JSP
    checking URL = http://erpbeginner.dyndns.org:8000/OA_HTML/jtfTestCookie.jsp
    RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Login Page
    RW-50015: Error: - Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    When I search for the library "libclntsh", I found 3 matches to libclntsh.so.11.1,libclntsh.so.10.1 and libclntsh.so.
    Only libclntsh.so.11.1 is a file and rest are symbolic links to this file which seem to be broken.
    So I tried to redo the symbolic links and did a retry for the post install checks which failed again.
    Can somebody please shed some light on this?
    Best Regards,
    Richie

    I'm trying to install EBS R12(12.1.1) on Ubuntu 12.04 64-Bit. Please note that this OS is not certified.
    sqlplus: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directoryPlease see the suggested solution in (Installing R12.0.4 Ebuisines Suite Autoconfig Fails With: sqlplus: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory [ID 579254.1]). Also, please make sure you have all RPMs installed as per (Oracle Applications Installation and Upgrade Notes Release 12 (12.0.4) for Linux (64-bit) [ID 416305.1]) and follow all post installation steps.
    Thanks,
    Hussein

  • Error in Installing the Oracle 10g RDBMS on linux installed on Vmware

    Hi,
    I am trying to install the Oracle 10g RDBMS software. I have created all the required users and groups, created directories and updaates the sysctl.conf file.
    When I run the installer ./runInstaller it is giving the following error.
    [oracle@aasim database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-02-26_11-48-44PM. Please wait ...[oracle@aasim database]$ Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
    at java.awt.Window.init(Unknown Source)
    at java.awt.Window.<init>(Unknown Source)
    at java.awt.Frame.<init>(Unknown Source)
    at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
    at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.<init>(OiocOneClickInstaller.java:378)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2091)
    Can anyone tell me why I am getting this error and how to resolve it.
    Thanks
    Aasim

    Pl post exact details of "Linux" and "10g" versions. Which install guide are you following ? This error has been discussed many times in this forum - use the search feature to find possible solutions
    http://forums.oracle.com/forums/search.jspa?threadID=&q=%22Can't+connect+to+X11+window%22&objID=f64&dateRange=all&userID=&numResults=15&rankBy=10001
    HTH
    Srini

  • Post install steps for 11i on XP

    Please advise on post install steps after 11i installtion on XP based OS/
    ALso what are the steps/services to be completed before trying to login into Apps
    Thx much

    as such nothing is required as a POST INSTALL on XP and not even a "Restart" sounds strange but this is how simple it is to install on Windows.
    anyways... there r two ways to log on to Apps.. one is as mentioned by using the http://........ stuff where u use /pls/ to run the apps. Sometimes (more often) it doesn;t work well wtih XP and therefore the alternative is to runt he servlet instead.
    this is how it is:
    http://host.domain.com:8002/dev60cgi/ifcgi60
    I am considring that u didn;t change the default port assignments. the above shud prompt u to download n install "jinitiator" which is Oracle's JVM (required). Install it and u shud be able to see the logon screen.
    Use "sysadmin/sysadmin" or "operations/welcome" as deafult "username/password" combination.
    HTH.
    Rajeev.

  • Post-Install checks - EBS R12 - Ubuntu 804 amd64

    Post-Install checks - EBS R12 - Ubuntu 804 amd64
    Need help N°2, please.
    The window "Post-Install Checks" shows: -----
    Validate System Configuration
    1 [red X] HTTP
    checking URL = http://ubu.mshome.net:8000
    RW-50015: Error: HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    2 [red X] Virtual Directory
    RW-50015: Error: HTTP Server Virtual Directories is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    3 [red X] Login Page
    RW-50015: Error: Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    4 [red X] Help Page
    checking URL = http://ubu.mshome.net:8000/OA_HTML/help
    RW-50015: Error: Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    5 [red X] JSP
    checking URL = http://ubu.mshome.net:8000/OA_HTML/help
    RW-50015: Error: JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
                                                                     [Retry]
    [< Back] [Next >]

    hi
    I am getting error with opmnctl the log file contents are
    you are running bash version 120.7.12010000.2
    bash: too few arguments specified.
    *bash start*
    You are running bash version 120.7.12010000.2
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    bash: exiting with status 2
    bash: check the logfile /media/Transcend/d01/oracle/VIS/inst/apps/VIS_xxxxx/logs/appl/admin/log/adapcctl.txt for more information ...
    You are running bash version 120.15
    The logfile for this session is located at /media/Transcend/d01/oracle/VIS/inst/apps/VIS_xxxxx/logs/appl/admin/log/adstrtal.log
    Executing service control script:
    */media/Transcend/d01/oracle/VIS/inst/apps/VIS_xxxxx/admin/scripts/adopmnctl.sh start*
    script returned:
    You are running adopmnctl.sh version 120.6
    Starting Oracle Process Manager (OPMN) ...
    adopmnctl.sh: exiting with status 2
    adopmnctl.sh: check the logfile /media/Transcend/d01/oracle/VIS/inst/apps/VIS_xxxxx/logs/appl/admin/log/adopmnctl.txt for more information ...
    *.end std out.*
    *.end err out.*

  • Install EBS R12 Problem - Post Install Checks

    Folks,
    Hello. I am installing EBS R12 using "rapidwiz".
    The Install Wizard almost finishs installing and gets to "Post Install Checks". The message is as follows:
    Validate System Configuration:
    Database Availability
    Environment File
    HTTP
    Virtual Directory
    Login Page
    Configuration Upload
    DBC File
    Help Page
    JSP
    Each of the above items gets an error message.
    When click "next" button in the Wizard, the messgae comes up as follow:
    "Rapid Install Wizard has detected that your configuration has errors. You must resolve these issues before continuing."
    Can any folks tell me how to solve these "Post Install Checks" errors ?

    Please i need help with this post Installation errors below(8 in number), am running the installation on windows 7, i used perl to stage my files, installed cygwin instead of MKS toolkit, run my installation without no errors but when i got to post-Innstall ckecks, i got the following errors
    1. Database Availability
    command: cmd.exe /c C:\u01\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd c:\oracle\VIS\db\tech_st\11.1.0\VIS_hakonix-pc.cmd sqlplus C:\u01\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    C:\u01\StageR12\startCD\Disk1\rapidwiz>echo off
    Tue 01/17/2012
    11:15 PM
    "Cannot find environment file "c:\oracle\VIS\db\tech_st\11.1.0\VIS_hakonix-pc.cmd""
    ERRORCODE = 0 ERRORCODE_END
    Database ORACLE_HOME connection test has succeeded
    command: cmd.exe /c C:\u01\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd c:\oracle\VIS\inst\apps\VIS_hakonix-pc\ora\10.1.2\VIS_hakonix-pc.cmd sqlplus C:\u01\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    C:\u01\StageR12\startCD\Disk1\rapidwiz>echo off
    Tue 01/17/2012
    11:15 PM
    "The environment settings are as follows ..."
    " ORACLE_HOME : c:\oracle\VIS\apps\tech_st\10.1.2"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : c:\oracle\VIS\apps\tech_st\10.1.2\bin;c:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\bin;c:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\jre\bin;C:\app\hakorlc\product\11.2.0\dbhome_1\bin;C:\Perl\site\bin;C:\Perl\bin;C:\OraHome_1\bin;C:\OraHome_1\jlib;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\; c:\oracle\client"
    " LD_LIBRARY_PATH : c:\oracle\VIS\apps\tech_st\10.1.2\lib"
    SQL*Plus: Release 10.1.0.5.0 - Production on Tue Jan 17 23:15:55 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12541: TNS:no listener
    connect test returning code 1
    ERRORCODE = 1 ERRORCODE_END
    RW-50011: Error: - Apps ORACLE_HOME connection test has returned an error: 1
    2.Configuration Upload
    uploading config file at C:\oracle\VIS\db\tech_st\11.1.0\appsutil\conf_VIS.txt
    Failed upload of config file at C:\oracle\VIS\db\tech_st\11.1.0\appsutil\conf_VIS.txt
    3. Environment File
    RW-50016: Error: - Database ORACLE_HOME environment file was not created:
    File = c:\oracle\VIS\db\tech_st\11.1.0\VIS_hakonix-pc.env Apps ORACLE_HOME environment file passes instantiated variables test:
    File = c:\oracle\VIS\inst\apps\VIS_hakonix-pc\ora\10.1.3\VIS_hakonix-pc.cmd
    iAS ORACLE_HOME environment file passes instantiated variables test:
    File = c:\oracle\VIS\inst\apps\VIS_hakonix-pc\ora\10.1.2\VIS_hakonix-pc.cmd
    APPL_TOP environment file passes instantiated variables test:
    File = c:\oracle\VIS\apps\apps_st\appl\VIS_hakonix-pc.cmd
    ADOVARS environment file passes instantiated variables test:
    File = c:\oracle\VIS\apps\apps_st\appl\admin\adovars.cmd
    APPSCONFIG passes instantiated variables test:
    File = c:\oracle\VIS\apps\apps_st\appl\admin\adconfig.txt
    4. HTTP
    checking URL = http://hakonix-pc.www.hakonix.com.ng:8000
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    5. Help Page
    checking URL = http://hakonix-pc.www.hakonix.com.ng:8000/OA_HTML/help
    RW-50015: Error: - Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    6. Virtual Directory
    RW-50015: Error: - Http Server Virtual Directories is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    7. JSP
    checking URL = http://hakonix-pc.www.hakonix.com.ng:8000/OA_HTML/jtfTestCookie.jsp
    RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    8. Login Page
    RW-50015: Error: - Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.

  • Launching Oracle (urgent !!!)

    when I installed Oracle 9i AS on my redhat 7.0, Oracle wasn't able to create a database with dbassist during the installation whereas I had run all root scripts. Now I'm trying to launch Oracle from svrmgrl with the oracle user (see RTFM)logged as member of dba group. But each time I launch svrmgrl, I got the answer end-of-file on communication channel, before doing anything. And I can(t find out why ?
    Please help (urgent)

    Linux - Redhat 7.0
    Oracle - 8.1.7.
    I have faced the same problem during my Oracle installation on Redhat 7.0. I was unable to creat database.After going through revealnet.com I found the following solution.1. Install the compat-glibc RPM for 2.1.3.x
    (This is on the Redhat 7.0 CDs)
    2. cd to the directory where compat-glibc installed the files (for me it's /usr/i386-glibc21-linux/lib).
    3. Copy the following files to $ORACLE_HOME/lib:
    libc-2.1.3.so
    libpthread.so
    libdl.so
    ld-linux.so.2
    For me, several of these are symbolic links, so you'll need to copy the target of the symbolic link and rename it to the link name when you copy it to $ORACLE_HOME/lib.
    For example, if ls -l shows:
    ld-linux.so.2 -> ld-2.1.3.so
    libc-2.1.3.so
    libdl.so -> libdl.so.2
    libpthread.so -> libpthread.so.0
    Then you will:
    cp ld-2.1.3.so $ORACLE_HOME/lib/ld-linux.so.2
    cp libc-2.1.3.so $ORACLE_HOME/lib
    cp libdl.so.2 $ORACLE_HOME/lib/libdl.so
    cp libpthread.so.0 $ORACLE_HOME/lib/libpthread.so
    4. Create a file in $ORACLE_HOME/lib called libc.so with the following contents (as a single line):
    GROUP ( /lib/libc-2.1.3.so /lib/ld-linux.so.2 /libc_nonshared.a )
    Substitute the value of $ORACLE_HOME for and the location of the compat-glibc directory for . For example:
    My $ORACLE_HOME is:
    /u01/app/oracle/product/8.1.7
    and my compat-glibc directory is:
    /usr/i386-glibc21-linux/lib
    so the GROUP line looks like this for me:
    GROUP (/u01/app/oracle/product/8.1.7/lib/libc-2.1.3.so /u01/app/oracle/product/8.1.7/lib/ld-linux.so.2 /usr/i386-glibc21-linux/lib/libc_nonshared.a)
    This is all one line.
    5. cd $ORACLE_HOME/bin
    6. Run the following command from the UNIX prompt:
    relink all
    I have used this technique for RedHat 7.0 with the 2.2.16 kernel.
    Thanks to Richard Rankin for this simple and reliable method.
    After doing this, please create your database. It will work.
    null

Maybe you are looking for