Errors on new installed SOA suite

Hi,
I install SOA suite 10.1.3.1.0 and start it. BPEL Control, ESB Control, Rules Author is accessible, but when click Application Server Control I only get a HTTP 404 error, and Web Services Manager Control login page always prompt "login failure".
what happens? how can i do then? any suggestion?
Peter Wang

Hi Jude,
Find the content of the default-web-site.xml file below:
<?xml version="1.0"?>
<web-site xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/web-site-10_0.xsd" port="8888" display-name="OC4J 10g (10.1.3) Default Web Site" schema-major-version="10" schema-minor-version="0" >
     <default-web-app application="default" name="defaultWebApp" root="/j2ee" />
     <web-app application="system" name="dms" root="/dmsoc4j" />
     <web-app application="system" name="JMXSoapAdapter-web" root="/JMXSoapAdapter" />
     <web-app application="default" name="jmsrouter_web" load-on-startup="true" root="/jmsrouter" />
     <web-app application="javasso" name="javasso-web" root="/jsso" />
     <web-app application="ascontrol" name="ascontrol" load-on-startup="true" root="/em" />
     <web-app application="datatags" name="webapp" load-on-startup="true" root="/webapp" />
     <web-app application="orainfra" name="orainfra" load-on-startup="true" root="/orainfra" />
     <web-app application="WSIL-App" name="wsil-ias" load-on-startup="true" root="/inspection.wsil" />
     <web-app application="orabpel" name="httpbinding" load-on-startup="true" root="/httpbinding" />
     <web-app application="orabpel" name="admin" load-on-startup="true" root="/BPELAdmin" />
     <web-app application="orabpel" name="console" load-on-startup="true" root="/BPELConsole" />
     <web-app application="orabpel" name="startup" load-on-startup="true" root="/orabpel" />
     <web-app application="hw_services" name="deploy" load-on-startup="true" root="/integration/services/deploy" />
     <web-app application="hw_services" name="testconnection" load-on-startup="true" root="/integration/services/testconnection" />
     <web-app application="hw_services" name="taskservice" load-on-startup="true" root="/integration/services/TaskService" />
     <web-app application="hw_services" name="taskmetadataservice" load-on-startup="true" root="/integration/services/TaskMetadataService" />
     <web-app application="hw_services" name="taskqueryservice" load-on-startup="true" root="/integration/services/TaskQueryService" />
     <web-app application="hw_services" name="IdentityService" load-on-startup="true" root="/integration/services/IdentityService" />
     <web-app application="hw_services" name="hw_services" load-on-startup="true" root="/integration/services" />
     <web-app application="hw_services" name="worklistxpress" load-on-startup="true" root="/integration/oldworklistapp" />
     <web-app application="hw_services" name="worklistapp" load-on-startup="true" root="/integration/worklistapp" />
     <web-app application="rulehelp" name="rulehelp" load-on-startup="true" root="/ruleauthor/help" />
     <web-app application="ruleauthor" name="ruleauthor" load-on-startup="true" root="/ruleauthor" />
     <web-app application="esb-dt" name="esb_console" load-on-startup="true" root="/esb" />
     <web-app application="esb-rt" name="provider-war" load-on-startup="true" root="/event" />
     <web-app application="gateway" name="gateway" load-on-startup="true" root="/gateway" />
     <web-app application="ccore" name="ccore" load-on-startup="true" root="/ccore" />
     <web-app application="policymanager" name="policymanager" load-on-startup="true" root="/policymanager" />
     <web-app application="coreman" name="coreman" load-on-startup="true" root="/coreman" />
     <access-log path="../log/default-web-access.log" split="day" />
</web-site>

Similar Messages

  • Error While Installing SOA Suite 10.1.3

    Hi,
    I have uninstalled the SOA suite (advance installation) from M/C.I am trying to install SOA suite on my M/C but I am getting error message as
    Install has detected the OAS 10.13 is already installed in this oracle home.Please choose another Oracle Home.It is giving dependencies error.
    I am making sure that there is no directory which I am giving in the installation directory but as soon as I am giving the instance name and AS admin password with the Basic install option and clicking the Install tab
    It is giving the above message.I can clear the see that it is creating new directory and referring it.
    Can anyone please help me to resolve this issue?
    Thanks

    Hi,
    you are installing on Linux or Windows?
    There is a directory called oraInventory. You have to delete that one, because Oracle stores information about all installations in that directory. But be careful:
    If you have other Oracle products installed, you should not remove this directory.
    You can try to use the OUI to perform a uninstall. After that the oraInventory should be clean...

  • DB Version Error when install SOA Suite using with DB 10G 10.2.0.1

    Hi,
    I am trying to install SOA Suite 10.1.3.1.0 in Windows XP environment where an Oracle 10g database 10.2.0.1 is pre-installed. When I try to use Advanced Installation, the system says that my database version should be 10.2.0.2 or higher. I couldn't find any 10.2.0.2 version or higher for Windows XP on Oracle download site. There is only 10.2.0.3 for Windows Vista. Anyone knows whether there is a workaround?
    Thanks in advance,
    Jeff

    Hi, I met this problem some weeks early. I wrote a conlusion about this:
    Update Oracle Database 10.2.0.1 to 10.2.0.2 on Windows XP
    When I install Oracle SOA Suite 10g Release 3(10.1.3.x, soa_windows_x86_101310_disk1.zip download from http://www.oracle.com/technology/software/tech/soa/index.html), a error occured. Because the version of Oracle Database on my laptop is 10g Release 2 (10.2.0.1). Then I download the update patch p4547817_10202_WINNT.zip from metalink.oracle.com and install the database without installing the starter database and instance (orcl). After this, use p4547817_10202_WINNT.zip to updata Oracle Database 10.2.0.1 to 10.2.0.2 and then use DBCA to install a new database and instance (orcl).
    Summary:
    1. patch: p4547817_10202_WINNT.zip downloaded from metalink.oracle.com
    2. only install Oracle database software, don't install any database or instance
    3. use p4547817_10202_WINNT.zip to update the database software
    4. use DBCA to install a new database
    Question:
    1. how to update when there already exist data in database?
    2. Oracle database express edition isn't stabile enough? Because there are always some error appear during SOA Order Booking demo using.

  • Error when install soa suite

    hi
    when i install soa suite in configuration bpel proocess manager this error show
    Failed at "Could not get DeploymentManager".
    i need help really.
    log file:
    The current status of Oracle Lite Multiuser Service:
    Current State : SERVICE_RUNNING
    Acceptable Control Code : (0x1) SERVICE_ACCEPT_STOP
    c:\product\10.1.3.1\OracleAS_1\bpel\install\bin>mkdir "c:\product\10.1.3.1\OracleAS_1\bpel\system\database\olite"
    c:\product\10.1.3.1\OracleAS_1\bpel\install\bin>del /f "c:\product\10.1.3.1\OracleAS_1\bpel\system\database\olite\orabpel.odb"
    c:\product\10.1.3.1\OracleAS_1\bpel\install\bin>"c:\product\10.1.3.1\OracleAS_1\bpel\..\Mobile\Sdk\BIN\createdb.exe" orabpel "c:\product\10.1.3.1\OracleAS_1\bpel\system\database\olite\orabpel.odb" manager
    Database C:\PRODUCT\10.1.3.1\ORACLEAS_1\BPEL\SYSTEM\DATABASE\OLITE\ORABPEL.odb created (VolID = 1736).
    c:\product\10.1.3.1\OracleAS_1\bpel\install\bin>exit 0
    Could Not Find c:\product\10.1.3.1\OracleAS_1\bpel\system\database\olite\orabpel.odb
    Oracle Lite CREATEDB Version 10.2.0.2.0.
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Exit: 0
    TASK: oracle.tip.install.tasks.DeployApps
    Deploy applications and adapters
    Port value is 6003
    Buildfile: bpminstall.xml
    init-midtier:
    Trying to override old definition of datatype echoproperties
    common_update_server.xml:
    Adding shared library apache.junit ...
    Adding shared library oracle.db.lite ...
    Adding shared library apache.commons 10.1.3 ...
    Adding shared library apache.jdom ...
    Adding shared library apache.slide ...
    Running batch script by:
    java admin_client.jar deployer:oc4j:opmn://ALVAND:6003/home -script C:\product\10.1.3.1\OracleAS_1\bpel\system\services\install\ant-tasks/bpel_admin_client_script_sl.txt
    Failed at "Could not get DeploymentManager".
    This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
    More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
    update_server.xml:
    restart.container:
    Stopping home container ...
    opmnctl: stopping opmn managed processes...
    ================================================================================
    opmn id=alvand:6200
    no processes or applications matched this request
    Restarting home container ...
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=alvand:6200
    0 of 1 processes started.
    ias-instance id=SOASuite.ALVAND
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    default_group/home/default_group/
    Error
    --> Process (index=1,uid=2066155171,pid=2968)
    failed to start a managed process after the maximum retry limit
    Log:
    c:\product\10.1.3.1\OracleAS_1\opmn\logs\\default_group~home~default_group~1.log
    init-midtier:
    Setting up the dehydration store [olite]...
    dehydrationStore:
    Configuring data sources for olite dehydration store ...
    Deploying ORABPEL Applications...
    deploy-applications:
    Deploying Oracle BPEL Process Manager ...
    Copying 1 file to C:\product\10.1.3.1\OracleAS_1\bpel\system\services\lib
    Copying 1 file to C:\product\10.1.3.1\OracleAS_1\bpel\system\services\lib
    Copying 1 file to C:\product\10.1.3.1\OracleAS_1\bpel\system\services\lib
    Updating jar: C:\product\10.1.3.1\OracleAS_1\bpel\system\services\lib\orabpel.ear
    Running batch script by:
    java admin_client.jar deployer:oc4j:opmn://ALVAND:6003/home -script C:\product\10.1.3.1\OracleAS_1\bpel\system\services\install\ant-tasks/bpel_deployapps.txt
    Failed at "Could not get DeploymentManager".
    This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
    More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.

    hi
    thanks
    this is my opmn.xml
    <?xml version="1.0" encoding="UTF-8" ?>
    - <opmn xmlns="http://www.oracle.com/ias-instance">
    <log path="$ORACLE_HOME\opmn\logs\opmn.log" comp="internal;ons;pm" rotation-size="1500000" />
    <debug path="$ORACLE_HOME\opmn\logs\opmn.dbg" comp="internal" rotation-size="1500000" />
    - <notification-server>
    <port local="6100" remote="6200" request="6003" />
    <ssl enabled="true" wallet-file="$ORACLE_HOME\opmn\conf\ssl.wlt\default" />
    </notification-server>
    - <process-manager>
    - <process-modules>
    - <module path="$ORACLE_HOME\opmn\lib\libopmnohs">
    <module-id id="OHS" />
    </module>
    - <module path="$ORACLE_HOME\opmn\lib\libopmnoc4j">
    <module-id id="OC4J" />
    </module>
    - <module path="$ORACLE_HOME\opmn\lib\libopmncustom">
    <module-id id="CUSTOM" />
    </module>
    - <module path="$ORACLE_HOME\opmn\lib\libopmniaspt">
    <module-id id="IASPT" />
    </module>
    </process-modules>
    - <ias-instance id="SOASuite.ALVAND" name="SOASuite.ALVAND">
    - <environment>
    <variable id="TMP" value="C:\DOCUME~1\Ali\LOCALS~1\Temp" />
    </environment>
    - <module-data>
    - <category id="start-parameters">
    <data id="routing-id" value="g_rt_id" />
    </category>
    </module-data>
    - <ias-component id="IASPT" status="disabled">
    - <environment>
    <variable id="LD_LIBRARY_PATH" value="c:\product\10.1.3.1\OracleAS_1/lib" append="true" />
    </environment>
    - <process-type id="IASPT" module-id="IASPT" working-dir="c:\product\10.1.3.1\OracleAS_1/iaspt/bin">
    <port id="ajp" range="7501-7600" />
    <process-set id="IASPT" numprocs="1" />
    </process-type>
    </ias-component>
    - <ias-component id="ASG" status="enabled" id-matching="true">
    - <process-type id="ASG" module-id="CUSTOM">
    - <environment>
    <variable id="OS" value="Windows_NT" />
    </environment>
    <start timeout="600" />
    <stop timeout="120" />
    - <process-set id="ASG" numprocs="1">
    - <module-data>
    - <category id="start-parameters">
    <data id="start-executable" value="c:\product\10.1.3.1\OracleAS_1\jdk\bin\java" />
    <data id="start-args" value="-ms20m -Djava.library.path=c:\product\10.1.3.1\OracleAS_1\bin;c:\product\10.1.3.1\OracleAS_1\dsa\bin;c:\product\10.1.3.1\OracleAS_1\oui\lib\win32 -classpath c:\product\10.1.3.1\OracleAS_1\dsa\jlib;c:\product\10.1.3.1\OracleAS_1\dsa\jlib\duf.jar;c:\product\10.1.3.1\OracleAS_1\lib\dms.jar;c:\product\10.1.3.1\OracleAS_1\oui\jlib\OraInstaller.jar;c:\product\10.1.3.1\OracleAS_1\jlib\srvm.jar;c:\product\10.1.3.1\OracleAS_1\jlib\netcfg.jar;c:\product\10.1.3.1\OracleAS_1\lib\xmlparserv2.jar;c:\product\10.1.3.1\OracleAS_1\assistants\jlib\assistantsCommon.jar;c:\product\10.1.3.1\OracleAS_1\jdbc\lib\classes12.zip;c:\product\10.1.3.1\OracleAS_1\jdbc\lib\nls_charset12.zip;c:\product\10.1.3.1\OracleAS_1\jlib\share.jar;c:\product\10.1.3.1\OracleAS_1\opmn\lib\optic.jar;c:\product\10.1.3.1\OracleAS_1\j2ee\home\jazn.jar;c:\product\10.1.3.1\OracleAS_1\jlib\ldapjclnt10.jar oracle.duf.dufserver.DufServer c:\product\10.1.3.1\OracleAS_1\dsa\dsa.conf" />
    </category>
    </module-data>
    </process-set>
    </process-type>
    </ias-component>
    - <ias-component id="default_group">
    - <process-type id="home" module-id="OC4J" status="enabled">
    - <module-data>
    - <category id="start-parameters">
    <data id="java-options" value="-Xrs -server -XX:MaxPermSize=128M -ms512M -mx1024M -XX:AppendRatio=3 -Djava.security.policy=$ORACLE_HOME/j2ee/home/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -Doraesb.home=c:\product\10.1.3.1\OracleAS_1\integration\esb -Dhttp.proxySet=false" />
    </category>
    - <category id="stop-parameters">
    <data id="java-options" value="-Djava.security.policy=$ORACLE_HOME/j2ee/home/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false" />
    </category>
    </module-data>
    <start timeout="600" retry="2" />
    <stop timeout="120" />
    <restart timeout="720" retry="2" />
    <port id="default-web-site" range="8888" protocol="http" />
    <port id="rmi" range="12401-12500" />
    <port id="rmis" range="12701-12800" />
    <port id="jms" range="12601-12700" />
    <process-set id="default_group" numprocs="1" />
    </process-type>
    </ias-component>
    </ias-instance>
    </process-manager>
    </opmn>

  • Error installing SOA Suite 10.1.3.1.0

    Hi,
    I am trying to install SOA Suite 10.1.3.1.0 in my PC (Window XP). But the installation fails with the following error message:
    "Caught exception running the command via the script file D:\product\10.1.3.1\OracleAS_1\bpel\system\services\install\ant-tasks/bpel_deployapps.txt at line 16: BindWebApp error: oracle.oc4j.rmi.OracleRemoteException"
    I'd appreciate if someone could help. Please let me know if you need more information from me. Thanks

    I have the same error. Here is something from the log file:
    dehydrationStore:
    Configuring data sources for olite dehydration store ...
    Deploying ORABPEL Applications...
    deploy-applications:
    Deploying Oracle BPEL Process Manager ...
    Copying 1 file to D:\OracleAS_10131\bpel\system\services\lib
    Copying 1 file to D:\OracleAS_10131\bpel\system\services\lib
    Copying 1 file to D:\OracleAS_10131\bpel\system\services\lib
    Updating jar: D:\OracleAS_10131\bpel\system\services\lib\orabpel.ear
    Running batch script by:
    java admin_client.jar deployer:oc4j:opmn://kzhangD510c:6003/home -script D:\OracleAS_10131\bpel\system\services\install\ant-tasks/bpel_deployapps.txt
    07/06/27 12:14:27 Notification ==>Application Deployer for orabpel STARTS.
    07/06/27 12:14:27 Notification ==>Copy the archive to D:\OracleAS_10131\j2ee\home\applications\orabpel.ear
    07/06/27 12:14:28 Notification ==>Initialize D:\OracleAS_10131\j2ee\home\applications\orabpel.ear begins...
    07/06/27 12:14:28 Notification ==>Unpacking orabpel.ear
    07/06/27 12:14:29 Notification ==>Done unpacking orabpel.ear
    07/06/27 12:14:29 Notification ==>Unpacking bpeljms.rar
    07/06/27 12:14:29 Notification ==>Done unpacking bpeljms.rar
    07/06/27 12:14:29 Notification ==>Unpacking admin.war
    07/06/27 12:14:30 Notification ==>Done unpacking admin.war
    07/06/27 12:14:30 Notification ==>Unpacking console.war
    07/06/27 12:14:39 Notification ==>Done unpacking console.war
    07/06/27 12:14:39 Notification ==>Unpacking startup.war
    07/06/27 12:14:39 Notification ==>Done unpacking startup.war
    07/06/27 12:14:41 Notification ==>Unpacking httpbinding.war
    07/06/27 12:14:41 Notification ==>Done unpacking httpbinding.war
    07/06/27 12:14:41 Notification ==>Initialize D:\OracleAS_10131\j2ee\home\applications\orabpel.ear ends...
    07/06/27 12:14:41 Notification ==>Starting application : orabpel
    07/06/27 12:14:41 Notification ==>Initializing ClassLoader(s)
    07/06/27 12:14:41 Notification ==>Initializing EJB container
    07/06/27 12:14:41 Notification ==>Loading connector(s)
    07/06/27 12:14:41 Notification ==>Starting up resource adapters
    07/06/27 12:14:42 Notification ==>Processing EJB module: ejb_ob_engine.jar
    07/06/27 12:14:42 Notification ==>Processing EJB module: ejb_services.jar
    07/06/27 12:14:48 Notification ==>Compiling EJB generated code
    07/06/27 12:14:50 Notification ==>Initializing EJB sessions
    07/06/27 12:14:50 Notification ==>Committing ClassLoader(s)
    07/06/27 12:14:50 Notification ==>Initialize admin begins...
    07/06/27 12:14:50 Notification ==>Initialize admin ends...
    07/06/27 12:14:50 Notification ==>Initialize console begins...
    07/06/27 12:14:50 Notification ==>Initialize console ends...
    07/06/27 12:14:50 Notification ==>Initialize startup begins...
    07/06/27 12:14:50 Notification ==>Initialize startup ends...
    07/06/27 12:14:50 Notification ==>Initialize httpbinding begins...
    07/06/27 12:14:51 Notification ==>Initialize httpbinding ends...
    07/06/27 12:14:51 Notification ==>Started application : orabpel
    07/06/27 12:14:51 Notification ==>Application Deployer for orabpel COMPLETES. Operation time: 23969 msecs
    07/06/27 12:15:00 Notification ==>Application Deployer for hw_services STARTS.
    07/06/27 12:15:00 Notification ==>Copy the archive to D:\OracleAS_10131\j2ee\home\applications\hw_services.ear
    07/06/27 12:15:01 Notification ==>Initialize D:\OracleAS_10131\j2ee\home\applications\hw_services.ear begins...
    07/06/27 12:15:01 Notification ==>Unpacking hw_services.ear
    07/06/27 12:15:02 Notification ==>Done unpacking hw_services.ear
    07/06/27 12:15:02 Notification ==>Unpacking hw_services.war
    07/06/27 12:15:04 Notification ==>Done unpacking hw_services.war
    07/06/27 12:15:04 Notification ==>Unpacking deploy.war
    07/06/27 12:15:04 Notification ==>Done unpacking deploy.war
    07/06/27 12:15:04 Notification ==>Unpacking testconnection.war
    07/06/27 12:15:04 Notification ==>Done unpacking testconnection.war
    07/06/27 12:15:04 Notification ==>Unpacking worklistxpress.war
    07/06/27 12:15:07 Notification ==>Done unpacking worklistxpress.war
    07/06/27 12:15:07 Notification ==>Unpacking worklistapp.war
    07/06/27 12:15:13 Notification ==>Done unpacking worklistapp.war
    07/06/27 12:15:13 Notification ==>Unpacking taskservice.war
    07/06/27 12:15:13 Notification ==>Done unpacking taskservice.war
    07/06/27 12:15:13 Notification ==>Unpacking taskmetadataservice.war
    07/06/27 12:15:14 Notification ==>Done unpacking taskmetadataservice.war
    07/06/27 12:15:14 Notification ==>Unpacking taskqueryservice.war
    07/06/27 12:15:14 Notification ==>Done unpacking taskqueryservice.war
    07/06/27 12:15:14 Notification ==>Unpacking IdentityService.war
    07/06/27 12:15:15 Notification ==>Done unpacking IdentityService.war
    07/06/27 12:15:15 Notification ==>Unpacking usermetadataservice.war
    07/06/27 12:15:16 Notification ==>Done unpacking usermetadataservice.war
    07/06/27 12:15:16 Notification ==>Unpacking runtimeconfigservice.war
    07/06/27 12:15:16 Notification ==>Done unpacking runtimeconfigservice.war
    07/06/27 12:15:16 Notification ==>Initialize D:\OracleAS_10131\j2ee\home\applications\hw_services.ear ends...
    07/06/27 12:15:16 Notification ==>Starting application : hw_services
    07/06/27 12:15:16 Notification ==>Initializing ClassLoader(s)
    07/06/27 12:15:16 Notification ==>Initializing EJB container
    07/06/27 12:15:16 Notification ==>Loading connector(s)
    07/06/27 12:15:16 Notification ==>Starting up resource adapters
    07/06/27 12:15:16 Notification ==>Processing EJB module: hw_services_ejb.jar
    07/06/27 12:15:22 Notification ==>Compiling EJB generated code
    07/06/27 12:15:22 Notification ==>Initializing EJB sessions
    07/06/27 12:15:22 Notification ==>Committing ClassLoader(s)
    07/06/27 12:15:22 Notification ==>Initialize hw_services begins...
    07/06/27 12:15:22 Notification ==>Initialize hw_services ends...
    07/06/27 12:15:22 Notification ==>Initialize deploy begins...
    07/06/27 12:15:22 Notification ==>Initialize deploy ends...
    07/06/27 12:15:22 Notification ==>Initialize testconnection begins...
    07/06/27 12:15:22 Notification ==>Initialize testconnection ends...
    07/06/27 12:15:22 Notification ==>Initialize worklistxpress begins...
    07/06/27 12:15:22 Notification ==>Initialize worklistxpress ends...
    07/06/27 12:15:22 Notification ==>Initialize worklistapp begins...
    07/06/27 12:15:22 Notification ==>Initialize worklistapp ends...
    07/06/27 12:15:22 Notification ==>Initialize taskservice begins...
    07/06/27 12:15:22 Notification ==>Initialize taskservice ends...
    07/06/27 12:15:22 Notification ==>Initialize taskmetadataservice begins...
    07/06/27 12:15:22 Notification ==>Initialize taskmetadataservice ends...
    07/06/27 12:15:22 Notification ==>Initialize taskqueryservice begins...
    07/06/27 12:15:23 Notification ==>Initialize taskqueryservice ends...
    07/06/27 12:15:23 Notification ==>Initialize IdentityService begins...
    07/06/27 12:15:23 Notification ==>Initialize IdentityService ends...
    07/06/27 12:15:23 Notification ==>Initialize usermetadataservice begins...
    07/06/27 12:15:23 Notification ==>Initialize usermetadataservice ends...
    07/06/27 12:15:23 Notification ==>Initialize runtimeconfigservice begins...
    07/06/27 12:15:23 Notification ==>Initialize runtimeconfigservice ends...
    07/06/27 12:15:24 Notification ==>Started application : hw_services
    07/06/27 12:15:24 Notification ==>Application Deployer for hw_services COMPLETES. Operation time: 23491 msecs
    Caught exception running the command via the script file D:\OracleAS_10131\bpel\system\services\install\ant-tasks/bpel_deployapps.txt at line 14: BindWebApp error: oracle.oc4j.rmi.OracleRemoteException
    thanks.

  • Opmn related error while installing SOA suite

    hi
    I am trying to install SOA suite on Linux RHEL AS4.
    rapidwiz shows the following error
    launching /u01/oracle/product/10.1.3.1/OracleAS_2/opmn/bin/opmnctl startproc
    opmnctl: starting opmn managed processes...===============================================================================
    opmn id=soalgs.lgs.com:6200
    2 of 3 processes started.
    ias-instance id=soaps.soalgs.lgs.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    default_group/oc4j_soa/default_group/
    Error
    --> Process (index=1,uid=10495449,pid=12555)
    time out while waiting for a managed process to start
    Log:
    /u01/oracle/product/10.1.3.1/OracleAS_2/opmn/logs//default_group~oc4j_soa~default_group~1.log
    Configuration assistant "Oracle Process Management and Notification Configuration Assistant" failed
    I have restarted opmn services, disabled the firewall also, but couldnot get rid of the problem. when i checked status through "/.opmnctl status" command, ASG was down...should i have to bring it up?
    how do i trobleshoot?
    Thanks
    JIL

    Do an opmnctl startall and an opmnctl status afterwards.
    It happens for me to when I install it on VMware images but these are slower. I usually don't stop the installation but retry the configuration assistant.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • DHCP cofiguration error while installing SOA suit 10.1.3

    Hi can any one suggest how to resolve DHCP cofiguration error while installing SOA suit 10.1.3. I have win7 but getting this error . Please sort out................

    platGroup = WINDOWS
    Query Returned: true
    Calling Query soaNetQueries1.0 isDhcp
    Query Returned: true
    Calling Query soaNetQueries1.0 isLoopback
    Query Returned: false
    A DHCP configuration was detected on this host. The installer also detected that the local hostname and the network hostname differ. Please resolve the networking issues by referring the "Installing on DHCP Computers" section in the installation guide.
    Calling Query generalQueries10.1.0.3.0 getInstallType
    Query Returned: allProducts
    Calling Query generalQueries10.1.0.3.0 getInstallType
    Query Returned: allProducts
    Calling Query generalQueries10.1.0.3.0 getInstallType
    Query Returned: allProducts
    Calling Query generalQueries10.1.0.3.0 getInstallType
    Query Returned: allProducts
    *** Specify Database Connect Information Page***
    Warning:*** Alert: Do you really want to exit? ***
    User Selected: Yes/OK
    User Exit
    This is the error i am getting i have gone through docs also but did not able to resolve it i have window-7 platform can we install on this 10.1.3.........or i have to follow some other method as i am getting this error........

  • Error While Installation of SOA SUITE 11g

    Hi
    I am installing SOA SUITE 11g on Oracle Linux 4.
    I have already installed Oracle database 11g
    I have installed Weblogic server 10.3.x
    I have checked oracle database , i am able to run it successfully.
    I have checked weblogic server too, its too running successfully.
    I have logged into server as *"oracle" user* and trying to run runInstaller from command prompt
    the trace for error getting generated is below. plz let me know where i am making mistake.
    I am new to SOA SUITE n related technologies..
    ++[oracle@localhost ~]$ cd SOA_SUITE/Disk1++
    ++[oracle@localhost Disk1]$ ls++
    ++doc install runInstaller setup.exe stage++
    ++[oracle@localhost Disk1]$ ./runInstaller++
    ++Starting Oracle Universal Installer...++
    ++Checking if CPU speed is above 300 MHz. Actual 1992 MHz Passed++
    ++Checking Temp space: must be greater than 150 MB. Actual 233511 MB Passed++
    ++Checking swap space: must be greater than 500 MB. Actual 5023 MB Passed++
    ++Checking monitor: must be configured to display at least 256 colors++
    ++>>> Could not execute auto check for display colors using command /usr/X11R6/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<++
    ++Some requirement checks failed. You must fulfill these requirements before++
    ++continuing with the installation,++
    ++Continue? (y/n) [n] y++
    ++>>> Ignoring required pre-requisite failures. Continuing...++
    ++Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-02-23_05-49-23PM. Please wait ...++
    ++Please specify JRE/JDK location ( Ex. /home/jre ), <location>/bin/java should exist :++
    ++Please specify a valid JRE/JDK location :/root/Oracle/Middleware/jdk160_14_R27.6.5-32++
    ++Please specify a valid JRE/JDK location :++
    I am trying to give JRE/JDK location which i got when i was installing weblogic server but its not accepting that and i am getting
    "Please specify a valid JRE/JDK location : " message again.
    Please let me know how i can i get out of this error.
    Thanks
    vishnu kumar

    Hi,
    check for some spaces or character which might be going while you specify the JRE locations, alternatively you can call runInstaller with
    -jreLoc ,i.e;have the path in the cmd.
    ./runInstaller -jreLoc /root/Oracle/Middleware/jdk160_14_R27.6.5-32
    which should work.
    regards,
    Jitendra

  • JDK version for installing SOA suite on windows vista

    Hi
    I am trying to install SOA Suite 10.1.3.1 on my Windows Vista 64 bit system. Currently, when running irca.bat, I am getting error "invalid java version 1.6.0_13. Version 1.4 is required."
    But isnt the script supposed to run for all 1.4+ jdks. Which version of jdk do I need to install?
    Thanks.
    John

    The complete error message in the popup is "Error in CreateOUIProcess(): 3". When you hit <OK>, you are back at the command prompt where you typed setup.exe.
    The log is as follow:
    Using paramFile: D:\Disk1\install\win64\oraparam.ini
    Checking if CPU speed is above 300 MHz. Actual 2327 MHz Passed
    Checking swap space: must be greater than 500 MB. Actual 12689 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 65536 Passed
    The commandline for unzip:
    D:\Disk1\install\win64\unzip -qqqo ..\..\stage\Components\oracle.swd.oui\11.1.0.7.0\1\DataFiles/"*.jar" -d "C:\Users\ROOT~1.APP\AppData\Local\Temp\3\OraInstall2009-10-20_06-01-08PM"
    The commandline for unzip:
    D:\Disk1\install\win64\unzip -qqqo ..\..\stage\Components\oracle.swd.oui.core\11.1.0.7.0\1\DataFiles/"*.jar" -d "C:\Users\ROOT~1.APP\AppData\Local\Temp\3\OraInstall2009-10-20_06-01-08PM"
    The number of files bootstrapped for the jre is 0.
    The number of files bootstrapped for the oui is 287.

  • Installing soa suite 11.1.1.2  failed

    Hi,
    Failed to install Oracle Soa suite 11.1.1.2.0 on windows XP with DB 11g R1, jdk1.6 update 27 but pre-requisites passed.
    Below the log..
    Temp Buffer: D:\installed\oracle\Middleware;
    middleware homes :1
    isDefaultValueChangedfalse
    isDefaultValueChangedtrue
    oracle home in validateData is Oracle_SOA
    middleWare home in validateData is D:\installed\oracle\Middleware\wlserver_10.3
    needWritableDirectory: false
    In processErrorMsgStringOracle Home Directory
    In [email protected]_OracleDirectoryInvalidErrorString
    Obtained the single page data..SpecifyInstallLocnWithMWSpecifactionPage
    External name..INVALID_ORACLE_DIRECTORY_MSG_STRING
    In processErrorMsgStringOracle Home
    Entering the exec handler method in get free space for home...
    quotaNeededProperty:null
    isQuotaNeeded : false
    isDefaultValueChangedtrue
    oracle home in validateData is Oracle_SOA
    middleWare home in validateData is D:\installed\oracle\Middleware
    needWritableDirectory: false
    In processErrorMsgStringOracle Home Directory
    In [email protected]_OracleDirectoryInvalidErrorString
    Obtained the single page data..SpecifyInstallLocnWithMWSpecifactionPage
    External name..INVALID_ORACLE_DIRECTORY_MSG_STRING
    In processErrorMsgStringOracle Home
    Entering the exec handler method in get free space for home...
    quotaNeededProperty:null
    isQuotaNeeded : false
    In doFinish method checking for inventory lock...InstallProgressPage
    Next page is a progress page and the inventory lock is false
    Mode:init
    The user provided properties object doesnt have the entry for oracle.installer.startup_location. Checking if the value has been set in the System environment
    Notifying Begin:Starting installation
    Notifying Begin:Starting installation
    Source Loc:E:\software\dump\ofm_soa_generic_11.1.1.2.0_disk1_1of1\Disk1\install\win32\../../stage/products.xml
    Notifying Begin:Starting installation
    Please help me with your suggestions on how to troubleshoot this issue.
    Thanks..

    The log doesn't say much... Do you see any other error message?
    Have you run RCU and installed Weblogic before installing SOA Suite?
    Oracle SOA Suite Installation Roadmap
    http://docs.oracle.com/cd/E23943_01/doc.1111/e13925/overview.htm#BABDFJAB
    Cheers,
    Vlad

  • Installing SOA Suite 11gR1 + OSB 11gR1 on Solaris x64

    Experts,
    I'm having some trouble installing SOA Suite and OSB on Solaris x64.
    According to the last certification matrix
    [http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls]
    ALL products are supported on Solaris x64 (version 11.1.1.4+) , but when trying to execute the runInstaller I get the following error:
    $ ./runInstaller -jreLoc /usr/jdk/instances/jdk1.6.0/
    ./runInstaller: /soasoat/install/SOA/Disk1/install/solaris/runInstaller: cannot execute
    I searched in eDelivery but there aren't any SOA installers (for version 11.1.1.1) for Solaris on x64
    Is there any way to bypass this error?
    Thanks in advance.
    Leandro

    Hi Leandro
    1. SOA Installer has nothing to do with 32/64 bit. I mean there is NO specific 64 bit version of soa software. It is the underlying Weblogic Server that matters.
    2. Since you have 64 bit machine, very first thing, you should install a 64 Bit JDK (Sun or JRockit). And make sure to put this in path. When you run java -version, you should see this 64 bit jdk referred. Now comes Weblogic Server. You need to Download Weblogic Server Generic Installer (file ending with .jar). Then you install Weblogic server using command something like this:
    java -d64 -jar weblogic_generic_xxxx.jar (Try -d or -D). After installation, now you have Weblogic Server 64 Bit installed on top of 64 Bit JDK.
    3. Now run the SOA Installer and for the jre, you can refer the above jdk/jre location.
    Thanks
    Ravi Jegga

  • Can I Install SOA Suite 10.1.3.1 on Enterprise Linux 64 bit ?

    Hi everyone.
    I just downloaded and installed Oracle Enterprise Linux 5.1 for x86_64.
    I tried installing SOA suite 10.1.3.1 and failed the distro check. I then tried to do this with the ignoreSysPreReqs switch and got the following exception :
    /tmp/OraInstall2008-01-17_03-50-18PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    So is this instalation possible ?
    Thanassis

    With new products and point releases coming out so often (which is a good thing) from Oracle development, there would be no way that Development could forsee in advance every single package that might be needed to install the various Oracle technology stacks.
    But finding and installing whatever packages you need is pretty painless using Yum and Up2Date on Enterprise Linux.
    Take a look at the following and use in conjunction with the setup guide
    http://www.oracle.com/technology/tech/linux/htdocs/yum-repository-setup.html

  • Install SOA Suite

    Hi
    when i install Soa Suite in configuration bpel proceess manager (Item 3) this error show:
    08/10/22 00:54:05 Notification ==>Application Deployer for hw_services COMPLETES. Operation time: 3984 msecs
    Caught exception running the command via the script file C:\product\10.1.3.1\OracleAS_1\bpel\system\services\install\ant-tasks/bpel_deployapps.txt at line 15: BindWebApp error: BindWebApp failed: Exception thrown in operation bindWebApp
    Error compiling :C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\hw_services\taskqueryservice: Syntax error in source or compilation failed in: C:\product\10.1.3.1\OracleAS_1\j2ee\home\application-deployments\hw_services\taskqueryservice\oracle\bpel\services\workflow\query\soap\runtime\TaskQueryServiceSOAPBinding_Tie.java
    Please help me

    Vipin,
    Thanks for the reply. However, the environment variable ORACLE_HOME was not set. Remember I had looked through the registry to make sure it was clean. This included the environment variables that are defined therein.
    I did get around this problem by not using the default install path. I changed c:\product to a different directory name and it work. It is strange that it had a problem with the same path that the previous SOA preview was installed to. Since the directory was not there and I could not find anything in the registry. There must be a file in the %WINDOWS% directory that has information about other oracle installs. At least that is my guess. It is apparent that a deinstall does not remove everything :)

  • Installing SOA Suite

    Hi Every1,
    When installing SOA suite, it is throwing an error on the database connection page.
    Error: Database version should be 9.2.0.7 or higher in the Oracle 9i database release 2 series, 10.1.0.5 or higher in the Oracle Database 10gRelease 1 series, Oracle Database XE 10.2.0.2 or higher in the oracle database 10g release 2 series.
    The SOA suite which I have downloaded is 10gR3 and my database is at 11g.
    I believe DB 11g is supported for SOA 10gR3. Can any one please guide me ?
    Thanks.
    -Irfan

    Hi IrFan,
    It is supported.
    To install the soa suite you need a small patch (patchnr. 6265268 ) on the installation files.
    See metalink note 740417.1 for details.
    Greetings
    Jaap

  • Run Time exception while installing SOA Suite 11g

    Hi A,,.
    I am trying to install soa suite 11g.
    I ahve installed oracle universe xprress edistion database, weblogic server,rcu (repository) successfully and now I tried installing soa suite 11g. It passed all the pre requisits and when i click on install in gives an error:
    OUI-10152: A runtime exception occurred during the execution of the query.
    Do any one else encountered the issue or any suggestions on how to get this done.
    Thanks.

    Hi all,
    Issue solved by deleting the invalid oracle home paths from inventory.xml file, Thanks to Anuj.

Maybe you are looking for

  • How do I stop IN CLAUSE when query a hierarchy of object.

    I have a base class which is annotated with @Entity(name="UdmHierarchyObject") @Table(name="UDM_HIERARCHIES") @Inheritance(strategy = InheritanceType.SINGLE_TABLE) public class UdmHierarchyObject ... I have a single table hierarchy of objects which u

  • IOS8.1.1 - Delete photos from your iPhone.

    I want to delete photos from iPhone 5s iOS8 but I want to keep them in my iPhoto. Any suggestions?

  • Launching Splash Screen on the click of a button

    Situation: I have an application running, and when the user clicks a button on the main menu, a new dialog opens. Problem: This dialog takes awhile to load as it is retreiving information from the database etc ... hence I would like to launch a splas

  • Include an HTML file that needs parameters??

    I have a JSP that includes an HTML file template. Lets say I don't know all the contents of the HTML at the time. How do I add it? Simple Example: myHTML.html <HTML> <HEAD>   <TITLE>myVariablePassedFromJSP</TITLE> </HEAD> <BODY></BODY> <HTML>myJSP.js

  • Can i change the iPhone App icon on runtime?

    Hello All, I want to change my iPhone application icon on run-time, i want to change icon on some event. I've already tried many things. Like: 1) run time change info.plist file, NSString *finalPath = [path stringByAppendingPathComponent:@"Info.plist