OSB 10.2.0.1 - Linux 64-bit - lsvol - obtool command to list volumes hangs.

We have HP MSL6060 (2 tape drive) library. During Oracle DB backup via RMAN script, obtool command lsvol hangs. We use two RMAN channels to write to both tape drives. Is it because of both tape drives are in use by the OSB, one cannot get output of lsvol command?
Thanks...

You are correct. As long as the robot is reserved by one of these drives the lsvol command is waiting to reserve the robot itself to provide you the output. Outside of this script without jobs running are you able to get an lsvol without this hang?
thx,
Mike

Similar Messages

  • Error while creating domain after OSB Installation OS:linux 64 bit

    Hi,
    OS is Linux 64 bit.. Oracle 11g.. Could you please suggest what I am missing in Installation of OSB or domain creation??
    <------------------- Fusion Middleware Configuration Wizard ------------------>
    Application Template Selection:
    Available Templates
    |_____Basic WebLogic Server Domain - 10.3.3.0 [wlserver_10.3]x
    |_____Oracle BPM Suite - 11.1.1.0 [Oracle_SOA1] [2]
    |_____Oracle SOA Suite - 11.1.1.0 [Oracle_SOA1] [3] x
    |_____Oracle Service Bus OWSM Extension - 11.1.1.3 [Oracle_OSB1] [4]
    |_____Oracle Enterprise Manager - 11.1.1.0 [oracle_common] [5]
    |_____Oracle Service Bus Extension - Single Server Domain Topology - 11.1.1.3 [Oracle_OSB1] [6]
    |_____Oracle Service Bus Extension - All Domain Topologies - 11.1.1.3 [Oracle_OSB1] [7]
    |_____WebLogic Advanced Web Services for JAX-RPC Extension - 10.3.3.0 [wlserver_10.3] [8]
    |_____Oracle Business Activity Monitoring - 11.1.1.0 [Oracle_SOA1] [9]
    |_____Oracle WSM Policy Manager - 11.1.1.0 [oracle_common] [10] x
    |_____Oracle JRF WebServices Asynchronous services - 11.1.1.0 [oracle_common] [11]
    |_____Oracle JRF - 11.1.1.0 [oracle_common] [12] x
    |_____WebLogic Advanced Web Services for JAX-WS Extension - 10.3.3.0 [wlserver_10.3] [13]
    ** CFGFWK-64040: The template you selected can't be applied because the
    ** following dependencies have not been satisfied:
    ** Unresolved ORs:
    ** OR for Oracle Service Bus OWSM Extension:11.1.1.3
    ** [/opt/oracle/Middleware/Oracle_OSB1/common/templates/applications/wlsb
    ** _owsm.jar]  <xml-fragment
    ** xmlns:fo="http://www.w3.org/1999/XSL/Format">
    ** <dom:requires name="Oracle Service Bus Extension - All Domain
    ** Topologies" version="11.1.1.3" colocated="true"
    ** xmlns:dom="http://xmlns.oracle.com/weblogic/domain-template"/>
    ** <dom:requires name="Oracle Service Bus Extension - Single
    ** Server Domain Topology" version="11.1.1.3" colocated="true"
    ** xmlns:dom="http://xmlns.oracle.com/weblogic/domain-template"/>
    ** </xml-fragment>
    Thanks,
    Sushma

    Usually, when you choose for example Oracle Service Bus Extension - Single Server Domain Topology - 11.1.1.3 [Oracle_OSB1], the dependencies are automatically chosen as well.
    If this not happening, just add the products it is suggesting in the error, such as Oracle Service Bus OWSM Extension - 11.1.1.3 [Oracle_OSB1] .

  • Error while running the OBIA_RCU in Linux 64 bit OS

    OSDear Friends,
    I was Installing OBIA 11.1.1.7 on Linux 64 bit OS, while running the OBIA_RCU im facing the below mentioned Error related to ODI repository. The warehouse schemas were fine
    Error message : rcu-6130 action failed rcu-6135 error while trying to execute java action
    Please help as I need to complete the configuration soon
    Regards,
    M

    check this
    RCU Fails During Portal Configuration Assistant: RCU-6130 Action Failed RCU-6135 (Doc ID 1099572.1)

  • Problem in OIM Installation in Linux-64 bit environment

    Hi,
    Components used
    1. Oracle Database11gR1
    2. Weblogic Application server 10.3.0(installed in non clustered mode)
    3. OIM 9.1.0.1
    Also ensured the above three are compatible.
    I'm facing problem at the end of OIM installation in RedHat Linux-64 bit environment.
    The error details in setup-weblogic.log file is given below
    ===================================
    setup-startscript:
    setup:
    [echo] Setting up weblogic for xellerate complete.
    [ant] Exiting /oracle/oimserver/xellerate/setup/weblogic-setup.xml.
    BUILD FAILED
    /oracle/oimserver/xellerate/setup/setup.xml:443: The following error occurred while executing this line:
    /oracle/oimserver/xellerate/setup/weblogic-setup.xml:196: Could not create task or type of type: wlst.
    Ant could not find the task or a class this task relies upon.
    This is common and has a number of causes; the usual
    solutions are to read the manual pages then download and
    install needed JAR files, or fix the build file:
    - You have misspelt 'wlst'.
    Fix: check your spelling.
    - The task needs an external JAR file to execute
    and this is not found at the right place in the classpath.
    Fix: check the documentation for dependencies.
    Fix: declare the task.
    - The task is an Ant optional task and the JAR file and/or libraries
    implementing the functionality were not found at the time you
    yourself built your installation of Ant from the Ant sources.
    Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
    task and make sure it contains more than merely a META-INF/MANIFEST.MF.
    If all it contains is the manifest, then rebuild Ant with the needed
    libraries present in ${ant.home}/lib/optional/ , or alternatively,
    download a pre-built release version from apache.org
    - The build file was written for a later version of Ant
    Fix: upgrade to at least the latest release version of Ant
    - The task is not an Ant core or optional task
    and needs to be declared using <taskdef>.
    - You are attempting to use a task defined using
    <presetdef> or <macrodef> but have spelt wrong or not
    defined it at the point of use
    Remember that for JAR files to be visible to Ant tasks implemented
    in ANT_HOME/lib, the files must be in the same directory or on the
    classpath
    Please neither file bug reports on this problem, nor email the
    Ant mailing lists, until all of these causes have been explored,
    as this is not an Ant bug.
         at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:385)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at org.apache.tools.ant.Main.runBuild(Main.java:668)
         at org.apache.tools.ant.Main.startAnt(Main.java:187)
         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    Caused by: /oracle/oimserver/xellerate/setup/weblogic-setup.xml:196: Could not create task or type of type: wlst.
    Further, I have identified that the ant was unable to launch a custom web logic task, wlst.
    This custom task of web logic task is invoked by ant using the following script in <OIM_HOME>/xellerate/setup/weblogic-setup.xml.
    <target name="setup" depends="setup-startscript">
    <echo>Setting up weblogic for xellerate complete.</echo>
    <wlst properties="${basedir}/Profiles/${profile}" arguments='SETUP_CONFIG ${profile}
    ${weblogic_login_password} ${datasource_user_password} '
    fileName="${basedir}/setup/oimconfig.py"
    executeScriptBeforeFile="false"
    failOnError="true">
    </wlst>
    <antcall target="stopServer"/>
    <antcall target="startServer"/>
    </target>
    Also I have ensured the all the environmental variables, JAVAOPTIONS, USER_MEM_ARGS, ANT_OPTS are properly set before installing OIM.
    I have tried several times but still getting the same error.
    Please help me to resolve this issue.
    Did anyone face this issue before??????
    Edited by: Katheresh on May 17, 2010 9:36 PM

    I am not certain but when I was installing OIM 9.1.x with wls 10.3.0 on windows I had a failure too and it turned out I didn't create the wls domain user and group for OIM. The docs for OIM 9.1 does not talk about it so you may want to create this account and group and re-try the install. The steps are below:
    Log in to the WebLogic Admin Console using your new account by pointing a web browser to the following url:
    http://<hostname>:7001/console
    1. Select Security, then Realms, then myrealm, and then Groups from the navigation panel on the left.
    2. Select the Configure a new Group link in the Groups page.
    3. Enter User for the group name in the Name field under the General tab and optionally enter a description for the group.Click Apply.
    Note:
    The group name User is case-sensitive.
    4. Select Security, then Realms, then myrealm, and then Users from the navigation panel on the left.
    5. Select the Configure a new User link in the Users page.
    6. Enter Internal for the user name in the Name field under the General tab and optionally enter a description for the user.
    Note:
    The user name Internal is case-sensitive.
    7. Enter and confirm a password associated with the user name Internal and click Apply.
    8. Select the Groups tab.
    9. Add the User group to the list of Current Groups for the Internal user by selecting User from the list of Possible Groups and clicking the --> right arrow button. Click Apply.
    Please post back if it works,
    Thanks,

  • Error while starting DAC Server on Linux (32 bit)

    Dear Friends,
    I installed Informatica Powercenter 8.6.1 on Linux (32 bit) with 11g database mapping
    and I installaed DAC Server on the same server
    I could start the Informatica services successfully
    but when i try to start the DAC Server it throws the following error:
    #./startserver.sh
    OS detected: Linux
    Dec 23, 2010 5:49:33 AM com.siebel.etl.engine.core.ETLUtils logException
    SEVERE:
    ANOMALY INFO:::
    An exception occurred. Shutting down server...
    EXCEPTION CLASS::: java.lang.ExceptionInInitializerError
    com.siebel.etl.net.QServer.setSpill(QServer.java:159)
    com.siebel.etl.net.QServer.<init>(QServer.java:84)
    com.siebel.etl.net.QServer.main(QServer.java:420)
    ::: CAUSE :::
    MESSAGE:::Application Manager Failed Initialization
    EXCEPTION CLASS::: com.siebel.etl.bootup.ApplicationManagerInitializationException
    com.siebel.etl.bootup.ApplicationManager.initFileSource(ApplicationManager.java:157)
    com.siebel.etl.bootup.ApplicationManager.initSysProps(ApplicationManager.java:79)
    com.siebel.etl.bootup.ApplicationManager.<clinit>(ApplicationManager.java:62)
    com.siebel.etl.net.QServer.setSpill(QServer.java:159)
    com.siebel.etl.net.QServer.<init>(QServer.java:84)
    com.siebel.etl.net.QServer.main(QServer.java:420)
    ::: CAUSE :::
    MESSAGE:::/oba/BI/DAC/bifoundation/dac/conf/server.properties (No such file or directory)
    EXCEPTION CLASS::: java.io.FileNotFoundException
    java.io.FileInputStream.open(Native Method)
    java.io.FileInputStream.<init>(FileInputStream.java:106)
    java.io.FileInputStream.<init>(FileInputStream.java:66)
    com.siebel.etl.bootup.ApplicationManager.initFileSource(ApplicationManager.java:151)
    com.siebel.etl.bootup.ApplicationManager.initSysProps(ApplicationManager.java:79)
    com.siebel.etl.bootup.ApplicationManager.<clinit>(ApplicationManager.java:62)
    com.siebel.etl.net.QServer.setSpill(QServer.java:159)
    com.siebel.etl.net.QServer.<init>(QServer.java:84)
    com.siebel.etl.net.QServer.main(QServer.java:420)
    Dec 23, 2010 5:49:33 AM com.siebel.etl.net.QServer <init>
    SEVERE:
    Shutting down server...
    what could be the Issue.
    Regards,
    DB

    Listen Sheikh Abdullah, if u don't need remote access to that server over secure conn., don't use password file authentification but change REMOTE_LOGIN_PASSWORDFILE to NONE and when u conn thru OEM as sysdba try to change his pass and then try conn thru command promt(CP) usin that new pass.
    Or recreate pass file adding new pass in it, set REMOTE_LOGIN_PASSWORDFILE to exclusive or shared and conn thru CP using password file pass.
    Try this possible solutions in order u wish.

  • Error installing OBIEE 11g on Linux 64 bits - Configuration Assistant fails

    Hello,
    I am trying to install OBISE1 on Oracle Linux 5 - 64 bits.
    I've followed these steps:
    1) Install Oracle DB
    2) Install jdk Linux 64 bits (jdk1.7.0)
    3) Install WebLogic
    4) Install RCU
    5) Install OBI 11g (Software only installation)
    Until here, all is correct.
    6) Configuration assistant failed:
    [2011-09-12T12:04:58.844+02:00] [as] [ERROR] [] [oracle.as.provisioning]
    [tid: 14] [ecid: 0000J9Soq_rFGBWFLz6UOA1ERSJh000005,0]
    [2011-09-12T12:04:58.845+02:00] [as] [ERROR] [] [oracle.as.provisioning]
    [tid: 14] [ecid: 0000J9Soq_rFGBWFLz6UOA1ERSJh000005,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:3149)
    at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3039)
    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.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
    at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
    at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
    at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    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:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:662)
    [2011-09-12T12:04:58.846+02:00] [as] [ERROR] [] [oracle.as.provisioning]
    [tid: 14] [ecid: 0000J9Soq_rFGBWFLz6UOA1ERSJh000005,0] [[
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
    at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
    at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
    at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    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:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:662)
    I have fount posts with a similar problem, but is over Windows.
    I appreciate any ide/suggestion.
    Thank you in advance.
    Regards,

    I have seen that WebLogic is shut down, so I am trying to start up, but I can't:
    starting weblogic with Java version:
    Unrecognized option: -jrockit
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Starting WLS with line:
    /usr/java/jdk1.7.0/bin/java -jrockit -Xms512m -Xmx512m
    -Dweblogic.Name=AdminServer
    -Djava.security.policy=/root/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy
    -Dweblogic.ProductionModeEnabled=true -da
    -Dplatform.home=/root/Oracle/Middleware/wlserver_10.3
    -Dwls.home=/root/Oracle/Middleware/wlserver_10.3/server
    -Dweblogic.home=/root/Oracle/Middleware/wlserver_10.3/server
    -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/root/Oracle/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/root/Oracle/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath
    weblogic.Server
    Unrecognized option: -jrockit
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    I have modified /etc/profile, including JAVA_HOME and PATH with the java PATH. And it is ok, because if I executed java -version I can see the new jdk:
    java version "1.7.0"
    Java(TM) SE Runtime Environment (build 1.7.0-b147)
    Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)
    Any idea¿?

  • Problem installing OBIEE 11.1.1.6 on Linux 64-bit - redux

    I had posted an issue earlier about not being able to install the Software Only on my Linux 64-bit. That problem has not been solved, but this is a new (possibly related) issue.
    I created a brand new installation of Linux, with an Oracle 11gR2 database, and created the BI repositories using rcu for 11.1.1.6
    I then navigated to bishiphome/Disk1/install/linux64 and ran runInstaller.
    Everything looks fine, all the way up to Step 13 of 15, where the installer is supposed to start copying files. It "hangs up" at that point. The tests for adequate swap space and Temp space are passed:
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 1536 MB. Actual 4578 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 7999 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-04-03_12-13-01PM. Please wait ...
    It is running into an issue with a String Index out of bounds - Exception in thread "AWT-EventQueue-0" java.lang.StringIndexOutOfBoundsException: String index out of range: -2
    Here is the full .out file:
    Adding /tmp/OraInstall2013-04-03_12-13-01PM for deletion.
    Adding to classpath:file:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/bi.jar
    Adding to classpath:file:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/template.jar
    null
    configFileName:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/footprint.xml
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    Inside startPreReqOperation...prereq
    contextFile:/tmp/OraInstall2013-04-03_12-13-01PM/prereq/oui/agent_prereq_context.xml
    The entry point is: oracle.installType.all
    Check Name:CertifiedVersions
    Check Description:This is a prerequisite condition to test whether the Oracle software is certified on the current O/S or not.
    Expected result: One of oracle-6,oracle-5.6,enterprise-5.4,enterprise-4,enterprise-5,redhat-5.4,redhat-4,redhat-5,SuSE-10,SuSE-11
    Actual Result: oracle-5.6
    Check complete. The overall result of this check is: Passed
    Check Name:Packages
    Check Description:This is a prerequisite condition to test whether the packages recommended for installing the product are available on the system.
    Checking for binutils-2.17.50.0.6; found binutils-2.17.50.0.6-20.el5_8.3-x86_64.Passed
    Checking for compat-libstdc++-33-3.2.3-x86_64; found compat-libstdc++-33-3.2.3-61-x86_64. Passed
    Checking for compat-libstdc++-33-3.2.3-i386; found compat-libstdc++-33-3.2.3-61-i386. Passed
    Checking for elfutils-libelf-0.125; found elfutils-libelf-0.137-3.el5-x86_64. Passed
    Checking for elfutils-libelf-devel-0.125; found elfutils-libelf-devel-0.137-3.el5-x86_64. Passed
    Checking for gcc-4.1.1; found gcc-4.1.2-54.el5-x86_64. Passed
    Checking for gcc-c++-4.1.1; found gcc-c++-4.1.2-54.el5-x86_64. Passed
    Checking for glibc-2.5-12-x86_64; found glibc-2.5-107-x86_64. Passed
    Checking for glibc-2.5-12-i686; found glibc-2.5-107-i686. Passed
    Checking for glibc-common-2.5; found glibc-common-2.5-107-x86_64. Passed
    Checking for glibc-devel-2.5-x86_64; found glibc-devel-2.5-107-x86_64. Passed
    Checking for glibc-devel-2.5-12-i386; found glibc-devel-2.5-107-i386. Passed
    Checking for libaio-0.3.106-x86_64; found libaio-0.3.106-5-x86_64. Passed
    Checking for libaio-0.3.106-i386; found libaio-0.3.106-5-i386. Passed
    Checking for libaio-devel-0.3.106; found libaio-devel-0.3.106-5-x86_64. Passed
    Checking for libgcc-4.1.1-x86_64; found libgcc-4.1.2-54.el5-x86_64. Passed
    Checking for libgcc-4.1.1-i386; found libgcc-4.1.2-54.el5-i386. Passed
    Checking for libstdc++-4.1.1-x86_64; found libstdc++-4.1.2-54.el5-x86_64. Passed
    Checking for libstdc++-4.1.1-i386; found libstdc++-4.1.2-54.el5-i386. Passed
    Checking for libstdc++-devel-4.1.1; found libstdc++-devel-4.1.2-54.el5-x86_64. Passed
    Checking for make-3.81; found make-1:3.81-3.el5-x86_64. Passed
    Checking for sysstat-7.0.0; found sysstat-7.0.2-12.0.1.el5-x86_64. Passed
    Check complete. The overall result of this check is: Passed
    Check Name:Kernel
    Check Description:This is a prerequisite condition to test whether the minimum required kernel parameters are configured.
    Checking for VERSION=2.6.18; found VERSION=2.6.32-300.39.5.el5uek. Passed
    Checking for hardnofiles=4096; found hardnofiles=131072. Passed
    Checking for softnofiles=4096; found softnofiles=131072. Passed
    Check complete. The overall result of this check is: Passed
    Check Name:GLIBC
    Check Description:This is a prerequisite condition to check whether the recommended glibc version is available on the system
    Expected result: ATLEAST=2.5-12
    Actual Result: 2.5-107
    Check complete. The overall result of this check is: Passed
    Check Name:TotalMemory
    Check Description:This is a prerequisite condition to test whether the system has sufficient physical memory.
    Expected result: 1024MB
    Actual Result: 5992MB
    Check complete. The overall result of this check is: Passed
    Check Name:Check Env Variable
    Check Description:Check for LD_ASSUME_KERNEL
    Expected result: LD_ASSUME_KERNEL environment variable should not be set in the environment.
    Actual Result: Variable Not set.
    Check complete. The overall result of this check is: Passed
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    In processErrorMsgStringDomain Name
    In processErrorMsgStringValid domain name may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters, and include at least one alphanumeric character.
    In processErrorMsgStringAdministrator Password
    In processErrorMsgStringValid passwords are 8 to 30 characters long, must begin with an alphabetic character,use only alphanumeric, underscore (_), dollar ($) or pound (#) characters and include at least one number.
    In processErrorMsgStringAdministrator User Name
    In processErrorMsgStringThe value may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    resultset.getStatus() : true
    Setting current page standalone validations to true
    XXX: setting m_WLSHome to: /u00/wls/wlserver_10.3
    In processErrorMsgStringDomain Home
    In processErrorMsgStringOracle Instance
    In processErrorMsgStringMiddleware Home
    In processErrorMsgStringInstance Name
    In [email protected]_invalidCharMsgString
    Obtained the single page data..SpecifyHomeInformationPage
    In processErrorMsgStringWebLogic Server Home
    In processErrorMsgStringOracle Home
    In processErrorMsgStringOracle Home Directory
    In [email protected]_OracleDirectoryInvalidErrorString
    Obtained the single page data..SpecifyHomeInformationPage
    Entering the exec handler method in get free space for home...
    quotaNeededProperty:null
    isQuotaNeeded : false
    Entering getUnixVolumeFreeSpace false
    In get free space method..
    not required...
    Entering getUnixVolumeFreeSpace false
    In get free space method..
    not required...
    resultset.getStatus() : true
    XXX: setting m_WLSHome to: /u00/wls/wlserver_10.3
    Setting current page standalone validations to true
    OS: <LINUX> commad: </sbin/ifconfig -a> pattern: <inet(\s+.*:)?\s*\d+\.\d+\.\d+\.\d+>
    resultset.getStatus() : true
    Setting current page standalone validations to true
    In processFieldStringBIPLATFORM schema user name
    In processFieldStringBIPLATFORM schema user password
    In processFieldStringConnect string
    resultset.getStatus() : true
    Setting current page standalone validations to true
    In processFieldStringMDS schema user name
    In processFieldStringMDS schema user password
    In processFieldStringConnect string
    resultset.getStatus() : false
    Setting current page standalone validations to true
    In processFieldStringMDS schema user name
    In processFieldStringMDS schema user password
    In processFieldStringConnect string
    resultset.getStatus() : true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting collector hub url in screen:null
    In doFinish method checking for inventory lock...InstallProgressPage
    Next page is a progress page and the inventory lock is false
    Setting current page standalone validations to true
    Exception in thread "AWT-EventQueue-0" java.lang.StringIndexOutOfBoundsException: String index out of range: -2
    Adding /tmp/OraInstall2013-04-03_12-13-01PM for deletion.
    Adding to classpath:file:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/bi.jar
    Adding to classpath:file:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/template.jar
    null
    configFileName:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/footprint.xml
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    Inside startPreReqOperation...prereq
    contextFile:/tmp/OraInstall2013-04-03_12-13-01PM/prereq/oui/agent_prereq_context.xml
    The entry point is: oracle.installType.all
    Check Name:CertifiedVersions
    Check Description:This is a prerequisite condition to test whether the Oracle software is certified on the current O/S or not.
    Expected result: One of oracle-6,oracle-5.6,enterprise-5.4,enterprise-4,enterprise-5,redhat-5.4,redhat-4,redhat-5,SuSE-10,SuSE-11
    Actual Result: oracle-5.6
    Check complete. The overall result of this check is: Passed
    Check Name:Packages
    Check Description:This is a prerequisite condition to test whether the packages recommended for installing the product are available on the system.
    Checking for binutils-2.17.50.0.6; found binutils-2.17.50.0.6-20.el5_8.3-x86_64.Passed
    Checking for compat-libstdc++-33-3.2.3-x86_64; found compat-libstdc++-33-3.2.3-61-x86_64. Passed
    Checking for compat-libstdc++-33-3.2.3-i386; found compat-libstdc++-33-3.2.3-61-i386. Passed
    Checking for elfutils-libelf-0.125; found elfutils-libelf-0.137-3.el5-x86_64. Passed
    Checking for elfutils-libelf-devel-0.125; found elfutils-libelf-devel-0.137-3.el5-x86_64. Passed
    Checking for gcc-4.1.1; found gcc-4.1.2-54.el5-x86_64. Passed
    Checking for gcc-c++-4.1.1; found gcc-c++-4.1.2-54.el5-x86_64. Passed
    Checking for glibc-2.5-12-x86_64; found glibc-2.5-107-x86_64. Passed
    Checking for glibc-2.5-12-i686; found glibc-2.5-107-i686. Passed
    Checking for glibc-common-2.5; found glibc-common-2.5-107-x86_64. Passed
    Checking for glibc-devel-2.5-x86_64; found glibc-devel-2.5-107-x86_64. Passed
    Checking for glibc-devel-2.5-12-i386; found glibc-devel-2.5-107-i386. Passed
    Checking for libaio-0.3.106-x86_64; found libaio-0.3.106-5-x86_64. Passed
    Checking for libaio-0.3.106-i386; found libaio-0.3.106-5-i386. Passed
    Checking for libaio-devel-0.3.106; found libaio-devel-0.3.106-5-x86_64. Passed
    Checking for libgcc-4.1.1-x86_64; found libgcc-4.1.2-54.el5-x86_64. Passed
    Checking for libgcc-4.1.1-i386; found libgcc-4.1.2-54.el5-i386. Passed
    Checking for libstdc++-4.1.1-x86_64; found libstdc++-4.1.2-54.el5-x86_64. Passed
    Checking for libstdc++-4.1.1-i386; found libstdc++-4.1.2-54.el5-i386. Passed
    Checking for libstdc++-devel-4.1.1; found libstdc++-devel-4.1.2-54.el5-x86_64. Passed
    Checking for make-3.81; found make-1:3.81-3.el5-x86_64. Passed
    Checking for sysstat-7.0.0; found sysstat-7.0.2-12.0.1.el5-x86_64. Passed
    Check complete. The overall result of this check is: Passed
    Check Name:Kernel
    Check Description:This is a prerequisite condition to test whether the minimum required kernel parameters are configured.
    Checking for VERSION=2.6.18; found VERSION=2.6.32-300.39.5.el5uek. Passed
    Checking for hardnofiles=4096; found hardnofiles=131072. Passed
    Checking for softnofiles=4096; found softnofiles=131072. Passed
    Check complete. The overall result of this check is: Passed
    Check Name:GLIBC
    Check Description:This is a prerequisite condition to check whether the recommended glibc version is available on the system
    Expected result: ATLEAST=2.5-12
    Actual Result: 2.5-107
    Check complete. The overall result of this check is: Passed
    Check Name:TotalMemory
    Check Description:This is a prerequisite condition to test whether the system has sufficient physical memory.
    Expected result: 1024MB
    Actual Result: 5992MB
    Check complete. The overall result of this check is: Passed
    Check Name:Check Env Variable
    Check Description:Check for LD_ASSUME_KERNEL
    Expected result: LD_ASSUME_KERNEL environment variable should not be set in the environment.
    Actual Result: Variable Not set.
    Check complete. The overall result of this check is: Passed
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    In processErrorMsgStringDomain Name
    In processErrorMsgStringValid domain name may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters, and include at least one alphanumeric character.
    In processErrorMsgStringAdministrator Password
    In processErrorMsgStringValid passwords are 8 to 30 characters long, must begin with an alphabetic character,use only alphanumeric, underscore (_), dollar ($) or pound (#) characters and include at least one number.
    In processErrorMsgStringAdministrator User Name
    In processErrorMsgStringThe value may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    resultset.getStatus() : true
    Setting current page standalone validations to true
    XXX: setting m_WLSHome to: /u00/wls/wlserver_10.3
    In processErrorMsgStringDomain Home
    In processErrorMsgStringOracle Instance
    In processErrorMsgStringMiddleware Home
    In processErrorMsgStringInstance Name
    In [email protected]_invalidCharMsgString
    Obtained the single page data..SpecifyHomeInformationPage
    In processErrorMsgStringWebLogic Server Home
    In processErrorMsgStringOracle Home
    In processErrorMsgStringOracle Home Directory
    In [email protected]_OracleDirectoryInvalidErrorString
    Obtained the single page data..SpecifyHomeInformationPage
    Entering the exec handler method in get free space for home...
    quotaNeededProperty:null
    isQuotaNeeded : false
    Entering getUnixVolumeFreeSpace false
    In get free space method..
    not required...
    Entering getUnixVolumeFreeSpace false
    In get free space method..
    not required...
    resultset.getStatus() : true
    XXX: setting m_WLSHome to: /u00/wls/wlserver_10.3
    Setting current page standalone validations to true
    OS: <LINUX> commad: </sbin/ifconfig -a> pattern: <inet(\s+.*:)?\s*\d+\.\d+\.\d+\.\d+>
    resultset.getStatus() : true
    Setting current page standalone validations to true
    In processFieldStringBIPLATFORM schema user name
    In processFieldStringBIPLATFORM schema user password
    In processFieldStringConnect string
    resultset.getStatus() : true
    Setting current page standalone validations to true
    In processFieldStringMDS schema user name
    In processFieldStringMDS schema user password
    In processFieldStringConnect string
    resultset.getStatus() : false
    Setting current page standalone validations to true
    In processFieldStringMDS schema user name
    In processFieldStringMDS schema user password
    In processFieldStringConnect string
    resultset.getStatus() : true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting collector hub url in screen:null
    In doFinish method checking for inventory lock...InstallProgressPage
    Next page is a progress page and the inventory lock is false
    Setting current page standalone validations to true
    Exception in thread "AWT-EventQueue-0" java.lang.StringIndexOutOfBoundsException: String index out of range: -2
    at java.lang.String.substring(String.java:1937)
    at oracle.as.install.bi.util.InstallerInfo.getShiphomeLocation(InstallerInfo.java:58)
    at oracle.as.install.bi.installaction.BIInstallAction.executeBeforeCopy(BIInstallAction.java:230)
    at oracle.as.install.engine.modules.util.installaction.InstallActionProviderUtility.invokeExecuteBeforeCopy(InstallActionProviderUtility.java:72)
    at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.startInstallOperation(ModifiedDWizard.java:3117)
    at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doNext(ModifiedDWizard.java:788)
    at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doNext(ModifiedDWizard.java:886)
    at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doNext(ModifiedDWizard.java:934)
    at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doFinish(ModifiedDWizard.java:611)
    at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.Component.processMouseEvent(Component.java:6288)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6053)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4651)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:643)
    at java.awt.EventQueue.access$000(EventQueue.java:84)
    at java.awt.EventQueue$1.run(EventQueue.java:602)
    at java.awt.EventQueue$1.run(EventQueue.java:600)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
    at java.awt.EventQueue$2.run(EventQueue.java:616)
    at java.awt.EventQueue$2.run(EventQueue.java:614)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:613)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    So far, I have confirmed I am using a 64-bit compliant java:
    $> java -version:
    java version "1.6.0_43"
    Java(TM) SE Runtime Environment (build 1.6.0_43-b01)
    Java HotSpot(TM) 64-Bit Server VM (build 20.14-b01, mixed mode)
    There is nothing installed in this box except the Linux OS, one single Oracle DB for me to install OBIEE, no WebLogic, nothing else.
    Any help will be appreciated!
    Thanks,
    Nick

    Well, I redownloaded all five zip files for Linux 64 bit, and completely deleted my old bishiphome.
    I then unzipped all five zip files into a brand new bishiphome, and retried the installation. This is still a Linux box with nothing on it but Linux, one Oracle 11gR2 database, rcu11.1.1.6, and attempting to install OBIEE 11.1.1.6.
    Same result.
    Still hangs at file copy, still has the same error message in the .out file.
    Exception in thread "AWT-EventQueue-0" java.lang.StringIndexOutOfBoundsException: String index out of range: -2
    at java.lang.String.substring(String.java:1937)
    Any other ideas? This is getting really frustrating!

  • We could not able to install Oracle Linux 64 bit version 5.0 in graphical mode

    We could not able to install Oracle Linux 64 bit version 5.0 in graphical mode. We are getting the error message as
    "Probing for video card :Intel corporation Unknown device 0152"
    We also tried as
    boot: Linux vga=2
    boot linux resolution 1024x768
    boot Linux noprob
    boot Linux skipdd
    But every time we got this message
    NB: We could able to install in text mode as
    boot: Linux text.
    But our requirement Linux in graphical mode

    1344675 wrote:
    We could not able to install Oracle Linux 64 bit version 5.0 in graphical mode. We are getting the error message as
    "Probing for video card :Intel corporation Unknown device 0152"
    We also tried as
    boot: Linux vga=2
    boot linux resolution 1024x768
    boot Linux noprob
    boot Linux skipdd
    But every time we got this message
    NB: We could able to install in text mode as
    boot: Linux text.
    But our requirement Linux in graphical mode
    Why is your "requirement" to install in graphical mode?  Once you are past the installation itself, the only thing that buys you is that your server will have been configured to boot up to runlevel 5, running a graphical desktop (gnome or kde, I forget which).  And what does THAT buy you on a server?
    I do not run ANY of my Linux servers "in graphical mode" -- running a graphical desktop.  Nor did I run a graphical desktop when I had Solaris, AIX, or HP-UX servers.

  • Upgrade from 10G windows 32-bit to 11G linux 64-bit

    Hi,
    I am moving a 10g database on windows 32-bit environment to 11G linux 64-bit environment. I am using rman to restore the database on the new environment. The restore completes successfully after which when I open the database in upgrade mode and run utlirp.sql in order to migrate it from 32-bit to 64-bit I encounter the following error:
    create or replace package STANDARD AUTHID CURRENT_USER is -- careful on this line; SED edit occurs!
    /********** Types and subtypes, do not reorder **********/
    type BOOLEAN is (FALSE, TRUE);
    type DATE is DATE_BASE;
    type NUMBER is NUMBER_BASE;
    subtype FLOAT is NUMBER; -- NUMBER(126)
    -- to your own code as it may in future interfere with the package
    -- consistency maintenance mechanisms and could have dire results.
    --#### timestamp pragma (please keep this last)
    pragma TIMESTAMP('2006-04-18:00:00:00');
    end;
    create or replace
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00942: table or view does not exist
    Thanks in advance for your help.

    According to
    ID 757245.1 Can you Upgrade RDBMS and Convert From 32-bit to 64-bit Binaries Directly on Linux or Windows based Intel Platforms Using the Database Upgrade Assistant (DBUA)oracle does not support upgrading and changing the wordsize at the same time. A workaround is to upgrade it on the same platform and then move it to the new oS and change wordisize.
    Ioan
    Edited by: ioan on 15.1.2010 3:32

  • How to install e business suite on linux 32 bit?

    Hi All,
    Can any body direct me how to install e business suite on linux 32 bit env.
    Thanks.

    LAVANKV wrote:
    Hi All,
    Can any body direct me how to install e business suite on linux 32 bit env.
    Thanks.Interesting Documents Concerning E-Business Suite 11i to R12 Upgrades [ID 850008.1]
    Oracle E-Business Suite Installation Guide Using Rapid Install
    http://docs.oracle.com/cd/E18727_01/doc.121/e12842/toc.htm
    Thanks,
    Hussein

  • Migration from HP-UX to Linux 64 bit on SAP XI 3.0 environment

    Hi All,
    Can you please provide the requirements steps/documents for migration from HP-UX to Linux 64 bit on SAP XI 3.0 environment
    Thanks
    Sateesh

    Hi Sateesh,
    This migration which you refer here is a heterogenous system copy. you may refer the system copy guide for the same.
    you can get the system copy guide from the below link
    Database and Operating Systems - System Copy [original link is broken]
    Also refer the SMP link
    http://service.sap.com/osdbmigration
    The migration should only be performed by SAP certified OS/DB migration consultant.
    Regards,
    Chandru

  • Error on Install BI 11.1.5 on Linux 64 bit

    On my Linux 64 bit (Centos 5.6), with Oracle DB 11gR2 on the same machine, the Install of BI 11.1.5 fail
    creating AsInstance' failed
    The log
    [2011-05-10T18:43:17.365+02:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 34] [ecid: 0000IzQl9YxFw000jzwkno1DmMQ400000P,0] [[
    oracle.as.management.opmn.optic.OpticException: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
         at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:310)
         at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:254)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:166)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:116)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:523)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:439)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.InstanceProvisioningTask.doExecute(InstanceProvisioningTask.java:81)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         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:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:662)
    [2011-05-10T18:43:17.368+02:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 34] [ecid: 0000IzQl9YxFw000jzwkno1DmMQ400000P,0] Exit code from OPMNAdmin : 2
    [2011-05-10T18:43:17.368+02:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 34] [ecid: 0000IzQl9YxFw000jzwkno1DmMQ400000P,0] [[
    oracle.as.provisioning.engine.CfgWorkflowException
         at oracle.as.provisioning.engine.Engine.processEventResponse(Engine.java:596)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:178)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:116)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:523)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:439)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.InstanceProvisioningTask.doExecute(InstanceProvisioningTask.java:81)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         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:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error creating ASInstance instance1.
    Cause:
    An internal operation has failed: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:317)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:166)
         ... 18 more
    Caused by: oracle.as.management.opmn.optic.OpticException: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
         at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:310)
         at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:254)
         ... 19 more
    Thanks for any help, Roberto

    Thanks a lot for the help.
    +Installing OBIEE 11g On Linux 64-bit Fails Running The Configuration Assistant With "Step Creating Asinstance Failed" [ID 1304640.1]+
    I check for the library libaio, and it's all ok on my system.
    +Error: "Oracle.as.provisioning.util.ConfigException: Error While Starting the Domain." Whilst Installing OBIEE 11G [ID 1272906.1]+
    I check on my DNS server, and seem have some problem.
    So, i try with IP static, and works !
    Roberto

  • How do I connect Oracle 11g 11.1.0.7 on LINUX 64-bit machine to SQL Server?

    Hi,
    Does anyone know how do I connect from Oracle 11g 11.1.0.7 on LINUX 64-bit machines to SQL Server 2000 DB please so I can set up a regular data extraction job to migrate data? Does this use products I am already licenced for under Oracle Enterprise Edition?
    Thanks,
    Jeremy

    you must be not read it carefully.
    The gateway software is there, in the bottom.
    Oracle Database Gateways 11g Release 1 (11.1.0.6.0)
    for Linux x86-64
        linux.x64_11gR1_gateways.zip (505,401,641 bytes) (cksum - 2593459988)  just download it.
    and this is how to install and configure
    http://download.oracle.com/docs/cd/B28359_01/gateways.111/b31042/partsql.htm#BJEGEBFH

  • Obiee 11.1.1.5.0 certifcation with LINUX-64 bit

    Hi All,
    Is
    OBIEE 11.1.1.5.0 (Linux 64 bit) certfied on Database : Oracle 11.2.0.2 ( Linux 64 bit).
    if Certified . Kindly let me know which software installtion need to be done like Simple, Enterpries or software only....
    Weblogic is 1035
    Java is : java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode)
    Thanks

    Hi,
    Check the certification matrix here,
    http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/bi-11gr1certmatrix-166168.xls
    Rgds,
    Dpka

  • Starting OBIEE 11g on Linux 64 bit

    Hi,
    I installed OBIEE 11g on Linux 64 bit and it worked fine after installation. I rebooted the system and I need to start it again.
    I am trying to run
    run-sa.sh
    run-saw.sh
    etc.
    but it looks like the scripts are broken:
    ./run-saw.sh: line 43: syntax error near unexpected token `('
    ./run-saw.sh: line 43: `ANA_INSTALL_DIR=$N($P(installLocation))'
    it looks like these scripts were not processed by the installer during installation, $N($P(installLocation)) should have been replaced by the installer with actual paths I assume.
    is there another way to start OBIEE?
    Thanks,
    Calin

    Are you sure you are running OBIEE 11g? YOu are meant to use those scripts any more in 11g. See this post:
    Startup Scripts for OBIEE 11g on Linux

Maybe you are looking for