OUI 11gR2 Installer Fail on Solaris

When trying to run the installer for 11gR2 I receive the below error. The same software was used on a different machine and runs with no issues.
SUNOS 5.10 Generic_142909-17 sun4u sparc SUNW,SPARC-Enterprise
DISPLAY variable is set correctly as is xauth - xclock runs with no issues
We are receiving this error on 2 other servers as well, but are having no problems in other cases
any help/ideas would be greatly appreciated.
The ERROR:
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-06-30_08-27-46AM. Please wait ...
<$ Exception in thread "main" java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at java.awt.Toolkit$2.run(Toolkit.java:821)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
at com.jgoodies.looks.LookUtils.isLowResolution(LookUtils.java:484)
at com.jgoodies.looks.LookUtils.<clinit>(LookUtils.java:249)
at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:135)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1779)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:453)
at oracle.install.commons.util.Application.startup(Application.java:759)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:165)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:182)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:308)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:121)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:152)

user4707592 wrote:
When trying to run the installer for 11gR2 I receive the below error. The same software was used on a different machine and runs with no issues.
SUNOS 5.10 Generic_142909-17 sun4u sparc SUNW,SPARC-Enterprise
DISPLAY variable is set correctly as is xauth - xclock runs with no issues
We are receiving this error on 2 other servers as well, but are having no problems in other cases
any help/ideas would be greatly appreciated.
The ERROR:
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-06-30_08-27-46AM. Please wait ...
<$ Exception in thread "main" java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at java.awt.Toolkit$2.run(Toolkit.java:821)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
at com.jgoodies.looks.LookUtils.isLowResolution(LookUtils.java:484)
at com.jgoodies.looks.LookUtils.<clinit>(LookUtils.java:249)
at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:135)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1779)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:453)
at oracle.install.commons.util.Application.startup(Application.java:759)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:165)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:182)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:308)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:121)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:152)what clues exist within the installer's logfile?

Similar Messages

  • Oracle Forms and Report 10g r2 standalone installation fail on Solaris 8

    I tried to install Oracle Forms & Report 10g r2 standalone on solaris 8.
    However the installation failed with the following error:
    /usr/ccs/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/data1/oraapps/oracle/fr10g//data1/oraapps/oracle/fr10g/bin/genclntsh
    ld: fatal: library -lnsl: not found
    ld: fatal: library -lsocket: not found
    ld: fatal: library -lgen: not found
    ld: fatal: library -ldl: not found
    ld: fatal: library -lkstat: not found
    ld: fatal: library -laio: not found
    ld: fatal: library -lposix4: not found
    ld: fatal: library -lm: not found
    ld: fatal: library -lc: not found
    Have anyone encounter the same error. Passed the prerequisite check but still fail during linking.
    I managed to install 9.0.4 successfully on the same server without any problem.
    Zairi

    Do you ahve the Shared_library variable? LD_LIBRARY_PATH, SHARED_LIBRARY_PATH ?? Usually one of this have to point to where the librarias are.
    Regards.

  • 9.2.0.3 patch set installation fails on Solaris 8

    i've installed Oracle9iR2 (64-bit) client on a Solaris 8 system and i'm now having problems installing the 9.2.0.3 patch set. during the installation process i get the following error message from OUI:
    Error in invoking target install of makefile
    $ORACLE_HOME/network/lib/ins_net_client.mk
    i checked the installation log and then $ORACLE_HOME/install/make.log. make.log reports that the failing command is:
    /usr/ccs/bin/make -f ins_net_client.mk install ORACLE_HOME=/opt/oracle9i/u01/app/oracle/product/9.2.0
    this command fails when trying to link trcroute. the link command seems to have incorrect paths as it seems to expect to find crt?.o files from $ORACLE_HOME/lib/WS6U1 while they are located in $ORACLE_HOME/lib/WS6U2/lib/v9. i modified $ORACLE_HOME/network/lib/env_network.mk (CCVER, COMPOBJ) so that crt?.o can be found.
    after this change the same link command fails with this message:
    ld: fatal: file $ORACLE_HOME/network/lib/s0nur.o:
    wrong ELF class: ELFCLASS32
    ld: fatal: File processing errors. No output written to trcroute
    *** Error code 1
    make: Fatal error: Command failed for target `trcroute'
    i checked the object files in network/lib and they all seem to be ELF 32-bit.
    does someone know what's causing these problems with the installation and how to fix it?
    best regards,
    aspa

    that's what i started to suspect as well. it's quite likely that the patch is for 32-bit installations. i'll try it with the 64-bit patch. thanks.

  • Installation fails on Solaris 10

    After downloading and executing the SGD shell script results in a failure.
    Same script
    worked fine on Solaris 9. Solaris 10 system details:
    root[csh]@broncos15[32]# cat /etc/release
    Solaris 10 3/05 s10_74L2a SPARC
    Assembled 22 January 2005
    root[csh]@broncos15[26]#sh ttaspso.shx
    Tarantella Secure Global Desktop Enterprise Edition
    Setup is verifying the shx file...
    Setup is checking for disk space requirements...
    Secure Global Desktop for SPARC Solaris 2.8+
    Preparing for installation...
    /tmp/install6aaaHh/checkinstall8aaaHh: /tmp/ttainst_1/tta.log: cannot
    create
    Error during installation. Setup will now exit.
    Please correct any errors described in /tmp/tta_inst.log, and then try
    again.
    root[csh]@broncos15[27]#
    root[csh]@broncos15[29]# cat tta_inst.log
    ===========================================================================
    Starting Setup
    ===========================================================================
    11+0 records in
    11+0 records out
    ===========================================================================
    Installing package <tta>
    ===========================================================================
    3+0 records in
    3+0 records out
    Pre-request detail for package <tta>
    ---> tta.prerequest
    24997+0 records in
    24997+0 records out
    Extraction detail for package <tta>
    Transferring <tta> package instance
    Install detail for package <tta>
    Processing package instance <tta> from </tmp/ttainst_1/ttapkg.3491/pkg>
    Tarantella Secure Global Desktop Enterprise Edition for SPARC Solaris
    2.8+(SPARC) 4.00.903
    Tarantella, Inc.
    pkgadd: ERROR: request script did not complete successfully
    Installation of <tta> failed.
    No changes were made to the system.
    Script detail for package <tta>
    root[csh]@broncos15[30]#

    Have a look at
    http://www.tarantella.com/documentation/sgd/ee/4.0/install.html - search
    for "Solaris 10" on that page, and try the workaround described there.
    Regards,
    Bill Weir, Tarantella Engineer.
    Ranjit Reddy wrote on 02/06/2005 00:41:
    After downloading and executing the SGD shell script results in a failure.
    Same script
    worked fine on Solaris 9. Solaris 10 system details:
    root[csh]@broncos15[32]# cat /etc/release
    Solaris 10 3/05 s10_74L2a SPARC
    Assembled 22 January 2005
    root[csh]@broncos15[26]#sh ttaspso.shx
    Tarantella Secure Global Desktop Enterprise Edition
    Setup is verifying the shx file...
    Setup is checking for disk space requirements...
    Secure Global Desktop for SPARC Solaris 2.8+
    Preparing for installation...
    /tmp/install6aaaHh/checkinstall8aaaHh: /tmp/ttainst_1/tta.log: cannot
    create
    Error during installation. Setup will now exit.

  • ODSM installation failing on Solaris Sparc

    Hi Guys,
    we are trying to install ODSM on a Solaris server (Solaris Sparc 11). However the installer is throwing the following error while creating domain -
    [2013-01-10T15:50:52.888-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationStatus] onConfigurationStatus: 92185386-b8be-44a0-9a5f-0d0bc9657eb4
    [2013-01-10T15:50:52.888-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationStatus] [OOB IDM CONFIG EVENT] onConfigurationStatus -> Description: Starting Domain.
    [2013-01-10T15:50:52.888-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationStatus] [OOB IDM CONFIG EVENT] onConfigurationStatus -> State: START
    [2013-01-10T15:50:52.889-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationStatus] [OOB IDM CONFIG EVENT] onConfigurationStatus -> Component Name : StartDomain
    [2013-01-10T15:50:52.889-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationStatus] [OOB IDM CONFIG EVENT] onConfigurationStatus -> Component Type : WLSDomain
    [2013-01-10T15:50:52.889-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationStatus] ________________________________________________________________________________
    [2013-01-10T15:50:52.889-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationStatus] [OOB IDM CONFIG EVENT] onConfigurationStatus ->92185386-b8be-44a0-9a5f-0d0bc9657eb4 StatusMsg:Starting Domain.
    [2013-01-10T15:50:52.890-06:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] reportStartConfigAction: EXIT........
    [2013-01-10T17:04:38.884-06:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0]
    [2013-01-10T17:04:38.886-06:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [[
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
    at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
    at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3150)
    at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3040)
    at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1645)
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.idm.install.config.BootstrapConfigManager.doExecute(BootstrapConfigManager.java:690)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
    at java.lang.Thread.run(Thread.java:662)
    [2013-01-10T17:04:38.888-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] onConfigurationError -> configGUID 92185386-b8be-44a0-9a5f-0d0bc9657eb4
    [2013-01-10T17:04:38.889-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] ErrorID: 35091
    [2013-01-10T17:04:38.889-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] Description: [[
    Error while starting the domain.
    Cause:
    An error occurred while starting the domain.
    Action:
    See logs for more details.
    [2013-01-10T17:04:38.891-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] ________________________________________________________________________________
    [2013-01-10T17:04:38.892-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] onConfigurationError -> eventResponse ==oracle.as.provisioning.engine.ConfigEventResponse@50cb14aa
    [2013-01-10T17:04:38.892-06:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [OOB IDM CONFIG EVENT] onConfigurationError -> Configuration Status: -1
    [2013-01-10T17:04:38.892-06:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [OOB IDM CONFIG EVENT] onConfigurationError -> Asking User for RETRY or ABORT
    [2013-01-10T17:04:38.893-06:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [OOB IDM CONFIG EVENT] onConfigurationError -> ActionStep:Create_Domain
    [2013-01-10T17:04:38.895-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] onConfigurationError -> wait for User Input ....
    [2013-01-10T17:21:34.980-06:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000JkaOCte7a695Nf4Eye1GvnD8000002,0] Writing profile to file:/u01/app/oraInventory/logs/installProfile2013-01-10_03-31-48PM.log
    [2013-01-10T17:21:34.981-06:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000JkaOCte7a695Nf4Eye1GvnD8000002,0] outputFile:/u01/app/oraInventory/logs/installProfile2013-01-10_03-31-48PM.log
    [2013-01-10T17:21:34.981-06:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000JkaOCte7a695Nf4Eye1GvnD8000002,0] in writeProfile method..
    [2013-01-10T17:21:34.982-06:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000JkaOCte7a695Nf4Eye1GvnD8000002,0] Adding Element:INTERVIEW_TIME_ID for writing.
    [2013-01-10T17:21:34.983-06:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000JkaOCte7a695Nf4Eye1GvnD8000002,0] Adding Element:COPY_TIME_ID for writing.
    [2013-01-10T17:21:34.983-06:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000JkaOCte7a695Nf4Eye1GvnD8000002,0] Adding Element:LINK_TIME_ID for writing.
    [2013-01-10T17:21:34.983-06:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000JkaOCte7a695Nf4Eye1GvnD8000002,0] Adding Element:CONFIGURATION_TIME_ID for writing.
    We couldn't find any way forward for this error Can anyone please advise if they have seen this error in their environment and what is the way forward? Thanks

    khaleel2 wrote:
    Hi Gurus,
    Too frequent INS-32025 errors. Tried everything possible, finally found in oraInstall2012-05-06_07-50-25PM.err file......
    ---# Begin Stacktrace #---------------------------
    ID: oracle.install.driver.oui.OUISetupDriver:13
    oracle.cluster.verification.VerificationException: An internal error occurred within cluster verification framework
    <Line 206, Column 12>: XML-20211: (Fatal Error) '--' is not allowed in comments.
    <Line 206, Column 12>: XML-20211: (Fatal Error) '--' is not allowed in comments.
    at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4505)
    at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4443)
    at oracle.cluster.verification.ClusterVerification.isPreReqSupported(ClusterVerification.java:6382)
    at oracle.install.driver.oui.OUISetupDriver.verifyEnvironment(OUISetupDriver.java:299)
    at oracle.install.driver.oui.OUISetupDriver.load(OUISetupDriver.java:422)
    Please help soon. Appreciated if you give main points instead of providing document links.errors indicate that cluster (RAC) is involved.
    At which step in cluster configuration, does this failure occur?

  • Oracle 10gR2 installation fails in Solaris 10

    Hi All,
    I am facing the following problem in Solaris 10 SPARC 64 bit machine.
    1.     Downloaded Oracle 10g R2 installable from oracle
    2.     Created user oracle and group dba and modified project settings and permissions as per quick installation guide
    3.     Installation of software is successful. But dbca fails with following error message.
    ORA-19624: operation failed, retry possible
    ORA-19870: error reading backup piece /vol1/ora10gr2/product/10.2.0/Db_1/assistants/dbca/templates/Seed_Database.dfb
    ORA-19587: error occurred at reading 0 bytes at block number 1
    ORA-27091: unable to queue I/O
    ORA-27067: size of I/O buffer is invalid
    4.     I also tried creating scripts using dbca and running it manually. It fails with following error message in trace file
    Corrupt block 1 found during reading backup piece, file=/ora10gr2/ora10gr2/product/10.2.0/Db_1/assistants/dbca/templates/Seed_
    Database.dfb, corr_type=3
    5.     Creation of custom database also fails with similar error message
    It is Solaris 10 (Solaris 10 11/06 s10s_u3wos_10 SPARC) machine with patch level 125100-05 .
    I know this question has to be posted in Oracle forums. But I could not see others facing this issue in oracle forums. If anybody has faced this issue please let me know.
    Thanks!

    Yes, I was trying to install Oracle for Solaris sparc 64 bit.
    again I reformatted the system with Solaris 10 8/07 release but I am getting the same error. Machine model is v480. even i tried to create a database manually, CREATE DATABASE command fails with the same error
    Please find trace file content below
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    control_files            = /u01/ora10gr2/c1.ctl, /u01/ora10gr2/c2.ctl, /u01/ora10gr2/c3.ctl
    db_block_size            = 8192
    undo_management          = AUTO
    db_name                  = ORA10
    PMON started with pid=2, OS id=1331
    PSP0 started with pid=4, OS id=1333
    MMAN started with pid=6, OS id=1335
    DBW0 started with pid=8, OS id=1337
    DBW1 started with pid=3, OS id=1339
    LGWR started with pid=5, OS id=1341
    CKPT started with pid=10, OS id=1343
    SMON started with pid=12, OS id=1345
    RECO started with pid=14, OS id=1347
    MMON started with pid=16, OS id=1349
    MMNL started with pid=18, OS id=1351
    Tue Oct  9 16:45:17 2007
    create database ORA10
    logfile   group 1 ('/u01/ora10gr2/redo1.log') size 10M,
    group 2 ('/u01/ora10gr2/redo2.log') size 10M,
    group 3 ('/u01/ora10gr2/redo3.log') size 10M
    character set          WE8ISO8859P1
    national character set utf8
    datafile '/u01/ora10gr2/system.dbf'
    size 50M
    autoextend on
    next 10M maxsize unlimited
    extent management local
    sysaux datafile '/u01/ora10gr2/sysaux.dbf'
    size 10M
    autoextend on
    next 10M
    maxsize unlimited
    undo tablespace undo
    datafile '/u01/ora10gr2/undo.dbf'
    size 10M
    default temporary tablespace temp
    tempfile '/u01/ora10gr2/temp.dbf'
    size 10M
    Tue Oct  9 16:45:18 2007
    Hex dump of (file 0, block 9) in trace file /u01/ora10gr2/product/10.2.0/Db_2/rdbms/log/ora10_ora_1352.trc
    Corrupt block relative dba: 0x00000009 (file 0, block 9)
    Bad check value found during control file block write
    Please suggest some other troubleshooting steps

  • Prerequisite check of database instance installation failed on Solaris

    Dear All,
    Please provide your valuable suggestions in resolving the below issue
    We are installing the SAP NW 7.4 EP as distributed installation
    Application server on RHEL 6 and Oracle database on Solaris 11(SPARC).
    We have installed the SCS instance on RHEL  with out any issues.
    While running prerequisite check of database installation on solaris we are getting below errors.
    "Atleast 500MB of free disk space are required for an diagnostic agent installation"
                     and
    "could not evaluate condition obsolete kernel parameters"
    In the sapinstdev_log file we are getting below lines.
    TRACE     
    Found 0 MB of free space on /dev
    TRACE     
    Prerequisite Checker performing checks: Condition hardware::disk_space from package ::j2ee_smd_inst evaluated to PRCCondEvalResult.FALSE. Message: 'At least 500 MB of free disk space are required for an Diagnostics Agent installation. Found 0 GB.'.
    We have tried to increase space for /dev which is not possible in Solaris (As per the OS team).please find the below reference link.
    /dev and the /devices Namespace (System Administration Guide: Oracle Solaris Containers-Resource Management and Oracle S…
    The/dev file system is loopback-mounted into the zone using a read-only mount.
    Please find the file system created for database instance installation.
    Filesystem             Size   Used  Available Capacity  Mounted on
    rpool/ROOT/solaris      29G   973M        28G     4%    /
    /dev                     0K     0K         0K     0%    /dev
    rpool/ROOT/solaris/var
                            29G    49M        28G     1%    /var
    proc                     0K     0K         0K     0%    /proc
    ctfs                     0K     0K         0K     0%    /system/contract
    mnttab                   0K     0K         0K     0%    /etc/mnttab
    objfs                    0K     0K         0K     0%    /system/object
    swap                    30G   1.5G        29G     5%    /system/volatile
    sharefs                  0K     0K         0K     0%    /etc/dfs/sharetab
    fd                       0K     0K         0K     0%    /dev/fd
    swap                    30G   1.5G        29G     5%    /tmp
    rpool/VARSHARE          29G    40K        28G     1%    /var/share
    h2hpool1/Dump           40G   9.2G        31G    23%    /Dump
    rpool/export            29G    32K        28G     1%    /export
    rpool/export/home       29G    32K        28G     1%    /export/home
    rpool/export/home/admin
                            29G    34K        28G     1%    /export/home/admin
    h2hpool1               244G    31K       235G     1%    /h2hpool1
    h2hpool1/oracle        180G    36K       180G     1%    /oracle
    h2hpool1/oracle/EPD    180G    44K       180G     1%    /oracle/EPD
    h2hpool1/oracle/EPD/112_64
                            10G    31K        10G     1%    /oracle/EPD/112_64
    h2hpool1/oracle/EPD/mirrlogA
                           1.0G    31K       1.0G     1%    /oracle/EPD/mirrlogA
    h2hpool1/oracle/EPD/mirrlogB
                           1.0G    31K       1.0G     1%    /oracle/EPD/mirrlogB
    h2hpool1/oracle/EPD/oraarch
                            20G    31K        20G     1%    /oracle/EPD/oraarch
    h2hpool1/oracle/EPD/origlogA
                           1.0G    31K       1.0G     1%    /oracle/EPD/origlogA
    h2hpool1/oracle/EPD/origlogB
                           1.0G    31K       1.0G     1%    /oracle/EPD/origlogB
    h2hpool1/oracle/EPD/sapdata1
                            30G    31K        30G     1%    /oracle/EPD/sapdata1
    h2hpool1/oracle/EPD/sapdata2
                            30G    31K        30G     1%    /oracle/EPD/sapdata2
    h2hpool1/oracle/EPD/sapdata3
                            30G    31K        30G     1%    /oracle/EPD/sapdata3
    h2hpool1/oracle/EPD/sapdata4
                            30G    31K        30G     1%    /oracle/EPD/sapdata4
    h2hpool1/oracle/EPD/sapreorg
                           2.0G    31K       2.0G     1%    /oracle/EPD/sapreorg
    h2hpool1/oracle/client
                           1.0G    31K       1.0G     1%    /oracle/client
    h2hpool1/oracle/stage
                           5.0G    31K       5.0G     1%    /oracle/stage/112_64
    rpool                   29G    31K        28G     1%    /rpool
    h2hpool1/sapmnt         20G    31K        20G     1%    /sapmnt
    h2hpool1/usr            20G    31K        20G     1%    /usr/sap

    Hi Praveen,
    It looks to be more permission issue rather than space issue. Ensure the file system where you copied the DVD has full permission.
    Check the installation logs for more details on which other file system needs full permission and work accordingly.
    Regards,
    Deepak Kori

  • 11gR2 installation on Solaris failed with prereuisite 124861-15

    The 11gR2 installation on Solaris 10 sparc failed with prereuisite 124861-15.
    When I tried to install the patch 124861-20, it failed with the following(see below):
    I have Sun Studio 12-2 installed on the system.
    It was complaining that some packages (SPROmrcom, SPROlangx, SPROlang,SPROsunms ) are not installed.
    Where can I get these packages? Should not it be included in the Sun Studio 12-2 installation?
    Thanks.
    Zhigang
    # patchadd 124861-20
    Validating patches...
    Loading patches installed on the system...
    Cannot find package name, arch or version in pkginfo file /var/sadm/pkg/IR/pkginfo.
    Done!
    Loading patches requested to install.
    Done!
    The following requested patches have packages not installed on the system
    Package SPROmrcom from directory SPROmrcom in patch 124861-20 is not installed on the system. Changes for package SPROmrcom will not be applied to the system.
    Package SPROlangx from directory SPROlangx in patch 124861-20 is not installed on the system. Changes for package SPROlangx will not be applied to the system.
    Package SPROlang from directory SPROlang in patch 124861-20 is not installed on the system. Changes for package SPROlang will not be applied to the system.
    Package SPROsunms from directory SPROsunms in patch 124861-20 is not installed on the system. Changes for package SPROsunms will not be applied to the system.
    Checking patches that you specified for installation.
    Done!
    The following requested patches will not be installed because
    the packages they patch are not installed on this system.
    0 No Packages from patch 124861-20 are installed on the system.

    Hi,
    The 11gR2 installation on Solaris 10 sparc failed with prereuisite 124861-15.
    When I tried to install the patch 124861-20, it failed with the following(see below):
    I have Sun Studio 12-2 installed on the system.
    It was complaining that some packages (SPROmrcom, SPROlangx, SPROlang,SPROsunms ) are not installed.
    Where can I get these packages? Should not it be included in the Sun Studio 12-2 installation?
    Thanks.
    Zhigang
    # patchadd 124861-20
    Validating patches...
    Loading patches installed on the system...
    Cannot find package name, arch or version in pkginfo file /var/sadm/pkg/IR/pkginfo.
    Done!
    Loading patches requested to install.
    Done!
    The following requested patches have packages not installed on the system
    Package SPROmrcom from directory SPROmrcom in patch 124861-20 is not installed on the system. Changes for package SPROmrcom will not be applied to the system.
    Package SPROlangx from directory SPROlangx in patch 124861-20 is not installed on the system. Changes for package SPROlangx will not be applied to the system.
    Package SPROlang from directory SPROlang in patch 124861-20 is not installed on the system. Changes for package SPROlang will not be applied to the system.
    Package SPROsunms from directory SPROsunms in patch 124861-20 is not installed on the system. Changes for package SPROsunms will not be applied to the system.
    Checking patches that you specified for installation.
    Done!
    The following requested patches will not be installed because
    the packages they patch are not installed on this system.
    0 No Packages from patch 124861-20 are installed on the system.
    Refer my post *11gR2 Installation Error with patch 124861-15 as pre Req*
    http://appsdbaworkshop.blogspot.com/2010/11/11gr2-installation-error-with-patch.html
    thanks,
    X A H E E R

  • Oracle 11GR2 installation Prerequsite check - IZ42940 failed

    Oracle 11GR2 installation Prerequisite check fails with the following:
    OS PATCH : IZ42940 failed
    OS PATCH : IZ49516 failed
    OS PATCH : IZ52331 failed
    I have AIX 5.3 level with the patch level as below:-
    oslevel -s
    5300-12-02-1036
    If I check at OS , I get
    /usr/sbin/instfix -i -k "IZ42940 IZ49516 IZ52331"
    there was no data for IZ42940 in the fix database
    there was no data for IZ49516 in the fix database
    there was no data for IZ52331 in the  fix database
    I have checked the latest AIX patch in media, which I am using, doesnu2019t contain these fixes IZ42940 , IZ49516 and IZ52331.
    I am just wondering how do I install these fixes IZ42940 , IZ49516 and IZ52331,
    Please help,

    Hello Abu,
    I am just wondering how do I install these fixes IZ42940 , IZ49516 and IZ52331
    The fix-numbers are only valid for one AIX TL - this means if the installer was released with TL 05 (for example) .. you will get this message if you are using TL 12 now, because of the fix numbers have changed.
    The only way to verify it is to go to the following IBM page and check the fix numbers for your TL.
    In your cases:
    IZ42940 - https://www-304.ibm.com/support/docview.wss?uid=isg1fixinfo110763
    IZ49516 - https://www-304.ibm.com/support/docview.wss?uid=isg1fixinfo112964
    IZ52331- https://www-304.ibm.com/support/docview.wss?uid=isg1fixinfo115020
    If your AIX TL level is not mentioned in these pages ... just take the previous TL Fix number and check for this.
    Regards
    Stefan

  • WL 6.1 Solaris installation fails

    I am trying to install the eval version of WL 6.1SP2 for Solaris, but the installation
    fails at the get go with this message:
    # sh weblogic610sp2_sol.bin
    Preparing to install...
    weblogic610sp2_sol.bin: test: ) expected
    Any ideas what may be wrong?
    Thanks

    Hi.
    Strange. I just tried this myself on solaris with no problems. Make sure you are
    downloading in binary mode. If you are then I suggest you open a case with support. If
    nothing else they can probably provide you with an ftp download.
    Regards,
    Michael
    Saiid Paryavi wrote:
    No go. I have tried downloading the installer several times and every time the result
    is the same.
    Thanks for your help.
    ~Saiid
    Michael Young <[email protected]> wrote:
    Hi.
    Weird. Maybe a corrupted download. Try a fresh download. Let me know
    how it goes.
    Regards,
    Michael
    Saiid Paryavi wrote:
    I am trying to install the eval version of WL 6.1SP2 for Solaris, butthe installation
    fails at the get go with this message:
    # sh weblogic610sp2_sol.bin
    Preparing to install...
    weblogic610sp2_sol.bin: test: ) expected
    Any ideas what may be wrong?
    Thanks--
    Michael Young
    Developer Relations Engineer
    BEA Support
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Oracle 11gR2 Installation Error "Invalid Entry Size"

    Hi Gurus,
    I am getting this error **"invalid entry size (expected 3486269263 but got 19496 bytes) "** during Oracle 11gR2 installation on Solaris 5.10.
    Here is the config log
    INFO: Extracting files to '/export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1'.
    INFO: Extracting files to '/export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_exp_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'racfiles.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_dirs.lst'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_filemap.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'setperms1.sh'.
    INFO: Number of threads for fast copy :1
    INFO: invalid entry size (expected 3486269263 but got 19496 bytes)
    SEVERE: oracle.sysman.oii.oiif.oiifb.OiifbEndIterateException: invalid entry size (expected 3486269263 but got 19496 bytes)
         at oracle.sysman.oii.oiic.OiicInstallAPISession.doOperation(OiicInstallAPISession.java:453)
         at oracle.sysman.oii.oiic.OiicAPIInstaller.doOperation(OiicAPIInstaller.java:973)
         at oracle.sysman.oii.oiic.OiicAPIInstaller.doOperation(OiicAPIInstaller.java:936)
         at oracle.install.driver.oui.OUISetupDriver.setup(OUISetupDriver.java:459)
         at oracle.install.driver.oui.SetupJob.call(SetupJob.java:166)
         at oracle.install.driver.oui.SetupJob.call(SetupJob.java:47)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
         at java.util.concurrent.FutureTask.run(FutureTask.java:123)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    INFO: Update the state machine to STATE_READY
    INFO: isSuccessfullInstallation: false
    INFO: isSuccessfullRemoteInstallation: true
    INFO: Adding ExitStatus FAILURE to the exit status set
    INFO: Shutting down OUISetupDriver.JobExecutorThread
    SEVERE: [FATAL] invalid entry size (expected 3486269263 but got 19496 bytes)
    CAUSE: No additional information available.
    ACTION: Refer to the logs or contact Oracle Support Services
    SUMMARY:
    - invalid entry size (expected 3486269263 but got 19496 bytes).
    Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:5850
    INFO: Advice is ABORT
    SEVERE: Unconditional Exit
    INFO: Adding ExitStatus FAILURE to the exit status set
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is -1
    INFO: Shutdown Oracle Database 11g Release 2 Installer
    Please help me to solve this issue

    Hi Hans,
    Thanks for your reply, after downloading the new installer "invalid entry size" error is gone now.
    but once the installer reaches to 68% then its giving the error " Error in invoking target 'mkldflags ntcontab.o' of makefile '/export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1/network/lib/ins_net_client.mk'
    Here is the log info:
    INFO: (if [ "assemble" = "assemble" ] ; then \
    /export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1/bin/gennttab > ntcontab.s ;\
    /usr/ccs/bin/as -P -m64 -o ntcontab.o ntcontab.s ;\
    rm -f /export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1/lib/ntcontab.o ;\
    mv ntcontab.o /export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1/lib/ ;\
    /usr/ccs/bin/ar rv /export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1/lib/libn11.a /export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1
    INFO: /lib/ntcontab.o ; fi)
    INFO: /usr/ccs/bin/as: error: unknown option '6'
    /usr/ccs/bin/as: error: unknown option '4'
    usage: /usr/ccs/bin/as [-V] [-Q{y,n}] [-q] [-s]
         [-S] [-K {pic,PIC}] [-o objfile] [-L] [-T]
         [-P [[-Yc,path] [-Ipath] [-Dname] [-Dname=def] [-Uname]]...]
         [-m [-Ym,path]] [-n] [-ul] [-xF] [-xarch={v7,v8,v8a,v8plus,v8plusa,v8plusb,v9,v9a,v9b}] [-xcode={pic13,pic32}] file.s...
    INFO: *** Error code 1
    INFO: make: Fatal error: Command failed for target `ntcontab.o'
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'mkldflags ntcontab.o nnfgt.o' of makefile '/export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1/network/lib/ins_net_client.mk'. See '/export/home/oemora/logs/installActions2010-03-08_08-42-39PM.log' for details.
    Exception Severity: 1
    INFO: Adding ExitStatus STOP_INSTALL to the exit status set
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is -4
    INFO: Shutdown Oracle Database 11g Release 2 Installer
    INFO: Unloading Setup Driver
    Thanks
    Krishna

  • OEM 12c installation failed

    Hi all,
    I try to install OEM12c and installation fails in "Plugins Prerequisites Check" phase.
    *INFO: oracle.sysman.top.oms:Initializing PluginCA.*
    *INFO: oracle.sysman.top.oms:Error while resolving dependencies: Cannot resolve dependency. oracle.sysman.db for plugin oracle.sysman.xa : 12.1.0.1.0 No connection could be obtained. In case this is expected and prereq check is being done, dependent plugins should be passed to PluginCA*
    *INFO: oracle.sysman.top.oms:Diagnostic log file: /u01/app/oracle/Middleware/oms/cfgtoollogs/pluginca/plugin_deployment_2011-12-20_11-29-23/configplugin_prereq_check_2011-12-20_11-29-23.log*
    *INFO: oracle.sysman.top.oms:For help type pluginca -help*
    *INFO: oracle.sysman.top.oms:The plug-in Plugins Prerequisites Check has failed its perform method*
    Before this one more error is occurred.
    *INFO: /*
    *INFO: usr/bin/ld: crt1.o: No such file: No such file or directory*
    *collect2: ld returned 1 exit status*
    *INFO: make[1]: *** [u01/app/oracle/Middleware/oms/sqlplus/bin/sqlplus32] Error 1*
    *INFO: make[1]: Leaving directory `/u01/app/oracle/Middleware/oms/sqlplus/lib'*
    *INFO: make: *** [newsqlplus32] Error 2*
    *INFO: End output from spawned process.*
    *INFO: ----------------------------------*
    *INFO: Exception thrown from action: make*
    *Exception Name: MakefileException*
    *Exception String: Error in invoking target 'install' of makefile '/u01/app/oracle/Middleware/oms/sqlplus/lib/ins_sqlplus.mk'. See '/u01/app/oraInventory/logs/installActions2011-12-20_10-45-38-AM.log' for details.*
    *Exception Severity: 1*
    *INFO: POPUP WARNING:Error in invoking target 'install' of makefile '/u01/app/oracle/Middleware/oms/sqlplus/lib/ins_sqlplus.mk'. See '/u01/app/oraInventory/logs/installActions2011-12-20_10-45-38-AM.log' for details.*
    *Click "Retry" to try again.*
    *Click "Ignore" to ignore this error and go on.*
    *Click "Cancel" to stop this installation.*
    I choose "Ignore" :)
    After I found this one
    INFO: copying from /
    INFO: OUI-10185:Unable to copy '/' to '/u01/app/oracle/Middleware/Oracle_WT/inventory/ContentsXML/ConfigXML/.1_0_0_0_0.xml'. OUI-10187:/ is a directory, specify a valid filename.
    and finally problem with "Plugins Prerequisites Check" and installation fails.
    http://picfront.de/d/8rXD
    Please help me to solve this problem.
    ./thanks in advance
    OS = OEL6.1
    DB= 11gr2.0.3 / Installed with no problems
    All required rmps are ok.
    [root@occ logs]# cat /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    192.168.7.69 occ.oracle.cloud occ
    I have not set all DB memory initialization parameters because of lack of resources.
    But I think this problem is not related to RAM , SGA, PGA.
    Mebe problem is in OS ?
    I am going to install in OEL5.7 and OEL6.2.
    trace file
    INFO: oracle.sysman.top.oms:About to execute plug-in Plugins Prerequisites Check
    INFO: oracle.sysman.top.oms:The plug-in Plugins Prerequisites Check is running
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.oms.PluginCA
    INFO: oracle.sysman.top.oms:Classpath = /u01/app/oracle/Middleware/oms/sysman/jlib/omsConfig.jar:/u01/app/oracle/Middleware/oms/../modules/com.bea.core.apache.log4j_1.2.13.jar:/u01/app/oracle/Middleware/oms/jlib/emConfigInstall.jar:/u01/app/oracle/Middleware/oms/sysman/jlib/emagentSDK.jar:/u01/app/oracle/Middleware/oms/jdbc/lib/ojdbc14.jar:/u01/app/oracle/Middleware/oms/jdbc/lib/ojdbc14dms.jar:/u01/app/oracle/Middleware/oms/jlib/rcu.jar:/u01/app/oracle/Middleware/oms/jlib/rcucommon.jar:/u01/app/oracle/Middleware/oms/sysman/jlib/emCORE.jar:/u01/app/oracle/Middleware/oms/sysman/jlib/emcore_client.jar:/u01/app/oracle/Middleware/oms/../oracle_common/modules/oracle.odl_11.1.1/dms.jar:/u01/app/oracle/Middleware/oms/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/u01/app/oracle/Middleware/oms/lib/xmlparserv2.jar:/u01/app/oracle/Middleware/oms/sysman/jlib/com.bea.core.apache.log4j_1.2.13.jar
    INFO: oracle.sysman.top.oms:BaseConfiguration:invoke:Starting BaseConfiguration invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=0:microstep=0
    INFO: oracle.sysman.top.oms:Fetcing ports from teh static ports file: /u01/app/oracle/Middleware/.gcinstall_temp/staticports.ini
    INFO: oracle.sysman.top.oms:COMMAND: /u01/app/oracle/Middleware/oms/bin/pluginca -oracleHome /u01/app/oracle/Middleware/oms -middlewareHome /u01/app/oracle/Middleware -action prereqCheck -plugins oracle.sysman.xa=12.1.0.1.0,oracle.sysman.emas=12.1.0.1.0,oracle.sysman.mos=12.1.0.1.0,
    INFO: oracle.sysman.top.oms:pluginca - Plugin Configuration Tool
    INFO: oracle.sysman.top.oms:About to execute plug-in Plugins Prerequisites Check
    INFO: oracle.sysman.top.oms:The plug-in Plugins Prerequisites Check is running
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.oms.PluginCA
    INFO: oracle.sysman.top.oms:Classpath = /u01/app/oracle/Middleware/oms/sysman/jlib/omsConfig.jar:/u01/app/oracle/Middleware/oms/../modules/com.bea.core.apache.log4j_1.2.13.jar:/u01/app/oracle/Middleware/oms/jlib/emConfigInstall.jar:/u01/app/oracle/Middleware/oms/sysman/jlib/emagentSDK.jar:/u01/app/oracle/Middleware/oms/jdbc/lib/ojdbc14.jar:/u01/app/oracle/Middleware/oms/jdbc/lib/ojdbc14dms.jar:/u01/app/oracle/Middleware/oms/jlib/rcu.jar:/u01/app/oracle/Middleware/oms/jlib/rcucommon.jar:/u01/app/oracle/Middleware/oms/sysman/jlib/emCORE.jar:/u01/app/oracle/Middleware/oms/sysman/jlib/emcore_client.jar:/u01/app/oracle/Middleware/oms/../oracle_common/modules/oracle.odl_11.1.1/dms.jar:/u01/app/oracle/Middleware/oms/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/u01/app/oracle/Middleware/oms/lib/xmlparserv2.jar:/u01/app/oracle/Middleware/oms/sysman/jlib/com.bea.core.apache.log4j_1.2.13.jar
    INFO: oracle.sysman.top.oms:BaseConfiguration:invoke:Starting BaseConfiguration invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=0:microstep=0
    INFO: oracle.sysman.top.oms:Fetcing ports from teh static ports file: /u01/app/oracle/Middleware/.gcinstall_temp/staticports.ini
    INFO: oracle.sysman.top.oms:COMMAND: /u01/app/oracle/Middleware/oms/bin/pluginca -oracleHome /u01/app/oracle/Middleware/oms -middlewareHome /u01/app/oracle/Middleware -action prereqCheck -plugins oracle.sysman.xa=12.1.0.1.0,oracle.sysman.emas=12.1.0.1.0,oracle.sysman.mos=12.1.0.1.0,
    INFO: oracle.sysman.top.oms:Oracle Enterprise Manager 12c Release 1 Grid Control
    INFO: oracle.sysman.top.oms:Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
    INFO: oracle.sysman.top.oms:Log file: /u01/app/oracle/Middleware/oms/cfgtoollogs/pluginca/plugin_deployment_2011-12-20_13-56-01/configplugin_prereq_check_2011-12-20_13-56-01.log
    INFO: oracle.sysman.top.oms:Trace file: /u01/app/oracle/Middleware/oms/cfgtoollogs/pluginca/plugin_deployment_2011-12-20_13-56-01/configplugin_prereq_check_2011-12-20_13-56-01.trc
    INFO: oracle.sysman.top.oms:Initializing PluginCA.
    INFO: oracle.sysman.top.oms:pluginca - Plugin Configuration Tool
    INFO: oracle.sysman.top.oms:Oracle Enterprise Manager 12c Release 1 Grid Control
    INFO: oracle.sysman.top.oms:Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
    INFO: oracle.sysman.top.oms:Log file: /u01/app/oracle/Middleware/oms/cfgtoollogs/pluginca/plugin_deployment_2011-12-20_13-56-03/configplugin_prereq_check_2011-12-20_13-56-03.log
    INFO: oracle.sysman.top.oms:Trace file: /u01/app/oracle/Middleware/oms/cfgtoollogs/pluginca/plugin_deployment_2011-12-20_13-56-03/configplugin_prereq_check_2011-12-20_13-56-03.trc
    INFO: oracle.sysman.top.oms:Initializing PluginCA.
    INFO: oracle.sysman.top.oms:Error while resolving dependencies: Cannot resolve dependency. oracle.sysman.db for plugin oracle.sysman.xa : 12.1.0.1.0 No connection could be obtained. In case this is expected and prereq check is being done, dependent plugins should be passed to PluginCA
    INFO: oracle.sysman.top.oms:Diagnostic log file: /u01/app/oracle/Middleware/oms/cfgtoollogs/pluginca/plugin_deployment_2011-12-20_13-56-01/configplugin_prereq_check_2011-12-20_13-56-01.log
    INFO: oracle.sysman.top.oms:For help type pluginca -help
    INFO: oracle.sysman.top.oms:The plug-in Plugins Prerequisites Check has failed its perform method
    INFO: oracle.sysman.top.oms:Error while resolving dependencies: Cannot resolve dependency. oracle.sysman.db for plugin oracle.sysman.xa : 12.1.0.1.0 No connection could be obtained. In case this is expected and prereq check is being done, dependent plugins should be passed to PluginCA
    INFO: oracle.sysman.top.oms:Diagnostic log file: /u01/app/oracle/Middleware/oms/cfgtoollogs/pluginca/plugin_deployment_2011-12-20_13-56-03/configplugin_prereq_check_2011-12-20_13-56-03.log
    INFO: oracle.sysman.top.oms:For help type pluginca -help
    INFO: oracle.sysman.top.oms:The plug-in Plugins Prerequisites Check has failed its perform method

    LocN wrote:
    Have you checked if there was/is sufficient disk space (400 MB) in /tmp as specified in this doc:
    http://docs.oracle.com/cd/E24628_01/install.121/e22624/install_em_exist_db.htm#EMBSC162
    Regards,
    - LocThanks Loc for reply,
    Yes of course there is 4gb free space, I checked everything what I know after search in the net and
    I found a lot of recurses and articles about OEM 12c installation but most of them is just a
    screen shots of installation nothing deeply,(just copy and past from official documentation ) finally I come to this forum :)

  • Installation problem on Solaris

    I am trying to install sun one 7.0 on Solaris 8. The install is failing with this error:
    ERROR - library load failed with following error: Can't load library: /opt/SUNWappserver7/lib/libinstallCore.so
    INFO - End core server uninstallation
    anyone know what causes this??
    cheers

    Looks like Solaris package installation failed and installer reverted to uninstallation sequence. For low level pkgadd log please check /var/sadm/install/logs/Sun_ONE_Application_Server_install.B<timestamp> file (timestamp is date and time of your installation attempt in mmddHHMM format).
    Look for any errors in this file. Most likely thing that could have happened is that the installation of Java Help (SUNWjhrt) package failed because you didn't have existing package based J2SE installation on the system. If that's the case, workaround is to either preinstall package based J2SE installation or to selected option to install bundled J2SE that comes with application server.

  • SAP NW7.0 SR3 Java AddIn Installation failed at "Import Java dump"

    Dear all,
    I get an error at Java AddIn Installation SAP Netweaver 7.0 SR3
    (Software Life-Cycle Option -> Java Add-In for ABAP -> Oracle ->
    Central System ->)
    The first installation step "Central Services Instance (SCS) Java Add-
    In" I have installed it without errors.
    The Installation failed at 2nd step "Database Instance Java Add-In" at phase 11
    of 14 "Import java dump":
    26.05.09 15:16:46 com.sap.inst.jload.Jload main
    INFO: Jload -sec
    Q2B,jdbc/pool/Q2B,/usr/sap/Q2B/SYS/global/security/data/SecStore.properties,/usr/sap/Q2B/SYS/global/security/
    data/SecStore.key -
    dataDir /usr/sap/swdc/51033513/DATA_UNITS/JAVA_EXPORT_JDMP -
    job /tmp/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN
    /ORA/CENTRAL/DB/IMPORT.XML -log jload.log
    26.05.09 15:16:47 com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    26.05.09 15:16:47 com.sap.inst.jload.Jload logStackTrace
    SEVERE: java.sql.SQLException: Io exception: The Network Adapter could
    not establish the connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException
    (DatabaseError.java:112)
    at oracle.jdbc.driver.DatabaseError.throwSqlException
    (DatabaseError.java:146)
    at oracle.jdbc.driver.DatabaseError.throwSqlException
    (DatabaseError.java:255)
    at oracle.jdbc.driver.T4CConnection.logon
    (T4CConnection.java:387)
    at oracle.jdbc.driver.PhysicalConnection.<init>
    (PhysicalConnection.java:420)
    at oracle.jdbc.driver.T4CConnection.<init>
    (T4CConnection.java:165)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection
    (T4CDriverExtension.java:35)
    at oracle.jdbc.driver.OracleDriver.connect
    (OracleDriver.java:801)
    at
    com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection
    (NativeConnectionFactory.java:215)
    at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection
    (OpenSQLDataSourceImpl.java:522)
    at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection
    (OpenSQLDataSourceImpl.java:276)
    at com.sap.inst.jload.db.DBConnection.connectViaSecureStore
    (DBConnection.java:105)
    at com.sap.inst.jload.db.DBConnection.connect
    (DBConnection.java:149)
    at com.sap.inst.jload.Jload.main(Jload.java:580)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke
    (NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke
    (DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.offline.OfflineToolStart.main
    (OfflineToolStart.java:81)
    the database is up and running, the Oracle Listener is also working well.
    Any idea??
    Thanks so much in advance!
    Best Regards,
    Gerd

    Hi Sunny, hi Markus!
    many thanks for your hints!
    I've just solved the problem. The problem was, our Listener was not configured correctly.
    I've adjusted the listener.ora, tnsnames.ora to the correct hostname - cause, we had a hostname-switch last month and I had forgotten to adapt the Listener...
    now the Listener is running as well:
    mcho35au:oraq2b 120% lsnrctl status LISTENER_Q2B
    LSNRCTL for Solaris: Version 10.2.0.4.0 - Production on 30-MAY-2009
    09:52:48
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=Q2B.WORLD))
    STATUS of the LISTENER
    Alias LISTENER_Q2B
    Version TNSLSNR for Solaris: Version 10.2.0.4.0 -
    Production
    Start Date 30-MAY-2009 09:52:15
    Uptime 0 days 0 hr. 0 min. 32 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /oracle/Q2B/102_64/network/admin/listener.ora
    Listener Log
    File /oracle/Q2B/102_64/network/log/listener_q2b.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=Q2B.WORLD)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=Q2B)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=mcho35au)(PORT=1527)))
    Services Summary...
    Service "Q2B" has 1 instance(s).
    Instance "Q2B", status UNKNOWN, has 1 handler(s) for this service...
    Service "Q2B.WORLD" has 1 instance(s).
    Instance "Q2B", status READY, has 1 handler(s) for this service...
    Service "Q2B_XPT.WORLD" has 1 instance(s).
    Instance "Q2B", status READY, has 1 handler(s) for this service...
    The command completed successfully
    meanwhile the step "Import java dump" has finished successfully!
    Thanks to all!
    Best Regards,
    Gerd
    Edited by: Gerd Schuster on May 30, 2009 10:29 AM

  • Oracle Client 11gR2 installation issue on RHEL v5.4 64-bit

    Hi,
    I am trying to install Oracle Client software 11gR2 on RHEL v5.4 64-bit. I have resolved all the libraries dependency as well as Kernel changes as suggested by the installer. The error in the log file is as attached. At present I have "skipped" this error and proceeded with installation.
    While installing the client, the installer fails while configuring the Net CA with error:
    INFO: Done parsing command line arguments.
    INFO: Oracle Net Services Configuration:
    INFO: #
    INFO: # An unexpected error has been detected by HotSpot Virtual Machine:
    INFO: #
    INFO: # SIGSEGV (0xb) at pc=0xe5e97498, pid=27377, tid=4160075984
    INFO: #
    INFO: # Java VM: Java HotSpot(TM) Client VM (1.5.0_17-b02 mixed mode)
    INFO: # Problematic frame:
    INFO: # C [libnnz11.so+0x3c498]
    INFO: #
    INFO: # An error report file with more information is saved as hs_err_pid27377.log
    INFO: #
    INFO: # If you would like to submit a bug report, please visit:
    INFO: # http://java.sun.com/webapps/bugreport/crash.jsp
    INFO: #
    WARNING: /home/oracle/app/oracle/product/11.2.0/client_1/bin/netca: line 178: 27377 Aborted $JRE $JRE_OPTIONS -classpath $CLASSPATH oracle.ne
    t.ca.NetCA $*
    WARNING:
    INFO:
    INFO: Completed Plugin named: Oracle Net Configuration Assistant
    INFO: Oracle Net Configuration Assistant failed.
    INFO: Oracle Net Configuration Assistant failed.
    Also when I invoke the SQL Client; sqlplus user@db and enter the password, the sqlplus exits without any error and returns to the terminal console. Please note earlier I has getting a SELinux violation and have changed it to "permissive" mode
    Please let me know how to resolve NetCA installation and the sqplus issue.
    Thanks & regards,
    Vinay

    Hi,
    Thet NetCA error occurs during installation and I believe the installer should take care of the ORACLE_HOME variable setting.
    But before invoking sqlplus I have set the ORACLE_HOME and LD_LIBRARY_PATH setting in the .bash_profile as mentioned in the installation guide. The snippet of the profile file is:
    export ORACLE_HOME=~/app/oracle/product/11.2.0/client_1
    export JAVA_HOME=$ORACLE_HOME/jdk
    export PATH=$ORACLE_HOME/bin:$JAVA_HOME/bin:$PATH;
    export LD_LIBRARY_PATH=$ORACLE_HOME:$LD_LIBRARY_PATH
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    export TWO_TASK=mmcoedb
    I am able to tnsping to the server/service name too but when I try to login using the user/password using sqlplus, it simply exits without any error.
    Please let me know how to resolve the error.
    Best regards,
    Vinay

Maybe you are looking for

  • I can no longer edit images on external drive if logged in as another user even with permission.

    I have two users on my computer. Me (admin) and another log-in for assistants, clients etc. I use an external drive to hold images. Lately I've had a problem where if I'm logged in as Other (this side for everyone else), I often am not able to edit i

  • Sony Ericsson no longer iSyncs after 10.4.7 update

    Has any other SE 910a owner run into the same situation with 10.4.7 where it no longer iSyncs? I tried to find a new ISync Agent for the phone, but a search of the Apple site for iSync Agent turn up nothing-curious. The Apple Store Tech support suspe

  • Need help In ALV report

    Hi All, I am working on ALV report.I need one logic. When Ever I executed report, The output should looks 'Selected Total data' like Yellow color. How can i do that. The report out should show sthe ' All the data is selected'. Just like Ctrl+A. regar

  • Suggestions I am use too movie maker want to make talking pets for business

    I am considering buying CS4 for promoting my small business. I want to make viral video's with talking pets and am overwhelmed with the tech talk about CS4. I was hoping I could get some advice as how to do this, so I can try it before I buy it as my

  • Playing a Sound clip in a Java Application

    Ive searched a bunch on google to find a way to play an audio file in java, ive found how to do this in an applet but this is not what i want, I need to get it to work in a normal java application, any help would be appreciated.