Changing Configuration off EBS App Tier Hosts

Hello
I have a couple of questions regarding re-configuring a TEST APPS system setup after a clone/backup/restore.
1) We have three nodes on our PRODUCTION file system. Node A - serves as the DB tier; Node B - is Application Server (Conc Processing, Admin and Web Server) and Node C - is Application Server (only used for PCP).
2) I have noticed that during times of heavy concurrent processing, Node C is never utilized and is almost always at 0-5% utilization. Node B, however at such times is always at 95-100% utilization.
3) So I want to make a change in the following manner on the cloned system (and then follow through with the same change on the PRODUCTION system)
4) I want to assign Node C as the web server only (point of entry into the Application)
5) I then want to assign Node B to Concurrent Processing/Admin/Apps Tier Server
6) Node A will remain as the DB Tier server.
After succesfully configuring this (if possible), I will then double up the web and CP/Admin/Apps Tier server using a F5 load balancer.
Is it possible (using the CONTEXT_FILE) to re-configure the nodes as stated about in 4 and 5?
Thanks in advance.

So, you are saying you have the following:
Node A - is Database Server
Node B - is Application Server (CM, Admin and Web Server) -- Btw, the admin server does not exist in R12 so I assume it is CM/Web/Forms
Node C - is Application Server (only used for PCP)
And, you are planning to change the above to:
Node A - is Database Server
Node B - is Application Server (CM, Forms)
Node C - is Application Server (Web only)
In this case, editing the context file only is not sufficient and you will have to do the following:
- Change the context variables as per your new configuration as per (doc 415385.1, 406558.1, 464018.1)
- Complete the steps in (Concurrent Processing - How to move Concurrent Processing Server from one node to another node [ID 373611.1]) including cleaning the FND_NODES table and running AutoConfig
- Before you start the CM (as it will be on one node only) you will have to navigate to (System Administrator responsibility > Concurrent > Manager > Define) and delete all CMs that used to run on Node C and make sure all the CMs run on Node B only (check the primary node for each CM) -- You are moving from PCP to CM on single node
- Start the CM
Thanks,
Hussein

Similar Messages

  • Initializing log4j in app tier

    My application runs on clustered environment.
    I have multiple app servers and web servers each running on different jdks.
    Initializing log4j in web tier I can perform with servlet at server startup but in no app tier I donot want war module so I will have only jar files ejb's, in this case when and where is the best palce to initialize log4j.
    Thanks & Regards
    Miro

    As I said my application is distributed in two tiers web tier and app tier,
    I configured jms in app tier. Now my servlet in web tier has to send message to queue in app tier.
    In case of accessing an ejb I create Properties Object
              Properties objProperties = new Properties();
              objProperties.put(Context.INITIAL_CONTEXT_FACTORY,"com.evermind.server.rmi.RMIInitialContextFactory");
              objProperties.put(Context.PROVIDER_URL,"ormi://localhost:9127");               
              objProperties.put(Context.SECURITY_PRINCIPAL, "admin");
              objProperties.put(Context.SECURITY_CREDENTIALS, "admin");                    
              InitialContext ic = new InitialContext(objProperties);
    where I specify all the parameters mentioned above and use the lookup method to create a home interface and then create remote interface.
    In case of sending a message to jms queue what properties should I pass to InitialContext object?

  • RW-20004 no installs found for this host Error when installing Apps tier

    Hello:
    Trying to install 12.1.1 on a linux x64 OS. Following is my current OS Setup:
    1) Have 2 Instances or RHEL 5 Update 4 x64 each named as follows: oalin12db.apps.local & oalin12mt.apps.local
    2) Both have multi user setups as follows:
    a) user: oracle (501), group dba (503)
    b) user: applmgr (502), group dba (503)
    3) Installation of DB node successful for a Vision Instance with SID=VISN
    4) Getting error "RW-20004 no installs found for this host" on apps tier. Does not matter if I use host:SID:port or copy the actual config file over and point rapidwiz to it, I get the same error.
    5) checked everything as per metalink notes 605677.1 and 444870.1.
    6) SELinux on Permissive mode on both instances for now.
    7) Installation stage directory is local to the DB instance and is setup as an nfs mount onto the apps tier.
    Here's how my config_VISN.txt file looks.
    <?xml version="1.0"?>
    <oa_context version="$Revision: 120.5 $">
    <oa_context_name oa_var="s_contextname">config.txt</oa_context_name>
    <oa_context_serial oa_var="s_contextserial">0</oa_context_serial>
    <oa_context_type oa_var="s_contexttype">Config File</oa_context_type>
    <oa_context_file_loc oa_var="s_contextfile">/u01/oracle/VISN/db/tech_st/11.1.0/appsutil/conf_VISN.txt</oa_context_file_loc>
    <ini_file>
    [GENERAL]
    CONFIGURED_ENVS=VISN
    CONFIGURATION_FORMAT=12.0.0
    ACTION_TYPE=INSTALLING
    NUMBER_OF_HOSTS=2
    HOSTNAMES={Server0_oalin12db,Server1_oalin12mt}
    [Server0_oalin12db]
    s_contextname=VISN_oalin12db
    s_dbSid=VISN
    s_dbport=1526
    s_platform=LINUX_X86-64
    s_base_lang=US
    s_env_langs={American_English - US}
    s_allprod={FND}
    s_defterr=AMERICA
    s_domainname=apps.local
    s_isDB=YES
    s_isAdmin=NO
    s_isForms=NO
    s_isConc=NO
    s_isWeb=NO
    s_port_pool=5
    s_dbSidLower=visn
    s_dbuser=oracle
    s_apps_version=12.1.1
    s_dbGlnam=VISN
    s_dbseed=Vision Demo
    s_dbtype=VISION
    s_dbgroup=dba
    s_dbcset=AL32UTF8
    s_base=/u01/oracle/VISN
    s_db_oh=/u01/oracle/VISN/db/tech_st/11.1.0
    s_dbhome1=/u01/oracle/VISN/db/apps_st/data
    s_dbhome2=/u01/oracle/VISN/db/apps_st/data
    s_dbhome3=/u01/oracle/VISN/db/apps_st/data
    s_dbhome4=/u01/oracle/VISN/db/apps_st/data
    s_dbhost=oalin12db
    s_bits=32
    s_db_ons_localport=6300
    s_db_ons_remoteport=6400
    s_cmanport=1521
    [Server1_oalin12mt]
    s_contextname=VISN_oalin12mt
    s_dbSid=VISN
    s_dbport=1526
    s_platform=LINUX_X86-64
    s_base_lang=US
    s_env_langs={American_English - US}
    s_allprod={FND}
    s_defterr=AMERICA
    s_domainname=apps.local
    s_dbdomain=apps.local
    s_isDB=NO
    s_isAdmin=YES
    s_isForms=YES
    s_isConc=YES
    s_isWeb=YES
    s_port_pool=5
    s_formsfndtop=/u01/oracle/VISN/apps/apps_st/appl/fnd/12.0.0
    s_dbSidLower=visn
    s_dbuser=oracle
    s_apps_version=12.1.1
    s_base=/u01/oracle/VISN
    s_inst_base=/u01/oracle/VISN/inst
    s_config_home=/u01/oracle/VISN/inst/apps/VISN_oalin12mt
    s_at=/u01/oracle/VISN/apps/apps_st/appl
    s_at2=/u01/oracle/VISN/apps/apps_st/appl
    s_at3=/u01/oracle/VISN/apps/apps_st/appl
    s_at4=/u01/oracle/VISN/apps/apps_st/appl
    s_tools_oh=/u01/oracle/VISN/apps/tech_st/10.1.2
    s_weboh_oh=/u01/oracle/VISN/apps/tech_st/10.1.3
    s_com=/u01/oracle/VISN/apps/apps_st/comn
    s_javatop=/u01/oracle/VISN/apps/apps_st/comn/java/classes
    s_temp=/u01/oracle/VISN/inst/apps/VISN_oalin12mt/temp
    s_appsuser=applmgr
    s_appsgroup=dba
    s_at_cset=AL32UTF8
    s_iana_cset=UTF-8
    s_display=oalin12mt:0.0
    s_dbhost=oalin12db
    s_admhost=oalin12mt
    s_formshost=oalin12mt
    s_cphost=oalin12mt
    s_webhost=oalin12mt
    s_installedFrom=FS
    s_root_status=enabled
    s_web_entry_status=enabled
    s_web_applications_status=enabled
    s_batch_status=enabled
    s_other_service_group_status=disabled
    s_rpcport=1626
    s_webssl_port=4443
    s_ons_localport=6100
    s_ons_remoteport=6200
    s_ons_requestport=6500
    s_webport=8000
    s_active_webport=8000
    s_formsport=9000
    s_metdataport=9100
    s_metreqport=9200
    s_jtfuf_port=9300
    s_mwaPortNo=10200-10205
    s_mwaTelnetPortNo=10200,10202,10204
    s_mwaDispatcherPort=10800
    s_java_object_cache_port=12345
    s_oacore_jms_portrange=23000-23004
    s_forms_jms_portrange=23500-23504
    s_home_jms_portrange=24000-24004
    s_oafm_jms_portrange=24500-24504
    s_oacore_ajp_portrange=21500-21504
    s_forms_ajp_portrange=22000-22004
    s_home_ajp_portrange=22500-22504
    s_oafm_ajp_portrange=25000-25004
    s_oacore_rmi_portrange=20000-20004
    s_forms_rmi_portrange=20500-20504
    s_home_rmi_portrange=21000-21004
    s_oafm_rmi_portrange=25500-25504
    </ini_file>
    <config_section name="GENERAL">
    <config_pair oa_var="CONFIGURED_ENVS">VISN</config_pair>
    <config_pair oa_var="CONFIGURATION_FORMAT">12.0.0</config_pair>
    <config_pair oa_var="ACTION_TYPE">INSTALLING</config_pair>
    <config_pair oa_var="NUMBER_OF_HOSTS">2</config_pair>
    <config_pair oa_var="HOSTNAMES">{Server0_oalin12db,Server1_oalin12mt}</config_pair>
    </config_section>
    <config_section name="Server0_oalin12db">
    <config_pair oa_var="s_contextname">VISN_oalin12db</config_pair>
    <config_pair oa_var="s_dbSid">VISN</config_pair>
    <config_pair oa_var="s_dbport">1526</config_pair>
    <config_pair oa_var="s_platform">LINUX_X86-64</config_pair>
    <config_pair oa_var="s_base_lang">US</config_pair>
    <config_pair oa_var="s_env_langs">{American_English - US}</config_pair>
    <config_pair oa_var="s_allprod">{FND}</config_pair>
    <config_pair oa_var="s_defterr">AMERICA</config_pair>
    <config_pair oa_var="s_domainname">apps.local</config_pair>
    <config_pair oa_var="s_isDB">YES</config_pair>
    <config_pair oa_var="s_isAdmin">NO</config_pair>
    <config_pair oa_var="s_isForms">NO</config_pair>
    <config_pair oa_var="s_isConc">NO</config_pair>
    <config_pair oa_var="s_isWeb">NO</config_pair>
    <config_pair oa_var="s_port_pool">5</config_pair>
    <config_pair oa_var="s_dbSidLower">visn</config_pair>
    <config_pair oa_var="s_dbuser">oracle</config_pair>
    <config_pair oa_var="s_apps_version">12.1.1</config_pair>
    <config_pair oa_var="s_dbGlnam">VISN</config_pair>
    <config_pair oa_var="s_dbseed">Vision Demo</config_pair>
    <config_pair oa_var="s_dbtype">VISION</config_pair>
    <config_pair oa_var="s_dbgroup">dba</config_pair>
    <config_pair oa_var="s_dbcset">AL32UTF8</config_pair>
    <config_pair oa_var="s_base">/u01/oracle/VISN</config_pair>
    <config_pair oa_var="s_db_oh">/u01/oracle/VISN/db/tech_st/11.1.0</config_pair>
    <config_pair oa_var="s_dbhome1">/u01/oracle/VISN/db/apps_st/data</config_pair>
    <config_pair oa_var="s_dbhome2">/u01/oracle/VISN/db/apps_st/data</config_pair>
    <config_pair oa_var="s_dbhome3">/u01/oracle/VISN/db/apps_st/data</config_pair>
    <config_pair oa_var="s_dbhome4">/u01/oracle/VISN/db/apps_st/data</config_pair>
    <config_pair oa_var="s_dbhost">oalin12db</config_pair>
    <config_pair oa_var="s_bits">32</config_pair>
    <config_pair oa_var="s_db_ons_localport">6300</config_pair>
    <config_pair oa_var="s_db_ons_remoteport">6400</config_pair>
    <config_pair oa_var="s_cmanport">1521</config_pair>
    </config_section>
    <config_section name="Server1_oalin12mt">
    <config_pair oa_var="s_contextname">VISN_oalin12mt</config_pair>
    <config_pair oa_var="s_dbSid">VISN</config_pair>
    <config_pair oa_var="s_dbport">1526</config_pair>
    <config_pair oa_var="s_platform">LINUX_X86-64</config_pair>
    <config_pair oa_var="s_base_lang">US</config_pair>
    <config_pair oa_var="s_env_langs">{American_English - US}</config_pair>
    <config_pair oa_var="s_allprod">{FND}</config_pair>
    <config_pair oa_var="s_defterr">AMERICA</config_pair>
    <config_pair oa_var="s_domainname">apps.local</config_pair>
    <config_pair oa_var="s_dbdomain">apps.local</config_pair>
    <config_pair oa_var="s_isDB">NO</config_pair>
    <config_pair oa_var="s_isAdmin">YES</config_pair>
    <config_pair oa_var="s_isForms">YES</config_pair>
    <config_pair oa_var="s_isConc">YES</config_pair>
    <config_pair oa_var="s_isWeb">YES</config_pair>
    <config_pair oa_var="s_port_pool">5</config_pair>
    <config_pair oa_var="s_formsfndtop">/u01/oracle/VISN/apps/apps_st/appl/fnd/12.0.0</config_pair>
    <config_pair oa_var="s_dbSidLower">visn</config_pair>
    <config_pair oa_var="s_dbuser">oracle</config_pair>
    <config_pair oa_var="s_apps_version">12.1.1</config_pair>
    <config_pair oa_var="s_base">/u01/oracle/VISN</config_pair>
    <config_pair oa_var="s_inst_base">/u01/oracle/VISN/inst</config_pair>
    <config_pair oa_var="s_config_home">/u01/oracle/VISN/inst/apps/VISN_oalin12mt</config_pair>
    <config_pair oa_var="s_at">/u01/oracle/VISN/apps/apps_st/appl</config_pair>
    <config_pair oa_var="s_at2">/u01/oracle/VISN/apps/apps_st/appl</config_pair>
    <config_pair oa_var="s_at3">/u01/oracle/VISN/apps/apps_st/appl</config_pair>
    <config_pair oa_var="s_at4">/u01/oracle/VISN/apps/apps_st/appl</config_pair>
    <config_pair oa_var="s_tools_oh">/u01/oracle/VISN/apps/tech_st/10.1.2</config_pair>
    <config_pair oa_var="s_weboh_oh">/u01/oracle/VISN/apps/tech_st/10.1.3</config_pair>
    <config_pair oa_var="s_com">/u01/oracle/VISN/apps/apps_st/comn</config_pair>
    <config_pair oa_var="s_javatop">/u01/oracle/VISN/apps/apps_st/comn/java/classes</config_pair>
    <config_pair oa_var="s_temp">/u01/oracle/VISN/inst/apps/VISN_oalin12mt/temp</config_pair>
    <config_pair oa_var="s_appsuser">applmgr</config_pair>
    <config_pair oa_var="s_appsgroup">dba</config_pair>
    <config_pair oa_var="s_at_cset">AL32UTF8</config_pair>
    <config_pair oa_var="s_iana_cset">UTF-8</config_pair>
    <config_pair oa_var="s_display">oalin12mt:0.0</config_pair>
    <config_pair oa_var="s_dbhost">oalin12db</config_pair>
    <config_pair oa_var="s_admhost">oalin12mt</config_pair>
    <config_pair oa_var="s_formshost">oalin12mt</config_pair>
    <config_pair oa_var="s_cphost">oalin12mt</config_pair>
    <config_pair oa_var="s_webhost">oalin12mt</config_pair>
    <config_pair oa_var="s_installedFrom">FS</config_pair>
    <config_pair oa_var="s_root_status">enabled</config_pair>
    <config_pair oa_var="s_web_entry_status">enabled</config_pair>
    <config_pair oa_var="s_web_applications_status">enabled</config_pair>
    <config_pair oa_var="s_batch_status">enabled</config_pair>
    <config_pair oa_var="s_other_service_group_status">disabled</config_pair>
    <config_pair oa_var="s_rpcport">1626</config_pair>
    <config_pair oa_var="s_webssl_port">4443</config_pair>
    <config_pair oa_var="s_ons_localport">6100</config_pair>
    <config_pair oa_var="s_ons_remoteport">6200</config_pair>
    <config_pair oa_var="s_ons_requestport">6500</config_pair>
    <config_pair oa_var="s_webport">8000</config_pair>
    <config_pair oa_var="s_active_webport">8000</config_pair>
    <config_pair oa_var="s_formsport">9000</config_pair>
    <config_pair oa_var="s_metdataport">9100</config_pair>
    <config_pair oa_var="s_metreqport">9200</config_pair>
    <config_pair oa_var="s_jtfuf_port">9300</config_pair>
    <config_pair oa_var="s_mwaPortNo">10200-10205</config_pair>
    <config_pair oa_var="s_mwaTelnetPortNo">10200,10202,10204</config_pair>
    <config_pair oa_var="s_mwaDispatcherPort">10800</config_pair>
    <config_pair oa_var="s_java_object_cache_port">12345</config_pair>
    <config_pair oa_var="s_oacore_jms_portrange">23000-23004</config_pair>
    <config_pair oa_var="s_forms_jms_portrange">23500-23504</config_pair>
    <config_pair oa_var="s_home_jms_portrange">24000-24004</config_pair>
    <config_pair oa_var="s_oafm_jms_portrange">24500-24504</config_pair>
    <config_pair oa_var="s_oacore_ajp_portrange">21500-21504</config_pair>
    <config_pair oa_var="s_forms_ajp_portrange">22000-22004</config_pair>
    <config_pair oa_var="s_home_ajp_portrange">22500-22504</config_pair>
    <config_pair oa_var="s_oafm_ajp_portrange">25000-25004</config_pair>
    <config_pair oa_var="s_oacore_rmi_portrange">20000-20004</config_pair>
    <config_pair oa_var="s_forms_rmi_portrange">20500-20504</config_pair>
    <config_pair oa_var="s_home_rmi_portrange">21000-21004</config_pair>
    <config_pair oa_var="s_oafm_rmi_portrange">25500-25504</config_pair>
    </config_section>
    </oa_context>

    Here's the log:
    Oracle Applications Rapid Install Wizard Install log
    >> Using Rapid Wizard Version : 12.1.1.9
    >> Install session started : Thu Nov 05 11:10:16 EST 2009
    >> Rapid Wizard source location : /u02/apps/StageR12/startCD/Disk1/rapidwiz
    >> Command Line arguments for this run :
    =================================================================
    Install Session Information
    Host Name : oalin12mt.apps.local
    Host Operating System : Linux x86-64 (64-bit)
    User running Install : root
    =================================================================
    InstUpgPanel
         User action : Install Oracle Applications
         Install type : Standard Install
    Disabling OCM Configuration
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@16b9e62
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@1694eca
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@170984c
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@1c220eb
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@b41166
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@103d246
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@19c9f16
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@1e7d503
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@287b58
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@95c5ec
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@1f89785
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@109dcbb
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml

  • Pls Suggest:EBS 12.1.3 DB tier on 64 bit & Apps tier on 32 bit(Windows)

    Hi All,
    11i Configuration Details: 2 Machines
    (1)Machine A Windows 2003(32 bit): Database tier: 10gR2(10.2.0.3) NO RAC
    (1)Machine A Windows 2003(32 bit): Apps tier: (Concurrent,Reports)
    (2)Machine B Windows 2003(32 bit): Apps tier: (Admin,Web,Forms)
    Ours is 15 Concurrent Users and no customizations to any processes.
    Now planning to move to windows 2008 R2(64 bit) machine as part of upgradation to 12.1.3
    Planning R12.1.1 configuration Details: 2 Machines
    (1)Machine A Windows 2008 R2 Server(64 bit): Database tier: 11gR2(11.2.0.2) No RAC
    (2)Machine B Windows 2003(32 bit): Apps tier: (Concurrent,Reports,Admin,Web,Forms)
    OR it should be
    (2)Machine B Windows 2008(32 bit): Apps tier: (Concurrent,Reports,Admin,Web,Forms)
    Is this confugaration advisable? Any Performance wise degradation.
    Planning to have BI Publisher and Discoverer .. Where to install these?
    Process:
    1) Staged Environment:
    Machine A Windows 2008 R2(64 bit): Upgrade 10gR2 to base 11gR2 and then to 11.2.0.2 on any windows 32 bit machine. And migrating this DB to 64 bit Machine A.
    Machine B Windows 2003/2008(32 bit): Freshly installing 12.1.1 apps tier (Concurrent,Reports,Admin,Web,Forms), Porting over any personalised Reports,Forms(few personilizations) and Interfaces. And then upgrading to RUP3(12.1.3). Opting for Fresh installation as there are no process customizations mainly.
    Now my doubt is.. for 15 Concurrent user.. just having one Apps Tier is sufficient with 4 GB RAM(cannot be extended as it is windows standard 32 bit and max is 4 GB RAM), DB Tier with 8 GB RAM on windows 2008 R2(64 bit)?
    Please suggest me any other approaches if any applicable for Windows. I am a Newbie in implementation.
    Rgds
    SS

    Hi;
    11i Configuration Details: 2 Machines
    (1)Machine A Windows 2003(32 bit): Database tier: 10gR2(10.2.0.3) NO RAC
    (1)Machine A Windows 2003(32 bit): Apps tier: (Concurrent,Reports)
    (2)Machine B Windows 2003(32 bit): Apps tier: (Admin,Web,Forms)
    Ours is 15 Concurrent Users and no customizations to any processes. I belive there is no need this kind of arch. for just 15 users
    Now planning to move to windows 2008 R2(64 bit) machine as part of upgradation to 12.1.3Please see:
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) [ID 761567.1]<< From note:
    Windows Server 2008 R2 is certified with Oracle E-Business Suite Release 12 (12.1.1 or higher) using a migration process as outlined in My Oracle Support Document 1188535.1. Installing Oracle E-Business Suite using the Rapid Install directly on Windows Server 2008 R2 is not currently supported.
    Planning R12.1.1 configuration Details: 2 Machines
    (1)Machine A Windows 2008 R2 Server(64 bit): Database tier: 11gR2(11.2.0.2) No RAC
    (2)Machine B Windows 2003(32 bit): Apps tier: (Concurrent,Reports,Admin,Web,Forms)
    OR it should be
    (2)Machine B Windows 2008(32 bit): Apps tier: (Concurrent,Reports,Admin,Web,Forms)I perefer to go wiht option 2 because its a newer version.
    Is this confugaration advisable? Any Performance wise degradation.I belive yes
    Planning to have BI Publisher and Discoverer .. Where to install these?I suggest use new server for those
    Process:
    1) Staged Environment:
    Machine A Windows 2008 R2(64 bit): Upgrade 10gR2 to base 11gR2 and then to 11.2.0.2 on any windows 32 bit machine. And migrating this DB to 64 bit Machine A. Correct
    Machine B Windows 2003/2008(32 bit): Freshly installing 12.1.1 apps tier (Concurrent,Reports,Admin,Web,Forms), Porting over any personalised Reports,Forms(few personilizations) and Interfaces. And then upgrading to RUP3(12.1.3). Opting for Fresh installation as there are no process customizations mainly.
    Now my doubt is.. for 15 Concurrent user.. just having one Apps Tier is sufficient with 4 GB RAM(cannot be extended as it is windows standard 32 bit and max is 4 GB RAM), DB Tier with 8 GB RAM on windows 2008 R2(64 bit)?I belive its okey,it wont be cause some problem for 15 users
    Regard
    Helios

  • EBS R12 Apps Tier certification & support on EXADATA V2

    Hi All,
    I know that 11gR2 ebs databases are certified/supported with Exadata v2.
    But my question is;
    Is EBS R12(12.1.3) APPS Tier  (forms, report,concurrent etc..) certified/supportd with Exadata V2 -- OS = Linux ?
    And also where can I find this certification/support information? --written
    Thanks in advance

    I just thought that because it s application tier, it doesnt do db io , so it could work like on a standard oel on local disks, no exadata specific system code, that's why no hardware dependency.
    Okay not certified or supported then. thanks you for your replies.This is already mentioned in the first link referenced above by Helios -- https://blogs.oracle.com/stevenChan/entry/ebs_exadata_whitepaper
    And the second link is already referenced in https://blogs.oracle.com/stevenChan/entry/e-business_suite_exadata_v2
    Thanks,
    Hussein

  • I used to be able to turn off my apps by holding down the icon but since the update it wont work. have they changed how to stop them running

    I used to be able to turn off my apps by holding down the icon and then it would turn off, now when I do the same thing nothing happens. Have they changed the way you turn off apps since the new update.

    Double tap the home button and swipe upwards on the preview of the App (not the App Icon).
    http://manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf

  • How to delete "other" content which doubled with IOS 8.1 - I already tried deleting apps and pdfs i had saved, browser history, accessability to apps changed turned off, didn't change the 32 GB of "other" IOS 8 added on

    how do I delete "other" content which more than doubled with IOS 8.1 - I already tried deleting apps and pdfs i had saved, browser history, accessability to apps changed turned off, which had absolutely no effect,  32 GB of unusable "other" still on my iPad.

    *Feedback*
    "Use the form below to send us your comments. We read all feedback carefully, but please note that we cannot respond to the comments you submit."
    http://www.apple.com/feedback/ipad.html
    We can complain about Apple's business decisions, but these discussions are user to user talk about possible solutions.
    Here are the places to report bugs:
    Get an account at
    http://developer.apple.com/  then submit a bug report to http://bugreporter.apple.com/
    Once on the bugreporter page,
       -- click on New icon
       -- See if you need to attach a log file or log files, clicking on Show instructions for gathering logs.  Scroll down to find the area or application that matches the problem.
       -- etc.

  • Unknow error in Oracle EBS Application Tier

    Hello folks,
    Database started normally and so did the application.
    # su - applprod
    [YOU HAVE NEW MAIL]
    $ cd /oracle/prodappl
    $ . ./APPSPROD_test4.env
    $ cd /oracle/prodcomn/admin/scripts/PROD_test4
    $ ./adstrtal.sh apps/apps
    $
    $
    $ ./adstrtal.sh apps/apps
    You are running adstrtal.sh version 115.14
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adapcctl.sh start
    script returned:
    adapcctl.sh version 115.43
    Starting Apache Web Server Listener (dedicated HTTP) ...
    Starting Apache Web Server Listener (dedicated PLSQL) ...
    adapcctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adalnctl.sh start
    script returned:
    adalnctl.sh version
    Checking for FNDFS executable.
    Starting listener process APPS_PROD.
    adalnctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adcmctl.sh start
    script returned:
    You are running adcmctl.sh version 115.19
    Starting concurrent manager for PROD ...
    Starting PROD_0128@PROD Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adfrmctl.sh start
    script returned:
    You are running adfrmctl.sh version 115.33
    Starting forms server for PROD on port 9003.
    adfrmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adrepctl.sh start
    script returned:
    You are running adrepctl.sh version 115.29
    starting Reports Server for PROD on port 7003.
    adrepctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adfmcctl.sh start
    script returned:
    You are running adfmcctl.sh version 115.16
    Starting forms load balancing client for PROD.
    adfmcctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adfmsctl.sh start
    script returned:
    You are running adfmsctl.sh version 115.12
    starting forms metrics server for PROD.
    adfmsctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/jtffmctl.sh start
    script returned:
    You are running jtffmctl.sh version 115.7
    Starting Fulfillment Server for PROD on port 9303 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/addisctl.sh start
    script returned:
    addisctl.sh version 115.8
    /oracle/prodora/8.0.6/vbroker/bin/osagent
    Started osagent.
    Osagent logs messages to the file /oracle/prodora/8.0.6/discwb4/util/osagent.log.
    Waiting for OAD to start...
    Started OAD.
    OAD logs messages to the file /oracle/prodora/8.0.6/discwb4/util/oad.log.
    Discoverer Locator Started.
    Locator logs messages to the file /oracle/prodora/8.0.6/discwb4/util/locator.log.
    addisctl.sh: exiting with status 0
    .end std out.
    .end err out.
    All enabled services for this node are started.
    Check logfile /oracle/prodcomn/admin/log/PROD_test4/01280057.log for details
    Exiting with status 0
    $
    $Check logfile
    cat /oracle/prodcomn/admin/log/PROD_test4/01280057.log for details
    [Service Control Execution Report]
    The report format is:
    <Service> <Script> <Status>
    Oracle Apache Server PROD_test4 adapcctl.sh Started
    OracleTNSListener80APPS_PROD_test4 adalnctl.sh Started
    OracleConcMgrPROD_test4 adcmctl.sh Started
    OracleFormsServer-Forms60PROD_test4 adfrmctl.sh Started
    OracleReportServer-Rep60_PROD adrepctl.sh Started
    Oracle Metrics Client PROD_test4 adfmcctl.sh Started
    Oracle Metrics Server PROD_test4 adfmsctl.sh Started
    Oracle Fulfillment Server PROD_test4 jtffmctl.sh Started
    Oracle Discoverer services PROD_test4 addisctl.sh Started
    Oracle Restricted Apache Server PROD_test4 adaprstctl.sh Disabled
    Oracle Apache Server PROD_test4 for PL/SQL adapcctl.sh Disabled
    Oracle TCF SocketServer PROD_test4 adtcfctl.sh Disabled
    Oracle ICSM PROD_test4 ieoicsm.sh Disabled
    Oracle iProcurement Bulk Loader PROD_test4 icxblkctl.sh Disabled
    ServiceControl is exiting with status 0
    $
    ****************************DATABASE ALERT LOG ******************************************
    $ tail -n 50 alert_PROD.log
    Beginning log switch checkpoint up to RBA [0x1ba.2.10], SCN: 0x0000.c8aa61f1
    Thread 1 advanced to log sequence 442
    Current log# 1 seq# 442 mem# 0: /oracle/proddata/redo_1_1.log
    Current log# 1 seq# 442 mem# 1: /oracle/proddata/redo_1_2.log
    Sun Jan 27 21:30:43 2013
    ARC1: Evaluating archive log 2 thread 1 sequence 441
    ARC1: Beginning to archive log 2 thread 1 sequence 441
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/archive/1_441.dbf'
    ARC1: Completed archiving log 2 thread 1 sequence 441
    Sun Jan 27 21:51:29 2013
    Completed checkpoint up to RBA [0x1ba.2.10], SCN: 0x0000.c8aa61f1
    Sun Jan 27 22:41:04 2013
    Beginning log switch checkpoint up to RBA [0x1bb.2.10], SCN: 0x0000.c8aac3bc
    Thread 1 advanced to log sequence 443
    Current log# 2 seq# 443 mem# 0: /oracle/proddata/redo_2_1.log
    Current log# 2 seq# 443 mem# 1: /oracle/proddata/redo_2_2.log
    Sun Jan 27 22:41:04 2013
    ARC0: Evaluating archive log 1 thread 1 sequence 442
    ARC0: Beginning to archive log 1 thread 1 sequence 442
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/archive/1_442.dbf'
    ARC0: Completed archiving log 1 thread 1 sequence 442
    Sun Jan 27 23:01:49 2013
    Completed checkpoint up to RBA [0x1bb.2.10], SCN: 0x0000.c8aac3bc
    Sun Jan 27 23:51:25 2013
    Beginning log switch checkpoint up to RBA [0x1bc.2.10], SCN: 0x0000.c8ab255d
    Thread 1 advanced to log sequence 444
    Current log# 1 seq# 444 mem# 0: /oracle/proddata/redo_1_1.log
    Current log# 1 seq# 444 mem# 1: /oracle/proddata/redo_1_2.log
    Sun Jan 27 23:51:25 2013
    ARC1: Evaluating archive log 2 thread 1 sequence 443
    ARC1: Beginning to archive log 2 thread 1 sequence 443
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/archive/1_443.dbf'
    ARC1: Completed archiving log 2 thread 1 sequence 443
    Mon Jan 28 00:12:08 2013
    Completed checkpoint up to RBA [0x1bc.2.10], SCN: 0x0000.c8ab255d
    Mon Jan 28 00:45:05 2013
    Starting ORACLE instance (normal)
    Mon Jan 28 00:58:29 2013
    ORA-1654: unable to extend index APPLSYS.SYS_IOT_TOP_245802 by 311075 in tablespace APPLSYSD
    ORA-1654: unable to extend index APPLSYS.SYS_IOT_TOP_245802 by 311075 in tablespace APPLSYSD
    Mon Jan 28 00:59:05 2013
    Beginning log switch checkpoint up to RBA [0x1bd.2.10], SCN: 0x0000.c8ab8371
    Thread 1 advanced to log sequence 445
    Current log# 2 seq# 445 mem# 0: /oracle/proddata/redo_2_1.log
    Current log# 2 seq# 445 mem# 1: /oracle/proddata/redo_2_2.log
    Mon Jan 28 00:59:05 2013
    ARC0: Evaluating archive log 1 thread 1 sequence 444
    ARC0: Beginning to archive log 1 thread 1 sequence 444
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/archive/1_444.dbf'
    ARC0: Completed archiving log 1 thread 1 sequence 444
    $
    When I run the oracle EBS application I get the following error
    http://test4.aaa.bbb.com.br:8003/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&dbc=test4_prod
    Error Page
    You have encountered an unexpected error. Please contact the System Administrator for assistance.
    How Can I troubleshoot this error ? Thanks for your help

    OS = AIX 5.3
    Oracle EBS 11.5.9 with database 9
    Run AutoConfig on Database Tier
    $ ./adautocfg.sh
    Enter the APPS user password:
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : /oracle/proddb/9.2.0
    Using java command : /oracle/proddb/9.2.0/jdk/bin/java
    Java version : 1.3.1
    Classpath : /oracle/proddb/9.2.0/jdk/jre/lib/rt.jar:/oracle/proddb/9.2.0/jdk/jre/lib/i18n.jar:/oracle/proddb/9.2.0/jdk/lib/dt.jar:/oracle/proddb/9.2.0/jdk/lib/tools.jar:/oracle/proddb/9.2.0/jdbc/lib/classes12.jar:/oracle/proddb/9.2.0/appsutil/java/xmlparserv2.zip:/oracle/proddb/9.2.0/appsutil/java:/oracle/proddb/9.2.0/jlib/netcfg.jar
    Using Context file : /oracle/proddb/9.2.0/appsutil/PROD_test4.xml
    Context Value Management will now update the Context file
    Updating Context file...COMPLETED
    Attempting upload of Context file and templates to database...COMPLETED
    Updating rdbms version in Context file to db920
    Updating rdbms type in Context file to 64 bits
    Configuring templates from ORACLE_HOME ...
    AutoConfig completed with errors.
    The log file for this session is located at: /oracle/proddb/9.2.0/appsutil/log/PROD_test4/01281615/adconfig.log
    $
    ******************Posting the log******************************************
    oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/addlnctl.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adlsnodes_ux.sh
    dest : /oracle/proddb/9.2.0/appsutil/scripts/PROD_test4/adlsnodes.sh
    backup : /oracle/proddb/9.2.0/appsutil/scripts/PROD_test4/adlsnodes.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adlsnodes.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adlnkoh.sh
    dest : /oracle/proddb/9.2.0/appsutil/install/adlnkoh.sh
    backup : /oracle/proddb/9.2.0/appsutil/install/adlnkoh.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adlnkoh.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adcrdbrdlg.sh
    dest : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcrdbrdlg.sh
    backup : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcrdbrdlg.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adcrdbrdlg.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adautocfg_ux.sh
    dest : /oracle/proddb/9.2.0/appsutil/scripts/PROD_test4/adautocfg.sh
    backup : /oracle/proddb/9.2.0/appsutil/scripts/PROD_test4/adautocfg.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adautocfg.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adcrobj.sh
    dest : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcrobj.sh
    backup : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcrobj.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adcrobj.sh
    setting permissions: 700
    setting ownership: :
    File /oracle/proddb/9.2.0/dbs/initPROD.ora of type INSTALL already exists, this file will not be instantiated.
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/afmkinit.sh
    dest : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/afmkinit.sh
    backup : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/afmkinit.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/afmkinit.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/config_aix_64.s
    dest : /oracle/proddb/9.2.0/rdbms/lib/config.s
    backup : /oracle/proddb/9.2.0/rdbms/lib/config.s to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/config.s
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adcmclean.sql
    dest : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcmclean.sql
    backup : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcmclean.sql to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adcmclean.sql
    setting permissions: 600
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adcctclean.sql
    dest : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcctclean.sql
    backup : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcctclean.sql to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adcctclean.sql
    setting permissions: 600
    setting ownership: :
    AutoConfig Setup Phase
    Running Setup Process 1 of 2 for AppsUtil
    Executing script in InstantiateFile:
    /oracle/proddb/9.2.0/Apache/perl/bin/perl -I /oracle/proddb/9.2.0/Apache/perl/lib/5.00503:/oracle/proddb/9.2.0/Apache/perl/lib/site_perl/5.005:/oracle/proddb/9.2.0/appsutil/perl /oracle/proddb/9.2.0/appsutil/scripts/PROD_test4/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 2 of 2 for AppsUtil
    Executing script in InstantiateFile:
    /oracle/proddb/9.2.0/appsutil/install/PROD_test4/afmkinit.sh
    script returned:
    afmkinit.sh started at Mon Jan 28 16:16:32 SAUST 2013
    Parameters passed are : apps apps
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/proddb/9.2.0
    ORACLE_SID : PROD
    TWO_TASK :
    PATH : /oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/usr/vac/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oraprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/proddb/9.2.0/lib:/usr/dt/lib:/usr/openwin/lib:/oracle/proddb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 0
    .end std out.
    .end err out.
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for AppsUtil
    Executing script in InstantiateFile:
    /oracle/proddb/9.2.0/appsutil/install/PROD_test4/afdbprf.sh
    script returned:
    afdbprf.sh started at Mon Jan 28 16:16:32 SAUST 2013
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/proddb/9.2.0
    ORACLE_SID : PROD
    PATH : /oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/usr/vac/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oraprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/proddb/9.2.0/lib:/usr/dt/lib:/usr/openwin/lib:/oracle/proddb/9.2.0/ctx/lib
    Executable : /oracle/proddb/9.2.0/bin/sqlplus
    afdbprf.sh is version 115.0
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Services Phase
    Running Service Process 1 of 1 for AppsUtil
    Executing script in InstantiateFile:
    /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcrobj.sh
    script returned:
    adcrobj.sh started at Mon Jan 28 16:16:32 SAUST 2013
    Parameters passed are : apps apps
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/proddb/9.2.0
    ORACLE_SID : PROD
    TWO_TASK :
    PATH : /oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/usr/vac/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oraprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/proddb/9.2.0/lib:/usr/dt/lib:/usr/openwin/lib:/oracle/proddb/9.2.0/ctx/lib
    SQLPLUS Executable : /oracle/proddb/9.2.0/bin/sqlplus
    SQL*Plus: Release 9.2.0.3.0 - Production on Mon Jan 28 16:16:32 2013
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12541: TNS:no listener
    adcrobj.sh exiting with status 1
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.
    [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>
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /oracle/proddb/9.2.0/appsutil/install/PROD_test4
    adcrobj.sh INSTE8_APPLY 1
    AutoConfig is exiting with status 1
    The log file for this session is located at: /oracle/proddb/9.2.0/appsutil/log/PROD_test4/01281615/adconfig.log
    ****************NOW RUNNING AUTOCONFIG ON APPS TIER****************************
    $ ./adautocfg.sh
    Enter the APPS user password:
    AutoConfig is configuring the Applications environment...
    AutoConfig will consider the custom templates if present.
    Using APPL_TOP location : /oracle/prodappl
    Using java command : /usr/java131/bin/java
    Java version : 1.3.1
    Classpath : /usr/java131/jre/lib/rt.jar:/usr/java131/jre/lib/i18n.jar:/usr/java131/lib/dt.jar:/usr/java131/lib/tools.jar:/oracle/prodcomn/java/appsborg2.zip:/oracle/prodcomn/java
    Using Context file : /oracle/prodappl/admin/PROD_test4.xml
    Context Value Management will now update the Context file
    Updating Context file...COMPLETED
    Attempting upload of Context file and templates to database...COMPLETED
    Configuring templates from all of the product tops...
    Configuring AD_TOP........COMPLETED
    Configuring FND_TOP.......COMPLETED
    Configuring ICX_TOP.......COMPLETED
    Configuring IEO_TOP.......COMPLETED
    Configuring ABM_TOP.......COMPLETED
    Configuring ECX_TOP.......COMPLETED
    Configuring BIS_TOP.......COMPLETED
    Configuring GL_TOP........COMPLETED
    Configuring AMS_TOP.......COMPLETED
    Configuring WSH_TOP.......COMPLETED
    Configuring OKE_TOP.......COMPLETED
    Configuring OKL_TOP.......COMPLETED
    Configuring OKS_TOP.......COMPLETED
    Configuring CSF_TOP.......COMPLETED
    Configuring XNC_TOP.......COMPLETED
    Configuring IGS_TOP.......COMPLETED
    Configuring IBY_TOP.......COMPLETED
    Configuring PA_TOP........COMPLETED
    Configuring JTF_TOP.......COMPLETED
    Configuring MWA_TOP.......COMPLETED
    Configuring CN_TOP........COMPLETED
    Configuring CSI_TOP.......COMPLETED
    Configuring WIP_TOP.......COMPLETED
    Configuring CSE_TOP.......COMPLETED
    Configuring EAM_TOP.......COMPLETED
    Configuring IMT_TOP.......COMPLETED
    Configuring FTE_TOP.......COMPLETED
    Configuring ONT_TOP.......COMPLETED
    Configuring AR_TOP........COMPLETED
    Configuring AHL_TOP.......COMPLETED
    Configuring CSD_TOP.......COMPLETED
    Configuring IGC_TOP.......COMPLETED
    AutoConfig completed with errors.
    The log file for this session is located at: /oracle/prodappl/admin/PROD_test4/log/01281645/adconfig.log
    *************************CHECKING THE LOG**********************
    instantiate file:
    source : /oracle/prodappl/ahl/11.5.0/admin/template/ahladmprf.sql
    dest : /oracle/prodcomn/admin/install/PROD_test4/ahladmprf.sql
    backup : /oracle/prodcomn/admin/install/PROD_test4/ahladmprf.sql to /oracle/prodappl/admin/PROD_test4/out/01281645/ahladmprf.sql
    setting permissions: 600
    setting ownership: applprod:dba
    instantiate file:
    source : /oracle/prodappl/ahl/11.5.0/admin/template/ahladmprf.sh
    dest : /oracle/prodcomn/admin/install/PROD_test4/ahladmprf.sh
    backup : /oracle/prodcomn/admin/install/PROD_test4/ahladmprf.sh to /oracle/prodappl/admin/PROD_test4/out/01281645/ahladmprf.sh
    setting permissions: 700
    setting ownership: applprod:dba
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for AHL_TOP
    Executing script in InstantiateFile:
    /oracle/prodcomn/admin/install/PROD_test4/ahladmprf.sh
    script returned:
    ahladmprf.sh started at Mon Jan 28 16:50:00 SAUST 2013
    Parameters passed are : apps apps
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/prodora/8.0.6
    ORACLE_SID :
    TWO_TASK : PROD
    PATH : /oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodappl/fnd/11.5.0/bin:/oracle/prodappl/ad/11.5.0/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip::/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip:/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/applprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/prodora/8.0.6/network/jre11/lib/aix/native_threads:/oracle/prodappl/cz/11.5.0/bin:/oracle/prodora/8.0.6/lib:/usr/dt/lib:/usr/openwin/lib
    Executable : /oracle/prodora/8.0.6/bin/sqlplus
    SQL*Plus: Release 8.0.6.0.0 - Production on Mon Jan 28 16:50:00 2013
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12224: TNS:no listener
    ahladmprf.sh exiting with status 1
    .end std out.
    .end err out.
    Processing DriverFile = /oracle/prodappl/csd/11.5.0/admin/driver/csdtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CSD_TOP
    instantiate file:
    source : /oracle/prodappl/csd/11.5.0/admin/template/csdadmprf.sql
    dest : /oracle/prodcomn/admin/install/PROD_test4/csdadmprf.sql
    backup : /oracle/prodcomn/admin/install/PROD_test4/csdadmprf.sql to /oracle/prodappl/admin/PROD_test4/out/01281645/csdadmprf.sql
    setting permissions: 600
    setting ownership: applprod:dba
    instantiate file:
    source : /oracle/prodappl/csd/11.5.0/admin/template/csdadmprf.sh
    dest : /oracle/prodcomn/admin/install/PROD_test4/csdadmprf.sh
    backup : /oracle/prodcomn/admin/install/PROD_test4/csdadmprf.sh to /oracle/prodappl/admin/PROD_test4/out/01281645/csdadmprf.sh
    setting permissions: 700
    setting ownership: applprod:dba
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for CSD_TOP
    Executing script in InstantiateFile:
    /oracle/prodcomn/admin/install/PROD_test4/csdadmprf.sh
    script returned:
    csdadmprf.sh started at Mon Jan 28 16:50:02 SAUST 2013
    Parameters passed are : apps apps
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/prodora/8.0.6
    ORACLE_SID :
    TWO_TASK : PROD
    PATH : /oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodappl/fnd/11.5.0/bin:/oracle/prodappl/ad/11.5.0/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip::/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip:/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/applprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/prodora/8.0.6/network/jre11/lib/aix/native_threads:/oracle/prodappl/cz/11.5.0/bin:/oracle/prodora/8.0.6/lib:/usr/dt/lib:/usr/openwin/lib
    Executable : /oracle/prodora/8.0.6/bin/sqlplus
    SQL*Plus: Release 8.0.6.0.0 - Production on Mon Jan 28 16:50:02 2013
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12224: TNS:no listener
    csdadmprf.sh exiting with status 1
    .end std out.
    .end err out.
    Processing DriverFile = /oracle/prodappl/igc/11.5.0/admin/driver/igctmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for IGC_TOP
    instantiate file:
    source : /oracle/prodappl/igc/11.5.0/admin/template/igccmprf.sql
    dest : /oracle/prodcomn/admin/install/PROD_test4/igccmprf.sql
    backup : /oracle/prodcomn/admin/install/PROD_test4/igccmprf.sql to /oracle/prodappl/admin/PROD_test4/out/01281645/igccmprf.sql
    setting permissions: 600
    setting ownership: applprod:dba
    instantiate file:
    source : /oracle/prodappl/igc/11.5.0/admin/template/igccmprf.sh
    dest : /oracle/prodcomn/admin/install/PROD_test4/igccmprf.sh
    backup : /oracle/prodcomn/admin/install/PROD_test4/igccmprf.sh to /oracle/prodappl/admin/PROD_test4/out/01281645/igccmprf.sh
    setting permissions: 700
    setting ownership: applprod:dba
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for IGC_TOP
    Executing script in InstantiateFile:
    /oracle/prodcomn/admin/install/PROD_test4/igccmprf.sh
    script returned:
    igccmprf.sh started at Mon Jan 28 16:50:04 SAUST 2013
    Parameters passed are : apps apps
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/prodora/8.0.6
    ORACLE_SID :
    TWO_TASK : PROD
    PATH : /oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodappl/fnd/11.5.0/bin:/oracle/prodappl/ad/11.5.0/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip::/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip:/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/applprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/prodora/8.0.6/network/jre11/lib/aix/native_threads:/oracle/prodappl/cz/11.5.0/bin:/oracle/prodora/8.0.6/lib:/usr/dt/lib:/usr/openwin/lib
    Executable : /oracle/prodora/8.0.6/bin/sqlplus
    SQL*Plus: Release 8.0.6.0.0 - Production on Mon Jan 28 16:50:04 2013
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12224: TNS:no listener
    igccmprf.sh exiting with status 1
    .end std out.
    .end err out.
    Product Top Drivers executed : AD_TOP FND_TOP ICX_TOP IEO_TOP ABM_TOP ECX_TOP BIS_TOP GL_TOP AMS_TOP WSH_TOP OKE_TOP OKL_TOP OKS_TOP CSF_TOP XNC_TOP IGS_TOP IBY_TOP PA_TOP JTF_TOP MWA_TOP CN_TOP CSI_TOP WIP_TOP CSE_TOP EAM_TOP IMT_TOP FTE_TOP ONT_TOP AR_TOP AHL_TOP CSD_TOP IGC_TOP
    [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>
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /oracle/prodcomn/admin/install/PROD_test4
    adadmprf.sh INSTE8_PRF 1
    admk80ln.sh INSTE8_PRF 1
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /oracle/prodora/iAS/Apache/perl/bin/perl -I /oracle/prodora/iAS/Apache/perl/lib/5.00503:/oracle/prodora/iAS/Apache/perl/lib/site_perl/5.005:/oracle/prodappl/au/11.5.0/perl /oracle/prodcomn/admin/install/PROD_test4
    adadmat.pl INSTE8_APPLY 256
    adupdlobs.pl INSTE8_APPLY 256
    AutoConfig is exiting with status 4
    The log file for this session is located at: /oracle/prodappl/admin/PROD_test4/log/01281645/adconfig.log
    $
    $
    ***************ALERT.LOG*****************
    $ tail -n 60 /oracle/proddb/9.2.0/admin/PROD_test4/bdump/alert_PROD.log
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    CJQ0 started with pid=8
    QMN0 started with pid=9
    Mon Jan 28 16:56:15 2013
    ARCH: STARTING ARCH PROCESSES
    ARC0 started with pid=10
    ARC0: Archival started
    ARC1 started with pid=11
    ARC1: Archival started
    Mon Jan 28 16:56:15 2013
    ARCH: STARTING ARCH PROCESSES COMPLETE
    Mon Jan 28 16:56:15 2013
    ARC0: Thread not mounted
    Mon Jan 28 16:56:15 2013
    ARC1: Thread not mounted
    Mon Jan 28 16:56:15 2013
    ALTER DATABASE MOUNT
    Mon Jan 28 16:56:20 2013
    Successful mount of redo thread 1, with mount id 217770287.
    Mon Jan 28 16:56:20 2013
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE MOUNT
    Mon Jan 28 16:56:20 2013
    ALTER DATABASE OPEN
    Mon Jan 28 16:56:28 2013
    LGWR: Primary database is in CLUSTER CONSISTENT mode
    Thread 1 opened at log sequence 525
    Current log# 2 seq# 525 mem# 0: /oracle/proddata/redo_2_1.log
    Current log# 2 seq# 525 mem# 1: /oracle/proddata/redo_2_2.log
    Successful open of redo thread 1.
    Mon Jan 28 16:56:33 2013
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Mon Jan 28 16:56:33 2013
    SMON: enabling cache recovery
    Mon Jan 28 16:56:34 2013
    Undo Segment 1 Onlined
    Undo Segment 2 Onlined
    Undo Segment 3 Onlined
    Undo Segment 4 Onlined
    Undo Segment 5 Onlined
    Undo Segment 6 Onlined
    Undo Segment 7 Onlined
    Undo Segment 8 Onlined
    Undo Segment 9 Onlined
    Undo Segment 10 Onlined
    Successfully onlined Undo Tablespace 371.
    Mon Jan 28 16:56:35 2013
    SMON: enabling tx recovery
    Mon Jan 28 16:56:35 2013
    Database Characterset is AR8ISO8859P6
    Mon Jan 28 16:56:56 2013
    replication_dependency_tracking turned off (no async multimaster replication found)
    Completed: ALTER DATABASE OPEN
    Mon Jan 28 16:57:18 2013
    Restarting dead background process QMN0
    QMN0 started with pid=12
    $
    Where to proceed from here ?
    postscript: Thanks Taher for the feedback below. I will start the listener & database and try the autoconfig and will keep the apps tier down, and then post the results here.

  • Error while running adcfgclone on apps tier

    I am getting the following error while running adcfgclone on the apps tier...
    OS: RHEL 5.5 64bit
    Oracle 10.2.0.3
    EBS R12.0.4 Multinode
    DB Tier and APPS Tier on different nodes.
    RC-50004: Fatal: Error occurred in ApplyAppsTier:
    StackTrace -
    java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
            at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:67)
            at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NoSuchMethodError: oracle.apps.ad.autoconfig.InstantiateFile.writeReport(Ljava/util/Vector;Loracle/apps/ad/util/LogFile;I)V
            at oracle.apps.ad.clone.ApplyApplTop.checkAutoConfigErr(ApplyApplTop.java:590)
            at oracle.apps.ad.clone.ApplyApplTop.runAutoConfig(ApplyApplTop.java:558)
            at oracle.apps.ad.clone.ApplyApplTop.doConf(ApplyApplTop.java:339)
            at oracle.apps.ad.clone.ApplyApplTop.doApply(ApplyApplTop.java:382)
            at oracle.apps.ad.clone.ApplyApplTop.<init>(ApplyApplTop.java:267)
            at oracle.apps.ad.clone.ApplyAppsTier.<init>(ApplyAppsTier.java:105)
            ... 6 moreon the checking the logfile I am getting the following error
    Executable : /do5_apphome/apps/tech_st/10.1.2/bin/sqlplus
    SQL*Plus: Release 10.1.0.5.0 - Production on Fri Mar 30 11:12:06 2012
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: Enter value for 4: ERRO                                             R:
    ORA-12560: TNS:protocol adapter error
    igccmprf.sh exiting with status 1
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.
    Product Top Drivers executed : AD_TOP  FND_TOP  ICX_TOP  IEO_TOP  BIS_TOP  AMS_T                                             OP  CCT_TOP  WSH_TOP  CLN_TOP  OKE_TOP  OKL_TOP  OKS_TOP  CSF_TOP  IGS_TOP  IBY_                                             TOP  JTF_TOP  MWA_TOP  CN_TOP  CSI_TOP  WIP_TOP  CSE_TOP  EAM_TOP  FTE_TOP  ONT_                                             TOP  AR_TOP  AHL_TOP  OZF_TOP  IES_TOP  CSD_TOP  IGC_TOPI have successfully run rapidclone on db tier without any errors..Kindly advice me what to do to get my apps up and running..Database is already up and running!

    Mr Hussein ,
    I guess it is an issue with autoconfig. So i tried to run auto config manually and got the following error which I would like you to have a look at
                       ADX Database Utility
    getConnection() -->
        sDbHost    : devdb
        sDbDomain  : erp.local
        sDbPort    : 1551
        sDbSid     : dev
        sDbUser    : APPS
        Trying to connect using SID...
    getConnectionUsingSID() -->
        JDBC URL: jdbc:oracle:thin:@devdb.erp.local:1551:dev
        Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
        Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
        JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=devdb.erp.local)(PORT=1551))(CONNECT_DATA=(SERVICE_NAME=dev)))
        Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
        Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
        JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=devdb.erp.local)(PORT=1551))(CONNECT_DATA=(SERVICE_NAME=dev.erp.local)))
        Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
        Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
            Verifying connection to the Database   : Could not be stablished
            No Restore Profile file created.
    Restore Profile utility ran successfully
    ===========================================================================
    Listener Port no 1521

  • Error RC-10203 while running adcfgclone.pl on apps tier

    Hi,
    Hoping someone can help - I am new to Oracle Apps and cloning.
    background:
    -I have been tasked with completing the cloning steps for a development environment.  I was provided source apps tier binaries (EBS 11i, 11.5.10.2)  and source database binaries (10gR2, 10.2.0.5) created from a production multi-tier instance.
    -The target is a two tier system (apps tier is one instance, db is other instance)
    -Both instances of the target are running Red Hat 5.9 (db is 64 bit, apps tier is 32-bit)
    -I have successfully restored the database
    -I have successfully configured the env and tnsnames.ora on the target apps tier and connect to the database using the APPS credentials
    -I do not have access to the production system nor can I ask anyone from the production side for assistance.
    problem:
    Getting an error when running:
    $COMMOM_TOP/clone/bin/adcfgclone.pl appsTier
    Throwing exception:
    RC-50004: Error occurred in CloneContext:
    RC-10203: The template provided does not match with the context file.
    Context file creation not successful.
    Any suggestions?
    I've performed cloning once before, but not with these binaries. Needless to say I did not get this error last time.
    Thanks in advance..
    RKU

    Hi Hussein-
    I pulled this from /tmp/CloneContext_0730050807.log
    StackTrace:
    java.lang.Exception: RC-10203: The template provided does not match with the context file.
            at oracle.apps.ad.context.CloneContext.setTemplateLocation(CloneContext.java:3144)
            at oracle.apps.ad.context.CloneContext.doClone(CloneContext.java:666)
            at oracle.apps.ad.context.CloneContext.main(CloneContext.java:6270)
    RC-50004: Error occurred in CloneContext:
    RC-10203: The template provided does not match with the context file.
    Context file creation not succesful

  • Oracle Configuration Manager - EBS R12.1.1

    Hi ,
    EBS R12.1.1, on OEL 5.4
    Is there forums for Oracle Configuration Manager?
    I am trying to configure it, but as usual the docs is very topsiturvy.
    Identifying If Oracle Configuration Manager Is Already Installed or Configured
    Oracle Configuration Manager is included with many Oracle product lines. To verify if
    it has been included, check for the presence of the ccr directory under $ORACLE_
    HOME. If the ccr directory exists, you must verify whether it has been configured.
    ■ Navigate to the ccr/bin directory and locate emCCR. If emCCR exists, OCM has
       been configured.
    ■ If emCCR is not present under the ccr/bin directory, OCM has been installed but
       not configured.
    If the ccr directory does not exist, Oracle Configuration Manager has not been
    included with your Oracle release.
    Note: For the middle-tier of Oracle E-Business Suite Release 12
    installations, check for the presence of the ccr directory under the
    $INST_TOP/ocm/10.1.2/ and $INST_TOP/ocm/10.1.3/
    directories.
    For the database tier, the ccr directory can be found
    under $ORACLE_HOME.I searched the "ccr" at the apps tier:
    [appldev1@apps1 ~]$ cd /u01/appldev1
    [appldev1@apps1 appldev1]$ ls
    DEV1
    [appldev1@apps1 appldev1]$ find . -name "ccr"
    ./DEV1/apps/tech_st/10.1.3/ccr
    ./DEV1/apps/tech_st/10.1.2/ccr
    ./DEV1/apps/apps_st/appl/fv/12.0.0/mds/ccr
    ./DEV1/apps/apps_st/comn/java/classes/oracle/apps/fv/ccrAnd I searched the "ccr" at the database tier:
    [root@apps1 ~]# cd /u02/oradev1
    [root@apps1 oradev1]# find . -name "ccr"
    ./DEV1/db/tech_st/11.1.0/ccrWhy is that there are lots of "ccr" directories in the appstier?
    And there is also existing on the dbTier.
    Where should I install the OCR? in the apps tier or db tier or both?
    Thanks a lot
    MsK

    Hi user;
    If you follow Note:Oracle Configuration Manager and E-Business Suite Release 12 Release Notes [ID 406369.1]
    As you can see in note +"Starting with Release 12, Oracle has updated the Oracle E-Business Suite Rapid Install, Rapid Clone, and AutoConfig tools to incorporate support for installing and configuring OCM."+
    Please check your Applications context file via section 1. The information will appear in your in the following variables:
    After you confirm this,please check Section 2: Configuring OCM after Installing Release 12
    Modify your Applications context file on each node to add the CSI, OracleMetaLink user name, country code, and proxy values.
    Its mean take backup of Applications context file on each node than add add upper information to your Applications context file on each node and run autconfig each node.(For adding parameter,please follow section 1. The information will appear in your in the following variables: )
    If you dont know how you can edit Applications context file please check:
    Using AutoConfig to Manage System Configurations in Oracle E-Business Suite Release 12 [ID 387859.1]
    Regard
    Helios

  • Terminal crashes and gives me this Application Specific Information: objc[375]: garbage collection is OFF *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSKeyedUnarchiver initForReadingWithData:]: incomprehensib

    Every time I try to open terminal I get this:
    Process:         Terminal [375]
    Path:            /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    Identifier:      com.apple.Terminal
    Version:         2.2.3 (303.2)
    Build Info:      Terminal-303002000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [243]
    Date/Time:       2013-04-27 21:01:14.584 -0700
    OS Version:      Mac OS X 10.7.5 (11G63b)
    Report Version:  9
    Interval Since Last Report:          -253893 sec
    Crashes Since Last Report:           20
    Per-App Interval Since Last Report:  108 sec
    Per-App Crashes Since Last Report:   15
    Anonymous UUID:                      F9AFDFB7-B568-4DCF-8FA3-DD4CDD3613ED
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    objc[375]: garbage collection is OFF
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSKeyedUnarchiver initForReadingWithData:]: incomprehensible archive (0x62, 0x70, 0x6c, 0x69, 0x73, 0x74, 0x30, 0x30)'
    *** First throw call stack:
              0   CoreFoundation                      0x00007fff89f0bf56 __exceptionPreprocess + 198
              1   libobjc.A.dylib                     0x00007fff85920d5e objc_exception_throw + 43
              2   CoreFoundation                      0x00007fff89f0bd8a +[NSException raise:format:arguments:] + 106
              3   CoreFoundation                      0x00007fff89f0bd14 +[NSException raise:format:] + 116
              4   Foundation                          0x00007fff868bb61b -[NSKeyedUnarchiver initForReadingWithData:] + 2611
              5   Foundation                          0x00007fff868fffbb +[NSKeyedUnarchiver unarchiveObjectWithData:] + 68
              6   Terminal                            0x0000000105c39e43 Terminal + 20035
              7   Terminal                            0x0000000105c37c99 Terminal + 11417
              8   Terminal                            0x0000000105c377b2 Terminal + 10162
              9   Terminal                            0x0000000105c373f2 Terminal + 9202
              10  Terminal                            0x0000000105c3731c Terminal + 8988
              11  Terminal                            0x0000000105c36d30 Terminal + 7472
              12  AppKit                              0x00007fff86bb0389 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1311
              13  AppKit                              0x00007fff86ba68bb loadNib + 322
              14  AppKit                              0x00007fff86ba5db8 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 217
              15  AppKit                              0x00007fff86ba5cd3 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 141
              16  AppKit                              0x00007fff86ba5c16 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 364
              17  AppKit                              0x00007fff86e16cd7 NSApplicationMain + 398
              18  Terminal                            0x0000000105c36164 Terminal + 4452
    terminate called throwing an exception
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff85d21ce2 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff8ac267d2 pthread_kill + 95
    2   libsystem_c.dylib                       0x00007fff8ac17a7a abort + 143
    3   libc++abi.dylib                         0x00007fff890f07bc abort_message + 214
    4   libc++abi.dylib                         0x00007fff890edfcf default_terminate() + 28
    5   libobjc.A.dylib                         0x00007fff859211b9 _objc_terminate + 94
    6   libc++abi.dylib                         0x00007fff890ee001 safe_handler_caller(void (*)()) + 11
    7   libc++abi.dylib                         0x00007fff890ee05c std::terminate() + 16
    8   libc++abi.dylib                         0x00007fff890ef152 __cxa_throw + 114
    9   libobjc.A.dylib                         0x00007fff85920e7a objc_exception_throw + 327
    10  com.apple.CoreFoundation                0x00007fff89f0bd8a +[NSException raise:format:arguments:] + 106
    11  com.apple.CoreFoundation                0x00007fff89f0bd14 +[NSException raise:format:] + 116
    12  com.apple.Foundation                    0x00007fff868bb61b -[NSKeyedUnarchiver initForReadingWithData:] + 2611
    13  com.apple.Foundation                    0x00007fff868fffbb +[NSKeyedUnarchiver unarchiveObjectWithData:] + 68
    14  com.apple.Terminal                      0x0000000105c39e43 0x105c35000 + 20035
    15  com.apple.Terminal                      0x0000000105c37c99 0x105c35000 + 11417
    16  com.apple.Terminal                      0x0000000105c377b2 0x105c35000 + 10162
    17  com.apple.Terminal                      0x0000000105c373f2 0x105c35000 + 9202
    18  com.apple.Terminal                      0x0000000105c3731c 0x105c35000 + 8988
    19  com.apple.Terminal                      0x0000000105c36d30 0x105c35000 + 7472
    20  com.apple.AppKit                        0x00007fff86bb0389 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1311
    21  com.apple.AppKit                        0x00007fff86ba68bb loadNib + 322
    22  com.apple.AppKit                        0x00007fff86ba5db8 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 217
    23  com.apple.AppKit                        0x00007fff86ba5cd3 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 141
    24  com.apple.AppKit                        0x00007fff86ba5c16 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 364
    25  com.apple.AppKit                        0x00007fff86e16cd7 NSApplicationMain + 398
    26  com.apple.Terminal                      0x0000000105c36164 0x105c35000 + 4452
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff85d227e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff87b14786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff87b13316 _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff85d22192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8ac26594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8ac27b85 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff85d22192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8ac26594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8ac27b85 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff85d227e6 kevent + 10
    1   com.apple.Terminal                      0x0000000105c36b9d 0x105c35000 + 7069
    2   com.apple.Foundation                    0x00007fff868d672a -[NSThread main] + 68
    3   com.apple.Foundation                    0x00007fff868d66a2 __NSThread__main__ + 1575
    4   libsystem_c.dylib                       0x00007fff8ac248bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff8ac27b75 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff65832fb8  rdx: 0x0000000000000000
      rdi: 0x0000000000000b07  rsi: 0x0000000000000006  rbp: 0x00007fff65832fe0  rsp: 0x00007fff65832fb8
       r8: 0x00007fff72276fb8   r9: 0x00007fff65832a48  r10: 0x00007fff85d21d0a  r11: 0xffffff80002dad60
      r12: 0x0000000105e245c0  r13: 0x0000000105e24b20  r14: 0x00007fff72279960  r15: 0x00007fff65833130
      rip: 0x00007fff85d21ce2  rfl: 0x0000000000000246  cr2: 0x00000001100f3000
    Logical CPU: 0
    Binary Images:
           0x105c35000 -        0x105ce5fff  com.apple.Terminal (2.2.3 - 303.2) <4FE3571C-852C-3F5E-BA6A-87B48ED5E043> /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
        0x7fff65835000 -     0x7fff65869baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
        0x7fff810df000 -     0x7fff810f6fff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff810f7000 -     0x7fff810f8fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff811ad000 -     0x7fff814d9fff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff81524000 -     0x7fff81566ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff815df000 -     0x7fff81a0cfff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff81a0d000 -     0x7fff81a0dfff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff81a0e000 -     0x7fff81aedfff  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <047DFE61-500F-3F11-9881-D0844D2FCE5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff81b1e000 -     0x7fff81b22ff7  com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff81b23000 -     0x7fff81c28fff  libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff820ba000 -     0x7fff820befff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
        0x7fff820bf000 -     0x7fff82117ff7  libTIFF.dylib (??? - ???) <59353B7F-EA9A-32D5-A501-283443B30C60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff82118000 -     0x7fff8224efff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8224f000 -     0x7fff82256fff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff82258000 -     0x7fff8225dfff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
        0x7fff8226b000 -     0x7fff822f0ff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff829c3000 -     0x7fff829e0ff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff829e1000 -     0x7fff829f6fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff829f7000 -     0x7fff82a02fff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff82a03000 -     0x7fff82a03fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff82a04000 -     0x7fff82a43fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff82cbb000 -     0x7fff82ebdfff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
        0x7fff82f0b000 -     0x7fff8317ffff  com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff83180000 -     0x7fff831a9fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8342a000 -     0x7fff83431ff7  com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff83432000 -     0x7fff83434fff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
        0x7fff83435000 -     0x7fff83435fff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff834db000 -     0x7fff83543ff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff83792000 -     0x7fff83932ff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8393f000 -     0x7fff83941fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff83942000 -     0x7fff83a26ff7  com.apple.CoreServices.OSServices (478.50 - 478.50) <3D6AA4EF-C601-36C7-8F3A-A00964F01759> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff83a66000 -     0x7fff83b2dff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff83e54000 -     0x7fff83e62fff  com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff83e71000 -     0x7fff83e9efe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
        0x7fff83e9f000 -     0x7fff83f22fef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff83f23000 -     0x7fff83f75ff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff83fb0000 -     0x7fff83fb0fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff83fb1000 -     0x7fff83fc0ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
        0x7fff83fe9000 -     0x7fff8405ffff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff84060000 -     0x7fff84086fff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff840a3000 -     0x7fff840a8fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff840fe000 -     0x7fff840ffff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff84187000 -     0x7fff84195ff7  libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
        0x7fff84365000 -     0x7fff8436bfff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8436c000 -     0x7fff84596fe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff84683000 -     0x7fff8468afff  com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff849e3000 -     0x7fff84a84fff  com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff84a85000 -     0x7fff84a97ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff84dbf000 -     0x7fff84dbffff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff85832000 -     0x7fff8585eff7  com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8585f000 -     0x7fff8588fff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff858d9000 -     0x7fff858e0fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
        0x7fff858e1000 -     0x7fff85909fff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8590a000 -     0x7fff859eee5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
        0x7fff859ef000 -     0x7fff859f8ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
        0x7fff859f9000 -     0x7fff85a5bff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff85a5c000 -     0x7fff85a64fff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff85a65000 -     0x7fff85b18ff7  com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff85b19000 -     0x7fff85b84ff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff85b85000 -     0x7fff85c1bff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff85c1c000 -     0x7fff85c45fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff85c51000 -     0x7fff85cc4fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff85d0a000 -     0x7fff85d0afff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff85d0b000 -     0x7fff85d2bfff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
        0x7fff85d2c000 -     0x7fff85d49fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
        0x7fff85d4a000 -     0x7fff85eb1fff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff85fb0000 -     0x7fff85fb0fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff86377000 -     0x7fff8638aff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
        0x7fff8638b000 -     0x7fff863affff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff863b0000 -     0x7fff86452fff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff864e7000 -     0x7fff8650bfff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8655f000 -     0x7fff8687bfff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8687c000 -     0x7fff86b95fff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff86b96000 -     0x7fff8779cfff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8779d000 -     0x7fff877a3fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff87ad8000 -     0x7fff87af7fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
        0x7fff87af8000 -     0x7fff87b07fff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff87b08000 -     0x7fff87b0dfff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
        0x7fff87b0e000 -     0x7fff87b10fff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff87b11000 -     0x7fff87b1ffff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
        0x7fff87b20000 -     0x7fff87b24fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff87c68000 -     0x7fff87c68fff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff87c78000 -     0x7fff87c7efff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
        0x7fff87cd6000 -     0x7fff87cd9fff  com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff87ff2000 -     0x7fff8806dff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8806e000 -     0x7fff8806ffff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff880d2000 -     0x7fff8816cff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff881ba000 -     0x7fff881bafff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff881bb000 -     0x7fff881cdff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff881dc000 -     0x7fff8824cfff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff883d8000 -     0x7fff883ddff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
        0x7fff883de000 -     0x7fff883e9ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff88851000 -     0x7fff88868fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff888b9000 -     0x7fff888befff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff888c4000 -     0x7fff888e0ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff889b1000 -     0x7fff889b4ff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff889d0000 -     0x7fff889d6ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
        0x7fff88a33000 -     0x7fff88d28ff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff88d29000 -     0x7fff88d6afff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff88de8000 -     0x7fff88debfff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff88dec000 -     0x7fff88e2cff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
        0x7fff88e2d000 -     0x7fff88f22fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff88f2f000 -     0x7fff88f39ff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
        0x7fff88f3a000 -     0x7fff88fdffff  com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8902a000 -     0x7fff8904bfff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff890e8000 -     0x7fff890f3ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff890f4000 -     0x7fff890f5ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
        0x7fff890f6000 -     0x7fff89203fff  libJP2.dylib (??? - ???) <6AF1F5FC-34D4-3278-BEBB-0712B81890B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff89204000 -     0x7fff89205fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
        0x7fff8920a000 -     0x7fff89323fff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff89acd000 -     0x7fff89aceff7  libsystem_sandbox.dylib (??? - ???) <5422BA4A-4C96-3BC1-AF83-14F0CED0ECB5> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff89e68000 -     0x7fff8a03cff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8a03d000 -     0x7fff8a0c1ff7  com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8a0c2000 -     0x7fff8a0d8fff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8a0d9000 -     0x7fff8a0dbff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8a130000 -     0x7fff8a1a6ff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
        0x7fff8a1a7000 -     0x7fff8ab45a27  com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8ab46000 -     0x7fff8ab81fff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
        0x7fff8abd6000 -     0x7fff8acb3fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
        0x7fff8acb4000 -     0x7fff8ad10ff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8ad11000 -     0x7fff8ad1eff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
        0x7fff8af11000 -     0x7fff8af44ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8af45000 -     0x7fff8af7ffe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8af80000 -     0x7fff8af81fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
        0x7fff8af82000 -     0x7fff8afd6ff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8afd7000 -     0x7fff8b025fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
        0x7fff8b445000 -     0x7fff8b499fff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8b49a000 -     0x7fff8ba7efff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8ba8f000 -     0x7fff8baf7ff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8bb01000 -     0x7fff8bb15ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8bb16000 -     0x7fff8bb16fff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8bbcf000 -     0x7fff8bcd6fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
        0x7fff8bcd7000 -     0x7fff8bd23ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8beb0000 -     0x7fff8beeafff  libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <387DE593-9CC5-38C7-911B-A5F2264D34F2> /usr/lib/libncurses.5.4.dylib
        0x7fff8c15d000 -     0x7fff8c624fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8c68c000 -     0x7fff8c68ffff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8c690000 -     0x7fff8c6bbff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
        0x7fff8c6e5000 -     0x7fff8c842fff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8d5ac000 -     0x7fff8d5c2ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8d5c3000 -     0x7fff8d623fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8d624000 -     0x7fff8d631fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8d632000 -     0x7fff8d68dff7  com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8d86b000 -     0x7fff8d870fff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8d8f7000 -     0x7fff8d9f9fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
        0x7fff8dd49000 -     0x7fff8de55fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8de56000 -     0x7fff8de96fe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 3
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 606
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=143.5M resident=102.0M(71%) swapped_out_or_unallocated=41.4M(29%)
    Writable regions: Total=32.9M written=624K(2%) resident=3456K(10%) swapped_out=0K(0%) unallocated=29.6M(90%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG image                              4K
    CG shared images                    104K
    CoreServices                        800K
    MALLOC                             21.8M
    MALLOC guard page                    48K
    STACK GUARD                        56.0M
    Stack                              10.0M
    VM_ALLOCATE                          84K
    __CI_BITMAP                          80K
    __DATA                             12.9M
    __IMAGE                             528K
    __LINKEDIT                         49.1M
    __TEXT                             94.4M
    __UNICODE                           544K
    mapped file                        29.8M
    shared memory                       312K
    ===========                      =======
    TOTAL                             276.4M
    Model: MacBookPro4,1, BootROM MBP41.00C1.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.27f3
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 667 MHz, 0xCE00000000000000, 0x4D342037305435363633435A332D43453620
    Memory Module: BANK 1/DIMM1, 2 GB, DDR2 SDRAM, 667 MHz, 0xCE00000000000000, 0x4D342037305435363633435A332D43453620
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.131.36.15)
    Bluetooth: Version 4.0.8f17, 2 service, 11 devices, 1 incoming serial ports
    Network Service: smokerings, AirPort, en1
    Serial ATA Device: FUJITSU MHY2200BH, 200.05 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-867
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd400000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1a100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x820f, 0x1a110000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0230, 0x5d200000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x5d100000 / 2

    You probably need to reinstall OS X, but try this first.
    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, or by a peripheral device.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Replace instance B Apps Tier with instance A Apps tier

    Hi,
    I have :
    Instance A
    Apps Version: R12 (12.0.6)
    Ip:10.1.1.173
    Hostname : oratest
    Installation: Single Node and Single User
    Instance B
    Apps Version: R12 (12.0.6)
    IP 10.1.1.173
    Host Name : oraapps
    Installation: Singe Node and Single User
    I want to replace instance B Apps Tier with instance A Apps tier.
    Is it possible?
    Please suggest.
    Regards
    Anup

    Hi anup;
    I guess i am missing something.
    Instance A
    Apps Version: R12 (12.0.6)
    Ip:10.1.1.173
    Hostname : oratest
    Installation: Single Node and Single User
    Instance B
    Apps Version: R12 (12.0.6)
    IP 10.1.1.173
    Host Name : oraapps
    Installation: Singe Node and Single UserAs i understand you have 2 EBS system on one server? And you wanna replace instance B Apps Tier with instance A Apps tier and dont wanna use it no more?
    I want to replace instance B Apps Tier with instance A Apps tier.What about their patch level? Db versions(A and B) ? What is your purpose to replace instance B Apps Tier with instance A Apps tier?
    Regard
    Helios

  • Office Web Apps for Hosted Environments

    Hi there,
    I have a some servers that host two different SharePoint Farms and currently one is connected to an OWA server -
    http://blogs.technet.com/b/justin_gao/archive/2013/06/30/configuring-office-web-apps-server-communication-using-https.aspx
    I want my second farm to use OWA too and was wondering if it is possible to use the same OWA server for this?  So, can I create two Office Web App Farms on the same server?

    Yes you can use OWA for multiple environments. You can refer to below links:
    http://social.technet.microsoft.com/Forums/en-US/78f678cb-69fc-48e6-9f4d-6985154f2d0c/office-web-apps-with-multiple-sp-farms?forum=sharepointadmin
    http://blogs.technet.com/b/office_resource_kit/archive/2012/09/11/introducing-office-web-apps-server.aspx
    Please ensure that you mark a question as Answered once you receive a satisfactory response.

  • Error while runnning autoconfig on apps tier during upgrade

    Hi,
    Error while runnning autoconfig on apps tier during upgrade from 11.5.9 to 11.5.10.2
    below is the error message.
    Enter the APPS user password :
    The log file for this session is located at: /u01/app/tinst/tinstappl/admin/TINST_dba5/log/05031134/adconfig.log
    AutoConfig is configuring the Applications environment...
    AutoConfig will consider the custom templates if present.
    Using APPL_TOP location : /u01/app/tinst/tinstappl
    Classpath : /u01/app/tinst/tinstcomn/util/java/1.6/jdk1.6.0_18/jre/lib/rt.jar:/u01/app/tinst/tinstcomn/util/java/1.6/jdk1.6.0_18/lib/dt.jar:/u01/app/tinst/tinstcomn/util/java/1.6/jdk1.6.0_18/lib/tools.jar:/u01/app/tinst/tinstcomn/java/appsborg2.zip:/u01/app/tinst/tinstcomn/java
    Using Context file : /u01/app/tinst/tinstappl/admin/TINST_dba5.xml
    Context Value Management will now update the Context file
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jdbc/OracleDriver
    at oracle.apps.ad.util.DBUtil.registerDriver(DBUtil.java:153)
    at oracle.apps.ad.util.DBUtil.<init>(DBUtil.java:102)
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.getDBConnection(FileSysDBCtxMerge.java:759)
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.initializeParams(FileSysDBCtxMerge.java:147)
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.setParams(FileSysDBCtxMerge.java:128)
    at oracle.apps.ad.context.CtxValueMgt.mergeCustomInFiles(CtxValueMgt.java:1762)
    at oracle.apps.ad.context.CtxValueMgt.processCtxFile(CtxValueMgt.java:1579)
    at oracle.apps.ad.context.CtxValueMgt.main(CtxValueMgt.java:709)
    Caused by: java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    ... 8 more
    ERROR: Context Value Management Failed.
    Terminate.
    The logfile for this session is located at:
    /u01/app/tinst/tinstappl/admin/TINST_dba5/log/05031134/adconfig.log
    Please let me know your suggestions to resolve this issue.
    Regards,
    Sreenivasulu.

    Hi,
    DB tier autoconfig was successfully completed.
    We have already checked the above mentioned metalink ID's, but still the issue is same.
    Can you please advice any other solutions.
    Regards,
    Sreenivasulu.

Maybe you are looking for