SOA Suite: startup errors from tip/esb.configuration.util

I have the following setup on Windows XP Pro:
1. Oracle Database XE
2. SOA Suite 10.1.3.1.0 - Advanced Install
3. Upgrade to SOA Suite 10.1.3.4.0 MLR#7
4. SOADEMO - runs very well; I can place orders that require approval and see audit logs fine.
Upon startup though I'm lots of errors coming from tip like the following:
Component Name = tip
Component ID = tip
Module ID = esb.configuration
User ID = SYSTEM
Message Type = Error
Message Text = ConcreteSuffix: Not using Concrete Suffix
followed by errors like the following:
Component Name = tip
Component ID = tip
Module ID = esb.configuration.util
User ID = SYSTEM
Message Type = Error
Message Text = NameSpacePrefix:tnsportType:FedexShipment_ptt
(Note: My Soa Home is C:\bin\oracle\OraAppSrv_SOASuite\10.1.3\OracleAS_1 )
Any ideas on why the above error might be happening and how to eliminate it?
Thanks in advance,
Alex.

This seems to be an error in the loglevel for the a flag.
See Oracle bug 8889031:
Hdr: 8889031 11 SERVER 10.1.3.4.8 INFRA PRODID-1876 PORTID-23
Abstract: "CONCRETESUFFIX" ERROR
*** 09/09/09 05:24 am ***
environment
===========
SOA 10.1.3.4
MLR 8
symptoms
========
at location:    $ORACLE_HOME/j2ee/OC4J_SOA/application-deployments/esb-rt
there is file:  orion-application.xml
if customer sets line:
<property name="isConcreteSuffixRequired" value="true"/>
then following message appears:
<MESSAGE>
  <HEADER>
    <TSTZ_ORIGINATING>2009-09-09T10:15:50.930+00:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>tdm2s050</HOST_ID>
    <HOST_NWADDR>53.147.110.5</HOST_NWADDR>
    <MODULE_ID>esb.configuration</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>iDR04M1</USER_ID>
  </HEADER>
  <CORRELATION_DATA>
<EXEC_CONTEXT_ID><UNIQUE_ID>53.147.110.5:31346:1252491317505:0</UNIQUE_ID><SEQ
125</SEQ></EXEC_CONTEXT_ID>  </CORRELATION_DATA>
  <PAYLOAD>
    <MSG_TEXT>ConcreteSuffix: Using ConcreteSuffix...</MSG_TEXT>
  </PAYLOAD>
</MESSAGE>
<MESSAGE>
else if customer sets:
<property name="isConcreteSuffixRequired" value="false"/>  (or null)
then following message appears:
<MESSAGE>
  <HEADER>
    <TSTZ_ORIGINATING>2009-09-09T10:08:26.204+00:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>tdm2s050</HOST_ID>
    <HOST_NWADDR>53.147.110.5</HOST_NWADDR>
    <MODULE_ID>esb.configuration</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>iDR04M1</USER_ID>
  </HEADER>
  <CORRELATION_DATA>
<EXEC_CONTEXT_ID><UNIQUE_ID>53.147.110.5:77410:1252490867907:0</UNIQUE_ID><SEQ
125</SEQ></EXEC_CONTEXT_ID>  </CORRELATION_DATA>
  <PAYLOAD>
    <MSG_TEXT>ConcreteSuffix: Not using Concrete Suffix</MSG_TEXT>
  </PAYLOAD>
</MESSAGE>
These <MESSAGE> elements appear in file:
$ORACLE_HOME/j2ee/OC4J_SOA/log/OC4J_SOA_SOA_GROUP_1/oc4j/log.xml
And it is not reported any failed ESB instance or error message in the opmn
logs.

Similar Messages

  • SOA Suite 10.1.3.4: ESB folder missing from OHS

    I have the following setup on Windows XP Pro:
    1. Oracle Database XE
    2. SOA Suite 10.1.3.1.0 - Advanced Install
    3. Upgrade to SOA Suite 10.1.3.4.0 MLR#7
    4. SOADEMO - runs very well; I can place orders that require approval and see audit logs fine.
    Upon startup though I'm getting the following error:
    Component Name = OHS
    Component ID = OHS
    Message Level = 1
    Module ID = ohs
    Message Type = Error
    Message Text = *[error] [client 127.0.0.1] File does not exist: c:/bin/oracle/oraappsrv_soasuite/10.1.3/oracleas_1/apache/apache/htdocs/esb/ESBConsoleMain.html*
    (Note 1: My Soa Home is C:\bin\oracle\OraAppSrv_SOASuite\10.1.3\OracleAS_1 )
    (Note 2: Looking into the SOAHOME\Apache\Apache\htdocs directory, I can't locate the ESB folder; i.e. folder is totally missing!)
    Any ideas on why the above error might be happening and how to eliminate it?
    Thanks in advance,
    Alex.

    Yes it does. I believe it uses saxon library but don't quote me on that.

  • Solution for OPML error in SOA suite Startup (Win Vista x64 and older)

    h1. Hi Folks!
    When installing SOA suite on Vista 64 bit I encountered lots of problems. One of them was the following upon starting the SOA suite:
    At 33% in the progress bar, the starter gives an error, returning a question about OPMN.
    Caused by: oracle.ias.opmn.optic.OpticBadConnectException: Error connecting to OPMN (is it running?): Connection refused: connect
    Being a newbie in this field, I resisted to learn everything (Oracle as part of a course of Busines Process Integration Laboratories at the University) about the works behind the package. Unfortunately, OPMN drove me crazy for days!
    The main problem for OPMN is the unability for the system to handle certain issues.
    One of the issues: When in a testing environment that is unstable (i.e. a laptop) some issues occur:
    * sleep resume is not supported
    * hibernation resume is not supported
    * restart is not always working for all processes
    (tested this with XP32 & XP64 SP2; SP 3; Vista 32 and Vista 64)
    The main issue is with OPMN and the services that are started and controlled through it.
    A solution for our workgroup has been made:
    -create a reset.bat file
    -use the following code:
    +@echo off+
    ECHO Step 1 in the server reset is running: Shutdown OPMN processes
    D:\product\10.1.3.1\OracleAS_1\opmn\bin\opmnctl shutdown
    ECHO Please continue the reset sequence by pressing any key
    pause
    ECHO Step 2 in the server reset is running: Restarting OPMN processes
    D:\product\10.1.3.1\OracleAS_1\opmn\bin\opmnctl startall
    END
    The commands regarding ECHO and the pause break can be omitted, but for supervision it is better to see if all processes are started in working order.
    Please note the absolute paths, these are from my personal setup as they are the default from the manual. Adjust if necessary.
    As User Account Control (UAC) does interfere a lot with programs in Vista (32 & 64) and from SP3 also with XP, please assign administrator rights to the reset.bat file.
    This solution should take care of the "OPMN (is it running?)" issue, without rebooting or cold restarting the server.
    Edited by: user10221595 on Oct 6, 2008 9:18 AM

    -- self found answer

  • Eclipse+SOA Suite 10.1.3.1 Issues configuring Oracle AS in eclipse

    I have searched all the forums and google but could not find much information.
    I have installade soa_windows_x86_101310_disk1 and configured SOA Suite 10.1.3.1 whcih works perfectly fine with oracle JDeveloper. Since our developement platform is eclipse and not jDeveloper I am trying to see if I can configure eclipse to work with Oracle AS.
    1. Installed eclipse europa and installed WTP for eclipse.
    2. Created a j2ee project and trying to deploy on Oracle AS which I have created as part of SOA Suite ( Please see above).
    3. Trying to create a server instance from eclipse and deploy my application for testing with in eclipse.
    4. Issues:
    I have created the server instance with the following:
    New>server>define a new server
    server's host name:localhost
    Server runtime: <drive>:/product/10.1.3.1/oracleas/j2ee/home
    for Oracle OC4J Standalone 10.1.3.1
    user:oc4jadmin
    password: weclome ( tried welcome1 which I have been using for OC4J thru JDeveloper)
    ADMIN port =23791 ( default), tried 6003 ( OPMN port which I was using with OC4J thru JDEV), tried RMI port value 12401
    HTTP Port:8888
    web site: default-web-site
    I could create the server instance and start it. Not sure if it is really starting and running.
    When I try to deploy my application I am getting the following error:
    Buildfile: C:\Dev-Apps\eclipse\plugins\org.eclipse.jst.server.generic.oc4j_1.5.105.v200709061325\buildfiles\oracle.10.1.3.xml
    check.skip.ear.deploy:
    deploy.j2ee.ear:
    package.module.ear:
    [jar] Building jar: D:\product\10.1.3.1\oracleas\j2ee\home\applications\myjavautilities.ear
    [oracle:deploy] Unable to get a deployment manager.
    [oracle:deploy]
    [oracle:deploy] 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.
    [oracle:deploy]
    [oracle:deploy] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
    BUILD FAILED
    C:\Dev-Apps\eclipse\plugins\org.eclipse.jst.server.generic.oc4j_1.5.105.v200709061325\buildfiles\oracle.10.1.3.xml:97:
    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.
    Total time: 4 seconds
    when I try to stop the instance I am encountering the following problems
    Error: Could not connect to the remote server. Please check if the server is down or the client is using invalid host, ORMI port or password to connect: Connection refused: connect
    Before I give up and proceed with my time tested tomcat server, I would like to check with the folks on this forum to see if they can help.
    Thanks in advance

    Chandra,
    I am having the same problem with the same versions. I don't think I can move to a different AS to solve the problem.
    I've searched a number of other threads in and out of Oracle for solutions. There seem to be a lot of different solutions for similar problems, but nothing that really solves this one.
    If I find a solution, I'll post back here. I hope you will do the same or if some kind soul has solved it, she/he will post it.
    Curtis

  • SOA Suite 11.1.1.5.0 - Configuration failing

    Hi Guys,
    This is something weird but not sure as how can this be possible.
    I have installed RCU 11.1.1.5 (Patch 12395110) and now SOA suite configuration is failing with the no records error for the table - SCHEMA_VERSION_REGISTRY.
    There is an entry for SOA Infra for the version - 11.1.1.5 but I am not sure why configuration is looking for the entry for the version 11.1.1.2.
    Please advice.
    Cheers,
    KK

    Guys, any idea on this OR anyone faced the same issue?

  • SOA  Suite Start Error??

    hi all,
    i m getting the following error while starting the soa suite .
    "oracle.ias.opmn.optic.OpticControlException: Error from opmn during process control operation
         at oracle.ias.opmn.optic.AbstractOpmnEntity.runCommand(AbstractOpmnEntity.java:174)
         at oracle.ias.opmn.optic.AbstractOpmnEntity.start(AbstractOpmnEntity.java:110)
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:89)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.control.GroupController.doStart(GroupController.java:47)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.start(ControllerAdapter.java:30)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:94)"
    pls help me to solve this error,
    regards,
    karthik

    You should look into the log files of the standard-out/err. It should give you more hints on this error.
    Marc

  • Oracle SOA Suite Install Error on Vista 64 bit

    Hi All,
    I am trying to install SOA Suite 10.1.3.1.0 on Vista 64 bit windows. I downloaded Correct version from the Oracle Site. when I click on Setup exe it is throwing following error?
    "The Version of this is file is not compatible with the version of windows you're running. Check your computer system information to see whether you need x86(32bit) or (64bit) version o of the program " I saw couple of threads need to change the scripts to install.
    Please let me know which script file I need to change?
    Thanks in Advance,
    -Venkat

    Hi,
    Iam also facing the same problem, how did you resolve it?
    Pl let me know if you have a solution for this
    Thanks
    R.G

  • SOA suite installation error

    I have installed Weblogic version 10.3.6.0 successfully. When trying to install SOA suite, it fails with the message "INST-07286: Specified Oracle Middleware home location does not have minimum version 10.3.5.0 of weblogic server. If the version is incorrect then configuring with the Weblogic server will fail." Not sure why this error comes even though weblogic is installed. Please suggest what could be missing.

    Maya,
    When you are running the installation, try to add the flag '-novalidation'.
    Please let me know if it worked.
    Arik

  • Unable to access SOA suite start page from remote browser.

    I have Oracle SOA Suite 10.1.3 and Oracle 10g AS 10.1.2 installed on a Windows 2000 machine.
    I am able to access the default start page of the 10.1.2 AS from the local and remote machine using the following URLs
    Http:\\hostname:7777\
    Http:\\hostname:80\
    Also, I am unable to access the SOA Suite 10.1.3 start page, bpel console etc - from the host machine using Http:\\hostname:8888\
    However from a remote machine browser I am not able to connect to the start page of SOA suite only. Http:\\hostname:8888\.
    Is there some settings which allow only local host access to the SOA suite pages?.
    All the hosts are on the same intranet, there is no firewall. Also i have Msft loopback adapter installed on the server host machine.
    Appreciate all suggestions.
    Thanks

    I suppose you're using DHCP and hope you have followed the steps in the Installation Guide. With DHCP it is always a bit tricky to access the server. You should check your /WINNT/system32/drivers/etc/hosts file. If the hostname you're using during install is not in it then adding it will help.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Can I force the iPad background image from the iphone configuration utility?

    I am using the iPhone Configuration Utility to roll out a dozen iPads.  Can I use the utility to force the background image to a certain image?
    Thanks!

    https://www.google.com/url?sa=t&source=web&cd=1&ved=0CE4QFjAA&url=http%3A%2F%2Fi tunes.apple.com%2Fus%2Fapp%2Fapple-configurator%2Fid434433123%3Fmt%3D12&ei=aF3sT 6S5GcK82wXimvyzAQ&usg=AFQjCNHfh80e1bZIj4401RDXy5kH3RDSuA
    Configurator
    Ipcu Is ghetto for config production.

  • SOA Suite deployment error.

    Hi,
    I am trying to deploy a simple SOA composite on a SOA server from within JDeveloper and I receive the following error message.
    [10:56:18 AM] ---- Deployment started. ----
    [10:56:18 AM] Target platform is (Weblogic 10.3).
    [10:56:18 AM] Running dependency analysis...
    [10:56:18 AM] Building...
    [10:56:25 AM] Deploying profile...
    [10:56:25 AM] Updating revision id for the SOA Project 'SOA_prj.jpr' to '1.0'..
    [10:56:25 AM] Wrote Archive Module to C:\JDeveloper\mywork\SOA_App\SOA_prj\deploy\sca_SOA_prj_rev1.0.jar
    [10:56:25 AM] Deploying sca_SOA_prj_rev1.0.jar to partition "default" on server AdminServer [http://gopa-pc:7001]
    [10:56:25 AM] Processing sar=/C:/JDeveloper/mywork/SOA_App/SOA_prj/deploy/sca_SOA_prj_rev1.0.jar
    [10:56:25 AM] Adding sar file - C:\JDeveloper\mywork\SOA_App\SOA_prj\deploy\sca_SOA_prj_rev1.0.jar
    [10:56:25 AM] Preparing to send HTTP request for deployment
    [10:56:25 AM] Creating HTTP connection to host:gopa-pc, port:7001
    [10:56:25 AM] Sending internal deployment descriptor
    [10:56:26 AM] Sending archive - sca_SOA_prj_rev1.0.jar
    [10:56:26 AM] Received HTTP response from the server, response code=500
    [10:56:26 AM] Error deploying archive sca_SOA_prj_rev1.0.jar to partition "default" on server AdminServer [http://gopa-pc:7001]
    [10:56:26 AM] HTTP error code returned [500]
    [10:56:26 AM] Error message from server:
    There was an error deploying the composite on AdminServer: Update Failed: Unable to find a WSDL that has a definition for service {http://xmlns.oracle.com/SOA_App/SOA_prj/BPELProcess}bpelprocess_client_ep and port BPELProcess_pt. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server..
    [10:56:26 AM] Check server log for more details.
    [10:56:26 AM] Error deploying archive sca_SOA_prj_rev1.0.jar to partition "default" on server AdminServer [http://gopa-pc:7001]
    [10:56:27 AM] #### Deployment incomplete. ####
    [10:56:27 AM] Error deploying archive file:/C:/JDeveloper/mywork/SOA_App/SOA_prj/deploy/sca_SOA_prj_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    Please help.
    Regards,
    Gopal
    Edited by: user13341091 on Aug 22, 2011 10:03 AM

    Looks like we need to add the external "web services" on a composite.xml - "composite" editor, this is will create a partner link for "Bpel" process.
    Earlier I had created a "partner link" for web service on "Bpel editor", this had caused the problem.

  • Web Services Manager Control, SOA Suite, Retrieving Roles from OID

    I am a bit confused about mapping of groups and privileges when it comes to the LDAP (in my case oracle internet directory, OID) and groups defined by Web Services Manager Control.
    I am using Web Services Manager Control->Manage Policies to define a gateway (or agent) for my web services. Through      
    Policy Management > Manage Policies > Policies > Policy
    I have also defined some pipeline steps which require authorization by an LDAP provider.(OID)
    I need two things:
    - First I have such roles and groups here in Web Services Manager:
    Administration > Groups / Roles
    Group Name      Role Name      
    su1-grp      Super User      
    da1-grp      Domain Administrator      
    ca1-grp      Component Administrator      
    ca2-grp      Component Administrator      
    which could be set for view and modification of web services. What is the relation between these groups and user groups in Oracle Internet Directory which I authorize against?
    - Second, my web services are invoked from pages which access to them involves authentication and authorization against OID. I need the username/password to be propagated to the webservice automatically. If the web service is presented as a button on such pages, for example, I don't want the user to be forced to enter username/passwords for each call to the services/
    I appreciate any comments or reference to books and documents.
    Thank you in advance.
    Best Regards,
    Farbod

    Hi Farbod
    Your problem is not new and i have posted in couple of other threads before.
    Roles in OID are for you to authorize the web service message itself. In your case when the user logins to your web application and calls the web service, you have to do two things:
    a) Extract Credentials
    b) AUthenticate against LDAP
    c) Perform authorization against LDAP
    Now the trick part is, you have to have the same username and password. You have to capture and store in session( ugly ugly..from security point of view) and then when you call the web service, you then invoke with the username and password.
    There are other better options available but might require additonal work or infrastructure.
    If your web application is protected by Oracle Access Manager or siteminder, you can pass those cookies.
    Next option is using SAML. You can generate SAML token on behalf of the user, and attach the SAML token to the web service messsage. In OWSM you then configure to validate SAML token and then you have to write custom step to extract the user name and perform any authorization.
    Since anyway you have to write custom step, third option is you can send encrypted cookie ( You web application can create a login session cookie -encrypted after the user signed in ). In OWSM you can write custom step to decrypt the cookie and then perform any validation.
    You have the easiest option of sending the same username and password with a security risk, or a custom development approach.
    Thanks
    Ram

  • Creative suite download error from india (student teacher edition)

    I recently purchased Adobe Creative Suite and keep getting an error when downloading.
    I have tried phone support, chat support, and posting support, but am still unable to download my purchase~
    Help!
    T

    I have purchased the "download" version of Creative Suite Master Collection Student Teacher Edition. I have paid for it and sent in my Teacher/Student documents. They were approved. Now I navigate to a page that has buttons for downloading it - its about a 7gb download. My IT guy tried downloading it last night but the download did not complete. He tried a second time and the download came to 100% but again the file did not work. I have contacted him to provide more details for you. T
    I just spoke with my IT guy he says "unable to complete" downloading
    Is this the information that you need?

  • Error Starting up SOA Suite

    I receive the following error when trying to start up managed web logic. I am signed in as root. I did the install of the soa suite as a different user but configured it as root after the install was completed.
    Thanks
    Start command
    [root@localhost bin]# ./startManagedWebLogic.sh AdminServer http://localhost:7020
    This was in my AdminServer-diagnostic.log
    [2011-03-30T14:07:23.803-04:00] [AdminServer] [ERROR] [] [oracle.bpm.services.organization] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1483387e] [userId: <anonymous>] [ecid: 11d1def534ea1be0:-1e9b9ccb:12f07f146c8:-8000-0000000000000002,0] [APP: soa-infra] Exception[[
    exception.70692.type: error
    exception.70692.severity: 2
    exception.70692.name: Error while granting BPMOrganizationAdmin role to SOAOperator.
    exception.70692.description: Error occured while granting the application role BPMOrganizationAdmin to application role SOAOperator.
    exception.70692.fix: In the policy store, please add SOAOperator role as a member of BPMOrganizationAdmin role, if it is not already present.
    ORABPEL-10585
    Service error.
    Internal Error; Service error occurs in JpsProvider in method getIdentityStore().
    Refer to the log file that is configured for oracle.soa.services.identity for more details on this error and contact Oracle Support Services
         at oracle.tip.pc.services.identity.jps.JpsProvider.getIdentityStore(JpsProvider.java:362)
         at oracle.tip.pc.services.identity.jps.JpsProvider.init(JpsProvider.java:335)
         at oracle.tip.pc.services.identity.jps.JpsProvider.<init>(JpsProvider.java:299)
         at oracle.tip.pc.services.identity.jps.JpsProvider.getInstance(JpsProvider.java:311)
         at oracle.bpm.bpmn.engine.runtime.DeploymentDescriptorUtil.grantBPMOrganizationAdminRoleToSOAOperator(DeploymentDescriptorUtil.java:292)
         at oracle.bpm.bpmn.engine.service.BPMNServiceEngine.stateChanged(BPMNServiceEngine.java:578)
         at oracle.integration.platform.blocks.mesh.FabricLifecycle.notifyListeners(FabricLifecycle.java:46)
         at oracle.integration.platform.blocks.mesh.FabricLifecycle.setState(FabricLifecycle.java:30)
         at oracle.integration.platform.blocks.mesh.MeshImpl.postDeployInit(MeshImpl.java:119)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy296.postDeployInit(Unknown Source)
         at oracle.integration.platform.kernel.FabricKernelInitializerServlet$1.run(FabricKernelInitializerServlet.java:555)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused by: oracle.security.jps.service.idstore.IdentityStoreException: JPS-01520: Cannot initialize identity store.
         at oracle.security.jps.internal.idstore.util.IdentityStoreUtil.getIdentityStoreFactory(IdentityStoreUtil.java:168)
         at oracle.security.jps.internal.idstore.AbstractIdmIdentityStore.getIdmFactory(AbstractIdmIdentityStore.java:174)
         at oracle.security.jps.internal.idstore.AbstractIdmIdentityStore.initStore(AbstractIdmIdentityStore.java:124)
         at oracle.security.jps.internal.idstore.AbstractIdmIdentityStore.getIdmStore(AbstractIdmIdentityStore.java:110)
         at oracle.tip.pc.services.identity.jps.JpsProvider.getIdentityStore(JpsProvider.java:360)
         at oracle.tip.pc.services.identity.jps.JpsProvider.init(JpsProvider.java:335)
         at oracle.tip.pc.services.identity.jps.JpsProvider.<init>(JpsProvider.java:300)
         ... 21 more

    I reinstalled the following on a fresh Linux 5 VM
    Oracle XE - as root as specified in the documentation
    RCU - as non-root user
    WLS - as non-root user (Install complete and verified via console http://localhost:7001/console/)
    SOA-Sute installed and configured as non-root user
    I receive a 404 when trying to get to http://localhost:7001/console/ after running ./startManagedWebLogic.sh AdminServer http://localhost:7020
    I see this in my domain AdminServer.log and I am still seeing the ORABPEL-10585 as shown in the earlier post
    javax.naming.NameNotFoundException: While trying to look up comp/env/jmx/domainRuntime in /app/webapp/dms.war/345498465.; remaining name 'comp/env/jmx/domainRuntime'
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.ApplicationNamingNode.lookup(ApplicationNamingNode.java:144)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:411)
         at weblogic.jndi.factories.java.ReadOnlyContextWrapper.lookup(ReadOnlyContextWrapper.java:45)
         at weblogic.jndi.internal.AbstractURLContext.lookup(AbstractURLContext.java:130)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at oracle.dms.app.BaseInitializer._findWebLogicRuntimeMBeanServer(BaseInitializer.java:598)
         at oracle.dms.app.BaseInitializer.getInitializer(BaseInitializer.java:225)
         at oracle.dms.app.DmsSpy.init(DmsSpy.java:210)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:43)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)

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

Maybe you are looking for