Deploying wsrp-samples.ear fails during WebCenter installation

I am trying to install WebCenter 10.3.2 on a RHEL 4 box. Actually it is a VMWare
image, but I don't think it has to do something about VMWare. I'll try to reproduce it
in a native Linux, but currently it is not an option.
I am doing an "advanced" installation, OHS+WebCenter. At the last phase, in the
Oracle WebCenter Configuration assistant, when it tries to install wsrp-samples,
the installation fails with
java.io.IOException: Cannot allocate memory
error. At the end of this post you can see the relevant part from the installation log
file.
BTW, OC4J_WebCenter instance is up, there is plenty (>1 GByte) free memory.
I've tried to install the EAR file through the EM manually, get the same error.
Checked if the EAR (and the WAR) unzips correctly, no error there. Got another
wsrp-samples.ear - from a successfull installation - it fails here! Checked
OC4J's log files (diagnostic log), but I don't gen any more information.
Desperately need your help! Thanks.!
Here is he install log file:
Application Deployer for portletapp STARTS.
Copy the archive to /apps/WebCenter/j2ee/OC4J_WebCenter/applications/portletapp.ear
Initialize /apps/WebCenter/j2ee/OC4J_WebCenter/applications/portletapp.ear begins...
Unpacking portletapp.ear
Done unpacking portletapp.ear
Unpacking wsrp-samples.war
Done unpacking wsrp-samples.war
Initialize /apps/WebCenter/j2ee/OC4J_WebCenter/applications/portletapp.ear ends...
Starting application : portletapp
Initializing ClassLoader(s)
Initializing EJB container
Loading connector(s)
Starting up resource adapters
Initializing EJB sessions
Committing ClassLoader(s)
Initialize wsrp-samples begins...
Initialize wsrp-samples ends...
Started application : portletapp
Binding web application(s) to site default-web-site begins...
Binding wsrp-samples web-module for application portletapp to site default-web-site under context root /portletapp
Operation failed with error:
Error compiling :/apps/WebCenter/j2ee/OC4J_WebCenter/applications/portletapp/wsrp-samples:
java.io.IOException: Cannot allocate memory
Caught exception running the command via the script file /apps/WebCenter/portal
/conf/deploy_ears.params at line 3: Deploy error: Deploy error: Operation failed
with error:
Error compiling :/apps/WebCenter/j2ee/OC4J_WebCenter/applications/portletapp/w
srp-samples: java.io.IOException: Cannot allocate memory

Hi Peter,
Thanks for your suggestions, what you've mentioned started me thinking in a new path and here is the solution:
You suggested to start OC4J with specific memory settings, I guess you wanted to say that OC4J needs a lot of memory. Of course it's OPMN, which start OC4J's, so I checked and it turned out, that OC4Js were running with the following parameters:
java -server -XX:MaxPermSize=256m -XX:PermSize=256m -ms512M -mx1024M ...
I started to play with these parameters (modifying opmn.xml) and suddenly realized that the problem was not that OC4J did not have enough memory, but that it was too eager and requested too much (1024M) from the operating system.
I've changed the values to -ms256m -mx512m and the deployment succeeded!
Of course I still have a couple of open questions:
1) I did have plenty of memore, "free" told me I had 1500M core and 3000M swap. I wonder why requesting -mx1024M was too much. Maybe I hit some Linux hard limit.
2) I was a bit surprised to see -ms.. and -mx, Java documentation gives the syntax as -Xms.. and -Xmx... Obviously both seems to be working.
Thanks again! Now that I understood at least partly what went wrong I consider filing a bug about changing the default config values in the installer.
Regards,
Istvan

Similar Messages

  • Database Configuration Assistant Failed During 9i Installation

    Database Configuration Assistant failed during my 9i Installation due to lack of disk space. I had 4MG allocated on /apps and the application used 3.1GB. I now do not have the required 1GB for the seed database. Actually, I want to create the seed database on /oradata, not on /apps. Does anyone know how I can create that seed database in /oradata? I don't believe I was prompted for where to create that seed database. Also, how can I run the Database Configuration Assistant again? Typing the command dbca told me to set the DISPLAY environment variable and re-run.
    Thanks in advance for any help you can give.
    Veronica

    I had java.lang.NoClassDefFoundError too.
    This was fixed by having DISPLAY setting
    #export DISPLAY=host:0.0
    Make sure your x window system is working Ok.
    I also used unset LANG

  • Using workshop to build EAR successfully but deployment of the EAR fails.

    Hi there,
    i've developed an application using Weblogic workshop. And also, It's been working fine when using the workshop to deploy and test in exploded format.
    When building the EAR using workshop, the ear file was built successfully without any errors. But, when it's deployed as an EAR, the deployment failed!
    This is the error throwing out at the console:
    Aug 2, 2004 9:13:14 PM GMT+08:00> <Warning> <Deployer> <BEA-149004> <Failures w
    re detected while initiating Deploy task for application Rapid.>
    Aug 2, 2004 9:13:14 PM GMT+08:00> <Error> <Deployer> <BEA-149201> <Failed to co
    plete the deployment task with ID 0 for the application Rapid.
    ava.lang.NoClassDefFoundError: com/bea/wlw/runtime/core/bean/SLSBContainerBean
    at java.lang.ClassLoader.defineClass(Ljava.lang.String;[BIILjava.securit
    .ProtectionDomain;)Ljava.lang.Class;(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Ljava.lang.String;[BIILja
    a.security.CodeSource;)Ljava.lang.Class;(SecureClassLoader.java:123)
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Ljava.l
    ng.String;)Ljava.lang.Class;(GenericClassLoader.java:476)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(Ljava.lang.S
    ring;)Ljava.lang.Class;(GenericClassLoader.java:181)
    at java.lang.ClassLoader.loadClass(Ljava.lang.String;Z)Ljava.lang.Class;
    Unknown Source)
    at java.lang.ClassLoader.loadClass(Ljava.lang.String;)Ljava.lang.Class;(
    nknown Source)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(Ljava.lang.S
    ring;)Ljava.lang.Class;(GenericClassLoader.java:223)
    at weblogic.ejb20.deployer.EJBModule.setupEJBToImplClassDependencies(Lja
    a.lang.ClassLoader;)V(EJBModule.java:1030)
    at weblogic.ejb20.deployer.EJBModule.prepare(Ljava.lang.ClassLoader;)V(E
    BModule.java:481)
    And also, i notice that in the EAR file there is .workshop folder. will it cause any problem?
    If the workshop deployed successfully in exploded format and application works properly, as well as generating the EAR file without any error, shouldn't the generated EAR file to be deployed without error?
    Would anyone help up please?

    Did you deploy the application in a workshop enabled domain?
    Hi there,
    i've developed an application using Weblogic
    workshop. And also, It's been working fine when
    using the workshop to deploy and test in exploded
    format.
    When building the EAR using workshop, the ear file
    was built successfully without any errors. But, when
    it's deployed as an EAR, the deployment failed!
    This is the error throwing out at the
    console:
    Aug 2, 2004 9:13:14 PM GMT+08:00> <Warning>
    <Deployer> <BEA-149004> <Failures w
    re detected while initiating Deploy task for
    application Rapid.>
    Aug 2, 2004 9:13:14 PM GMT+08:00> <Error> <Deployer>
    <BEA-149201> <Failed to co
    plete the deployment task with ID 0 for the
    application Rapid.
    ava.lang.NoClassDefFoundError:
    com/bea/wlw/runtime/core/bean/SLSBContainerBean
    at
    at
    at
    t
    java.lang.ClassLoader.defineClass(Ljava.lang.String;[B
    IILjava.securit
    .ProtectionDomain;)Ljava.lang.Class;(Unknown Source)
    at
    at
    at
    t
    java.security.SecureClassLoader.defineClass(Ljava.lang
    .String;[BIILja
    a.security.CodeSource;)Ljava.lang.Class;(SecureClassLo
    ader.java:123)
    at
    at
    at
    t
    weblogic.utils.classloaders.GenericClassLoader.findLoc
    alClass(Ljava.l
    ng.String;)Ljava.lang.Class;(GenericClassLoader.java:4
    76)
    at
    at
    at
    t
    weblogic.utils.classloaders.GenericClassLoader.findCla
    ss(Ljava.lang.S
    ring;)Ljava.lang.Class;(GenericClassLoader.java:181)
    at
    at
    at
    t
    java.lang.ClassLoader.loadClass(Ljava.lang.String;Z)Lj
    ava.lang.Class;
    Unknown Source)
    at
    at
    at
    t
    java.lang.ClassLoader.loadClass(Ljava.lang.String;)Lja
    va.lang.Class;(
    nknown Source)
    at
    at
    at
    t
    weblogic.utils.classloaders.GenericClassLoader.loadCla
    ss(Ljava.lang.S
    ring;)Ljava.lang.Class;(GenericClassLoader.java:223)
    at
    at
    at
    t
    weblogic.ejb20.deployer.EJBModule.setupEJBToImplClassD
    ependencies(Lja
    a.lang.ClassLoader;)V(EJBModule.java:1030)
    at
    at
    at
    t
    weblogic.ejb20.deployer.EJBModule.prepare(Ljava.lang.C
    lassLoader;)V(E
    BModule.java:481)
    And also, i notice that in the EAR file there is
    .workshop folder. will it cause any problem?
    If the workshop deployed successfully in exploded
    format and application works properly, as well as
    generating the EAR file without any error, shouldn't
    the generated EAR file to be deployed without error?
    Would anyone help up please?

  • PASSWORDLESS SSH SETUP fails during Grid installation

    Hello,
    OS and VM setup:
    There are 2 base physical Oracle servers ( Model # Oracle SPARC T4-2 , Solaris 11.1 ). On both machine “Oracle VM for SPARC “ software is installed and logical domains are configured with Solaris 11.1. Oracle RAC 2 node cluster is being setup between the Logical Domain in each servers.
    Objective:
    We are planning to install and configure Oracle RAC 11g R2 (11.2.0.4) on two Oracle VM machines. Pre-installation check script (runcluvfy.sh) on RAC node is completed without errors/warning.
    Issue:
    During oracle grid infrastructure installation, SSH setup failing and on shell prompt is showing JVM CRASH AT LIB.....
    I am not able to proceed with RAC setup due to this issue. 
    Your suggestions/assistance will be greatly appreciated.
    Thanks.

    Hello,
    Thanks for your reponse. Please find below OUI log:
    -------------------------------------------------------- OUI Log ---------------------------------------------------------
    Using paramFile: /u01/Stage/grid/install/oraparam.ini
    Checking Temp space: must be greater than 180 MB.   Actual 190266 MB    Passed
    Checking swap space: must be greater than 150 MB.   Actual 196682 MB    Passed
    Checking monitor: must be configured to display at least 256 colors    Failed <<<<
        >>> Could not execute /usr/bin/xdpyinfo
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,Continue? (y/n) [n]
    >>> Ignoring required pre-requisite failures. Continuing...
    The commandline for unzip:
    /u01/Stage/grid/install/unzip -qqqo ../stage/Components/oracle.jdk/1.5.0.51.10/1/DataFiles/\*.jar -d /tmp/OraInstall2013-10-30_10-00-46AM
    Using the umask value '022' available from oraparam.ini
    Execvp of the child jre : the cmdline is /tmp/OraInstall2013-10-30_10-00-46AM/jdk/jre/bin/java, and the argv is
    /tmp/OraInstall2013-10-30_10-00-46AM/jdk/jre/bin/java
    -Doracle.installer.library_loc=/tmp/OraInstall2013-10-30_10-00-46AM/oui/lib/solaris
    -Doracle.installer.oui_loc=/tmp/OraInstall2013-10-30_10-00-46AM/oui
    -Doracle.installer.bootstrap=TRUE
    -Doracle.installer.startup_location=/u01/Stage/grid/install
    -Doracle.installer.jre_loc=/tmp/OraInstall2013-10-30_10-00-46AM/jdk/jre
    -Doracle.installer.nlsEnabled="TRUE"
    -Doracle.installer.prereqConfigLoc=
    -Doracle.installer.unixVersion=5.11
    -Doracle.install.setup.workDir=/u01/Stage/grid
    -Dawt.toolkit=sun.awt.X11.XToolkit
    -d64
    -mx150m
    -cp
    /tmp/OraInstall2013-10-30_10-00-46AM::/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/remoteinterfaces.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/instcommon.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/instcrs.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/ssh.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/installcommons_1.0.0b.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/cvu.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/OraPrereq.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/jsch.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/ojdbc5.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/OraPrereqChecks.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/prov_fixup.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/orai18n-mapping.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/orai18n-utility.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/OraInstaller.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/oneclick.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/xmlparserv2.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/share.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/OraInstallerNet.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/emCfg.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/emocmutl.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/OraPrereq.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/jsch.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/ssh.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/remoteinterfaces.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/http_client.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/OraSuiteInstaller.jar:../stage/Components/oracle.swd.opatch/11.2.0.4.0/1/DataFiles/jlib/opatch.jar:../stage/Components/oracle.swd.opatch/11.2.0.4.0/1/DataFiles/jlib/opatchactions.jar:../stage/Components/oracle.swd.opatch/11.2.0.4.0/1/DataFiles/jlib/opatchprereq.jar:../stage/Components/oracle.swd.opatch/11.2.0.4.0/1/DataFiles/jlib/opatchutil.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/OraCheckPoint.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstImages.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_de.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_es.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_fr.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_it.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_ja.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_ko.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_pt_BR.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_zh_CN.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_zh_TW.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/oracle_ice.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/help4.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/help4-nls.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/ewt3.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/ewt3-swingaccess.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/ewt3-nls.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/swingaccess.jar::/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/jewt4.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/jewt4-nls.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/orai18n-collation.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/orai18n-mapping.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/ojmisc.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/xml.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/srvm.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/srvmasm.jar
    oracle.install.ivw.crs.driver.CRSInstaller
    -scratchPath
    /tmp/OraInstall2013-10-30_10-00-46AM
    -sourceLoc
    /u01/Stage/grid/install/../stage/products.xml
    -sourceType
    network
    -timestamp
    2013-10-30_10-00-46AM
    -formCluster
    INFO: Loading data from: jar:file:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beanstore from jar:file:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:config-data]
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:configcmds in the bean:configcmdmappings
    INFO: Inventory exists: false
    INFO: Registering setup bean
    INFO: Building Flow
    INFO: Loading condition class oracle.install.commons.flow.condition.SystemPropertyCondition
    INFO: Building the flow graph
    INFO: Loaded state AutoUpdatesOptionsUI
    INFO: Loaded state UpdatesListUI
    INFO: Loaded state finishupdates
    INFO: Building the flow graph
    INFO: Loaded state init
    INFO: Loaded state autoupdatesDecider
    INFO: Loaded state AutoUpdatesOptionsUI
    INFO: Loaded state UpdatesListUI
    INFO: Loaded state supportedOSCheck
    INFO: Loaded state ClusterInfoUI
    INFO: Loaded state InstallOptionsUI
    INFO: Loaded state ChecklistUI
    INFO: Loaded state InstallTypeUI
    INFO: Loaded state QuickInstallUI
    INFO: Loaded state productLanguage
    INFO: Loaded state flowDecider
    INFO: Loaded state CRSNodeSelectionUI
    INFO: Loaded state SCANInformationUI
    INFO: Loaded state getASMSNMPPassword
    INFO: Loaded state GridPlugPlayInfoUI
    INFO: Loaded state CRSNodeInformationUI
    INFO: Loaded state getSubnetInformation
    INFO: Loaded state ConfigWizard
    INFO: Loaded state NetworkInterfaceUI
    INFO: Loaded state StorageOptionUI
    INFO: Loaded state ASMDiskGroupOption
    INFO: Loaded state CreateASMDiskGroup
    INFO: Loaded state ASMInstanceCredentialsGUI
    INFO: Loaded state OCRStorageUI
    INFO: Loaded state VDSKStorageUI
    INFO: Loaded state FailureIsolationUI
    INFO: Loaded state getPrivilegedOSGroups
    INFO: Loaded state preInstallLocation
    INFO: Loaded state InstallLocationUI
    INFO: Loaded state CRSInstallLocationUI
    INFO: Loaded state inventory
    INFO: Loaded state prereqExecutionDecider
    INFO: Loaded state performChecks
    INFO: Loaded state showSummary
    INFO: Loaded state setup
    INFO: Loaded state finish
    INFO: Linking states
    INFO: State[ASMDiskGroupOption]: route=createdg; to=CreateASMDiskGroup
    INFO: State[ASMDiskGroupOption]: route=nocreatedg; to=ASMInstanceCredentialsGUI
    INFO: Condition of state[ASMDiskGroupOption]: route=mismatched; to=CreateASMDiskGroup
    INFO: State[ASMInstanceCredentialsGUI]: route=FRESH_HA_INSTALL; to=getPrivilegedOSGroups
    INFO: State[ASMInstanceCredentialsGUI]: route=IPMI_SUPPORTED; to=FailureIsolationUI
    INFO: State[ASMInstanceCredentialsGUI]: route=IPMI_UNSUPPORTED; to=getPrivilegedOSGroups
    INFO: Condition of state[ASMInstanceCredentialsGUI]: route=inventory; to=inventory
    INFO: Condition of state[ASMInstanceCredentialsGUI]: route=prereq; to=prereqExecutionDecider
    INFO: State[AutoUpdatesOptionsUI]: route=NO_AUTO_UPDATES; to=supportedOSCheck
    INFO: State[AutoUpdatesOptionsUI]: route=success; to=UpdatesListUI
    INFO: State[CRSInstallLocationUI]: route=INVENTORY_ABSENT; to=inventory
    INFO: State[CRSInstallLocationUI]: route=success; to=prereqExecutionDecider
    INFO: Condition of state[CRSInstallLocationUI]: route=matched; to=prereqExecutionDecider
    INFO: State[CRSNodeInformationUI]: route=success; to=getSubnetInformation
    INFO: State[CRSNodeSelectionUI]: route=GI_HOME_UPGRADE; to=getPrivilegedOSGroups
    INFO: State[CRSNodeSelectionUI]: route=NON_GI_HOME_UPGRADE; to=SCANInformationUI
    INFO: State[CRSNodeSelectionUI]: route=wizard; to=ConfigWizard
    INFO: State[ChecklistUI]: route=success; to=InstallTypeUI
    INFO: State[ClusterInfoUI]: route=success; to=QuickInstallUI
    INFO: State[ConfigWizard]: route=config; to=NetworkInterfaceUI
    INFO: State[ConfigWizard]: route=giupgrade; to=prereqExecutionDecider
    INFO: State[ConfigWizard]: route=upgrade; to=SCANInformationUI
    INFO: State[CreateASMDiskGroup]: route=success; to=ASMInstanceCredentialsGUI
    INFO: State[FailureIsolationUI]: route=success; to=getPrivilegedOSGroups
    INFO: State[GridPlugPlayInfoUI]: route=success; to=CRSNodeInformationUI
    INFO: State[InstallLocationUI]: route=INVENTORY_ABSENT; to=inventory
    INFO: State[InstallLocationUI]: route=success; to=prereqExecutionDecider
    INFO: State[InstallOptionsUI]: route=crs; to=InstallTypeUI
    INFO: State[InstallOptionsUI]: route=success; to=productLanguage
    INFO: State[InstallTypeUI]: route=advanced; to=productLanguage
    INFO: State[InstallTypeUI]: route=typical; to=ClusterInfoUI
    INFO: Condition of state[InstallTypeUI]: route=matched; to=productLanguage
    INFO: State[NetworkInterfaceUI]: route=success; to=StorageOptionUI
    INFO: State[OCRStorageUI]: route=success; to=VDSKStorageUI
    INFO: State[QuickInstallUI]: route=ASM; to=CreateASMDiskGroup
    INFO: State[QuickInstallUI]: route=inventory; to=inventory
    INFO: State[QuickInstallUI]: route=prereq; to=prereqExecutionDecider
    INFO: State[SCANInformationUI]: route=noupgradeASM; to=getPrivilegedOSGroups
    INFO: State[SCANInformationUI]: route=upgradeASM; to=getASMSNMPPassword
    INFO: State[StorageOptionUI]: route=ASM; to=ASMDiskGroupOption
    INFO: State[StorageOptionUI]: route=SHARED_FILE_SYSTEM; to=OCRStorageUI
    INFO: State[UpdatesListUI]: route=success; to=supportedOSCheck
    INFO: State[VDSKStorageUI]: route=IPMI_SUPPORTED; to=FailureIsolationUI
    INFO: State[VDSKStorageUI]: route=IPMI_UNSUPPORTED; to=getPrivilegedOSGroups
    INFO: State[autoupdatesDecider]: route=AUTO_UPDATES_DISABLE; to=supportedOSCheck
    INFO: State[autoupdatesDecider]: route=AUTO_UPDATES_STATE_SKIP; to=supportedOSCheck
    INFO: State[autoupdatesDecider]: route=success; to=AutoUpdatesOptionsUI
    INFO: Condition of state[autoupdatesDecider]: route=matched; to=InstallOptionsUI
    INFO: State[flowDecider]: route=FRESH_CRS_INSTALL; to=GridPlugPlayInfoUI
    INFO: State[flowDecider]: route=FRESH_HA_INSTALL; to=CreateASMDiskGroup
    INFO: State[flowDecider]: route=SWONLY_INSTALL; to=getPrivilegedOSGroups
    INFO: State[flowDecider]: route=UPGRADE_CRS; to=CRSNodeSelectionUI
    INFO: State[flowDecider]: route=UPGRADE_HA; to=getASMSNMPPassword
    INFO: State[flowDecider]: route=UPGRADE_HA_NO_ASM_PASS; to=getPrivilegedOSGroups
    INFO: State[getASMSNMPPassword]: route=success; to=getPrivilegedOSGroups
    INFO: State[getPrivilegedOSGroups]: route=success; to=preInstallLocation
    INFO: Condition of state[getPrivilegedOSGroups]: route=matched; to=preInstallLocation
    INFO: State[getSubnetInformation]: route=success; to=NetworkInterfaceUI
    INFO: State[getSubnetInformation]: route=wizard; to=ConfigWizard
    INFO: State[init]: route=DOWNLOAD_UPDATES_ONLY; to=AutoUpdatesOptionsUI
    INFO: State[init]: route=success; to=autoupdatesDecider
    INFO: State[inventory]: route=success; to=prereqExecutionDecider
    INFO: State[performChecks]: route=success; to=showSummary
    INFO: State[preInstallLocation]: route=CRS_NO; to=InstallLocationUI
    INFO: State[preInstallLocation]: route=CRS_YES; to=CRSInstallLocationUI
    INFO: Condition of state[preInstallLocation]: route=matched; to=CRSInstallLocationUI
    INFO: State[prereqExecutionDecider]: route=executeprereqs; to=performChecks
    INFO: State[prereqExecutionDecider]: route=ignoreprereqs; to=showSummary
    INFO: State[productLanguage]: route=productlanguage_yes; to=flowDecider
    INFO: Condition of state[productLanguage]: route=matched; to=flowDecider
    INFO: State[setup]: route=success; to=finish
    INFO: State[showSummary]: route=success; to=setup
    INFO: State[supportedOSCheck]: route=success; to=InstallOptionsUI
    INFO: State[AutoUpdatesOptionsUI]: route=NO_AUTO_UPDATES; to=finishupdates
    INFO: State[AutoUpdatesOptionsUI]: route=success; to=UpdatesListUI
    INFO: State[UpdatesListUI]: route=DOWNLOAD_UPDATES_FINISHED; to=finishupdates
    INFO: Successfully built the flow
    INFO: Opening bean stores from which the beans can be loaded
    INFO: Loading beanstore from a given input stream
    INFO: Translating external format into raw format
    INFO: Loading flow data beans
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:oracle_install_crs_ClusterNodeList in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_HOME in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:CRSInstallSettings
    INFO: Setting value for the property:CRSInstallSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:oracle_install_asm_DiskGroup in the bean:ASMSettings
    INFO: Setting value for the property:ASMSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:ORACLE_HOME in the bean:HAInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:HAInstallSettings
    INFO: Setting value for the property:HAInstallSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:CentralInventorySettings in the bean:CRSSetupBean
    INFO: Setting value for the property:oracle_install_autoupdates_myOracleSupportCredentials in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:oracle_install_autoupdates_httpProxySettings in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:AutoUpdatesInstallSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:OCMSettings in the bean:CRSSetupBean
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:oracle_install_crs_ClusterNodeList in the bean:CRSInstallSettings
    INFO: Setting value for the property:oracle_install_crs_SCANPortNumber in the bean:CRSInstallSettings
    INFO: Setting value for the property:oracle_install_crs_VotingDiskRedundancy in the bean:CRSInstallSettings
    INFO: Setting value for the property:oracle_install_crs_OCRRedundancy in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_HOME in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:CRSInstallSettings
    INFO: Setting value for the property:CRSInstallSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:oracle_install_asm_DiskGroupAUSize in the bean:oracle_install_asm_DiskGroup
    INFO: Setting value for the property:oracle_install_asm_DiskGroup in the bean:ASMSettings
    INFO: Setting value for the property:ASMSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:ORACLE_HOME in the bean:HAInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:HAInstallSettings
    INFO: Setting value for the property:HAInstallSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:CentralInventorySettings in the bean:CRSSetupBean
    INFO: Setting value for the property:oracle_install_autoupdates_myOracleSupportCredentials in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:oracle_install_autoupdates_httpProxySettings in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:AutoUpdatesInstallSettings in the bean:CRSSetupBean
    INFO: Set value for bean CRSSetupBean
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:ORACLE_HOME in the bean:HAInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:HAInstallSettings
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:oracle_install_crs_ClusterNodeList in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_HOME in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:CRSInstallSettings
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:oracle_install_autoupdates_myOracleSupportCredentials in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:oracle_install_autoupdates_httpProxySettings in the bean:AutoUpdatesInstallSettings
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Closing bean stores from which the beans can be loaded
    INFO: Registering the flow views
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.PrereqGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.PrereqGUI added to View Type Registry with the key as [PrereqUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SummaryGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SummaryGUI added to View Type Registry with the key as [SummaryUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SetupGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SetupGUI added to View Type Registry with the key as [SetupUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.InventoryUI viewId: null uiType: null]
    INFO: oracle.install.ivw.common.view.InventoryUI added to View Type Registry with the key as [InventoryUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.ProductLanguageGUI viewId: ProductLanguageUI uiType: null]
    INFO: oracle.install.ivw.common.view.ProductLanguageGUI added to View Type Registry with the key as [ProductLanguageUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.FinishGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.FinishGUI added to View Type Registry with the key as [FinishUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.InstallOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.InstallOptionsUI added to View Type Registry with the key as [InstallOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ChecklistGUI viewId: ChecklistUI uiType: null]
    INFO: oracle.install.ivw.crs.view.ChecklistGUI added to View Type Registry with the key as [ChecklistUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.InstallTypeGUI viewId: InstallTypeUI uiType: null]
    INFO: oracle.install.ivw.crs.view.InstallTypeGUI added to View Type Registry with the key as [InstallTypeUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.QuickInstallGUI viewId: QuickInstallUI uiType: null]
    INFO: oracle.install.ivw.crs.view.QuickInstallGUI added to View Type Registry with the key as [QuickInstallUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.InstallLocationUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.InstallLocationUI added to View Type Registry with the key as [InstallLocationUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.CRSInstallLocationGUI viewId: CRSInstallLocationUI uiType: null]
    INFO: oracle.install.ivw.crs.view.CRSInstallLocationGUI added to View Type Registry with the key as [CRSInstallLocationUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.GridPlugPlayInfoUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.GridPlugPlayInfoUI added to View Type Registry with the key as [GridPlugPlayInfoUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ClusterConfigGUI viewId: ClusterConfigUI uiType: null]
    INFO: oracle.install.ivw.crs.view.ClusterConfigGUI added to View Type Registry with the key as [ClusterConfigUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.NetworkInterfaceUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.NetworkInterfaceUI added to View Type Registry with the key as [NetworkInterfaceUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.StorageOptionUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.StorageOptionUI added to View Type Registry with the key as [StorageOptionUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ASMDiskGroupCreationGUI viewId: ASMDiskGroupCreationUI uiType: null]
    INFO: oracle.install.ivw.crs.view.ASMDiskGroupCreationGUI added to View Type Registry with the key as [ASMDiskGroupCreationUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.OCRStorageUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.OCRStorageUI added to View Type Registry with the key as [OCRStorageUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.VDSKStorageUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.VDSKStorageUI added to View Type Registry with the key as [VDSKStorageUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.FailureIsolationUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.FailureIsolationUI added to View Type Registry with the key as [FailureIsolationUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ASMInstanceCredentialsGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.ASMInstanceCredentialsGUI added to View Type Registry with the key as [ASMInstanceCredentialsGUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.CRSNodeSelectionUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.CRSNodeSelectionUI added to View Type Registry with the key as [CRSNodeSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.SCANInformationUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.SCANInformationUI added to View Type Registry with the key as [SCANInformationUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.PrivilegedOSGroupsGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.PrivilegedOSGroupsGUI added to View Type Registry with the key as [PrivilegedOSGroupsUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ClusterInfoUI viewId: ClusterInfoUI uiType: null]
    INFO: oracle.install.ivw.crs.view.ClusterInfoUI added to View Type Registry with the key as [ClusterInfoUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ASMSNMPPasswordGUI viewId: ASMSNMPPasswordGUI uiType: null]
    INFO: oracle.install.ivw.crs.view.ASMSNMPPasswordGUI added to View Type Registry with the key as [ASMSNMPPasswordGUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.AutoUpdatesOptionsUI viewId: AutoUpdatesOptionsUI uiType: null]
    INFO: oracle.install.ivw.common.view.AutoUpdatesOptionsUI added to View Type Registry with the key as [AutoUpdatesOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.UpdatesListUI viewId: UpdatesListUI uiType: null]
    INFO: oracle.install.ivw.common.view.UpdatesListUI added to View Type Registry with the key as [UpdatesListUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.FinishUpdatesUI viewId: FinishUpdatesUI uiType: null]
    INFO: oracle.install.ivw.common.view.FinishUpdatesUI added to View Type Registry with the key as [FinishUpdatesUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ASMDiskGroupOptionGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.ASMDiskGroupOptionGUI added to View Type Registry with the key as [ASMDiskGroupOptionUI]
    INFO: Initial values of Setup Properties :
    PROPERTY                                               VALUE                                     
    ASMSettings                                            oracle.install.asm.bean.ASMSettings@6124e9
                                                            35                                        
    AutoUpdatesInstallSettings                             oracle.install.ivw.common.bean.AutoUpdates
                                                            InstallSettings@3c03dfcb                  
    COLLECTOR_IGNORE_CONFIGURATION                         false                                     
    COLLECTOR_IGNORE_FAILURES                              false                                     
    COLLECTOR_RESPONSE_FILE                                                                          
    CRSInstallSettings                                     oracle.install.ivw.crs.bean.CRSInstallSett
                                                            ings@1fbbc779                             
    CentralInventorySettings                               oracle.install.ivw.common.bean.CentralInve
                                                            ntorySettings@3435ec9                     
    ClusterNodes                                           {}                                        
    ClusterwareType                                        UNKNOWN                                   
    DECLINE_SECURITY_UPDATES                               false                                     
    FROM_LOCATION                                          /u01/Stage/grid/install/../stage/products.
                                                            xml                                       
    HAInstallSettings                                      oracle.install.ivw.ha.bean.HAInstallSettin
                                                            gs@1faac07d                               
    MYORACLESUPPORT_PASSWORD                               *Protected value, not to be logged*       
    MYORACLESUPPORT_USERNAME                                                                         
    OCMSettings                                            oracle.install.ivw.common.bean.OCMSettings
                                                            @411b1d80                                 
    ORACLE_BASE                                            /u01/app/oracle/product/11.2.0.4/base     
    ORACLE_HOME                                            /u01/app/oracle/product/11.2.0.4/grid     
    ORACLE_HOSTNAME                                        oradbracvm1.mrmwr.gov.om                  
    PROXY_HOST                                                                                       
    PROXY_PORT                                                                                       
    PROXY_PWD                                              *Protected value, not to be logged*       
    PROXY_USER                                                                                       
    SECURITY_UPDATES_VIA_MYORACLESUPPORT                   true                                      
    SELECTED_LANGUAGES                                     {"en"}                                    
    oracle_install_WindowsSystemDirectory                                                            
    oracle_install_asm_DiskGroup                           oracle.install.asm.bean.DiskGroupSettings@
                                                            3e4ac866                                  
    oracle_install_asm_DiskGroupAUSize                     1                                         
    oracle_install_asm_MigrateASM                          false                                     
    oracle_install_asm_UseExistingDG                       false                                     
    oracle_install_autoupdates_httpProxyPort               0                                         
    oracle_install_autoupdates_httpProxySettings           oracle.install.ivw.common.bean.HttpProxySe
                                                            ttings@2bf09a31                           
    oracle_install_autoupdates_myOracleSupportCredentials  oracle.install.ivw.common.bean.MyOracleSup
                                                            portSettings@2259a735                     
    oracle_install_autoupdates_selected                    false                                     
    oracle_install_crs_AdvancedInstall                     false                                     
    oracle_install_crs_AutoConfig                          false                                     
    oracle_install_crs_ClusterName                                                                   
    oracle_install_crs_ClusterNodeList                                                               
    oracle_install_crs_ConfigureGNS                        true                                      
    oracle_install_crs_LaunchASMCA                         false                                     
    oracle_install_crs_LaunchCRSInst                       false                                     
    oracle_install_crs_LaunchCRSUpgrd                      false                                     
    oracle_install_crs_LaunchCluvfy                        false                                     
    oracle_install_crs_LaunchRootBat                       false                                     
    oracle_install_crs_LaunchUpdateNodeList                false                                     
    oracle_install_crs_OCRLocations                        {}                                        
    oracle_install_crs_OCRRedundancy                       2                                         
    oracle_install_crs_SCANName                                                                      
    oracle_install_crs_SCANPortNumber                      0                                         
    oracle_install_crs_StorageOption                       0                                         
    oracle_install_crs_UseIPMI                             false                                     
    oracle_install_crs_VotingDiskLocations                 {}                                        
    oracle_install_crs_VotingDiskRedundancy                2                                         
    oracle_install_crs_isConfigWizard                      false                                     
    oracle_install_crs_isRolling                           true                                      
    INFO: Launching Oracle Grid Infrastructure
    INFO: Started executing the flow in INTERACTIVE mode
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state init
    INFO: Waiting for completion all forked tasks at state init
    INFO: All forked task are completed at state init
    INFO: Completed background operations
    INFO: Executing action at state init
    INFO: Completed executing action at state <init>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <init>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <init>
    INFO: Completed validating view at state <init>
    INFO: Validating state <init>
    WARNING: Validation disabled for the state init
    INFO: Completed validating state <init>
    INFO: Verifying route success
    INFO: Checking condition at state <autoupdatesDecider>
    INFO: Successfully checked condition at state <autoupdatesDecider>
    INFO: Checking condition at state <InstallTypeUI>
    INFO: Successfully checked condition at state <InstallTypeUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state autoupdatesDecider
    INFO: Completed executing action at state <autoupdatesDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <autoupdatesDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <autoupdatesDecider>
    INFO: Completed validating view at state <autoupdatesDecider>
    INFO: Validating state <autoupdatesDecider>
    WARNING: Validation disabled for the state autoupdatesDecider
    INFO: Completed validating state <autoupdatesDecider>
    INFO: Reading shiphome metadata from /u01/Stage/grid/install/../stage/shiphomeproperties.xml
    INFO: Loading beanstore from file:/u01/Stage/grid/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/u01/Stage/grid/install/../stage/shiphomeproperties.xml
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:shiphome-metadata]
    INFO: Setting value for the property:properties in the bean:shiphome-metadata
    INFO: Verifying route success
    INFO: Get view named [AutoUpdatesOptionsUI]
    INFO: View for [AutoUpdatesOptionsUI] is oracle.install.ivw.common.view.AutoUpdatesOptionsUI[,0,0,0x0,invalid,layout=java.awt.FlowLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    INFO: Initializing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed initializing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Displaying view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed displaying view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Loading view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed loading view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Localizing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed localizing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state AutoUpdatesOptionsUI
    INFO: Completed executing action at state <AutoUpdatesOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <AutoUpdatesOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <AutoUpdatesOptionsUI>
    INFO: Completed validating view at state <AutoUpdatesOptionsUI>
    INFO: Validating state <AutoUpdatesOptionsUI>
    INFO: Completed validating state <AutoUpdatesOptionsUI>
    INFO: No updates will be downloaded or applied
    INFO: Checking condition at state <InstallTypeUI>
    INFO: Successfully checked condition at state <InstallTypeUI>
    INFO: Verifying route NO_AUTO_UPDATES
    INFO: Checking condition at state <InstallTypeUI>
    INFO: Successfully checked condition at state <InstallTypeUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state supportedOSCheck
    INFO: Completed executing action at state <supportedOSCheck>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <supportedOSCheck>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <supportedOSCheck>
    INFO: Completed validating view at state <supportedOSCheck>
    INFO: Validating state <supportedOSCheck>
    INFO: Verifying target environment...
    INFO: Checking whether the IP address of the localhost could be determined...
    INFO: Completed verification of target environment.
    INFO: Verifying setup for installer validations
    INFO: Completed validating state <supportedOSCheck>
    INFO: Verifying route success
    INFO: Checking condition at state <InstallTypeUI>
    INFO: Successfully checked condition at state <InstallTypeUI>
    INFO: Get view named [InstallOptionsUI]
    INFO: View for [InstallOptionsUI] is oracle.install.ivw.crs.view.InstallOptionsUI@144683c2
    INFO: Initializing view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Is CRS Installed false
    INFO: Completed initializing view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Displaying view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Completed displaying view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Loading view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Completed loading view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Localizing view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Completed localizing view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state InstallOptionsUI
    INFO: InstallOption Action Entering and Exiting execute
    INFO: Completed executing action at state <InstallOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <InstallOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: CRS config selected
    INFO: Validating view at state <InstallOptionsUI>
    INFO: Completed validating view at state <InstallOptionsUI>
    INFO: Validating state <InstallOptionsUI>
    INFO: getInstallOption: CRS_CONFIG
    INFO: Is CRS Installed false
    INFO: isCRSInstalled: false
    INFO: isHAInstalled: false
    INFO: isCRSConfigured: false
    INFO: isHAConfigured: false
    INFO: isLocalCSSConfigured: false
    INFO: existingCRSOrLocalCSSVersion: null
    INFO: Completed validating state <InstallOptionsUI>
    INFO: Detecting system information
    INFO: InstallOptionsAction Actions.transition called
    INFO: Verifying route crs
    INFO: Checking condition at state <InstallTypeUI>
    INFO: Successfully checked condition at state <InstallTypeUI>
    INFO: Get view named [InstallTypeUI]
    INFO: View for [InstallTypeUI] is oracle.install.ivw.crs.view.InstallTypeGUI[,0,0,0x0,invalid,layout=java.awt.GridBagLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    INFO: Initializing view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Completed initializing view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Displaying view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Completed displaying view <InstallTypeUI> at state <InstallTypeUI>
    INFO: checking for 92 RAC existence
    INFO: Loading view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Completed loading view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Localizing view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Gathering system details...
    INFO: Completed localizing view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state InstallTypeUI
    INFO: Waiting for completion all forked tasks at state InstallTypeUI
    INFO: All forked task are completed at state InstallTypeUI
    INFO: Completed background operations
    INFO: Executing action at state InstallTypeUI
    INFO: Completed executing action at state <InstallTypeUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <InstallTypeUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <InstallTypeUI>
    INFO: Completed validating view at state <InstallTypeUI>
    INFO: Validating state <InstallTypeUI>
    INFO: Completed validating state <InstallTypeUI>
    INFO: Verifying route advanced
    INFO: Checking condition at state <productLanguage>
    INFO: Successfully checked condition at state <productLanguage>
    INFO: Checking condition at state <getPrivilegedOSGroups>
    INFO: Successfully checked condition at state <getPrivilegedOSGroups>
    INFO: Checking condition at state <preInstallLocation>
    INFO: Successfully checked condition at state <preInstallLocation>
    INFO: Checking condition at state <CRSInstallLocationUI>
    INFO: Successfully checked condition at state <CRSInstallLocationUI>
    INFO: Get view named [ProductLanguageUI]
    INFO: View for [ProductLanguageUI] is oracle.install.ivw.common.view.ProductLanguageGUI@3ff5d699
    INFO: Initializing view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed initializing view <ProductLanguageUI> at state <productLanguage>
    INFO: Displaying view <ProductLanguageUI> at state <productLanguage>
    INFO: Fetching Available Languages...
    INFO: Completed displaying view <ProductLanguageUI> at state <productLanguage>
    INFO: Loading view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed loading view <ProductLanguageUI> at state <productLanguage>
    INFO: Localizing view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed localizing view <ProductLanguageUI> at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state productLanguage
    INFO: Waiting for completion all forked tasks at state productLanguage
    INFO: All forked task are completed at state productLanguage
    INFO: Completed background operations
    INFO: Executing action at state productLanguage
    INFO: Completed executing action at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: The languages in which the product will be installed are [ar, en]
    INFO: Validating view at state <productLanguage>
    INFO: Completed validating view at state <productLanguage>
    INFO: Validating state <productLanguage>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.common.action.ProductLanguageAction
    INFO: Completed validating state <productLanguage>
    INFO: Verifying route productlanguage_yes
    INFO: Checking condition at state <getPrivilegedOSGroups>
    INFO: Successfully checked condition at state <getPrivilegedOSGroups>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state flowDecider
    INFO: Completed executing action at state <flowDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <flowDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <flowDecider>
    INFO: Completed validating view at state <flowDecider>
    INFO: Validating state <flowDecider>
    WARNING: Validation disabled for the state flowDecider
    INFO: Completed validating state <flowDecider>
    INFO: Verifying route FRESH_CRS_INSTALL
    INFO: Checking condition at state <getPrivilegedOSGroups>
    INFO: Successfully checked condition at state <getPrivilegedOSGroups>
    INFO: Checking condition at state <preInstallLocation>
    INFO: Successfully checked condition at state <preInstallLocation>
    INFO: Checking condition at state <CRSInstallLocationUI>
    INFO: Successfully checked condition at state <CRSInstallLocationUI>
    INFO: Get view named [GridPlugPlayInfoUI]
    INFO: View for [GridPlugPlayInfoUI] is oracle.install.ivw.crs.view.GridPlugPlayInfoUI@42293b53
    INFO: Initializing view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: GridPlugPlayInfoUI entering onEvent
    INFO: Gathering system details...
    INFO: Gathering system details...
    INFO: Gathering system details...
    INFO: Gathering system details...
    INFO: Gathering system details...
    INFO: checking for 92 RAC existence
    INFO: Gathering system details...
    INFO: Completed initializing view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Displaying view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Completed displaying view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Loading view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: GridPlugPlayInfoUI entering onEvent
    INFO: Completed loading view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Localizing view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Completed localizing view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state GridPlugPlayInfoUI
    INFO: Completed executing action at state <GridPlugPlayInfoUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <GridPlugPlayInfoUI>
    INFO: Bad Chars Found :_
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: GridPlugPlayInfoUI entering processInput
    INFO: Validating view at state <GridPlugPlayInfoUI>
    INFO: Completed validating view at state <GridPlugPlayInfoUI>
    INFO: Validating state <GridPlugPlayInfoUI>
    INFO: Validating Cluster Name
    INFO: Validating SCAN Information
    INFO: validating SCAN name for emptiness and bad chars
    INFO: validating SCAN port for emptiness
    INFO: validating SCAN port for bad characters
    INFO: checking for 92 RAC existence
    INFO: Gathering system details...
    INFO: Environment variable SKIP_ALL_SCAN_VIP_VALIDATION is not set.
    INFO: Validating SCAN VIP
    INFO: Completed validating state <GridPlugPlayInfoUI>
    INFO: Verifying route success
    INFO: GridPlugPlayInfoUI entering onEvent
    INFO: Get view named [ClusterConfigUI]
    INFO: View for [ClusterConfigUI] is oracle.install.ivw.crs.view.ClusterConfigGUI@2a134eca
    INFO: Initializing view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Completed initializing view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Displaying view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Completed displaying view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Loading view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Completed loading view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Localizing view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Completed localizing view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state CRSNodeInformationUI
    INFO: Checking cluster configuration details
    INFO: checking for 92 RAC existence
    INFO: Gathering system details...
    INFO: Gathering system details...
    INFO: Completed executing action at state <CRSNodeInformationUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <CRSNodeInformationUI>
    INFO: SSH Support Manager logs will be written to /tmp/OraInstall2013-10-30_10-00-46AM/sshsetup1_2013-10-30_10-00-46AM.log
    INFO: Establishing SSH connectivity between the selected nodes. This may take several minutes. Please wait...
    INFO: SSH Setup policy used: BIDIRECTIONAL
    ------------------------------------------------------------ End OUI Logs -----------------------------------------------------------------------------------
    Thanks.

  • Service packs and patch MS14-044 keeps failing during a installation on a cluster

    Hi, 
    We have a cluster with several sql2008 R2 instances and recently we had to add one more. But now when we try to apply a service pack or patch on that instance on one the same node the installation fails. They all fail with the same error:
    SP1 
    2014-09-17 12:53:40 Slp: Parameter 0 : SQL2008@RTM@KB2528583 
    2014-09-17 12:53:40 Slp: Parameter 1 : 0x4A9286D0 
    2014-09-17 12:53:40 Slp: Parameter 2 : 0x4A9286D0 
    2014-09-17 12:53:40 Slp: Parameter 3 : 0x54657B2B 
    2014-09-17 12:53:40 Slp: Parameter 4 : 0x54657B2B
    SP2
    2014-09-16 12:56:23 Slp: Parameter 0 : SQL2008@RTM@KB2630458 
    2014-09-16 12:56:23 Slp: Parameter 1 : 0x4A9286D0 
    2014-09-16 12:56:23 Slp: Parameter 2 : 0x4A9286D0 
    2014-09-16 12:56:23 Slp: Parameter 3 : 0x54657B2B 
    2014-09-16 12:56:23 Slp: Parameter 4 : 0x54657B2B 
    MS14-044
    2014-09-16 20:55:15 Slp: Parameter 0 : SQL2008@RTM@KB2977320 
    2014-09-16 20:55:15 Slp: Parameter 1 : 0x4A9286D0 
    2014-09-16 20:55:15 Slp: Parameter 2 : 0x4A9286D0 
    2014-09-16 20:55:15 Slp: Parameter 3 : 0x54657B2B 
    2014-09-16 20:55:15 Slp: Parameter 4 : 0x54657B2B 2014-09-16 20:55:05 Slp: Error: Action "Microsoft.SqlServer.Configuration.SetupExtension.InitializeUIDataAction" threw an exception during execution.
    2014-09-16 20:55:06 Slp: Received request to add the following file to Watson reporting: C:\Users\adm_koomenh\AppData\Local\Temp\tmp7FDE.tmp
    2014-09-16 20:55:06 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
    2014-09-16 20:55:06 Slp: Inner exceptions are being indented
    2014-09-16 20:55:06 Slp: 
    2014-09-16 20:55:06 Slp: Exception type: System.Resources.MissingManifestResourceException
    2014-09-16 20:55:06 Slp:     Message: 
    2014-09-16 20:55:06 Slp:         Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "Errors.resources" was correctly embedded or linked into assembly "Microsoft.SqlServer.Discovery"
    at compile time, or that all the satellite assemblies required are loadable and fully signed.
    2014-09-16 20:55:06 Slp:     Stack: 
    2014-09-16 20:55:06 Slp:         at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
    2014-09-16 20:55:06 Slp:         at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream)
    2014-09-16 20:55:06 Slp:         at Microsoft.SqlServer.Discovery.MsiException.GetErrorMessage(Int32 errorNumber, CultureInfo culture)
    2014-09-16 20:55:06 Slp:         at Microsoft.SqlServer.Discovery.MsiException.GetErrorMessage(MsiRecord errorRecord, CultureInfo culture)
    2014-09-16 20:55:06 Slp:         at Microsoft.SqlServer.Discovery.MsiException.get_Message()
    2014-09-16 20:55:06 Slp:         at System.Exception.ToString()
    2014-09-16 20:55:06 Slp:         at System.Exception.ToString()
    2014-09-16 20:55:06 Slp:         at System.Exception.ToString()
    2014-09-16 20:55:06 Slp:         at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionEngine.RunActionQueue()
    2014-09-16 20:55:06 Slp:         at Microsoft.SqlServer.Setup.Chainer.Workflow.Workflow.RunWorkflow(WorkflowObject workflowObject, HandleInternalException exceptionHandler)
    2014-09-16 20:55:06 Slp:         at Microsoft.SqlServer.Chainer.Setup.Setup.RunRequestedWorkflow()
    2014-09-16 20:55:06 Slp:         at Microsoft.SqlServer.Chainer.Setup.Setup.Run()
    2014-09-16 20:55:06 Slp:         at Microsoft.SqlServer.Chainer.Setup.Setup.Start()
    2014-09-16 20:55:06 Slp:         at Microsoft.SqlServer.Chainer.Setup.Setup.Main()
    2014-09-16 20:55:15 Slp: Watson Bucket 1 
     Original Parameter Values 
    2014-09-16 20:55:15 Slp: Parameter 0 : SQL2008@RTM@KB2977320 
    2014-09-16 20:55:15 Slp: Parameter 1 : System.Resources.ResourceManager.InternalGetResourceSet 
    2014-09-16 20:55:15 Slp: Parameter 2 : System.Resources.ResourceManager.InternalGetResourceSet 
    2014-09-16 20:55:15 Slp: Parameter 3 : System.Resources.MissingManifestResourceException@-2146233038 
    2014-09-16 20:55:15 Slp: Parameter 4 : System.Resources.MissingManifestResourceException@-2146233038 
    2014-09-16 20:55:15 Slp: 
     Final Parameter Values 
    Note that on the other cluster node we have no problem at all but patching one side and the other is a no go.
    regards
    Hans Koomen

    1st instance: Microsoft SQL Server 2008 R2 (SP2) - 10.50.4033.0 (X64)   Jul  9 2014 16:04:25   Copyright (c) Microsoft Corporation  Standard Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) 
    2nd instance: Microsoft SQL Server 2008 R2 (SP2) - 10.50.4033.0 (X64)   Jul  9 2014 16:04:25   Copyright (c) Microsoft Corporation  Standard Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) 
    3rd instance: Microsoft SQL Server 2008 R2 (SP2) - 10.50.4033.0 (X64)   Jul  9 2014 16:04:25   Copyright (c) Microsoft Corporation  Standard Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) 
    4th instance: Microsoft SQL Server 2008 R2 (RTM) - 10.50.1600.1 (X64)   Apr  2 2010 15:48:46   Copyright (c) Microsoft Corporation  Standard Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) 
    Furthermore using http://support.microsoft.com/kb/2015100/es we find this:
    PRODUCT NAME   : SQL Server 2008 R2 SP2 Database Engine Services
    ================================================================================
      Product Code: {2E81ADBE-DED7-4B54-9C8D-FBD885C259C5}
      Version     : 10.52.4000.0
      Most Current Install Date: 20140718
      Target Install Location: 
      Registry Path: 
       HKEY_CLASSES_ROOT\Installer\Products\EBDA18E27DED45B4C9D8BF8D582C955C\SourceList
         Package    : sql_engine_core_inst_loc.msi
      Install Source: \1033_ENU_LP\x64\setup\sql_engine_core_inst_loc_msi\
      LastUsedSource: n;1;E:\software\SQL2008R2_Std_X64\1033_ENU_LP\x64\setup\sql_engine_core_inst_loc_msi\
        sql_engine_core_inst_loc.msi exists on the LastUsedSource path, no actions needed.
    Installer Cache File: C:\Windows\Installer\21807f.msi
    while the log states:
    2014-09-19 14:56:31 Slp: Package sql_engine_core_inst_loc_Cpu64_1033: - The path of cached MSI package is: C:\Windows\Installer\21807f.msi . The RTM product version is:
    10.50.1600.1

  • Deployment of same EAR fails on one WLS and succeeds on another!

    Hello,
    We are migrating from 10g to 11G for our SOA/ADF application.
    Step1: We installed Jdev 11G and also weblogic server that is free on OTN, on our machines. We wanted to first test the deployment on this server on our local machines before we did the deployment on our company's WL server. We were able to successfully create an EAR file (after many road blocks) and deploy the application to the free weblogic server (please note I am NOT saying the embedded WLS or the Integrated WLS).
    Step2: We used the EAR file created in the step above and used the same Jdev 11g to do the deployment but instead of connecting to the WLS on our machines, we created a server connection pointing to the company's server. We were confident that this will go smoothly but noooooooo!!!!!! We are getting the following error while deployment. The deployment is failing.
    Caused By: java.lang.ClassNotFoundException: oracle.adfinternal.view.faces.bi.renderkit.graph.GraphServlet
    Why should this happen? We are using the same EAR and the same JDev to do the deployment. ADF domain has been extended on both the servers. After the deployment failed on our company's WLS, we used the same ear and using JDev to do the deployment again but the one on our machine. It went smoothly. What is going on here?
    Any help is appreciated.

    Can being low on system tablespace effect creating indexes in anyway? Yes it can; even if your index (or table, or package) is created in a non-system tablespace, the description of the index is stored in Oracle's dictionary tables, owned by SYS:
    OBJ$ (the list of objects)
    IND$ (the list of indexes) - or TAB$, etc
    ICOL$ (index columns) - or COL$ for tables...
    SEG$ (the list of segments)
    UET$ (the list of used extents)
    etc. These are the tables on which the dictionary views (eg USER_INDEXES) that we all know and love are based.
    These tables grow over time; eventually they too need to be extended. And if there isn't enough free space in the SYSTEM tablespace, your DDL operation fails.
    With packages/procedures/functions you require space in a plethora of tables that store the code and the compiled forms of your PL/SQL.
    HTH
    Regards Nigel

  • Oracle net configuration assistent failed during database installation

    Hi,
    I am installing oracle database 10g in oel5 during installation the oracle net configuration has failed
    Pls provide me solution to overcome this problem while i am in the middle of the installation

    Hi user;
    Please check CONFIGURATION ASSISTANT ''OMS CONFIGURATION'' FAILED OUI-25031 and see its helfpul for your issue
    Regard
    Helios

  • OPMN Configuration Assistant Failed - During Midtier Installation

    I'll try to make this short and sweet.
    2 Boxes both running SLES9 Latest OCS Release (10.1.1.0.2 Sep 27).
    By the book install. Have met all pre-install reqs.
    Infra box installed okay. Very vanilla install except I opted for port ranges: web 7777, SSL 4443 etc.
    Second Box , Midtier.(Apps Install) Trying to get a very vanilla install as well. Did not opt for port changes, took the defaults.
    After about 40 minutes of the OPMN Config Assistant trying to start Webcache
    and Wireless Notification engine, the installer finally times out and fails.
    Logs indicate the following:
    Webcache log -- ...Failed to assign port 80: permission denied...server could not initalize
    OPMN/wireless_notif_eng_1003 log --Panama server notif..eng..1003 failed to initalize
    ipm.log -- Process Crashed: OC4J~OC4J_imeeting~default_island~ Restarting
    Even getting some indication of sql*net listener for email on port 25 failing because of permissions.
    I was under the impression that the installation user id had rights to make high level changes. (I did get the prompt to run the root.sh)
    I have the Metalink guys on this as well and its got them digging a bit deeper.
    Does anyone have any ideas? What am I missing here?
    Thanks in advance!
    Paul

    The Infra box install did give me a problem when I left the port selections to default (I did not use a portlist) i.e http=80, https=443, ldap 389, sldap 636. It refused to finish the install because it did not have rights to assign services to ports below 1024.
    I thought that the Root.sh script took care of that issue (which has been confirmed by the Metalink folks) So I went with what some of the examples in the install guide had and used 7777 for http, 4443 for https, 3060 for ldap and 3131 for sldap. The Infra box then installed without a hitch.
    I have met or exceed the hardware requirements for both boxes and have followed every detail regarding OS configs prior to install.
    I am running into the same issue when installing the Apps box. Trying to take the defaults, no portlist file, just a plain default install.
    I have double checked that no other services are running on these new boxes as I installed the OS with no bells or whistles. Very plain setup in other words.
    My last chat with the Metalink guys seem to think there is a permissions issue and that SLES9 is not playing nice when executing the root.sh. script.
    I am really flustered. Any ideas?

  • Database Configuration Assistant fails during 9i installation

    Hello!
    I'm a student and totaly new to oracle. I have tried to install the 9.2 version, but there were a message during installation that the OracleMTSRecoveryService made problems. I sad "retry" and no more messages appeared, but after the installation the installer says the dbca could not be installed. The error message is:
    java.lang.NoClassDefFoundError: oracle/sysman/emSDK/common/nls/MessageBundle
         at
         at oracle.sysman.assistants.util.step.StepContext.<init>(StepContext.java:121)
         at oracle.sysman.assistants.dbca.backend.Host.<init>(Host.java:454)
         at oracle.sysman.assistants.dbca.ui.UIHost.<init>(UIHost.java:185)
         at oracle.sysman.assistants.dbca.ui.ProgressOnlyHost.<init>(ProgressOnlyHost.java:89)
         at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:137)
         at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:85)
         at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:161)
    Exception in thread "main"
    Please help, I have been searching for hours to find a solution but without success!

    I had java.lang.NoClassDefFoundError too.
    This was fixed by having DISPLAY setting
    #export DISPLAY=host:0.0
    Make sure your x window system is working Ok.
    I also used unset LANG

  • Root.sh failed during grid installation in Oracle11g R2 RAC

    Hello Oracle Gurus
    Actually I'm Install the Oracle11g r2 RAC using following blogs post..
    http://www.oracle-base.com/articles/11g/OracleDB11gR2RACInstallationOnLinuxUsingNFS.php
    My Environment:
    Linux Redhat5.5 64bit
    Currently Installing the Oracle11g r2 RAC using 2 Nodes
    cat /etc/hosts
    [root@aaarac1 ~]# cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    #Public
    10.106.1.246 aaarac1
    10.106.1.247 aaarac2
    #Private
    192.168.0.101 aaarac1-priv
    192.168.0.102 aaarac2-priv
    #Virtual
    10.106.1.251 aaarac1-vip
    10.106.1.252 aaarac2-vip
    # SCAN
    10.106.1.244 rac-scan
    #Nas
    10.106.1.246 nas1
    [root@aaarac1 ~]# sh /u01/app/oraInventory/orainstRoot.sh
    Changing permissions of /u01/app/oraInventory.
    Adding read,write permissions for group.
    Removing read,write,execute permissions for world.
    Changing groupname of /u01/app/oraInventory to oinstall.
    The execution of the script is complete.
    [root@aaarac1 ~]#
    [root@aaarac1 ~]#
    [root@aaarac1 ~]# sh /u01/app/11.2.0/grid/root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME= /u01/app/11.2.0/grid
    Enter the full pathname of the local bin directory: [usr/local/bin]:
    Copying dbhome to /usr/local/bin ...
    Copying oraenv to /usr/local/bin ...
    Copying coraenv to /usr/local/bin ...
    Creating /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2011-08-04 02:48:32: Parsing the host name
    2011-08-04 02:48:32: Checking for super user privileges
    2011-08-04 02:48:32: User has super user privileges
    Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
    Creating trace directory
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    root wallet
    Unable to save wallet at /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/root
    root wallet cert
    PKI-02003: Unable to load the wallet at: /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/root
    root cert export
    PKI-02002: Unable to open the wallet. Check password.
    peer wallet
    Unable to save wallet at /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/peer
    profile reader wallet
    Unable to save wallet at /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/prdr
    pa wallet
    Unable to save wallet at /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/pa
    peer wallet keys
    PKI-02003: Unable to load the wallet at: /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/peer
    pa wallet keys
    PKI-02003: Unable to load the wallet at: /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/pa
    peer cert request
    PKI-02002: Unable to open the wallet. Check password.
    pa cert request
    PKI-02002: Unable to open the wallet. Check password.
    peer cert
    PKI-02002: Unable to open the wallet. Check password.
    pa cert
    PKI-02002: Unable to open the wallet. Check password.
    peer root cert TP
    PKI-02003: Unable to load the wallet at: /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/peer
    profile reader root cert TP
    PKI-02003: Unable to load the wallet at: /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/prdr
    pa root cert TP
    PKI-02003: Unable to load the wallet at: /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/pa
    peer pa cert TP
    PKI-02003: Unable to load the wallet at: /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/peer
    pa peer cert TP
    PKI-02003: Unable to load the wallet at: /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/pa
    profile reader pa cert TP
    PKI-02003: Unable to load the wallet at: /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/prdr
    profile reader peer cert TP
    PKI-02003: Unable to load the wallet at: /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/prdr
    peer user cert
    PKI-02003: Unable to load the wallet at: /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/peer
    pa user cert
    PKI-02003: Unable to load the wallet at: /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/pa
    The path "/u01/app/11.2.0/grid/gpnp/aaarac1/wallets/root/b64certificate.txt" does not exist
    Can't set permissions on /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/root/b64certificate.txt: Inappropriate ioctl for device
    The path "/u01/app/11.2.0/grid/gpnp/aaarac1/wallets/root/b64certificate.txt" does not exist
    Can't set ownership on /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/root/b64certificate.txt: Inappropriate ioctl for device
    The path "/u01/app/11.2.0/grid/gpnp/aaarac1/wallets/peer/cert.txt" does not exist
    Can't set permissions on /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/peer/cert.txt: Inappropriate ioctl for device
    The path "/u01/app/11.2.0/grid/gpnp/aaarac1/wallets/peer/cert.txt" does not exist
    Can't set ownership on /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/peer/cert.txt: Inappropriate ioctl for device
    The path "/u01/app/11.2.0/grid/gpnp/aaarac1/wallets/peer/cwallet.sso" does not exist
    Can't set permissions on /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/peer/cwallet.sso: Inappropriate ioctl for device
    The path "/u01/app/11.2.0/grid/gpnp/aaarac1/wallets/peer/cwallet.sso" does not exist
    Can't set ownership on /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/peer/cwallet.sso: Inappropriate ioctl for device
    The path "/u01/app/11.2.0/grid/gpnp/aaarac1/wallets/prdr/cwallet.sso" does not exist
    Can't set permissions on /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/prdr/cwallet.sso: Inappropriate ioctl for device
    The path "/u01/app/11.2.0/grid/gpnp/aaarac1/wallets/prdr/cwallet.sso" does not exist
    Can't set ownership on /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/prdr/cwallet.sso: Inappropriate ioctl for device
    The path "/u01/app/11.2.0/grid/gpnp/aaarac1/wallets/pa/cert.txt" does not exist
    Can't set permissions on /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/pa/cert.txt: Inappropriate ioctl for device
    The path "/u01/app/11.2.0/grid/gpnp/aaarac1/wallets/pa/cert.txt" does not exist
    Can't set ownership on /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/pa/cert.txt: Inappropriate ioctl for device
    The path "/u01/app/11.2.0/grid/gpnp/aaarac1/wallets/pa/cwallet.sso" does not exist
    Can't set permissions on /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/pa/cwallet.sso: Inappropriate ioctl for device
    The path "/u01/app/11.2.0/grid/gpnp/aaarac1/wallets/pa/cwallet.sso" does not exist
    Can't set ownership on /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/pa/cwallet.sso: Inappropriate ioctl for device
    The path "/u01/app/11.2.0/grid/gpnp/aaarac1/wallets/prdr/cwallet.sso" does not exist
    Can't set permissions on /u01/app/11.2.0/grid/gpnp/aaarac1/wallets/prdr/cwallet.sso: Inappropriate ioctl for device
    Error(s) occurred while setting GPnP Wallets ownership/permissions.
    Creation of Oracle GPnP wallets failed for aaarac1 at /u01/app/11.2.0/grid/crs/install/crsconfig_lib.pm line 4130.
    [root@aaarac1 ~]#
    Regards
    Hitgon

    change the /etc/hosts entry should be like below
    127.0.0.1 localhost.localdomain localhostplease check all the Prerequisites
    and also check runcluvfy.sh
    Edited by: rajeysh on Aug 5, 2011 3:36 PM

  • "Web Cache Configuration Assistant" failed during installation

    Hi,
    I'm trying to install Grid Control on Fedora Core 4 but it failes during the installation at the "Web Cache Configuration Assistant".
    I already createt a loopback device on localhost.
    Thanks for any surggestions!!
    End output from spawned process.
    Configuration assistant "Web Cache Configuration Assistant" failed
    2
    ORACLE_HOME is /opt/oracle/EM/10.1.0.3
    Failed in smi manipulation().
    TaskMaster initialization failed.
    Root Cause: 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.
    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 at oracle.ons.ONS.addSubscriber(ONS.java:333)
    at oracle.ons.Subscriber.realStartup(Subscriber.java:92)
    at oracle.ons.Subscriber.<init>(Subscriber.java:80)
    at oracle.ons.ONS.createNewSubscriber(ONS.java:687)
    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.ias.sysmgmt.EntryPoint.init(Unknown Source)
    at oracle.ias.webcache.config.WebcacheConfig.smiSetup(WebcacheConfig.java:243)
    at oracle.ias.webcache.config.WebcacheConfig.smiEnableWebcache(WebcacheConfig.java:215)
    at oracle.ias.webcache.config.WebcacheConfig.enableConfiguration(WebcacheConfig.java:191)
    at oracle.ias.webcache.config.WebcacheConfig.main(WebcacheConfig.java:66)
    .ons.SubscriptionNotification.waitForReply(SubscriptionNotification.java:82)
    cat /etc/hosts:
    127.0.0.1 loopback localhost
    127.0.0.1 fedora01 fedora01.barmenia.de localhost.localdomain localhost
    172.xxx.xxx.xxx fedora01.barmenia.de fedora01 oracleinstall

    hi,
    i tried to reinstall but it is still the same problem.
    before i started the installer there was no oracle process left
    fedora01.oracle[emrep]>ps -x
    Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.5/FAQ
    PID TTY STAT TIME COMMAND
    2976 pts/2 S 0:00 -ksh
    17573 pts/2 R+ 0:00 ps -x
    fedora01.oracle[emrep]>.1.0.3/Disk1/runInstaller PRE_REQUISITE=TRUE <
    Starting Oracle Universal Installer...
    before the assistant fails it looked like:
    Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.5/FAQ
    PID TTY STAT TIME COMMAND
    2976 pts/2 S+ 0:00 -ksh
    17588 pts/2 S 2:32 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17589 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17590 pts/2 S 0:26 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17591 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17592 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17593 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17594 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17595 pts/2 S 0:02 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17596 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17597 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17598 pts/2 S 0:02 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17600 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17601 pts/2 S 0:07 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17607 pts/2 S 0:02 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17677 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26185 ? Ss 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26301 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26381 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26409 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/bin/tnslsnr LISTENER -inherit
    26669 pts/4 S 0:00 -ksh
    26717 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26718 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26719 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26720 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26721 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26722 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26723 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26724 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26725 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26726 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26727 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26728 26729 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26730 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26731 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26732 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26770 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26771 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26772 pts/2 S 0:01 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26773 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26774 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26775 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26776 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26777 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26778 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26779 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26780 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26781 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26782 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26783 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26791 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26792 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26834 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26835 pts/2 S 0:00 /bin/sh /opt/oracle/EM/10.1.0.3/opmn/bin/opmnctl stopall
    26843 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -a -q shutdown
    26844 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    I'm running out of ideas!!
    thanks for your help!!!
    daniel

  • Deployment of oms.ear showing failed.

    Hi,
    I tried to deploy a cartridge in which some automations where defined. In the weblogic server it started showing nested errors like an infinite loop. So i stopped the server and restarted it.
    Now its showing error. Its showing deployment of oms.ear failed in the WL console. The error given is :<Unable to set the activation state to true for the application 'oms'.java.lang.NoSuchFieldError: a
    at com.mslv.oms.automation.AutomationDispatcher.<clinit>(Unknown Source)
    at com.mslv.oms.j2ee.LifecycleListener.postStart(Unknown Source)
    at weblogic.application.internal.flow.BaseLifecycleFlow$PostStartAction.run(BaseLifecycleFlow.java:292)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    Truncated. see log file for complete stacktrace
    java.lang.NoSuchFieldError: a
    at com.mslv.oms.automation.AutomationDispatcher.<clinit>(Unknown Source)
    at com.mslv.oms.j2ee.LifecycleListener.postStart(Unknown Source)
    at weblogic.application.internal.flow.BaseLifecycleFlow$PostStartAction.run(BaseLifecycleFlow.java:292)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    Truncated. see log file for complete stacktrace.
    How can i solve this problem?
    Edited by: 884814 on Sep 29, 2011 4:49 AM

    Hi ,
    First Apply SP14 to your Portal .
    and then Deploy the ESS packages.
    It Works.
    I had the same problem.
    Cheers
    Regards
    Rajendra

  • Database cache failed during installation !!!!

    Hello Guys,
    Database cache has failed during my installation !!!
    I have re-started it using wtacca -create -custom, but after 23% it gives
    a error
    connecting to the cache failed
    reason ORA -01034: ORACLE NOT AVAILABLE
    ORA -27101 - SHARED REALM DOES NOT EXISTS
    SVR 4 ERROR 2: NO SUCH FILE OR DIRECTORY
    My client is behind me for this issue, if anybody has come across
    this problem let me know, I did'nt do any changes to tnsnames.ora or listener.ora
    in 9IAS machine !!
    In one machine 8.1.7 is running and 9ias is running on another machine and this
    on Sun Solaris 7 environment !!!
    Any suggestions are greatly appreciated !!!
    A.Kishore
    null

    Hi Oliver,
    normally the listener is installed by SAPINST during installation of the database instance. On which stage of the installation are you ? What is already installed ? What is your installation order of central instance, database instance, system central service instance(s) ?
    Additionally you can try to start the listener via command line with user <sid>adm "lsnrctl start" (if the listener name is "LISTENER". At least on UX this works, hopefully on Windows as well ;-).
    Regards,
      Juergen

  • WSRP Provider registration fails for OC4J10.1.3 container (stack), why?

    Successfully installed the portlet container in an OC4J 10.1.3 standalone environment. Reconfigured datasources and successfully tested JDBC access. Also could deploy the sample.ear to the OC4J 10.1.3 container and verified it via obtaining the ?WSDL. But...
    Registering a WSRP provider in Oracle Portal 10.1.4 failes when trying to retrieve information over ?WSDL with the following stacktrace:
    An error occurred during the call to the WSRP Provider:
           Java stack trace from root exception:
       java.rmi.ServerException: Internal Server Error
               (java.lang.NoClassDefFoundError: oracle/ias/cache/ObjectNotFoundException)
         at com.sun.xml.rpc.client.StreamingSender._raiseFault(StreamingSender.java:384)
         at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:245)
         at oracle.webdb.wsrp.WSRP_v1_ServiceDescription_PortType_Stub.
              getServiceDescription(WSRP_v1_ServiceDescription_PortType_Stub.java:63)
         at oracle.webdb.wsrp.client.design.v1.
              OraWSRP_v1_ServiceDescription_PortType.getServiceDescription(
                  Unknown Source) What could be wrong?

    Seems the (installation procedure of) portlet-container is not compatible with OC4J 10.1.3 standalone. (Is the JSR-168 portlet-container supported for 10.1.3?
    Solved the initial issue by placing the missing cache.jar in the shared libraries directory of 10.1.3, but this only gets me to the next error. A class cast exception for JAXB.

  • Issue while executing the sample.ear

    Hi All,
    I have deployed the sampl.ear file into an existing SES Installation and trying to access the application using the URL:
    http://<oc4j_host>:<oc4j_port>/sample/search
    and getting following exception:
    ã vInvalid protocol verification, illegal ORMI request or request performed with an incompatible version of this protocolvInvalid protocol verification, illegal ORMI request or request performed with an incompatible version of this protocol
    Any suggestion is appreciated.
    Thanks
    Krrish

    This would be easier to diagnose if there was an explain plan posted for the 'good' and 'bad' queries. Generally speaking using '%' on both sides precludes the use of any indexes.

Maybe you are looking for

  • Satellite L770 - ethernet adapter has stopped working

    HI I have three laptops all connectable to my home hub, but I seem to be having serious problems with the latest model, the L770-13D. The signal strength has never been as good as the older models and just recently the Ethernet adapter has stopped wo

  • How to enable my disabled iphone.it says connect to itunes

    How do i enable my disabled iphone.It says connnect to itunes.Tell me what can i do about it

  • How do I change default boot sequence?

    I just got a K8T Ne0 FIS2R.  I am booting to a SATA 120G drive that has Win XP Prof loaded up.  When I attach my IDE drives, I have to stop the post (F11) to manually point to "BBS-0 RAID" or my machine will default to an IDE drive (which ever is plu

  • Question Mark "?" symbol

    Apparantly there's a Question Mark "?" symbol on my MacBook Pro,& when i click on it a message pops up saying "the item can't be found". Is there any way i can remove it?

  • Flash resizing a picture

    Hi I have a background image jpg that is 800x600. I made it in photoshop. I import it into flash and on to a stage of 800x600. Problem is imports at a size of 579x 450. Any ideas why this may be happenning? Thanks