OracleAS Patchset 10.1.2.3 Fails running oc4j  Configuration Assist

Hi,
We are upgrading our 12.0.4 EBS to 12.1.1.
As part of pre -upgrade steps, i am applying 10.1.2.3 patch on 10.1.2.0.2.
It is failing while running oc4j configuration assistant with below error.
oracle.ons.SubscriptionException: Subscription request timed out after 120000 millseconds. Possible causes: OPMN may not be running, you may have an OPMN running in an alternate ORACLE_HOME using duplicate port values, or OPMN may be misconfigured.
at oracle.ons.SubscriptionNotification.waitForReply(SubscriptionNotification.java:82)
     at oracle.ons.ONS.addSubscriber(ONS.java:336)
     at oracle.ons.Subscriber.realStartup(Subscriber.java:92)
     at oracle.ons.Subscriber.<init>(Subscriber.java:80)
     at oracle.ons.ONS.createNewSubscriber(ONS.java:690)
     at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
     at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
     at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
     at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
     at oracle.j2ee.tools.deploy.Oc4jDeploy.doDeploy(Unknown Source)
     at oracle.j2ee.tools.deploy.Oc4jDeploy.execute(Unknown Source)
     at oracle.j2ee.tools.deploy.Oc4jDeploy.deploy(Unknown Source)
     at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
ERROR: Caught exception while initializing DCM.
Oc4jDeploy tool completed, but with errors.
Please help.
Thanks,

Hussein,
After successful completion of setup, while running configuration assistants, i got this error.
This is the complete output.
================================================================================================================
Output generated from configuration assistant "Application Server website Configuration Assistant":
Configuration assistant "Application Server website Configuration Assistant" succeeded
================================================================================================================
Output generated from configuration assistant "OC4J Instance Configuration Assistant":
Reading ini file - '/u01/TST4ZA/apps/tech_st/10.1.2/j2ee/deploy.ini'Adding web-app 'webapp.war' for app 'BC4J'.
OC4J instance 'home': Adding property 'jbo.server.in_oc4j=true'
Adding web-app 'IsWebCacheWorkingWeb.war' for app 'IsWebCacheWorking'.Initializing DCM..oracle.ons.SubscriptionException: Subscription request timed out after 120000 millseconds. Possible causes: OPMN may not be running, you may have an OPMN running in an alternate ORACLE_HOME using duplicate port values, or OPMN may be misconfigured.
     at oracle.ons.SubscriptionNotification.waitForReply(SubscriptionNotification.java:82)
     at oracle.ons.ONS.addSubscriber(ONS.java:336)
     at oracle.ons.Subscriber.realStartup(Subscriber.java:92)
     at oracle.ons.Subscriber.<init>(Subscriber.java:80)
     at oracle.ons.ONS.createNewSubscriber(ONS.java:690)
     at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
     at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
     at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
     at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
     at oracle.j2ee.tools.deploy.Oc4jDeploy.doDeploy(Unknown Source)
     at oracle.j2ee.tools.deploy.Oc4jDeploy.execute(Unknown Source)
     at oracle.j2ee.tools.deploy.Oc4jDeploy.deploy(Unknown Source)
     at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
ERROR: Caught exception while initializing DCM.
Oc4jDeploy tool completed, but with errors.
Configuration assistant "OC4J Instance Configuration Assistant" failed
=====================================================
I stopped all apps services before starting the patch, but when it failed during relink phase, i cancelled the installation and did necessary steps and restarted installation.
If at this stage i need to re apply the patch do i have to recover the 10.1.2 oracle home from backup?
Thanks,

Similar Messages

  • Install failing when running Database Configuration Assistant

    I am trying to install Oracle 9i on a new Solaris 9 box. Everything goes fine until oui tries to run the Database Configuration Assistant. It is at the "Creating and starting Oracle Instance" stage that I get a popup which says:
    ORA-27302: failure occured at: skgpwreset1
    ORA-27303: additional information: invalid shared ctx
    ORA-27146: post/wait initialization failed with
    status:28
    ORA-27301: OS failure message: No space left on device
    ORA-27302: failure occured at: sskgpcreates
    I don't understand the "No space left on device" as I have ~30 GB available. I am hoping it is a result of the invalid shared ctx above it. Other than this, the installation completes without any errors.
    I have been banging my head against this for over a week! Does anyone have any suggestions. I am sorry I waited so long to post the question, but I could use some assistance urgently.
    TIA,
    Steve

    Solution:
    For Solaris 9 the (recommended) /etc/system parameters look like this:
    set semsys:seminfo_semmni= 100
    set semsys:seminfo_semmns= 1024
    set semsys:seminfo_semmsl= 256
    set shmsys:shminfo_shmmax=4294967295
    set shmsys:shminfo_shmmni=100
    The other parameters are not needed in this Solaris version.
    I hope this is useful.

  • 10g OEM grid control: OC4J configuration assistant failed

    hello,
    i have an HPUX 11i system which has 8i and 9204 EE single-instance databases running on it. it has no 10g related isntallations. i am doing OEM 10g installation which goes on smoothly till it reaches the Configuration Assistants stage. there the OC4J instance configuration assistant fails and the log file shows below errors:
    Initializing DCM...done.
    OC4J instance 'home' already exists.
    OC4J instance 'OC4J_EM' already exists.
    Starting OC4J instance 'home'...done.
    Deploying application 'BC4J' to OC4J instance 'home'...
    ERROR: Caught exception during deploy.
    oracle.ias.sysmgmt.deployment.j2ee.exception.J2eeDeploymentException: Cannot get xml document by
    parsing META-INF/application.xml: The entry named META-INF/application.xml cannot be found in fil
    e /himalay/oracle/app/oracle/product/10.1.0/oem10g/BC4J/redist/bc4j.ear
    Root Cause: Permission denied
    Resolution:
    Resolution:
    at oracle.ias.sysmgmt.deployment.j2ee.file.EarFile.init(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.file.EarFile.<init>(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.file.EarFile.<init>(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.EarDeployerImpl.<init>(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.J2eeDeploymentImpl.getEarDeployer(Unknown S
    ource)
    at oracle.ias.sysmgmt.deployment.j2ee.console.J2eeDeploymentImpl.getEarDeployer(Unknown S
    ource)
    at oracle.j2ee.tools.deploy.Oc4jDeploy.doDeploy(Unknown Source)
    at oracle.j2ee.tools.deploy.Oc4jDeploy.execute(Unknown Source)
    at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
    Deploying application 'BC4JManager' to OC4J instance 'home'...
    ERROR: Caught exception during deploy.
    oracle.ias.sysmgmt.deployment.j2ee.exception.J2eeDeploymentException: Cannot get xml document by
    parsing META-INF/application.xml: The entry named META-INF/application.xml cannot be found in fil
    e /himalay/oracle/app/oracle/product/10.1.0/oem10g/BC4J/oem/bc4joembean.ear
    Root Cause: Permission denied
    Resolution:
    Resolution:
    at oracle.ias.sysmgmt.deployment.j2ee.file.EarFile.init(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.file.EarFile.<init>(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.file.EarFile.<init>(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.EarDeployerImpl.<init>(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.J2eeDeploymentImpl.getEarDeployer(Unknown S
    ource)
    at oracle.ias.sysmgmt.deployment.j2ee.console.J2eeDeploymentImpl.getEarDeployer(Unknown S
    ource)
    at oracle.j2ee.tools.deploy.Oc4jDeploy.doDeploy(Unknown Source)
    at oracle.j2ee.tools.deploy.Oc4jDeploy.execute(Unknown Source)
    at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
    Deploying application 'IsWebCacheWorking' to OC4J instance 'home'...
    so on.
    can anyone kindly throw some light on what is going wrong and how to take care of it??
    note that i am doing the installation as oracle owner only... also /tmp has enough free space (600MB)...also TMPDIR set to point to a location that has about few GB's free.
    please reply soon.
    rgds,
    hitesh

    I've managed to get past this error thanks to the forums over on the Oracle Metalink site. Apparently, you need two environmental variables set: TMP and TMP_DIR. What is happening is that the installer is writing temporarty files to the directory pointed to by $TMP. If it is not set, it writes the temporary files to the root directory, which in most systems, is read-only to the oracle user. You can either set the TMP and TMP_DIR environmental variables to a valid directory, or give write permissions to the root directory.

  • 11g fails in Database Configuration Assistant with ORA-01919

    I'm installing 11g on a 32-bit CentOS (redhat) box, and the Database Configuration Assistant is failing with
    ORA-01919: role 'XDBADMIN' does not exist
    I can in fact read, so I do know what's causing this particular error (and all the cascading errors if I hit the "ignore" button) but I don't know what I missed earlier in the installation process that should have created this role.
    The Database Configuration Assistant is at 46% completion when it throws up this error.
    Looking in the logs under /usr/lib/oracle/xe/app/oracle/cfgtoollogs/dbca/orcl/mkplug_v3_orcl.log
    I see this particular error in
    specify password for OE as parameter 1:
    PROMPT password for SYS as parameter 2:
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER|SYSASM}]
    where <logon>  ::= <username>[/<password>][@<connect_identifier>] [edition=value] | /
    GRANT xdbadmin TO oe
    ERROR at line 1:
    ORA-01919: role 'XDBADMIN' does not exist
    GRANT create any directory TO oe
    ERROR at line 1:
    ORA-01031: insufficient privilegesBut I think this is a secondary error. The log file's first entry is an error:
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER|SYSASM}]
    where <logon>  ::= <username>[/<password>][@<connect_identifier>] [edition=value] | /
    20090714 07:01:02
    1 row selected.
    old   1: CREATE USER hr IDENTIFIED BY &&password_hr
    new   1: CREATE USER hr IDENTIFIED BY change_on_install
    User created.
    ....Any help where I can look to get closer to the original error?
    Thanks!

    You should check out metalink doc id 742014.1, "XDB 11g Install and Deinstall Note."
    Hopefully this helps.

  • Can't run Net8 Configuration Assistant & DBCA

    Dear Friends,
    I have the following problems - after installation of Oracle
    8i EE for Linux i have 2 components that fails:
    - Net8 Configuration Assistan;
    - Oracle Database Configuration Assistant.
    The error is the same (JAVA - class not found):
    After few debuging I see that the error reason is the
    following:
    "can't find resource for oracle.net.ca.mesg.NetCASR_en"
    When I open the jar file:
    $ORACLE_HOME/product/8.1.5/network/jlib/netca.jar
    I see that the class oracle.net.ca.mesg.NetCASR_en is
    missing. There are:
    oracle.net.ca.mesg.NetCASR_de.class
    oracle.net.ca.mesg.NetCASR_es.class
    oracle.net.ca.mesg.NetCASR_fr.class
    oracle.net.ca.mesg.NetCASR_ja.class
    oracle.net.ca.mesg.NetCASR_pt_BR.class
    oracle.net.ca.mesg.NetCASR_zh_CN.class
    It is very strange that there are many languages except
    English language.
    If in your distribution you have this class, please send to
    me the class or NetCA.jar file:
    oracle.net.ca.mesg.NetCASR_en.class
    Regards,
    Miro
    null

    Klaus (guest) wrote:
    : : 8i EE for Linux i have 2 components that fails:
    : : - Net8 Configuration Assistan;
    : : - Oracle Database Configuration Assistant.
    : now, it seems that many of us are having this "problem" taht we
    : cannot install NET8 or DBCA !!
    : CAN PLEASE ANYBODY OF THE GUYS WHO FOUND A SOLUTION ON THIS
    : SUMMARIZE ANSD HELP u s ???!!!!!
    : P L E A S E
    a) Install the patch. It will take care of your problem.
    b) Be a little more descriptive about the Linux version and
    manufacturer. For SuSe 6.2, contact Michael Haselstein, he
    did quite a bit of good work. You'll find his address easily
    by searching the old postings on this group.
    null

  • How to re-run OCS 'Configuration Assistants'?

    Hi,
    Is it possible to re-run just the 'Configuration Assistants' step of the OCS Release 2 Middle Tier installation? Our installation continues to fail at the 'Calendar Server Configuration Assistant' step. We have a couple of suggestions for getting beyond this step but we don't want to repeat all the preceeding installation steps which succeeded. Unfortunately, OUI has been shut down since the failed installation so we cannot simply retry the failed configuration assistant.
    Ideally, we need to somehow jump to the 'Configuration Assistants' step and retry the 'Calendar Server Configuration Assistant' and subsequent assistants.
    Installation of Middle Tier component is on a Red Hat AS2.1 server which also contains the OCS 9iAS Infrastructure installation.
    Many thanks,
    Neil W. Garside

    Hi,
    it is possible to rerun the configuration assistants.
    The log file in the directory $ORACLE_BASE/oraInventory/logs/*InstallActions* contains all command
    lines for the different conf. assistants.
    You can copy and paste this lines directly into the
    command line shell.
    Hope this helps,
    Andreas

  • How to run Net Configuration Assistant on 10g Forms and Reports server

    I have a Windows 2000 server with Forms and Reports Services installed from AS 10g v. 9.0.4 (just the Forms and Reports install). According to the OUI, Net Configuration Assistant 9.0.4 is also installed. However I cannot figure out how to run the Net CA. There is no shorcut that I can find. Can anyone help?

    Thanks for the reply Frank. I have looked all through the Start menu but see no "Configuration and Migration". I assume it's because I only installed the Forms and Reports option, so I only have Forms Services, Reports Services, and the Universal Installer. No big deal - I've already setup tnsnames manually. I just like to use the Net Assistant when I can.

  • Oracle Application Server 10.1.3.0.0 OPMN Configuration Assistant Fails Due

    I'm in the process of installing Oracle E-Business Suite 12.1 on RHEL.
    This is where I'm stuck at: having trouble starting OPMN.
    While looking up Metalink, I found Doc ID:ID 422562.1 close to solving my issue.However I'm not sure how to use the solution.
    Here's the solution:
    1. Install the 32-bit version of glibc-devel-2.3.4-2.19.i686.rpm.
    Where can I download this file and any steps to install it would be great?
    Note: To install 32-bit packages on a 64-bit system, you may need to use the force option and the nodeps option of the rpm utility.
    2. The glibc-devel-2.3.4-2.19.i686.rpm installs the crt1.o into /usr/lib; confirm that this file now exists:
    cd /usr/lib
    ls -l crt1.o
    3. Deinstall this failed installation.
    Do I have to deinstall the entire EBS install or just the Oracle AS 10.1.3?
    4. Remove contents of /tmp and /var/tmp.
    5. Reinstall Oracle Application Server 10.1.3.0.0
    How can I reinstall just the Oracle AS 10.1.3?
    Please help.

    I kindly advice you to move this thread to "Application Server" section of this forum...

  • Fail to run Oracle Net Configuration Assistant

    I was installing 64 bits Oracle 10.2.0 on Red Hat Linux 2.6.9-89.ELsmp.
    I did not encounter any problem of upgrading and linking Oracle libraries, and building the Oracle executables.
    But when it tried to build the database, it ran into problem with Oracle Net Configuration Assistant.
    Can any one tell me what would cause the following problem with Net Configuration Assistant?
    I would really appreciate your help.
    Thanks,
    Andrew K
    Output generated from configuration assistant "Oracle Net Configuration Assistant":
    Command = /opt/app/oracle/product/10.2.0/db_1/jdk/jre//bin/java -Duser.dir=/opt/app/oracle/product/10.2.0/db_1/network/jlib -classpath /opt/app/oracle/product/10.2.0/db_1/jdk/jre//lib/i18n.jar:/opt/app/oracle/product/10.2.0/db_1/jdk/jre//lib/rt.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/ewt3.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/ewtcompat-3_3_15.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/netcfg.jar:/opt/app/oracle/product/10.2.0/db_1/network/jlib/netcam.jar:/opt/app/oracle/product/10.2.0/db_1/network/jlib/netca.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/help4.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/jewt4.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/oracle_ice.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/share.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/swingall-1_1_1.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/srvmhas.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/srvm.jar:/opt/app/oracle/product/10.2.0/db_1/network/tools:/opt/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt9.jar:/opt/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt10.jar:/opt/app/oracle/product/10.2.0/db_1/oui/jlib/OraInstaller.jar:/opt/app/oracle/product/10.2.0/db_1/lib/xmlparserv2.jar oracle.net.ca.NetCA /orahome /opt/app/oracle/product/10.2.0/db_1 /orahnam OraDb10g_home1 /instype custom /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /opt/app/oracle/product/10.2.0/db_1/network/install/netca_typ.rsp
    Parsing command line arguments:
    Parameter "orahome" = /opt/app/oracle/product/10.2.0/db_1
    Parameter "orahnam" = OraDb10g_home1
    Parameter "instype" = custom
    Parameter "inscomp" = client,oraclenet,javavm,server,ano
    Parameter "insprtcl" = tcp
    Parameter "cfg" = local
    Parameter "authadp" = NO_VALUE
    Parameter "nodeinfo" = NO_VALUE
    Parameter "responsefile" = /opt/app/oracle/product/10.2.0/db_1/network/install/netca_typ.rsp
    Done parsing command line arguments.
    Oracle Net Services Configuration:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0xA35B03
    Function=index+0x63
    Library=/lib/tls/libc.so.6
    Current Java thread:
         at oracle.net.common.NetGetEnv.getDNSDomain(Native Method)
         at oracle.net.ca.ConfigureProfile.setDefaultProfileParams(Unknown Source)
         at oracle.net.ca.InitialSetup.setupConfigObjects(Unknown Source)
         at oracle.net.ca.InitialSetup.<init>(Unknown Source)
         at oracle.net.ca.NetCA.main(Unknown Source)
    Dynamic libraries:
    009b2000-009c8000 r-xp 00000000 08:03 66327 /lib/ld-2.3.4.so
    009c8000-009c9000 r-xp 00015000 08:03 66327 /lib/ld-2.3.4.so
    009c9000-009ca000 rwxp 00016000 08:03 66327 /lib/ld-2.3.4.so
    009cc000-00af5000 r-xp 00000000 08:03 65550 /lib/tls/libc-2.3.4.so
    00af5000-00af7000 r-xp 00129000 08:03 65550 /lib/tls/libc-2.3.4.so
    00af7000-00af9000 rwxp 0012b000 08:03 65550 /lib/tls/libc-2.3.4.so
    00afd000-00aff000 r-xp 00000000 08:03 65628 /lib/libdl-2.3.4.so
    00aff000-00b00000 r-xp 00001000 08:03 65628 /lib/libdl-2.3.4.so
    00b00000-00b01000 rwxp 00002000 08:03 65628 /lib/libdl-2.3.4.so
    00b03000-00b24000 r-xp 00000000 08:03 65630 /lib/tls/libm-2.3.4.so
    00b24000-00b25000 r-xp 00020000 08:03 65630 /lib/tls/libm-2.3.4.so
    00b25000-00b26000 rwxp 00021000 08:03 65630 /lib/tls/libm-2.3.4.so
    00b3a000-00b48000 r-xp 00000000 08:03 65626 /lib/tls/libpthread-2.3.4.so
    00b48000-00b49000 r-xp 0000d000 08:03 65626 /lib/tls/libpthread-2.3.4.so
    00b49000-00b4a000 rwxp 0000e000 08:03 65626 /lib/tls/libpthread-2.3.4.so
    00b5a000-00b6d000 r-xp 00000000 08:03 65563 /lib/libnsl-2.3.4.so
    00b6d000-00b6e000 r-xp 00012000 08:03 65563 /lib/libnsl-2.3.4.so
    00b6e000-00b6f000 rwxp 00013000 08:03 65563 /lib/libnsl-2.3.4.so
    00c3b000-00c88000 r-xp 00000000 08:03 2744731 /usr/X11R6/lib/libXt.so.6.0
    00c88000-00c8c000 rwxp 0004c000 08:03 2744731 /usr/X11R6/lib/libXt.so.6.0
    00cb8000-00cc5000 r-xp 00000000 08:03 2744022 /usr/X11R6/lib/libXext.so.6.4
    00cc5000-00cc6000 rwxp 0000c000 08:03 2744022 /usr/X11R6/lib/libXext.so.6.4
    00d35000-00d3d000 r-xp 00000000 08:03 2744016 /usr/X11R6/lib/libSM.so.6.0
    00d3d000-00d3e000 rwxp 00007000 08:03 2744016 /usr/X11R6/lib/libSM.so.6.0
    00d40000-00d55000 r-xp 00000000 08:03 2744048 /usr/X11R6/lib/libICE.so.6.3
    00d55000-00d56000 rwxp 00014000 08:03 2744048 /usr/X11R6/lib/libICE.so.6.3
    00d7f000-00d8e000 r-xp 00000000 08:03 65538 /lib/libresolv-2.3.4.so
    00d8e000-00d8f000 r-xp 0000f000 08:03 65538 /lib/libresolv-2.3.4.so
    00d8f000-00d90000 rwxp 00010000 08:03 65538 /lib/libresolv-2.3.4.so
    08048000-08056000 r-xp 00000000 08:03 3402878 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/bin/java
    08056000-08059000 rwxp 0000d000 08:03 3402878 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/bin/java
    e917c000-e9180000 r-xp 00000000 08:03 65582 /lib/libnss_dns-2.3.4.so
    e9180000-e9181000 r-xp 00003000 08:03 65582 /lib/libnss_dns-2.3.4.so
    e9181000-e9182000 rwxp 00004000 08:03 65582 /lib/libnss_dns-2.3.4.so
    e91e8000-e93c4000 r-xp 00000000 08:03 3396951 /opt/app/oracle/product/10.2.0/db_1/lib32/libnnz10.so
    e93c4000-e93ea000 rwxp 001dc000 08:03 3396951 /opt/app/oracle/product/10.2.0/db_1/lib32/libnnz10.so
    e93ec000-ea115000 r-xp 00000000 08:03 3393845 /opt/app/oracle/product/10.2.0/db_1/lib32/libclntsh.so.10.1
    ea115000-ea176000 rwxp 00d29000 08:03 3393845 /opt/app/oracle/product/10.2.0/db_1/lib32/libclntsh.so.10.1
    ea18a000-ea19f000 r-xp 00000000 08:03 3396950 /opt/app/oracle/product/10.2.0/db_1/lib32/libnjni10.so
    ea19f000-ea1a3000 rwxp 00014000 08:03 3396950 /opt/app/oracle/product/10.2.0/db_1/lib32/libnjni10.so
    ea1a3000-ea2cb000 r-xs 00000000 08:03 3398159 /opt/app/oracle/product/10.2.0/db_1/lib/xmlparserv2.jar
    ea2cb000-ea3a6000 r-xp 00000000 08:03 2743489 /usr/X11R6/lib/libX11.so.6.2
    ea3a6000-ea3aa000 rwxp 000db000 08:03 2743489 /usr/X11R6/lib/libX11.so.6.2
    ea3aa000-ea3ae000 r-xp 00000000 08:03 2747234 /usr/X11R6/lib/libXtst.so.6.1
    ea3ae000-ea3af000 rwxp 00003000 08:03 2747234 /usr/X11R6/lib/libXtst.so.6.1
    ea3af000-ea3b6000 r-xp 00000000 08:03 2746794 /usr/X11R6/lib/libXp.so.6.2
    ea3b6000-ea3b7000 rwxp 00006000 08:03 2746794 /usr/X11R6/lib/libXp.so.6.2
    ea3c5000-ea3d2000 r-xp 00000000 08:03 3397034 /opt/app/oracle/product/10.2.0/db_1/lib32/libldapjclnt10.so
    ea3d2000-ea3d4000 rwxp 0000c000 08:03 3397034 /opt/app/oracle/product/10.2.0/db_1/lib32/libldapjclnt10.so
    ea3d4000-ea427000 r-xp 00000000 08:03 3402824 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libmlib_image.so
    ea427000-ea428000 rwxp 00052000 08:03 3402824 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libmlib_image.so
    ea428000-ea6f9000 r-xp 00000000 08:03 3402807 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libawt.so
    ea6f9000-ea70f000 rwxp 002d0000 08:03 3402807 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libawt.so
    ea734000-eaad1000 r-xs 00000000 08:03 3400824 /opt/app/oracle/product/10.2.0/db_1/oui/jlib/OraInstaller.jar
    eaad1000-eab16000 r-xs 00000000 08:03 3395440 /opt/app/oracle/product/10.2.0/db_1/ldap/oidadmin/dasnls.jar
    eab16000-eab22000 r-xs 00000000 08:03 3395716 /opt/app/oracle/product/10.2.0/db_1/jlib/jssl-1_1.jar
    eab22000-eabba000 r-xs 00000000 08:03 3396625 /opt/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt10.jar
    eabba000-eac81000 r-xs 00000000 08:03 3395557 /opt/app/oracle/product/10.2.0/db_1/jlib/srvm.jar
    eac81000-eac8f000 r-xs 00000000 08:03 3395559 /opt/app/oracle/product/10.2.0/db_1/jlib/srvmhas.jar
    eac8f000-eac9d000 r-xs 00000000 08:03 3398543 /opt/app/oracle/product/10.2.0/db_1/jlib/share.jar
    eac9d000-ead52000 r-xs 00000000 08:03 3398463 /opt/app/oracle/product/10.2.0/db_1/jlib/oracle_ice.jar
    ead52000-eaef9000 r-xs 00000000 08:03 3398461 /opt/app/oracle/product/10.2.0/db_1/jlib/jewt4.jar
    eaef9000-eaf5e000 r-xs 00000000 08:03 3398144 /opt/app/oracle/product/10.2.0/db_1/jlib/help4.jar
    eaf5e000-eaf90000 r-xs 00000000 08:03 3395277 /opt/app/oracle/product/10.2.0/db_1/network/jlib/netca.jar
    eaf90000-eafb6000 r-xs 00000000 08:03 3395278 /opt/app/oracle/product/10.2.0/db_1/network/jlib/netcam.jar
    eafb6000-eafff000 r-xs 00000000 08:03 3398533 /opt/app/oracle/product/10.2.0/db_1/jlib/netcfg.jar
    eafff000-eb00d000 r-xs 00000000 08:03 3395350 /opt/app/oracle/product/10.2.0/db_1/jlib/ewtcompat-3_3_15.jar
    eb00d000-eb292000 r-xs 00000000 08:03 3398465 /opt/app/oracle/product/10.2.0/db_1/jlib/ewt3.jar
    eb292000-eb2d7000 r-xs 00000000 08:03 3402978 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/mail.jar
    eb2d7000-eb2e5000 r-xs 00000000 08:03 3402981 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/activation.jar
    eb2e5000-eb2e8000 r-xs 00000000 08:03 3402980 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/smtp.jar
    eb2e8000-eb2f5000 r-xs 00000000 08:03 3402796 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/ldapsec.jar
    eb2f5000-eb3b1000 r-xs 00000000 08:03 3402797 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/localedata.jar
    eb3b1000-eb3cd000 r-xs 00000000 08:03 3402798 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/sunjce_provider.jar
    eb3cd000-eb3d0000 r-xs 00000000 08:03 3402977 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/jta.jar
    eb3d0000-eb3f6000 r-xs 00000000 08:03 3402979 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/mailapi.jar
    eb3f6000-eb3f9000 r-xs 00000000 08:03 3402795 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/ext/dnsns.jar
    eb5fd000-eb7fd000 r-xp 00000000 08:03 2739444 /usr/lib/locale/locale-archive
    f5aa8000-f6048000 r-xs 00000000 08:03 3402343 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/charsets.jar
    f6048000-f6059000 r-xs 00000000 08:03 3402381 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/jce.jar
    f6059000-f6136000 r-xs 00000000 08:03 3402382 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/jsse.jar
    f6136000-f614c000 r-xs 00000000 08:03 3402390 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/sunrsasign.jar
    f6196000-f7b41000 r-xs 00000000 08:03 3402389 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/rt.jar
    f7b41000-f7b55000 r-xp 00000000 08:03 3402830 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libzip.so
    f7b55000-f7b58000 rwxp 00013000 08:03 3402830 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libzip.so
    f7b58000-f7b78000 r-xp 00000000 08:03 3402815 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libjava.so
    f7b78000-f7b7a000 rwxp 0001f000 08:03 3402815 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libjava.so
    f7b7a000-f7b83000 r-xp 00000000 08:03 65585 /lib/libnss_files-2.3.4.so
    f7b83000-f7b84000 r-xp 00008000 08:03 65585 /lib/libnss_files-2.3.4.so
    f7b84000-f7b85000 rwxp 00009000 08:03 65585 /lib/libnss_files-2.3.4.so
    f7b8c000-f7b9c000 r-xp 00000000 08:03 3402829 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libverify.so
    f7b9c000-f7b9e000 rwxp 0000f000 08:03 3402829 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libverify.so
    f7b9e000-f7ba2000 rwxs 00000000 08:03 2441590 /tmp/hsperfdata_oracle/16276
    f7ba2000-f7baa000 r-xp 00000000 08:03 3402837 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/native_threads/libhpi.so
    f7baa000-f7bab000 rwxp 00007000 08:03 3402837 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/native_threads/libhpi.so
    f7bab000-f7fb1000 r-xp 00000000 08:03 3402836 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/client/libjvm.so
    f7fb1000-f7fcc000 rwxp 00405000 08:03 3402836 /opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/client/libjvm.so
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 367K [0xeba00000, 0xebaa0000, 0xebee0000)
    eden space 512K, 65% used [0xeba00000, 0xeba53a60, 0xeba80000)
    from space 64K, 51% used [0xeba90000, 0xeba984e0, 0xebaa0000)
    to space 64K, 0% used [0xeba80000, 0xeba80000, 0xeba90000)
    tenured generation total 1408K, used 551K [0xebee0000, 0xec040000, 0xefa00000)
    the space 1408K, 39% used [0xebee0000, 0xebf69f10, 0xebf6a000, 0xec040000)
    compacting perm gen total 4096K, used 3566K [0xefa00000, 0xefe00000, 0xf3a00000)
    the space 4096K, 87% used [0xefa00000, 0xefd7b958, 0xefd7ba00, 0xefe00000)
    Local Time = Mon Sep 28 16:54:01 2009
    Elapsed Time = 1
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    # An error report file has been saved as hs_err_pid16276.log.
    # Please refer to the file for further information.
    Configuration assistant "Oracle Net Configuration Assistant" failed
    The "/opt/app/oracle/product/10.2.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------

    Looking at the stack trace
    Current Java thread:
    at oracle.net.common.NetGetEnv.getDNSDomain(Native Method)
    at oracle.net.ca.ConfigureProfile.setDefaultProfileParams(Unknown Source)
    at oracle.net.ca.InitialSetup.setupConfigObjects(Unknown Source)
    at oracle.net.ca.InitialSetup.<init>(Unknown Source)
    at oracle.net.ca.NetCA.main(Unknown Source)it might be your host or domain name settings are incorrect. Could you check this?
    Ronny Egner

  • Problem during installation oracle database configuration assistant FAILED

    Hi Dear,
    The Configurations are :
    VM OS : Oracle enterprise linux 5
    Trying to install : Oracle 11g R1
    I'm having a real problem , so i can't continue my installation during the configuration assistant, oracle net configuration assistant was succeeded but oracle database configuration assistant FAILED
    Here is the long message showed by console :
    Output generated from configuration assistant "Oracle Net Configuration Assistant":
    Command = /u01/app/oracle/product/11.1.0/db_1/bin/netca /orahome /u01/app/oracle/product/11.1.0/db_1 /orahnam OraDb11g_home1 /instype typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /u01/app/oracle/product/11.1.0/db_1/network/install/netca_typ.rsp
    Parsing command line arguments:
    Parameter "orahome" = /u01/app/oracle/product/11.1.0/db_1
    Parameter "orahnam" = OraDb11g_home1
    Parameter "instype" = typical
    Parameter "inscomp" = client,oraclenet,javavm,server,ano
    Parameter "insprtcl" = tcp
    Parameter "cfg" = local
    Parameter "authadp" = NO_VALUE
    Parameter "nodeinfo" = NO_VALUE
    Parameter "responsefile" = /u01/app/oracle/product/11.1.0/db_1/network/install/netca_typ.rsp
    Done parsing command line arguments.
    Oracle Net Services Configuration:
    Profile configuration complete.
    Listener started at port:1521
    Oracle Net Listener Startup:
    Running Listener Control:
    /u01/app/oracle/product/11.1.0/db_1/bin/lsnrctl start LISTENER
    Listener Control complete.
    Listener started successfully.
    Listener configuration complete.
    Oracle Net Services configuration successful. The exit code is 0
    Configuration assistant "Oracle Net Configuration Assistant" succeeded
    Output generated from configuration assistant "Oracle Database Configuration Assistant":
    Command = oracle.assistants.server.DbcaCfgPlugIn /u01/app/oracle/product/11.1.0/db_1/bin/dbca -progress_only -createDatabase -templateName General_Purpose.dbc -sid DB11G -gdbName DB11G.WORLD -emConfiguration LOCAL -datafileJarLocation /u01/app/oracle/product/11.1.0/db_1/assistants/dbca/templates -datafileDestination /u01/app/oracle/oradata/ -responseFile NO_VALUE -characterset WE8MSWIN1252 -obfuscatedPasswords false -sampleSchema false -oratabLocation /u01/app/oracle/product/11.1.0/db_1/install/oratab -recoveryAreaDestination NO_VALUE -totalMemory 403 -automaticMemoryManagement true -sysPassword ${S_SYSPASS} -systemPassword ${S_SYSTEMPASS} -dbsnmpPassword ${S_DBSNMPPASS} -sysmanPassword ${S_SYSMANPASS} ${S_SYSASMPASS} ${S_HOSTUSERPASS}
    Configuration assistant "Oracle Database Configuration Assistant" failed
    The "/u01/app/oracle/product/11.1.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------Output generated from configuration assistant "Oracle Database Configuration Assistant":
    Command = oracle.assistants.server.DbcaCfgPlugIn /u01/app/oracle/product/11.1.0/db_1/bin/dbca -progress_only -createDatabase -templateName General_Purpose.dbc -sid DB11G -gdbName DB11G.WORLD -emConfiguration LOCAL -datafileJarLocation /u01/app/oracle/product/11.1.0/db_1/assistants/dbca/templates -datafileDestination /u01/app/oracle/oradata/ -responseFile NO_VALUE -characterset WE8MSWIN1252 -obfuscatedPasswords false -sampleSchema false -oratabLocation /u01/app/oracle/product/11.1.0/db_1/install/oratab -recoveryAreaDestination NO_VALUE -totalMemory 403 -automaticMemoryManagement true -sysPassword ${S_SYSPASS} -systemPassword ${S_SYSTEMPASS} -dbsnmpPassword ${S_DBSNMPPASS} -sysmanPassword ${S_SYSMANPASS} ${S_SYSASMPASS} ${S_HOSTUSERPASS}
    Configuration assistant "Oracle Database Configuration Assistant" failed
    The "/u01/app/oracle/product/11.1.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------Output generated from configuration assistant "Oracle Database Configuration Assistant" (attempt 2):
    Command = oracle.assistants.server.DbcaCfgPlugIn /u01/app/oracle/product/11.1.0/db_1/bin/dbca -progress_only -createDatabase -templateName General_Purpose.dbc -sid DB11G -gdbName DB11G.WORLD -emConfiguration LOCAL -datafileJarLocation /u01/app/oracle/product/11.1.0/db_1/assistants/dbca/templates -datafileDestination /u01/app/oracle/oradata/ -responseFile NO_VALUE -characterset WE8MSWIN1252 -obfuscatedPasswords false -sampleSchema false -oratabLocation /u01/app/oracle/product/11.1.0/db_1/install/oratab -recoveryAreaDestination NO_VALUE -totalMemory 403 -automaticMemoryManagement true -sysPassword ${S_SYSPASS} -systemPassword ${S_SYSTEMPASS} -dbsnmpPassword ${S_DBSNMPPASS} -sysmanPassword ${S_SYSMANPASS} ${S_SYSASMPASS} ${S_HOSTUSERPASS}
    Configuration assistant "Oracle Database Configuration Assistant" failed
    The "/u01/app/oracle/product/11.1.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------Output generated from configuration assistant "Oracle Database Configuration Assistant" (attempt 3):
    Command = oracle.assistants.server.DbcaCfgPlugIn /u01/app/oracle/product/11.1.0/db_1/bin/dbca -progress_only -createDatabase -templateName General_Purpose.dbc -sid DB11G -gdbName DB11G.WORLD -emConfiguration LOCAL -datafileJarLocation /u01/app/oracle/product/11.1.0/db_1/assistants/dbca/templates -datafileDestination /u01/app/oracle/oradata/ -responseFile NO_VALUE -characterset WE8MSWIN1252 -obfuscatedPasswords false -sampleSchema false -oratabLocation /u01/app/oracle/product/11.1.0/db_1/install/oratab -recoveryAreaDestination NO_VALUE -totalMemory 403 -automaticMemoryManagement true -sysPassword ${S_SYSPASS} -systemPassword ${S_SYSTEMPASS} -dbsnmpPassword ${S_DBSNMPPASS} -sysmanPassword ${S_SYSMANPASS} ${S_SYSASMPASS} ${S_HOSTUSERPASS}
    Configuration assistant "Oracle Database Configuration Assistant" failed
    The "/u01/app/oracle/product/11.1.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------
    Please help me it's urgently

    Please help me i can't find any solution to resolve this trouble
    Should i uninstall this version or what exactly, could you please suggest to me something like another release who matches that configuration
    Sorry but i have no idea
    Waiting for the response

  • Configuration assistant "Oracle Database Configuration Assistant" failed

    I install oracle 10g on HP UX 11.23. I got this error :
    hecking for PHSS_33278; found Not found.     Failed <<<<
    Checking for PHSS_33279; found Not found.     Failed <<<<
    Checking for PHSS_33277; found Not found.     Failed <<<<
    Checking for PHSS_33279; found Not found.     Failed <<<<
    , my first question :
    can i pass this step, ?
    after all, my installation form is okey, but everything change become nightmare.
    I installation failed on Configuration Assistant :
    Configuration assistant "Oracle Database Configuration Assistant" failed
    OUI-25031:some of the configureation assistants failed. it is strongly recommended that you retry configuration assistants at this time. not successfully running any "recommended" assistants means your system will not be correctly configured.
    1. check the details panel on the configuration assistant screen to see the error resulting in the failures
    2. fix the errors causing these failures
    3. select the failed assistants and click the retry button to retry the
    Configuration assistant "Oracle Database Configuration Assistant" failed
    The "/oracle/OraHome_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------

    But i still get this error. Do you have solution for this ?
    I installation failed on Configuration Assistant :+
    Configuration assistant "Oracle Database Configuration Assistant" failed+
    OUI-25031:some of the configureation assistants failed. it is strongly recommended that you retry configuration assistants at this time. not successfully running any "recommended" assistants means your system will not be correctly configured.+
    *1. check the details panel on the configuration assistant screen to see the error resulting in the failures*
    *2. fix the errors causing these failures*
    *3. select the failed assistants and click the retry button to retry the*
    Configuration assistant "Oracle Database Configuration Assistant" failed The "/oracle/OraHome_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------+
    Edited by: user9198604 on Feb 25, 2010 3:37 AM

  • Oracle Clusterware Configuration Assistant fails

    I am installing clusterware 11.1.0.6 and the runcluvfy commands all came back as passed, except for the VIP, which the documentation says to ignore. The whole install goes to 100%, then it runs the configuration assistants.
    It falls over on the first of these: Oracle Configuration Assistant. If I retry it, the same addition is placed in the logfile, as below:
    INFO: Starting to execute configuration assistants
    INFO: Command = C:\WINDOWS\system32\cmd /c call C:\oracle\11.1.0\crs/install/crssetup.config.bat
    clscfg: EXISTING configuration version 4 detected.
    clscfg: version 4 is 11 Release 1.
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: vm-rac1 vm-rac1-priv vm-rac1
    node 2: vm-rac2 vm-rac2-priv vm-rac2
    clscfg: Arguments check out successfully.
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Step 1: checking status of CRS cluster
    Step 2: creating directories (C:\oracle\11.1.0\crs)
    Step 3: configuring OCR repository
    Oracle Cluster Registry already initialized
    Step 4: configuring safe mode for CRS stack
    Step 5: Starting up CRS stack on all nodes
    vm-rac1 failed to startup service OracleCSService, err(1068)
    vm-rac2 failed to startup service OracleCSService, err(1068)
    Command = C:\WINDOWS\system32\cmd /c call C:\oracle\11.1.0\crs/install/crssetup.config.bat has failed
    INFO: Configuration assistant "Oracle Clusterware Configuration Assistant" failed
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\11.1.0\crs
    Configuration directory is set to C:\oracle\11.1.0\crs\cfgtoollogs. All xml files under the directory will be processed
    INFO: The "C:\oracle\11.1.0\crs\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO:
    The Runconfig command constructed is null
    INFO: Since the option is to overwrite the existing C:\oracle\11.1.0\crs\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is C:\oracle\11.1.0\crs\cfgtoollogs\configToolFailedCommands.bak.1
    SEVERE: OUI-25031:Some of the configuration assistants failed/cancelled. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    Please help.

    Sorry:
    alertvm-rac1.log:
    Oracle Database 11g CRS Release 11.1.0.6.0 - Production Copyright 1996, 2007 Oracle. All rights reserved.
    2009-05-20 15:44:25.531
    [client(3792)]CRS-1006:The OCR location \\.\ocrcfg is inaccessible. Details in C:\oracle\11.1.0\crs\log\vm-rac1\client\ocrconfig_3788.log.
    2009-05-20 15:44:25.609
    [client(3792)]CRS-1006:The OCR location \\.\ocrcfg is inaccessible. Details in C:\oracle\11.1.0\crs\log\vm-rac1\client\ocrconfig_3788.log.
    2009-05-20 15:44:25.671
    [client(3792)]CRS-1006:The OCR location \\.\ocrcfg is inaccessible. Details in C:\oracle\11.1.0\crs\log\vm-rac1\client\ocrconfig_3788.log.
    2009-05-20 15:44:25.687
    [client(3792)]CRS-1006:The OCR location \\.\ocrcfg is inaccessible. Details in C:\oracle\11.1.0\crs\log\vm-rac1\client\ocrconfig_3788.log.
    2009-05-20 15:44:28.921
    [client(3792)]CRS-1013:The OCR at \\.\ocrcfg was successfully formatted using version 2. Ignore earlier CRS-1006 messages if any.
    2009-05-20 15:44:40.875
    [client(3796)]CRS-1801:Cluster vm-rac_cluster configured with nodes vm-rac1 vm-rac2 .
    client\clscfg.log:
    Oracle Database 11g CRS Release 11.1.0.6.0 - Production Copyright 1996, 2007 Oracle. All rights reserved.
    2009-05-20 16:31:03.796: [  OCROSD][3196]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 16:31:03.812: [  OCROSD][3196]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 16:31:03.875: [  OCROSD][3196]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 16:31:03.875: [  OCROSD][3196]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 16:31:03.921: [  OCROSD][3196]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 16:31:03.937: [  OCROSD][3196]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    client\clsfmt.log:
    Oracle Database 11g CRS Release 11.1.0.6.0 - Production Copyright 1996, 2007 Oracle. All rights reserved.
    2009-05-20 15:44:40.031: [  OCROSD][3872]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:40.031: [  OCROSD][3872]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:40.187: [  CLSFMT][3872]clsfmt: successfully initialized file \\.\votedsk1
    client\ocrconfig_3788.log:
    Oracle Database 11g CRS Release 11.1.0.6.0 - Production Copyright 1996, 2007 Oracle. All rights reserved.
    2009-05-20 15:44:25.453: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.484: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.484: [  OCRRAW][3792]propriogid:1: INVALID FORMAT
    2009-05-20 15:44:25.531: [  OCRRAW][3792]ibctx:1:ERROR: INVALID FORMAT
    2009-05-20 15:44:25.562: [  OCRRAW][3792]proprinit:problem reading the bootblock or superbloc 22
    2009-05-20 15:44:25.562: [ default][3792]a_init:7!: Backend init unsuccessful : [22]
    2009-05-20 15:44:25.562: [ OCRCONF][3792]ocrconfig starts...
    2009-05-20 15:44:25.578: [ OCRCONF][3792]Upgrading OCR data
    2009-05-20 15:44:25.609: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.609: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.609: [  OCRRAW][3792]propriogid:1: INVALID FORMAT
    2009-05-20 15:44:25.609: [  OCRRAW][3792]ibctx:1:ERROR: INVALID FORMAT
    2009-05-20 15:44:25.609: [  OCRRAW][3792]proprinit:problem reading the bootblock or superbloc 22
    2009-05-20 15:44:25.609: [ default][3792]a_init:7!: Backend init unsuccessful : [22]
    2009-05-20 15:44:25.609: [ OCRCONF][3792]Exporting OCR data to [OCRUPGRADEFILE]
    2009-05-20 15:44:25.640: [  OCRAPI][3792]a_init:7!: Backend init unsuccessful : [33]
    2009-05-20 15:44:25.640: [ OCRCONF][3792]There was no previous version of OCR. error:[PROC-33: Oracle Cluster Registry is not configured]
    2009-05-20 15:44:25.656: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.671: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.671: [  OCRRAW][3792]propriogid:1: INVALID FORMAT
    2009-05-20 15:44:25.671: [  OCRRAW][3792]ibctx:1:ERROR: INVALID FORMAT
    2009-05-20 15:44:25.671: [  OCRRAW][3792]proprinit:problem reading the bootblock or superbloc 22
    2009-05-20 15:44:25.671: [ default][3792]a_init:7!: Backend init unsuccessful : [22]
    2009-05-20 15:44:25.687: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.687: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.687: [  OCRRAW][3792]propriogid:1: INVALID FORMAT
    2009-05-20 15:44:25.687: [  OCRRAW][3792]ibctx:1:ERROR: INVALID FORMAT
    2009-05-20 15:44:25.687: [  OCRRAW][3792]proprinit:problem reading the bootblock or superbloc 22
    2009-05-20 15:44:25.687: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.703: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.703: [  OCRRAW][3792]propriogid:1: INVALID FORMAT
    2009-05-20 15:44:25.875: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.921: [  OCRRAW][3792]propriowv: Vote information on disk 0 [\\.\ocrcfg] is adjusted from [0/0] to [2/2]
    2009-05-20 15:44:28.921: [  OCRRAW][3792]iniconfig:No 92 configuration
    2009-05-20 15:44:28.921: [  OCRAPI][3792]a_init:6a: Backend init successful
    2009-05-20 15:44:30.593: [ OCRCONF][3792]Initialized DATABASE keys in OCR
    2009-05-20 15:44:31.453: [ OCRCONF][3792]csetskgfrblock0: output from clsmft: [clsfmt: Failure trying to resize OCR file \\.\ocrcfg
    from 10725732864 bytes to 10725736448 bytes
    clsfmt: successfully initialized file \\.\ocrcfg
    g
    2009-05-20 15:44:31.531: [ OCRCONF][3792]Successfully set skgfr block 0
    2009-05-20 15:44:31.531: [ OCRCONF][3792]Exiting [status=success]...
    So, it seems to be all about the OCR not setup correctly, however, all I've done is follow the notes. This was a 'clean' VM install of win2003 Server, so nothing has been accidently tinkered with.

  • "Oracle Audit Vault Configuration Assistant" failed

    Hello everyone, I can across this issue while installing AV agent and wanted to know if any one can help with a quick solution. OS= Linux 5, agent_software= 10.2.3 and here is the error messages:
    ++**INFO: Configuration assistant "Oracle Audit Vault Agent One-Off Patches" succeeded**++
    ++**INFO: Command = oracle.av.common.AvcaCfgPlugIn /app/oracle/product/10.2.0/agent_home/bin/avca -s initialize_agent -agentname agentdevmdb1 -agentusr ${s_agentusr} -agentport 7016 -av AHS-SOASOV1-DEVM.ahs.state.vt.us:1521:av.ahs.state.vt.us -rmiport 3121 -jmsport 3300**++
    ++**Command = oracle.av.common.AvcaCfgPlugIn has failed**++
    ++**INFO: Configuration assistant "Oracle Audit Vault Configuration Assistant" failed**++
    ++**-----------------------------------------------------------------------------**++
    ++***** Starting OUICA *****++
    ++**Oracle Home set to /app/oracle/product/10.2.0/agent_home**++
    ++**Configuration directory is set to /app/oracle/product/10.2.0/agent_home/cfgtoollogs. All xml files under the directory will be processed**++
    ++**INFO: The "/app/oracle/product/10.2.0/agent_home/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.**++
    ++**-----------------------------------------------------------------------------**++
    ++**INFO: Created a new file /app/oracle/product/10.2.0/agent_home/cfgtoollogs/configToolFailedCommands**++
    ++**INFO: Since the option is to overwrite the existing /app/oracle/product/10.2.0/agent_home/cfgtoollogs/configToolFailedCommands file, backing it up**++
    ++**INFO: The backed up file name is /app/oracle/product/10.2.0/agent_home/cfgtoollogs/configToolFailedCommands.bak**++
    ++**SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.**++
    ++**1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.**++
    ++**2. Fix the errors causing these failures.**++
    ++**3. Select the failed assistants and click the 'Retry' button to retry them.**++
    ++**INFO: User Selected: Yes/OK**++

    Hi:
    A log of everything the avca command is trying to do is kept in $ORACLE_HOME/av/log/avca.log. Please review that to see what could have caused the issue.

  • Installing Oracle Grid control 10G fails at OMS configuration on Windows XP

    I am trying to install Oracle 10G Grid control and it fails at OMS configuration. The log file under cfgttool logs shows failed command as
    Oracle.sysman.emcp.oms.Omsplugin -ConfigureOms.
    I tried to run command manually like the following:
    C:\OracleHomes\oms10g -force Oracle.sysman.emcp.oms.Omsplugin -ConfigureOms.
    Whe I run this command nothing happens. How should I got about it. Thanks in advance.
    Venkat

    oracle.sysman.top.oms_<timestamp>log
    has the following error messages and warnings.
    [24-01-2011 13:45:21] Analyzing header for: C:/OracleHomes/oms10g/sysman/admin/emdrep/sql/core/latest/util/util_pkgdefs.sql
    [24-01-2011 13:45:21]      Header: <create type="pkgdefs" pos="ip/webapps/ip_webapp_pkgdef.sql+"/>
    [24-01-2011 13:45:21]      WARNING: Bad pos attribute in repmgr header.
    [24-01-2011 13:45:21]      WARNING: Either there is a non-existent file: "ip/webapps/ip_webapp_pkgdef.sql" in position attribute: "ip/webapps/ip_webapp_pkgdef.sql+"
    [24-01-2011 13:45:21]      WARNING: OR there is a bad repmgr header/no repmgr header in file: "ip/webapps/ip_webapp_pkgdef.sql"
    At the end of the file:
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    'Enter Enterprise Manager Root Password :
    ************Enter Agent Registration password :
    ************Unable to connect to opmn.
    Opmn may not be up.
    ================================================================================
    opmn id=test-hv-ms2003e:6201
    5 of 6 processes started.
    ias-instance id=EnterpriseManager0.test-hv-ms2003e.teamqsi.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=2476)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\OracleHomes\oms10g\opmn\logs\HTTP_Server~1
    INFO: oracle.sysman.top.oms:setOmsSecure:OMS Service command=secure oms -secure_port 1159:returned:
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C C:\OracleHomes\oms10g\bin\emctl.bat secure lock
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C C:\OracleHomes\oms10g\bin\emctl.bat secure lock have completed with exitCode=0
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'Oracle Enterprise Manager 10g Release 10.2.0.2.0
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    Checking the security status of the OMS... Done.
    Updating HTTPS Virtual Host for Enterprise Manager OMS... Done.
    OMS Locked. Agents must be Secure and upload over HTTPS Port 1159.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    INFO: oracle.sysman.top.oms:setOmsLocked:OMS Service command=secure lock:returned:
    INFO: oracle.sysman.top.oms:configureOmsService:Oms Secure Configuration done.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C C:\OracleHomes\oms10g\perl\5.6.1\bin\MSWin32-x86\perl.exe C:\OracleHomes\oms10g\sysman\install\precompilejsp.pl C:\OracleHomes\oms10g\j2ee\OC4J_EM\config\global-web-application.xml
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C C:\OracleHomes\oms10g\perl\5.6.1\bin\MSWin32-x86\perl.exe C:\OracleHomes\oms10g\sysman\install\precompilejsp.pl C:\OracleHomes\oms10g\j2ee\OC4J_EM\config\global-web-application.xml have completed with exitCode=0
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'precompiling the JSPs
    precompiling the JSPs done
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    INFO: oracle.sysman.top.oms:configureOmsService:Precompile Jsps done.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C C:\OracleHomes\oms10g\jdk\bin\java.exe -jar C:\OracleHomes\oms10g\sysman\jlib\emclikit.jar client -install_dir=C:\OracleHomes\oms10g\bin
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C C:\OracleHomes\oms10g\jdk\bin\java.exe -jar C:\OracleHomes\oms10g\sysman\jlib\emclikit.jar client -install_dir=C:\OracleHomes\oms10g\bin have completed with exitCode=0
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'Oracle Enterprise Manager 10g Release 10.2.0.2.0.
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    EM CLI client-side install completed successfully.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    INFO: oracle.sysman.top.oms:configureOmsService:installAdditionalServices for 'client' completed=true
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C C:\OracleHomes\oms10g\bin\emctl.bat config agent updateTZ
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C C:\OracleHomes\oms10g\bin\emctl.bat config agent updateTZ have completed with exitCode=0
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'Oracle Enterprise Manager 10g Release 10.2.0.2.0
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    INFO: oracle.sysman.top.oms:configureOmsService:fixTimeZone completed=true
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 4 have been completed with status=true
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C C:\OracleHomes\oms10g\opmn\bin\opmnctl stopall
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C C:\OracleHomes\oms10g\opmn\bin\opmnctl stopall have completed with exitCode=0
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'opmnctl: stopping opmn and all managed processes...
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C C:\OracleHomes\oms10g\opmn\bin\opmnctl startall
    INFO: oracle.sysman.top.oms:Start Opmn Error = CMD /C C:\OracleHomes\oms10g\opmn\bin\opmnctl startall
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C C:\OracleHomes\oms10g\opmn\bin\opmnctl startall have completed with exitCode=206
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'opmnctl: starting opmn and all managed processes...
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    '================================================================================
    opmn id=test-hv-ms2003e:6201
    5 of 6 processes started.
    ias-instance id=EnterpriseManager0.test-hv-ms2003e.teamqsi.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=2992)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\OracleHomes\oms10g\opmn\logs\HTTP_Server~1
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 5 have been completed with status=false
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Completed EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration has failed its perform method

  • Oracle Net Configuration Assistant failed  Error - installing Oracel 11g

    Hi
    I am getting the following error while installing Oracle 11g database.Could you please tell me what can be the issue.I tried it two times by cleaning up but still the same error.
    utput generated from configuration assistant "Oracle Net Configuration Assistant":
    Command = C:\Windows\system32\cmd /c call C:\Installed_Software\product\11.1.0\db_1/bin/netca.bat /orahome C:\Installed_Software\product\11.1.0\db_1 /orahnam OraDb11g_home1 /instype typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp,nmp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile C:\Installed_Software\product\11.1.0\db_1\network\install\netca_typ.rsp
    Parsing command line arguments:
    Parameter "orahome" = C:\Installed_Software\product\11.1.0\db_1
    Parameter "orahnam" = OraDb11g_home1
    Parameter "instype" = typical
    Parameter "inscomp" = client,oraclenet,javavm,server,ano
    Parameter "insprtcl" = tcp,nmp
    Parameter "cfg" = local
    Parameter "authadp" = NO_VALUE
    Parameter "nodeinfo" = NO_VALUE
    Parameter "responsefile" = C:\Installed_Software\product\11.1.0\db_1\network\install\netca_typ.rsp
    Done parsing command line arguments.
    Oracle Net Services Configuration:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c342849, pid=4284, tid=5436
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # C [MSVCR71.dll+0x2849]
    # An error report file with more information is saved as hs_err_pid4284.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Configuration assistant "Oracle Net Configuration Assistant" failed
    The "C:\Installed_Software\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------Output generated from configuration assistant "Oracle Net Configuration Assistant":
    Command = C:\Windows\system32\cmd /c call C:\Installed_Software\product\11.1.0\db_1/bin/netca.bat /orahome C:\Installed_Software\product\11.1.0\db_1 /orahnam OraDb11g_home1 /instype typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp,nmp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile C:\Installed_Software\product\11.1.0\db_1\network\install\netca_typ.rsp
    Parsing command line arguments:
    Parameter "orahome" = C:\Installed_Software\product\11.1.0\db_1
    Parameter "orahnam" = OraDb11g_home1
    Parameter "instype" = typical
    Parameter "inscomp" = client,oraclenet,javavm,server,ano
    Parameter "insprtcl" = tcp,nmp
    Parameter "cfg" = local
    Parameter "authadp" = NO_VALUE
    Parameter "nodeinfo" = NO_VALUE
    Parameter "responsefile" = C:\Installed_Software\product\11.1.0\db_1\network\install\netca_typ.rsp
    Done parsing command line arguments.
    Oracle Net Services Configuration:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c342849, pid=4076, tid=4048
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # C [MSVCR71.dll+0x2849]
    # An error report file with more information is saved as hs_err_pid4076.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Configuration assistant "Oracle Net Configuration Assistant" failed
    The "C:\Installed_Software\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------
    Thanks
    Praveena

    Hi
    I installed JDK 1.5 and tried installing again. It failed again at the same point.
    I ran netca.bat file individually. It gave the below error in the command line.And I am pasting the log also here. It looks like something to do with my JDK.
    Could you please tell me what can be the problem.
    ===========================================================================
    C:\Installed_Software\product\11.1.0\db_1\BIN>netca.bat
    IOException: Can not save NetProperties: C:\Installed_Software\product\11.1.0\db
    _1\network\tools\NetProperties (Access is denied)
    Oracle Net Services Configuration:
    C:\Installed_Software\product\11.1.0\db_1\network\admin\sqlnet0902066AM5338.bak
    (Access is denied)
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c342849, pid=324, tid=772
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # C [MSVCR71.dll+0x2849]
    # An error report file with more information is saved as C:\Users\praveena\AppDa
    ta\Local\Temp\hs_err_pid324.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    C:\Installed_Software\product\11.1.0\db_1\BIN>
    ====================================================================
    hs_err_pid324.log
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c342849, pid=324, tid=772
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # C [MSVCR71.dll+0x2849]
    --------------- T H R E A D ---------------
    Current thread (0x0013bef0): JavaThread "main" [_thread_in_native, id=772]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x00002e2e, EBX=0x2e2e2e2e, ECX=0x0d5e8c70, EDX=0x00000000
    ESP=0x0006f848, EBP=0x0006f990, ESI=0x07d85f48, EDI=0x0013bef0
    EIP=0x7c342849, EFLAGS=0x00210206
    Top of Stack: (sp=0x0006f848)
    0x0006f848: 07d85f48 0013bef0 07d85f48 626da08c
    0x0006f858: 00000000 0000002e 61636f6c 736f686c
    0x0006f868: 00130074 0013cbdc 0006f82c 0006f850
    0x0006f878: 00000002 00000008 00000000 0006f8fc
    0x0006f888: 6d815daa 0006f8ec 0013cbe0 6d8c3174
    0x0006f898: 6d8c3270 0013cbdc 0013cbf4 6d815d4e
    0x0006f8a8: 0013cbd8 0013bef0 0006f988 6d8748d8
    0x0006f8b8: 0013c8c8 6d74d68d 00000001 0000000c
    Instructions: (pc=0x7c342849)
    0x7c342839: 00 00 00 75 eb 0b d8 57 8b c3 c1 e3 10 56 0b d8
    0x7c342849: 8b 0a bf ff fe fe 7e 8b c1 8b f7 33 cb 03 f0 03
    Stack: [0x00030000,0x00070000), sp=0x0006f848, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [MSVCR71.dll+0x2849]
    j oracle.net.common.NetGetEnv.getDNSDomain()Ljava/lang/String;+0
    j oracle.net.ca.ConfigureProfile.setDefaultProfileParams()V+0
    j oracle.net.ca.InitialSetup.setupConfigObjects()V+204
    j oracle.net.ca.InitialSetup.<init>([Ljava/lang/String;)V+879
    j oracle.net.ca.NetCA.main([Ljava/lang/String;)V+676
    v ~StubRoutines::call_stub
    V [jvm.dll+0x871a8]
    V [jvm.dll+0xdf462]
    V [jvm.dll+0x87079]
    V [jvm.dll+0x8e0d5]
    C [java.exe+0x14c5]
    C [java.exe+0x69cd]
    C [kernel32.dll+0x44911]
    C [ntdll.dll+0x3e4b6]
    C [ntdll.dll+0x3e489]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j oracle.net.common.NetGetEnv.getDNSDomain()Ljava/lang/String;+0
    j oracle.net.ca.ConfigureProfile.setDefaultProfileParams()V+0
    j oracle.net.ca.InitialSetup.setupConfigObjects()V+204
    j oracle.net.ca.InitialSetup.<init>([Ljava/lang/String;)V+879
    j oracle.net.ca.NetCA.main([Ljava/lang/String;)V+676
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x01a52730 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2192]
    0x01a54d90 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4208]
    0x01a525a8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2424]
    0x01a467c8 JavaThread "Finalizer" daemon [_thread_blocked, id=1392]
    0x01a45180 JavaThread "Reference Handler" daemon [_thread_blocked, id=4784]
    =>0x0013bef0 JavaThread "main" [_thread_in_native, id=772]
    Other Threads:
    0x01a428f8 VMThread [id=1244]
    0x0013fb98 WatcherThread [id=5392]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 273K [0x03a70000, 0x03b10000, 0x03f50000)
    eden space 512K, 40% used [0x03a70000, 0x03aa4510, 0x03af0000)
    from space 64K, 100% used [0x03b00000, 0x03b10000, 0x03b10000)
    to space 64K, 0% used [0x03af0000, 0x03af0000, 0x03b00000)
    tenured generation total 1408K, used 946K [0x03f50000, 0x040b0000, 0x07a70000)
    the space 1408K, 67% used [0x03f50000, 0x0403c8a8, 0x0403ca00, 0x040b0000)
    compacting perm gen total 8192K, used 7599K [0x07a70000, 0x08270000, 0x0ba70000)
    the space 8192K, 92% used [0x07a70000, 0x081dbd58, 0x081dbe00, 0x08270000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\Installed_Software\product\11.1.0\db_1\jdk\jre\bin\java.exe
    0x76f50000 - 0x77077000      C:\Windows\system32\ntdll.dll
    0x760f0000 - 0x761cb000      C:\Windows\system32\kernel32.dll
    0x75a60000 - 0x75b26000      C:\Windows\system32\ADVAPI32.dll
    0x770e0000 - 0x771a3000      C:\Windows\system32\RPCRT4.dll
    0x75f10000 - 0x75fba000      C:\Windows\system32\MSVCRT.dll
    0x6d740000 - 0x6d8dd000      C:\Installed_Software\product\11.1.0\db_1\jdk\jre\bin\client\jvm.dll
    0x76320000 - 0x763bd000      C:\Windows\system32\USER32.dll
    0x757e0000 - 0x7582b000      C:\Windows\system32\GDI32.dll
    0x73d90000 - 0x73dc2000      C:\Windows\system32\WINMM.dll
    0x75cf0000 - 0x75e34000      C:\Windows\system32\ole32.dll
    0x75940000 - 0x759cd000      C:\Windows\system32\OLEAUT32.dll
    0x73d50000 - 0x73d89000      C:\Windows\system32\OLEACC.dll
    0x758c0000 - 0x758de000      C:\Windows\system32\IMM32.DLL
    0x75e40000 - 0x75f08000      C:\Windows\system32\MSCTF.dll
    0x75600000 - 0x7562c000      C:\Windows\system32\apphelp.dll
    0x757d0000 - 0x757d9000      C:\Windows\system32\LPK.DLL
    0x75830000 - 0x758ad000      C:\Windows\system32\USP10.dll
    0x6d300000 - 0x6d308000      C:\Installed_Software\product\11.1.0\db_1\jdk\jre\bin\hpi.dll
    0x757c0000 - 0x757c7000      C:\Windows\system32\PSAPI.DLL
    0x6d710000 - 0x6d71c000      C:\Installed_Software\product\11.1.0\db_1\jdk\jre\bin\verify.dll
    0x6d380000 - 0x6d39d000      C:\Installed_Software\product\11.1.0\db_1\jdk\jre\bin\java.dll
    0x6d730000 - 0x6d73f000      C:\Installed_Software\product\11.1.0\db_1\jdk\jre\bin\zip.dll
    0x6d070000 - 0x6d1da000      C:\Installed_Software\product\11.1.0\db_1\jdk\jre\bin\awt.dll
    0x722d0000 - 0x72312000      C:\Windows\system32\WINSPOOL.DRV
    0x626d0000 - 0x626e6000      C:\Installed_Software\product\11.1.0\db_1\BIN\oranjni11.dll
    0x62740000 - 0x627a3000      C:\Installed_Software\product\11.1.0\db_1\BIN\oranl11.dll
    0x60960000 - 0x60d32000      C:\Installed_Software\product\11.1.0\db_1\BIN\oran11.dll
    0x62670000 - 0x6268b000      C:\Installed_Software\product\11.1.0\db_1\BIN\orancrypt11.dll
    0x60870000 - 0x6095b000      C:\Installed_Software\product\11.1.0\db_1\BIN\oracore11.dll
    0x0c290000 - 0x0c35e000      C:\Installed_Software\product\11.1.0\db_1\BIN\oranls11.dll
    0x63690000 - 0x636a8000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraunls11.dll
    0x7c340000 - 0x7c396000      C:\Windows\system32\MSVCR71.dll
    0x60eb0000 - 0x60eb7000      C:\Installed_Software\product\11.1.0\db_1\BIN\orauts.dll
    0x762f0000 - 0x7631d000      C:\Windows\system32\WS2_32.dll
    0x770d0000 - 0x770d6000      C:\Windows\system32\NSI.dll
    0x62920000 - 0x6296d000      C:\Installed_Software\product\11.1.0\db_1\BIN\oranro11.dll
    0x62530000 - 0x6266d000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraldapclnt11.dll
    0x627f0000 - 0x62905000      C:\Installed_Software\product\11.1.0\db_1\BIN\orannzsbb11.dll
    0x60000000 - 0x60133000      C:\Installed_Software\product\11.1.0\db_1\BIN\orazt11.dll
    0x72e00000 - 0x72e07000      C:\Windows\system32\WSOCK32.dll
    0x75030000 - 0x75049000      C:\Windows\system32\iphlpapi.dll
    0x74ff0000 - 0x75025000      C:\Windows\system32\dhcpcsvc.DLL
    0x752a0000 - 0x752cc000      C:\Windows\system32\DNSAPI.dll
    0x75660000 - 0x75674000      C:\Windows\system32\Secur32.dll
    0x74fe0000 - 0x74fe7000      C:\Windows\system32\WINNSI.DLL
    0x74fb0000 - 0x74fd1000      C:\Windows\system32\dhcpcsvc6.DLL
    0x0c360000 - 0x0ce27000      C:\Installed_Software\product\11.1.0\db_1\BIN\orageneric11.dll
    0x63430000 - 0x6345d000      C:\Installed_Software\product\11.1.0\db_1\BIN\orasnls11.dll
    0x60fa0000 - 0x61158000      C:\Installed_Software\product\11.1.0\db_1\BIN\oracommon11.dll
    0x61c20000 - 0x61f81000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraclient11.dll
    0x636b0000 - 0x636b6000      C:\Installed_Software\product\11.1.0\db_1\BIN\oravsn11.dll
    0x0ce30000 - 0x0d20a000      C:\Installed_Software\product\11.1.0\db_1\BIN\orapls11.dll
    0x63420000 - 0x63429000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraslax11.dll
    0x63080000 - 0x63296000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraplp11.dll
    0x63520000 - 0x635c2000      C:\Installed_Software\product\11.1.0\db_1\BIN\orasql11.dll
    0x10000000 - 0x1025c000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraxml11.dll
    0x71ba0000 - 0x71bb1000      C:\Windows\system32\MSVCIRT.dll
    0x62980000 - 0x629b1000      C:\Installed_Software\product\11.1.0\db_1\BIN\orantcp11.dll
    0x0d210000 - 0x0d2bd000      C:\Installed_Software\product\11.1.0\db_1\BIN\orahasgen11.dll
    0x62ab0000 - 0x62b2f000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraocr11.dll
    0x0c1e0000 - 0x0c23e000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraocrb11.dll
    0x754c0000 - 0x75535000      C:\Windows\system32\NETAPI32.dll
    0x6f710000 - 0x6f7ec000      C:\Windows\system32\dbghelp.dll
    0x76440000 - 0x76f4f000      C:\Windows\system32\SHELL32.dll
    0x758e0000 - 0x75938000      C:\Windows\system32\SHLWAPI.dll
    0x0d2c0000 - 0x0d307000      C:\Installed_Software\product\11.1.0\db_1\BIN\oranldap11.dll
    0x626b0000 - 0x626b9000      C:\Installed_Software\product\11.1.0\db_1\BIN\oranhost11.dll
    0x00120000 - 0x00126000      C:\Installed_Software\product\11.1.0\db_1\BIN\orancds11.dll
    0x629c0000 - 0x629cd000      C:\Installed_Software\product\11.1.0\db_1\BIN\orantns11.dll
    0x0d310000 - 0x0d390000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraztkg11.dll
    0x74520000 - 0x746be000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6001.18000_none_5cdbaa5a083979cc\comctl32.dll
    0x01940000 - 0x0195b000      C:\Installed_Software\product\11.1.0\db_1\oui\lib\win32\oraInstaller.dll
    0x74e60000 - 0x74e68000      C:\Windows\system32\VERSION.dll
    0x0d420000 - 0x0d476000      C:\Installed_Software\product\11.1.0\db_1\oui\lib\win32\msvcr71.dll
    0x0c240000 - 0x0c247000      C:\Installed_Software\product\11.1.0\db_1\oui\lib\win32\orauts.dll
    0x0c250000 - 0x0c258000      C:\Installed_Software\product\11.1.0\db_1\oui\lib\win32\orawsec11.dll
    0x635d0000 - 0x635ed000      C:\Installed_Software\product\11.1.0\db_1\oui\lib\win32\orasrvm11.dll
    0x0d8d0000 - 0x0da08000      C:\Installed_Software\product\11.1.0\db_1\BIN\oraldapjclnt11.dll
    0x748f0000 - 0x748ff000      C:\Windows\system32\NLAapi.dll
    0x71e80000 - 0x71e8f000      C:\Windows\system32\napinsp.dll
    0x71e40000 - 0x71e52000      C:\Windows\system32\pnrpnsp.dll
    0x74df0000 - 0x74e2b000      C:\Windows\System32\mswsock.dll
    0x71e70000 - 0x71e78000      C:\Windows\System32\winrnr.dll
    0x762a0000 - 0x762ea000      C:\Windows\system32\WLDAP32.dll
    0x71e60000 - 0x71e6c000      C:\Windows\system32\wshbth.dll
    0x75b30000 - 0x75cba000      C:\Windows\system32\SETUPAPI.dll
    0x74e50000 - 0x74e55000      C:\Windows\System32\wship6.dll
    VM Arguments:
    jvm_args: -Dsun.java2d.noddraw=true -Dice.pilots.html4.ignoreNonGenericFonts=true
    java_command: oracle.net.ca.NetCA
    Launcher Type: SUN_STANDARD
    Environment Variables:
    CLASSPATH=C:\Installed_Software\product\11.1.0\db_1\network\jlib\netcam.jar;C:\Installed_Software\product\11.1.0\db_1\network\jlib\netca.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\jndi.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\netcfg.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\ldapjclnt9.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\ldapjclnt11.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\;C:\Installed_Software\product\11.1.0\db_1\jlib\ewt3.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\help4.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\jewt4.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\oracle_ice.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\share.jar;C:\Installed_Software\product\11.1.0\db_1\jdk\jre\lib\rt.jar;C:\Installed_Software\product\11.1.0\db_1\jdk\jre\lib\i18n.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\ewtcompat-3_3_15.jar;C:\Installed_Software\product\11.1.0\db_1\network\tools;C:\Installed_Software\product\11.1.0\db_1\jlib\srvm.jar;C:\Installed_Software\product\11.1.0\db_1\jlib\srvmhas.jar;C:\Installed_Software\product\11.1.0\db_1\oui\jlib\OraInstaller.jar;C:\Installed_Software\product\11.1.0\db_1\lib\xmlparserv2.jar;C:\Installed_Software\product\11.1.0\db_1\emdw\lib\emca.jar
    PATH=C:\Installed_Software\product\11.1.0\db_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Java\jdk1.5.0_17
    USERNAME=praveena
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Vista Build 6001 Service Pack 1
    CPU:total 2 (cores per cpu 2, threads per core 1) family 6 model 15 stepping 13, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 2097151k(1328884k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_11-b03) for windows-x86, built on Dec 15 2006 01:16:12 by "java_re" with MS VC++ 6.0

Maybe you are looking for

  • How to pass 100+ tags in a single sql/tag query

    <b>In my current application I have to pass 180+ tags in a single query to retrieve data from iHistorian. I want to know how to pass more thatn 100 tags in a single SQL or TAG Query using OLEDB or UDC connectors. If anybody has done it in the past ,p

  • Idempotency in Enterprise Services

    Hi all, I am looking to implement Idempotency for the custom developed web services. I looked at the help and documents on how to implement and have got the code working partially in the backend ABAP Proxy. Based on the help we need to run the TCODE

  • Reference operation set:tr CO48

    Hi guys, while I 'm running the tr.CO48 to convert partially a planned order the system have given me the message 'Reference operation set ..&..not found(check entry) ' but I have cretaed the operation set and it exist..which is the meaning? Thanks i

  • Making executable jar

    Hi I would like to make executable jar. I have class files and also some supporting jar file..how do i include the supporting jar files into the newly creating executable jar file. Say to lookup jndi i need some supporing jar files.... so to make my

  • Is there anyway to STOP Skype from updating?

    I"m the first to admit that I'm probably the most illiterate computer and technological adult using a newer mini laptop.  I'm confused with the new Skype. On my other computer I could use Skype with basically no problems and with no fee at all.  I on