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>

Similar Messages

  • 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.

  • 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........

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • 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...

  • Script error when installing creative suite 4

    I've been trying to work this one out for days.
    I uninstalled the creative suite to see if it would help download dreamweaver(I've since given up on dreamweaver for the time being). So when I tried to re-install creative suite an error message popped up right after the components page when I click next.
    Internet Explorer Script Error
    An error has occured in the script on this page
    Line: 1879
    Char: 2
    Error: 'id' is null or not an object
    Code: 0
    URL: file:///C:/program%20files/common%20files/adobe/installers/1e3ba55b33b1e8227645fbac82acca 3/resources/common/scripts/utils.js
    Do you want to continue running scripts on this page?
    Yes/No
    It makes no difference whether I click yes or no. On the next page it freezes at 'preparing to install'. This has happened everytime.
    Urgent help needed!

    Hi dear Experts,
    I URGENTLY need your HELP!
    I got the same script error message and don't know how to solve it ....after 3 days of searching and trying.
    Due to a system crash I reinstalled the same Win7x64 Ultimate (=> clean image, incl. SP1 and all updates, drivers etc) on the completely same computer hardware. But still the same package CS4 Design Premium refuses to get reinstalled again.
    BUT, I can not install CS4 Design Premium (Western Version), even though I have the original CD’s. It shows after checking the system profile and let me enter the license code and choose the software component to be installed, suddenly a window pops up saying exactly the message of above. I also tried to install as test version....
             An error has occured in the script on this page
             Line: 1879
              Do I want to continue run this script? (yes/no)
    Either way, the system starts with the next screen, but stops working at all. Nothing happens.
    So I downloaded the files from
    http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html
    and tried the same with the download. After unpacking to a temp file and starting “SETUP.EXE” the system does a system profile check for about 75% and then stops …simply does not do anything anymore.….for ages. Ok, another trial brought me further but only to the script error.
    Note: any other Software including Adobe software, like: Lightroom 3, PS Elements 9, Acrobat Reader …. etc do not have any problems with installation.
    What did I do to help myself:
    - I tried again recopy the clean Win7x64 boot image and tried again... same result
    - used the cleaner tools http://www.adobe.com/support/contact/cs4clean.html , but actually it does not offer the cleaning tool for CS4 but for CS6, but still I managed it successfully, no impact on the installation process of CS4
    - I deinstalled any other adobe products, including Flash player, shockwave player , air, Reader, ...what ever Adobe was the product I deinstalled .... no impact
    - I tried to install the package in Windows protected mode => does not even start the installation.
    - I tried a new user (administrator rights) and .... same ****
    Does anyone has an idea how to solve this problem?
    ... and no, to buy an upgrade is not an option for me.... then I take the hard way and change to CorelDraw Graphics Suite. I paid my full license and the CS4 is doing what I need. It is already very hard to swallow that CS4 is not support the very young CS4 (and I don't mean improvement, just to keep investment alive) ... So no option!
    Hardware:
    ASUS mainboard, Intel Pentium D90, RAM 8GB, Sapphire HD6950 Radeo AMD Graphic Card, ...but nothing has change since previous working installation.
    I appreciate any help and thank you in advance for looking into this.
    Best regards
    Georg

  • Error while installing SOA suite on solaris server

    Hi Experts,
    I am trying to install SOA on solaris box:
    SOA: 11.1.1.3.0, i am getting the below error while intalling:
    *./runInstaller -jreLoc /users/oim/jrockit/jre*
    Starting Oracle Universal Installer...+
    Checking if CPU speed is above 300 MHz.    Actual 1164 MHz    Passed+
    Checking Temp space: must be greater than 150 MB.   Actual 426 MB    Passed+
    Checking swap space: must be greater than 512 MB.   Actual 8192 MB    Passed+
    Checking monitor: must be configured to display at least 256 colors+
    *>>> Could not execute auto check for display colors using command /usr/openwin/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/OraInstall2012-09-03_09-41-13PM. Please wait ...iamoimdev-z1> Exception in thread "Main Thread" java.lang.InternalError: Can't connect to X11 window server using '10.68.74.83:0.0' as the value of the DISPLAY variable.+
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)+
    at sun.awt.X11GraphicsEnvironment.access$100(X11GraphicsEnvironment.java:52)+
    at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:155)+
    at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:131)+
    at java.lang.Class.forName0(Native Method)+
    at java.lang.Class.forName(Class.java:169)+
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:68)+
    at sun.awt.X11.XToolkit.<clinit>(XToolkit.java:89)+
    at java.lang.Class.forName0(Native Method)+
    at java.lang.Class.forName(Class.java:169)+
    at java.awt.Toolkit$2.run(Toolkit.java:834)+
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:826)+
    at com.jgoodies.looks.LookUtils.isLowResolution(Unknown Source)+
    at com.jgoodies.looks.LookUtils.<clinit>(Unknown Source)+
    at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:122)+
    at oracle.as.install.engine.modules.presentation.ui.common.dialogs.SpecifyInventoryDirectoryDialog.showDialog(SpecifyInventoryDirectoryDialog.java:702)+
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:555)+

    Ketan, I am logging into the system as restricted user, and then switching to admin use using
    psh su - admin command and providing password
    can i check who is the root user? IS there a method to check this out? thanks in advance.
    Edited by: 955130 on Sep 4, 2012 4:05 AM

  • Error while installing SOA suite

    Hi,
    These are the sequence of steps I did on my windows machine
    1. Installed Oracle XE 10.2.0.1.0 database
    2. Ran rcu 11.1.1.2 to create schemas required
    3. Installed WLS 10.3.1.0
    4. Installed Loop back adapter as I am using DHCP host.
    5. Installed SOA 11.1.1.2
    6. While installing JDEV 11.1.1.2 I am getting following error and not able to proceed..
    The product maintenance level of the current installer (weblogic10.3.2) is not compatibale with the maintenance level of the product installed on your system (Weblogic 10.3.1) please obtain a compatible installer or perform maintenance on your current system to achieve the desired result.
    Please let me know how to proceed?
    Thanks!!
    Edited by: user644377 on Jan 22, 2010 4:31 AM

    I want to use WLS 10.3.1 only, can i just uninstall SOA 11.1.1.2 and install SOA 11.1.1.1??
    Looks like I have to drop the repositories created by RCU 11.1.1.2 and re-create using RCU 11.1.1.1 to use SOA 11.1.1.1 ????
    Please let me know the optimal steps to do now (what to un-install and install) to get the SOA 11.1.1.1 environment.
    And I didnot see RCU/SOA/JDEV 11.1.1.1 software in OTN. So I used 11.1.1.2.
    Please provide me the link for 11.1.1.1 software.
    Thanks!!!

  • Error when installing Developer Suite

    Hello,
    In the 'Configuration Assistants' step, i got the following error when configurint "Oracle Net Configuration Assistant", so, the status is Failed.
    Output generated from configuration assistant "Oracle Net Configuration Assistant" (attempt 2):
    UnsatisfiedLinkError exception loading native library: oranjni10
    java.lang.UnsatisfiedLinkError: jniGetOracleHome
         at oracle.net.common.NetGetEnv.jniGetOracleHome(Native Method)
         at oracle.net.common.NetGetEnv.getOracleHome(Unknown Source)
         at oracle.net.common.NetProperties.<init>(Unknown Source)
         at oracle.net.common.NetProperties.getInstance(Unknown Source)
         at oracle.net.ca.CmdlineArgs.<init>(Unknown Source)
         at oracle.net.ca.InitialSetup.<init>(Unknown Source)
         at oracle.net.ca.NetCA.main(Unknown Source)
    Exception in thread "main"
    Configuration assistant "Oracle Net Configuration Assistant" failed
    Why i got this?
    I have already oracle database installed (10g)
    Thanks

    Go Net8Assistant. Follow the tree Net8Config -&gt;Local -&gt; Service Naming. In this node you will find all instances set (SIDs) and by clicking on them you will see in the right hand part of the screen if they were set or not in tnsnames.ora.
    Another way: Usually the database service name is OracleServiceSID. Go Control Panel -&gt; Administrative Tools -&gt; Services and check out the Oracle Service name. Take the SID from there to tnsnames.ora.
    You should have write down the name you was asked for while you were installing Oracle (or the default name that the installer put for you).
    Hope this will help you
    Alexandra

  • 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

  • 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>

  • 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.

  • Error when installing patch 5983191 during SOA install

    Installing SOA Suite 10.1.3.1 with 11g database (11.1.0.6)
    Following instructions in note 465159.1 (Known Issues #2) during SOA install.
    OPatch fails with:
    MISSING_COMPONENT : oracle.j2ee, 10.1.3.1.0
    This Oracle Home does not have components/versions required by the patch.
    'opatch lsinventory -detail' reports OracleAS J2EE version as 10.1.3.0.0
    Please advise.
    Edited by: Alan3 on Dec 8, 2008 3:33 PM
    BTW, this is on Oracle Enterprise Linux R5...

    I gave this a shot not really expecting it to work.
    I used OPatch version 1.0.0.0.60 and still get the same error.
    I didn't expect it to work because in patch 5983191 the actions file (etc/config/actions) has the j2ee version requirement specified as 10.1.3.1.0.
    Here's the contents:
    <oneoff_actions>
    <oracle.j2ee version="10.1.3.1.0" opt_req="R">
    <copy name="wsil-install.xml" path="%ORACLE_HOME%/webservices/lib" file_name="webservices/lib/wsil-install.xml"/>
    </oracle.j2ee>
    </oneoff_actions>
    The SOA install includes j2ee version 10.1.3.0.0 NOT 10.1.3.1.0.
    Patch 5983191 is incompatible with this SOA install.
    What next?
    Is there a j2ee upgrade patch that I can install BEFORE installing 5983191? If so, it's not in the documentation...

  • 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.

  • OS Package Error while installing SOA 11.1.1.5.0 on Oracle Linux

    Hi,
    I am trying to install SOA Suite 11.1.1.5.0 on Linux Environment.
    While doing the prerequisite checks, I am getting some errors wrt operating system packages and kernel parameters.
    The queries I have is:
    1) If these packages are not installed, will it have some adverse effect on my installation?
    2) Also, how from where can I download these packages and how do I install them?
    OS Version is: Oracle Linux 5 Update 7
    The log for the prerequisite checks is pasted below:
    Root
    Checking operating system certification
    Expected result: One of enterprise-5.4,enterprise-4,enterprise-5,redhat-5.4,redhat-4,redhat-5,SuSE-10,SuSE-11
    Actual Result: enterprise-5.4
    Check complete. The overall result of this check is: Passed
    Checking recommended operating system packages
    Checking for gcc-4.1.0-28.4; found gcc-4.1.2-51.el5-i386.           Passed
    Checking for gcc-c++-4.1.0-28.4; found gcc-c++-4.1.2-51.el5-i386.           Passed
    Checking for setarch-1.6-1; found setarch-2.0-1.1-i386.   Passed
    Checking for sysstat-5.0.5-1; Not found.  Failed <<<<
    Checking for libstdc++-4.1.0-28.4; found libstdc++-4.1.2-51.el5-i386.        Passed
    Checking for libstdc++-devel-4.1.0-28.4; found libstdc++-devel-4.1.2-51.el5-i386.  Passed
    Checking for compat-libstdc++-296-2.96-132.7.2; found compat-libstdc++-296-2.96-138-i386.         Passed
    Checking for compat-db-4.1.25-9; Not found.      Failed <<<<
    Checking for control-center-2.8.0-12; found control-center-1:2.16.0-16.el5-i386.  Passed
    Checking for glibc-common-2.3.4-2.9; found glibc-common-2.5-65-i386.   Passed
    Checking for binutils-2.16.91.0.5-23.4; found binutils-2.17.50.0.6-14.el5-i386.      Passed
    Checking for make-3.80-202.2; found make-1:3.81-3.el5-i386.    Passed
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Some recommended packages are missing (see above).
    Recommendation: You may actually have installed packages which have obsoleted these, in which case you can successfully continue with the install. If you have not, it is recommended that you do not continue. Refer to the product release notes to find out how to get the missing packages and update the system.
    Checking kernel parameters
    Checking for VERSION=2.6.18; found VERSION=2.6.18-274.el5xen.           Passed
    Checking for hardnofiles=4096; hardnofiles=1024.            Failed <<<<
    Checking for softnofiles=4096; softnofiles=1024.  Failed <<<<
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The kernel parameters do not meet the minimum requirements (see above).
    Recommendation: Perform operating system specific instructions to update the kernel parameters.
    Checking Recommended glibc version
    Expected result: ATLEAST=2.5-12
    Actual Result: 2.5-65
    Check complete. The overall result of this check is: Passed
    Checking physical memory
    Expected result: 1024MB
    Actual Result: 3336MB
    Check complete. The overall result of this check is: Passed
    Any help will be appreciated.
    Cheers,
    Varun

    Hi Avi,
    Thanks for your reply.
    I was able to install the packages, not eactly the same way as u told but I downloaded them from http://public-yum.oracle.com/ and installed them manually. Was also able to change parameters.
    And Bingo, there was no pre-requisite failures while installing SOA.
    One of the probs that I'm facing now is that when I try to access the WLS Console of SOA after creating domain, I'm able to open it on the local machine using IP and localhost. But it doesn't work the same way when I use hostname. It gives an error saying No Route to the Host. Also I'm not able to access WLS Console from any other machine using IP address of the machine.
    Any inputs that can be of any help.
    Cheers,
    Varun

Maybe you are looking for

  • ITunes won't start up, no error message, appears in task manager

    Hi, I have been running this system since quite a while and haven't had problems with iTunes for a while. I updated to the recent version not to long ago and it worked then once or twice, I even bought a game for the iPod (Tetris)... Now iTunes doesn

  • I lost my iTunes library on a crashed external hard drive.  How can I import music from my iPod that was not originally purchased on iTunes?

    The 500 gig hard drive on my 2008 iMac was so full it was running very slowly, so I transferred the iTunes library to an old external Maxtor 1T drive.  A few months later the Maxtor crashed, and the library went with it.  My 3rd G. iPod Touch still h

  • What's wrong of my rule about DWS?

    Hi, I write a rule, but it's always give me error message: Z006         VARSTFIRST           N           Y             VARSTDAYPG Daily work schedule                 COLOP*                   Q                 HRS=SNTB                   HRS-PBEG      

  • System Error when launching any CC app?

    I've had CC for almost a year, now. Everything has been working quite nicely. The other day I got notification that there were 3 updates, which I gleefully installed. Now, whenever I try to launch any of my CC apps (Illustrator, Photoshop, Dreamweave

  • Why can't we use the new feature..SIRI?  (on iphone 4)?

    Hello i'm Marcelo and i'm writing from Chile , i want to know that simple question. Because i updated my iphone 4 to the new ios5 , and i saw that feature wasn't included .. I think by my experiencie , i don't need a dual core CPU and a 7 times faste