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?

Similar Messages

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

  • SOA Suite 10.1.3.1 - email nofitication fails

    I am using the SOA Suite preview version (10.1.3.1). I have a BPEL process with an email notification. This is failing with the following errors. Any ideas ?
    Exception not handled by the Collaxa Cube system.
    An unhandled exception has been thrown in the Collaxa Cube system. The exception reported is: "ORABPEL-31002
    Error while sending notification.
    Error while sending notification.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
         at oracle.bpel.services.notification.queue.sender.Publisher.send(Publisher.java:344)
         at oracle.bpel.services.notification.queue.sender.Publisher.send(Publisher.java:114)
         at oracle.bpel.services.notification.ejb.impl.NotificationBean.sendEmailNotification(NotificationBean.java:329)
         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:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:396)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at NotificationServiceBean_LocalProxy_68d4144.sendEmailNotification(Unknown Source)
         at oracle.tip.pc.services.notification.NotificationService.sendEmailNotification(NotificationService.java:350)
         at oracle.tip.pc.services.notification.NotificationService.sendEmailNotification(NotificationService.java:331)
         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:585)
         at com.collaxa.cube.ws.wsif.providers.java.WSIFOperation_Java.executeRequestResponseOperation(WSIFOperation_Java.java:1019)
         at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:431)
         at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:353)
         at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:192)
         at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:733)
         at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:368)
         at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:197)
         at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3266)
         at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1696)
         at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:184)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:269)
         at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5239)
         at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:1082)
         at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:527)
         at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDeliveryBean.java:332)
         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:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:396)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at CubeDeliveryBean_LocalProxy_4bin6i8.handleInvoke(Unknown Source)
         at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(InvokeInstanceMessageHandler.java:37)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:138)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at oracle.j2ee.connector.messageinflow.MessageEndpointImpl.OC4J_invokeMethod(MessageEndpointImpl.java:297)
         at WorkerBean_EndPointProxy_4bin6i8.onMessage(Unknown Source)
         at oracle.j2ee.ra.jms.generic.WorkConsumer.run(WorkConsumer.java:266)
         at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
         at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
         at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:814)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: ORABPEL-31003
    Unable to initialize the queue connection factory for queye {0}.
    Unable to initialize the queue connection factory for queye java:comp/env/jms/Queue/NotificationSenderQueueConnectionFactory.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
         at oracle.bpel.services.notification.queue.QueueConnectionPool.createConnections(QueueConnectionPool.java:226)
         at oracle.bpel.services.notification.queue.QueueConnectionPool.getConnection(QueueConnectionPool.java:144)
         at oracle.bpel.services.notification.queue.sender.Publisher.send(Publisher.java:227)
         ... 88 more
    Caused by: javax.jms.JMSException: Unable to create a connection to "eoumerre-fr1/141.144.137.1:12,601" as user "null".
         at com.evermind.server.jms.JMSUtils.make(JMSUtils.java:1072)
         at com.evermind.server.jms.JMSUtils.toJMSException(JMSUtils.java:1152)
         at com.evermind.server.jms.EvermindConnection.<init>(EvermindConnection.java:130)
         at com.evermind.server.jms.EvermindQueueConnection.<init>(EvermindQueueConnection.java:70)
         at com.evermind.server.jms.EvermindQueueConnectionFactory.unprivileged_createQueueConnection(EvermindQueueConnectionFactory.java:101)
         at com.evermind.server.jms.EvermindQueueConnectionFactory.access$000(EvermindQueueConnectionFactory.java:44)
         at com.evermind.server.jms.EvermindQueueConnectionFactory$1.execute(EvermindQueueConnectionFactory.java:81)
         at com.evermind.server.jms.InContainerProxy.doSecureOp(InContainerProxy.java:157)
         at com.evermind.server.jms.EvermindQueueConnectionFactory.createQueueConnection(EvermindQueueConnectionFactory.java:78)
         at com.evermind.server.jms.EvermindQueueConnectionFactory.createQueueConnection(EvermindQueueConnectionFactory.java:69)
         at oracle.bpel.services.notification.queue.QueueConnectionPool.createConnections(QueueConnectionPool.java:221)
         ... 90 more
    Caused by: java.lang.NullPointerException
         at com.evermind.server.jms.TCPJMSRemoteServer.initializeConnection(TCPJMSRemoteServer.java:152)
         at com.evermind.server.jms.TCPJMSRemoteServer.initializeConnection(TCPJMSRemoteServer.java:110)
         at com.evermind.server.jms.TCPJMSRemoteServer.<init>(TCPJMSRemoteServer.java:68)
         at com.evermind.server.jms.EvermindConnection.<init>(EvermindConnection.java:122)
         ... 98 more
    Exception: ORABPEL-31002
    Error while sending notification.
    Error while sending notification.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    Handled As: oracle.tip.pc.services.notification.NotificationServiceException
    </faultInfo

    This part of exception is interesting:
    Unable to initialize the queue connection factory for queye {0}.
    Unable to initialize the queue connection factory for queye java:comp/env/jms/Queue/NotificationSenderQueueConnectionFactory.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    at oracle.bpel.services.notification.queue.QueueConnectionPool.createConnections(QueueConnectionPool.java:226)
    at oracle.bpel.services.notification.queue.QueueConnectionPool.getConnection(QueueConnectionPool.java:144)
    at oracle.bpel.services.notification.queue.sender.Publisher.send(Publisher.java:227)
    ... 88 more
    Caused by: javax.jms.JMSException: Unable to create a connection to "eoumerre-fr1/141.144.137.1:12,601" as user "null".
    go to JMS Connection Factories and check definition of jms/Queue/NotificationSenderQueueConnectionFactory . Because he is complaining about connection.
    Caused by: javax.jms.JMSException: Unable to create a connection to "eoumerre-fr1/141.144.137.1:12,601" as user "null".

  • Install of Oracle SOA Suite 10.1.3.1 Developer Preview fails

    My install fails every time (tried 4 now) at configuration of Oracle Process Management and Notification...
    Here is the install log, I've left it in an 'In Progress' state for about 12 hours...
    deploy.restoreServState:
    [stopwatch] [deploy.time: 1:11.523 sec]
    install.buildApps.clean.ccore:
    [delete] Deleting: C:\product\10.1.3.1\OracleAS\owsm\ears\ccore.ear
    [delete] Deleting: C:\product\10.1.3.1\OracleAS\owsm\wars\ccore.war
    install.buildApps.clean.coreman:
    [delete] Deleting: C:\product\10.1.3.1\OracleAS\owsm\ears\coreman.ear
    [delete] Deleting: C:\product\10.1.3.1\OracleAS\owsm\wars\coreman.war
    install.buildApps.clean.gateway:
    [delete] Deleting: C:\product\10.1.3.1\OracleAS\owsm\ears\gateway.ear
    [delete] Deleting: C:\product\10.1.3.1\OracleAS\owsm\wars\gateway.war
    install.buildApps.clean.policymanager:
    [delete] Deleting: C:\product\10.1.3.1\OracleAS\owsm\ears\policymanager.ear
    [delete] Deleting: C:\product\10.1.3.1\OracleAS\owsm\wars\policymanager.war
    install.buildApps.clean:
    [delete] Deleting directory C:\product\10.1.3.1\OracleAS\owsm\ears
    BUILD SUCCESSFUL
    Total time: 2 minutes 28 seconds
    End output from spawned process.
    Configuration assistant "Oracle Web Services Manager Configuration Assistant" succeeded
    Result code for launching of configuration assistant is: 0
    Launched configuration assistant 'Oracle Process Management and Notification Configuration Assistant'
    Tool type is: Recommended.
    The command being spawned is: 'C:\\product\\10.1.3.1\\OracleAS\\perl\\5.8.3\\bin\\MSWin32-x86-multi-thread\\perl.exe C:\product\10.1.3.1\OracleAS\config\launchopmnCA.pl'
    Start output from spawned process:
    C:\product\10.1.3.1\OracleAS\opmn\bin\opmnctl.exe start reload restartproc
    Launching C:\product\10.1.3.1\OracleAS\opmn\bin\opmnctl.exe start
    opmnctl: opmn already running
    reload status 0
    Launching C:\product\10.1.3.1\OracleAS\opmn\bin\opmnctl.exe reload
    The OUICA command is launched from C:\product\10.1.3.1\OracleAS\oui\bin\ouica.bat.-----------------------------------------------------------------------------
    *** Starting OUICA ***
    Oracle Home set to C:\product\10.1.3.1\OracleAS
    Configuration directory is set to C:\product\10.1.3.1\OracleAS\cfgtoollogs. All xml files under the directory will be processed
    Error:*** Alert: The assistant you are trying to stop is a "Recommended" assistant. Not successfully running any "Recommended" assistant means your system will not be correctly configured.
    Do you wish to proceed? ***

    Hi,
    If you downloaded Oracle SOA it may be corrupted.
    Download it again.
    Also disable all firewals and antispyware you have in your system and free the computer's memory of all unnecesary runing programs to make sure you have enough memory available for install.
    All the best,
    Alexandru

  • Domain configured to SOA Suite (silent mode)

    Hi,
    How can I generate a domain (in Weblogic Server 10.3.3) configured automatically to support products as "Oracle BPM Suite", "Oracle SOA Suite", etc. but in silent mode? And then, how I can assign MDS repositories?
    I have tested with WLST but it hasn't been successful...
    Thanks!

    Hi,
    I also need the exact same requirement, a domain to be created silently for SOA/BPM suite, is there any way of doing it using WLST? We would run this script every night for a continious integration test which would provision the environment also.
    After SOA suite is installed, we need to configure it using ./config.sh following steps:
    1. Supported components
    2. Configure username/passwd
    3. JDBC schema configuration
    4. Test schema
    Is there are any WLST way of doing this?
    Please suggest.
    Thanks in advance,
    Bhaskar

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

  • Problem in installing SOA Suite on Linux

    Hi All
    I am trying a silent install of the Oracle SOA Suite on Linus. I get the following content as the silentlog
    A configuration script needs to be run as root for the installation to be complete. Please run /opt/oracle/oracle/product/oracle_soa/root.sh as root at the end of install.
    Configuration assistant "Oracle Application Server Configuration Assistant" failed
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/sysman/ias/studio/installer/ASControlConfigAssistant
    Configuration assistant "Oracle ESB Configuration Assistant" was canceled.
    Error:*** Alert: Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured. Select the failed assistants and click the 'Retry' button to retry them. ***
    The installation of Oracle Application Server SOA Suite was successful, but some optional configuration assistants failed, were cancelled or skipped."
    and now when I try starting the opmn I get the following log content:
    java.lang.NoClassDefFoundError: javax/transaction/TransactionManager
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2365)
    at java.lang.Class.getMethod0(Class.java:2611)
    at java.lang.Class.getMethod(Class.java:1579)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:81)
    at oracle.oc4j.loader.boot.BootStrap.main(BootStrap.java:30)
    Please help.
    Thanks

    Hi.
    No one else seems to be reporting this. Please post the full text of the error here.
    Thanks,
    Michael
    Siva wrote:
    Hi,
    When I am installing weblogic6.1 sp1 on Linux 7.1 I am getting a page full specified font not found.
    Any Ideas about it?
    Thanks In Advance
    -Siva--
    Developer Relations Engineer
    BEA Support

  • Unable to Harvest a SOA composite from SOA suite server to OER11g

    Hi All,
    I wanted to harvest a SOA composite from SOA suite server to OER11g.For that i had followed this portion *5.2.6.1 Harvesting from Oracle SOA Suite Server* from Oracle® Fusion Middleware Configuration Guide for Oracle Enterprise Repository11g Release 1 (11.1.1) E16580-01 document.
    The Version of OER is : OER 11.1.1.2.0 , the version of SOA suite is : 11.1.1.3.0 and the version of SOA weblogic server is :10.3.3
    OER and SOA domain are different but under the same Middleware home.
    Database is also located at same machine.
    The steps i had followed:
    1.The User of the weblogic server has these three roles i.e 1. Admin 2. Operator 3. Monitor
    2.Unzip the Harvester.zip into the repository location.
    3.Modified the <RemoteQuery> section and OER section of HarvesterSettings.xml file
    4.using encrypt.bat file encrypted the password.
    5.executed the harvester.bat file
    The HarvesterSetting.xml file :
    <?xml version="1.0" encoding="UTF-8"?>
    <tns:harvesterSettings xmlns:tns="http://www.oracle.com/oer/integration/harvester" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.oracle.com/oer/integration/harvester Harvester_Settings.xsd ">
    <!--Description to set on created Assets in OER.-->
    <harvesterDescription/>
    <!--Registration status to set on created Assets in OER.
    The Valid Registration states are 1) Unsubmitted 2)Submitted - Pending Review 3)Submitted - Under Review 4)Registered -->
    <registrationStatus>Unsubmitted</registrationStatus>
    <!--Namespace to set on created Assets in OER. If left empty, this is set based on information from SOA Suite and OSB projects
    when available. That's generally the best practice, so override this with caution.-->
    <namespace/>
    <!--If true, trigger OER events for use by Workflow. Warning: this can decrease performance.-->
    <triggerEvent>false</triggerEvent>
    <!--Connection info to OER-->
    <repository>
    <uri>http://localhost:7101/oer</uri>
    <credentials>
    <user>admin</user>
    <password>v2_1.PHQe8yYXiqU=</password><!--run encrypt.bat to encrypt this-->
    </credentials>
    <timeout>30000</timeout>
    </repository>
    <!--Query: the files to harvest-->
    <query>
    <!--To specify design-time files to harvest: Uncomment the section below and specify the file(s) you want to harvest.
    Or specify on the command-line via the -file parameter.-->
    <!--
    <fileQuery>
    <rootDir>C:\wsdls\adapter\file\DynamicSynchronousReadTutorial\DynamicSyncRead</rootDir>
    <files>bpel</files>
    </fileQuery>
    -->
    <!--To specify run-time files to harvest: Uncomment this and specify the file(s) you want to harvest.
    Or specify on the command-line via the -file parameter.
    The serverType must be one of: SOASuite, OSB, or WLS.
    Run encrypt.bat to encrypt the password.-->
    <remoteQuery>
    <serverType>SOASuite</serverType>
    <projectName>TestOER_rev1.0</projectName>
    <uri>http://localhost:7403/</uri>
    <credentials>
    <user>weblogic</user>
    <password>v2_1.G+NTr3az8thaGGJBn0vwPg==</password>
    </credentials>
    </remoteQuery>
    </query>
    <introspection>
    <reader>com.oracle.oer.sync.plugin.reader.file.FileReader</reader>
    <writer>com.oracle.oer.sync.plugin.writer.oer.OERWriter</writer>
    </introspection>
    </tns:harvesterSettings>
    Error Message ::
    C:\Oracle\Middleware\repository111\11.1.1.2.0-OER-Harvester>harvest.bat
    Connecting to: service:jmx:t3://localhost:7403/jndi/weblogic.management.mbeanservers.runtime
    0 [main] WARN com.oracle.oer.sync.framework.impl.DefaultPluginManager - Unable to initialize harvester plugin: C:\Oracle\Middleware\repository111\11.1.1.2.0-OER-
    9624 [main] INFO com.oracle.oer.sync.framework.MetadataManager - Oracle Enterprise_Repository_Harvester version: v11.1.1.2.0-100119_0001-1293556
    Connecting to: service:jmx:t3://localhost:7403/jndi/weblogic.management.mbeanservers.runtime
    18669 [main] WARN com.oracle.oer.sync.framework.impl.DefaultPluginManager - Unable to initialize harvester plugin: C:\Oracle\Middleware\repository111\11.1.1.2.0-OER
    Connecting to: service:jmx:t3://localhost:7403/jndi/weblogic.management.mbeanservers.runtime
    45196 [main] ERROR com.oracle.oer.sync.framework.MetadataManager - Artifact harvest failed due to:
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: No
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.writeErrorSend(ORBUtilSystemException.java:2259)
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.writeErrorSend(ORBUtilSystemException.java:2281)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.writeLock(SocketOrChannelConnectionImpl.java:957)
    at com.sun.corba.se.impl.encoding.BufferManagerWriteStream.sendFragment(BufferManagerWriteStream.java:86)
    at com.sun.corba.se.impl.encoding.BufferManagerWriteStream.sendMessage(BufferManagerWriteStream.java:104)
    at com.sun.corba.se.impl.encoding.CDROutputObject.finishSendingMessage(CDROutputObject.java:144)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.finishSendingRequest(CorbaMessageMediatorImpl.java:247)
    at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete1(CorbaClientRequestDispatcherImpl.java:355)
    at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete(CorbaClientRequestDispatcherImpl.java:336)
    at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke(CorbaClientDelegateImpl.java:129)
    at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:213)
    at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
    at weblogic.corba.j2ee.naming.Utils.narrowContext(Utils.java:126)
    at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:94)
    at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:31)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:41)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:197)
    at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:143)
    at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:79)
    at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
    at com.oracle.oer.sync.plugin.reader.soasuite11g.SOASuite11gRemoteReader.initConnection(SOASuite11gRemoteReader.java:286)
    at com.oracle.oer.sync.plugin.reader.soasuite11g.SOASuite11gRemoteReader.read(SOASuite11gRemoteReader.java:84)
    at com.oracle.oer.sync.plugin.reader.soasuite11g.SOASuite11gRemoteReader.getFilesToRead(SOASuite11gRemoteReader.java:62)
    at com.oracle.oer.sync.plugin.reader.file.FileReader.getFilesToRead(FileReader.java:198)
    at com.oracle.oer.sync.plugin.reader.file.FileReader.read(FileReader.java:79)
    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 com.flashline.util.classloader.ContextClassLoaderHandler.invoke(ContextClassLoaderHandler.java:39)
    at $Proxy14.read(Unknown Source)
    at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:598)
    at com.oracle.oer.sync.framework.Introspector.<init>(Introspector.java:191)
    at com.oracle.oer.sync.framework.Introspector.main(Introspector.java:395)
    com.oracle.oer.sync.framework.MetadataIntrospectionException: Artifact harvest failed due to:
    at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:603)
    at com.oracle.oer.sync.framework.Introspector.<init>(Introspector.java:191)
    at com.oracle.oer.sync.framework.Introspector.main(Introspector.java:395)
    Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: No
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.writeErrorSend(ORBUtilSystemException.java:2259)
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.writeErrorSend(ORBUtilSystemException.java:2281)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.writeLock(SocketOrChannelConnectionImpl.java:957)
    at com.sun.corba.se.impl.encoding.BufferManagerWriteStream.sendFragment(BufferManagerWriteStream.java:86)
    at com.sun.corba.se.impl.encoding.BufferManagerWriteStream.sendMessage(BufferManagerWriteStream.java:104)
    at com.sun.corba.se.impl.encoding.CDROutputObject.finishSendingMessage(CDROutputObject.java:144)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.finishSendingRequest(CorbaMessageMediatorImpl.java:247)
    at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete1(CorbaClientRequestDispatcherImpl.java:355)
    at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete(CorbaClientRequestDispatcherImpl.java:336)
    at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke(CorbaClientDelegateImpl.java:129)
    at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:213)
    at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
    at weblogic.corba.j2ee.naming.Utils.narrowContext(Utils.java:126)
    at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:94)
    at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:31)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:41)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:197)
    at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:143)
    at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:79)
    at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
    at com.oracle.oer.sync.plugin.reader.soasuite11g.SOASuite11gRemoteReader.initConnection(SOASuite11gRemoteReader.java:286)
    at com.oracle.oer.sync.plugin.reader.soasuite11g.SOASuite11gRemoteReader.read(SOASuite11gRemoteReader.java:84)
    at com.oracle.oer.sync.plugin.reader.soasuite11g.SOASuite11gRemoteReader.getFilesToRead(SOASuite11gRemoteReader.java:62)
    at com.oracle.oer.sync.plugin.reader.file.FileReader.getFilesToRead(FileReader.java:198)
    at com.oracle.oer.sync.plugin.reader.file.FileReader.read(FileReader.java:79)
    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 com.flashline.util.classloader.ContextClassLoaderHandler.invoke(ContextClassLoaderHandler.java:39)
    at $Proxy14.read(Unknown Source)
    at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:598)
    ... 2 more
    Please provide some solution.Any help would be useful to me.
    Thanks in advance.
    Sharmistha.

    You have to import the OER-Harvester-Solution-Pack located at C:\Oracle\Middleware\repository111\core\tools\solutions\11.1.1.4.0-OER-Harvester-Solution-Pack.zip
    (path may change under your custom installation) to the OER using the admin option import/export -> import

  • How to configure something similar to optSoapShortcut in SOA Suite 11g

    Hi,
    We are migrating processes in BPEL 10g to composites in SOA Suite 11g (11.1.1.5). In one of these processes we are extracting the ws-addressing elements replyTo and MessageID from the SOAP header from the calling process and saving these values into a database. They are later used to be able to reply back to the calling process. In 10g this was no problem but in 11g calls between processes are automatically optimized, meaning that they are not communicating using SOAP. Hence, it seems like we can't get the soap headers the normal way.
    According to the Administration Guide for SOA Suite 11.1.1.5 the optSoapShortcut property has been removed which could be used in 10g to specify if the calls should be optimized or not. Is there any other way to configure this in SOA Suite 11g?
    If not, is there any way to instead extract these elements from some BPEL API or similar?
    Thanks!
    Best wishes
    Kerstin

    For release 11g, SOAP optimization is automatically configured. Therefore, if you upgrade your projects from 10g to 11g and are using the optimized shortcut approach in existing applications, note that optimized calls are activated only when the hostname value (as referred to in the WSDL URL in the composite.xml file) matches the Server URL value. Either set both values to the hostname (for example, myhost) or to the full domain name (for example, myhost.domain.com). If these values do not match, a regular SOAP call is performed instead of an optimized local call.
    You can still control this using oracle.webservices.local.optimization property.
    http://docs.oracle.com/cd/E15586_01/web.1111/b32511/configuring.htm#WSSEC3522
    Refer to "Controlling When Local Optimization is Used"

  • Configure .p7b(PKCS #7 Certificates) in SOA Suite 11g - Enterprise Manager

    Hi,
    currently configured .jks file in em - weblogic domain - security - security provider configuration which is used by owsm policy to validate my incoming signed soap message.
    (incoming message is signed with the same jks file). so it is working fine.
    Now I got .p7b(PKCS #7 Certificates) file from customer, so I need to replace this with my existing .jks file. How can I do this?
    Appreciate your quick inputs.
    Thanks

    customer site is invoking my soa suite application,public portion of the certificate which I got from them I configured at my end(.p7b converted in to jks). with the private key (which I do not have with me) the customer site is signing the soap request and hitting my soa suite.
    Getting following error in my soa suite side(soa_server1-diagnosis):
    X509 Certificate will not be advertised due to underlying exception "oracle.wsm.security.SecurityException: WSM-00057 : The certificate, abc.org, is not retrieved. The following aliases are found in the keystore:- [defnet.org, klmca.org, abc.org, ]".
    while converting in to jks I gave alias, I do not know what value should I give. I found
    subject: CN=abc.org... in .p7b file, used the same name as alias.
    converted .p7b file in to .cer as suggested by anuj, .p7b file contains 3 certificates,so imported 3 times in to same key store file like this
    keytool -import -alias abc.org -file xyz.public.cer -keystore xyz-keystore.jks
    keytool -import -alias klmca.org -file klmca.public.cer -keystore xyz-keystore.jks
    keytool -import -alias defnet.org -file defnet.public.cer -keystore xyz-keystore.jks
    Where I am doing wrong here?
    Can I configure directly .p7b(PKCS #7 Certificates) file in enterprise manager (soa suite 11g ps3.). I converted in to jks file and configured but it is not working.
    Please suggest. This is urgent. Appreciate your quick help.
    Edited by: 798585 on May 20, 2011 12:00 AM

  • OracleBAMAdapter Configuration problem in SOA suite 11g

    Hi,
    In Oracle SOA suite 11g(11.1.1.2.0), OracleBAMAdapter configuration using WebLogic server console is resulting in the following error
    * An error occurred during activation of changes, please see the log for details.
    * [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.soa.workflow.wc, exact-match: false].
    Steps used for configuration:
    1) Modify adapter configuration using navigation:: Deployments -> OracleBAMAdapter -> Configuration -> Outbound Connection Pools -> oracle.bam.adapter.adc.RMIConnectionFactory -> eis/bam/rmi
    2) Specified connection properties with BAM server port details
    HostName localhost
    InstanceName ADCServer1
    Password welcome1
    PortNumber *9001*
    UserName weblogic
    In config.xml (%Domains%/soa_domain/config/) , I could see the following library entry
    <library>
    <name>[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>K:\OracleFMW\Oracle_SOA/soa/modules/oracle.soa.workflow_11.1.1/oracle.soa.workflow.wc.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    Could you please help resolving this issue?
    Regards
    Naveen

    I do not think that would qualify as a solution :-). I was negligient in deploying Work Flow Application, and was not deselecting the checkbox in 11.1.1.2.0 JDeveloper, which reads out like "Deploy to all the servers". Thus it was trying to deploy it to BAM server as well as the Admin Server. I had to deselect it. It's pretty mundane thing that I was missing.
    Warm regards.

  • How to configure SOA Suite 11g Worklist with LDAP Identity Store

    Hi
    Im trying to configure the worklistapp to use an ldap identity store (SOA Suite 11g)
    The ldap is a open source ldap (Open DS in this case), is NOT : OID, OVD, Active Directory, WLS OVD, IPlanet.
    for doing so, i did the next configurations:
    workflow-identity-config.xml
    <configuration realmName="realm1">
    <provider providerType="JPS" name="JpsProvider" service="Identity">
    <property name="jpsContextName" value="worklist" />
    </provider>
    </configuration>
    jps-config.xml
    <?xml version="1.0" encoding="UTF-8" standalone='yes'?>
    <jpsConfig xmlns="http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd" schema-major-version="11" schema-minor-version="1">
         <!-- This property is for jaas mode. Possible values are "off", "doas" and "doasprivileged" -->
         <property name="oracle.security.jps.jaas.mode" value="off"/>
         <property name="custom.provider" value="true"/>
    <serviceProviders>
    <serviceProvider type="IDENTITY_STORE" name="idstore.ldap.provider" class="oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider">
    <description>LDAP-based IdentityStore Provider</description>
    </serviceProvider>
    </serviceProviders>
    <serviceInstances>
              <serviceInstance name="idstore.ldap.opends" provider="idstore.ldap.provider">
                   <property name="java.naming.factory.initial" value="com.sun.jndi.ldap.LdapCtxFactory"/>
                   <property name="idstore.type" value="CUSTOM"/>
                   <property name="ldap.url" value="ldap://host:port"/>
                   <property name="subscriber.name" value="dc=company,dc=com"/>
                   <property name="search.type" value="SIMPLE"/>
                   <property name="security.principal" value="cn=adminuser,dc=company,dc=com"/>
                   <property name="security.credential" value="!adminuser_password"/>
                   <property name="user.login.attr" value="cn"/>
                   <property name="username.attr" value="cn"/>               
                   <property name="groupname.attr" value="cn"/>
                   <extendedProperty>
                        <name>group.mandatory.attrs</name>
                        <values>
                             <value>cn</value>
                             <value>objectClass</value>
                        </values>
                   </extendedProperty>
                   <extendedProperty>
                        <name>group.object.classes</name>
                        <values>
                             <value>top</value>
                             <value>groupOfUniqueNames</value>
                        </values>
                   </extendedProperty>
                   <extendedProperty>
                        <name>group.filter.object.classes</name>
                        <values>
                             <value>groupOfUniqueNames</value>
                        </values>
                   </extendedProperty>
                   <extendedProperty>
                        <name>group.member.attrs</name>
                        <values>
                             <value>uniqueMember</value>
                        </values>
                   </extendedProperty>
                   <extendedProperty>
                        <name>group.search.bases</name>
                        <values>
                             <value>o=groups,dc=company,dc=com</value>
                        </values>
                   </extendedProperty>
                   <extendedProperty>
                        <name>user.mandatory.attrs</name>
                        <values>
                             <value>cn</value>
                             <value>objectClass</value>
                             <value>sn</value>
                        </values>
                   </extendedProperty>
                   <extendedProperty>
                        <name>user.object.classes</name>
                        <values>
                             <value>organizationalPerson</value>
                             <value>person</value>
                             <value>inetOrgPerson</value>
                             <value>top</value>
                        </values>
                   </extendedProperty>
                   <extendedProperty>
                        <name>user.filter.object.classes</name>
                        <values>
                             <value>inetOrgPerson</value>
                        </values>
                   </extendedProperty>
                   <extendedProperty>
                        <name>user.search.bases</name>
                        <values>
                             <value>o=users,dc=company,dc=com</value>
                        </values>
                   </extendedProperty>
              </serviceInstance>
         </serviceInstances>
    <jpsContexts default="default">
    <jpsContext name="worklist">
    <serviceInstanceRef ref="credstore"/>
    <serviceInstanceRef ref="keystore"/>
    <serviceInstanceRef ref="policystore.xml"/>
    <serviceInstanceRef ref="audit"/>
    <serviceInstanceRef ref="idstore.ldap.opends"/>
    </jpsContext>
    </jpsContexts>
    </jpsConfig>
    but i get the error:
    Jul 2, 2009 12:52:40 PM oracle.security.jps.internal.idstore.util.IdentityStoreUtil getIdentityStoreFactory
    WARNING: The identity store factory name is not configured.
    Jul 2, 2009 12:52:40 PM oracle.bpel.services.common.ServicesLogger __logException
    SEVERE: <.> Error in authenticating user.
    Error in authenticating and creating a workflow context for user realm1/user1.
    Verify that the user credentials and identity service configurations are correct.
    ORABPEL-30501
    Error in authenticating user.
    Error in authenticating and creating a workflow context for user sigfe.com/user1.
    Verify that the user credentials and identity service configurations are correct.
    at oracle.bpel.services.workflow.verification.impl.VerificationService.authenticateUser(VerificationService.java:603)
    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)
    So, anyone knows how i can specify the identity store factory?
    or the correct parameters for a ldap identity store repository?
    I used the 11G documentation for the security file :
    http://download.oracle.com/docs/cd/E12839_01/core.1111/e10043/jpsprops.htm
    thanks

    I am having exactly the same issue. Once I configure jps-config.xml file to use my custom authenticator and login into the worklist app, the following gets thrown. I was wondering if you need map some roles to the existing users in the Custom Authenticator.
    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.

  • Problem configuring SOA suite to use OID for authentication

    We are in the process of rebuilding our environment to use the full SOA suite with our OID server for authentication (was previously just BPEL using AD directly), and have encountered several problems (below). We have rebuilt the OID server, and reinstalled the SOA suite into a clean ORACLE_HOME to no avail.
    We first rebuilt the OID server using the following steps (derived from Oracle® Internet Directory Administrator's Guide):
    1)     Create the Import and Export profiles for AD synchronization. We did this using the Directory Integration and Provisioning Server Administration tool under “Active Directory Configuration”
    2)     Modify the map file to specify the correct OU mappings between AD and OID.
    3)     Update the profile with the new map file using “dipassistant.bat mp”
    4)     Bootstrap the import profile using “dipassistant.bat bootstrap”
    5)     Start a new instance of the Integration server (odisrv) running on config set 1 (the config set containing the Active Directory import/export profiles) using “oidctl”
    6)     Set the Import profile to Enable. The OID server does not export changes to AD in our current configuration, so the Export profile is left on disable (and not bootstrapped)
    At this point it appears that the AD synchronizes correctly into our new OID server.
    Next we installed the SOA suite:
    1)     We ran “irca.bat” on our database server to create the ORABPEL, ORAESB, and ORAWSM schemas and associated integration repository structure.
    2)     After launching the SOA suite installer, we selected Advanced Install.
    3)     On the next screen, we selected J2EE Server, Web Server, and SOA Suite.
    4)     We then provided the credentials for our Oracle database, and the passwords for ORABPEL, ORAESB, and ORAWSM.
    5)     We configured our new AS instance as an administration instance, but did not opt to use from a separate HTTP server, and did not make this instance part of an OAS cluster topology.
    And finally, we configured our new SOA suite instance to use OID for authentication (using the instructions in Oracle® BPEL Process Manager Administrator's Guide section 2.1.3):
    1)     Used the configure_oid.bat command to seed OID with required users only.
    2)     Logged into the OracleAS Control Console
    3)     Chose the oc4j_soa instance, then Administration->Security->Identity Management
    4)     Configured the OID server using a non-ssl connection and the cn=orcladmin account.
    5)     When prompted, chose to reconfigure all applications in the oc4j_soa instance to OID, but not to use SSO for any of them.
    6)     Copied the contents of ORACLE_HOME\j2ee\home\config\jazn.xml to ORACLE_HOME\j2ee\oc4j_soa\config\jazn.xml
    7)     Restarted the application server.
    After this procedure, we encountered the following issues:
    1)     The BPEL console appears to authenticate users correctly out of OID, but no users have access to the default domain, including bpeladmin and oc4jadmin. All users receive a similar access denied message when attempting to log into the BPEL Admin Console.
    2)     We cannot upload a BPEL process to our new server via JDeveloper’s standard BPEL deployment mechanisms. The connection appears to be working properly and passes all tests, but on uploading a process we get a Java AccessDeniedException. ESB appears to be functioning properly, and accepts uploaded projects without issue.

    Bassman,
    We recently configured our SOA Suite to use OID and SSO. We had the same issues you are having, and we found the resolutions in a blog from Jaas Poot (http://blog.jpoot.com/category/oracle-appserver/oid-ldap/). For the BPEL domain access, this involved going to the data-sources.xml file and changing the database passwords from using ->pwForOrabpel for the orabpel schema and ->pwForOraesb for the oraesb schema to the real passwords; the blog explains more about this.
    The blog also covers the JDeveloper deployment issue, and another issue we encountered, where we couldn't access the BPEL Admin console. All of these were resolved following the steps in the blog.
    Hope this helps
    Candace

  • Change configuration of Admin Server (SOA Suite 11g)

    Hi!
    I'm using SOA Suite 11g. I've installed SOA Suite 11g on a remote machine and I want to access the Oracle Fusion Middleware Control remotly but I can't. I can only access locally by launching a browser on the local machine.
    How I can configure the admin server to be accessible by another computer?
    Thanks in advance
    Tiago Soares

    By default you will be able to access the Admin Console and Fusion Middleware Control from any machine.
    Access like http://hostname:port/em or http://hostname:port/console
    If it is a DHCP machine, try accessing using the machine ip, instead of hostname.
    If this doesn't work, login to Admin console in your local box. Navigate to Servers -> Admin Server. Set the Listen address to that machine's ip or name, now you will be able to access.

Maybe you are looking for

  • How to change the location of all fotos in the iPhoto library?

    my iPhoto 11 library is stored locally on my macbook. however, my fotos (the actualy bits) are stored externally on a NAS box. (or in other words: option "Importing: [ ] Copy items to the iPhoto Library" is not checked) recently i purchased a timecap

  • Macbook and Windows Router

    Just wondering was going to purchase that new Mac Book and wanted to know if it can work with a rounter that has other windows computers on it.

  • Configuring Lock timeout in Oracle 8i

    I need to reduce the time Oracle is waiting for a locked record to be released. At this moment, when a transaction tries to update a record that is being updated in another transaction, Oracle waits forever to that record be unlocked. I need to chang

  • Problem on installing oracle 9i on red hat linux

    anybody having experience on installing oracle on redhat? I've tried to install oracle 9i on redhat 8.0. but when I run the install command "./runInstaller" under Disk1, I got a error msg: "line 58: ./runInstaller: cannot execute binary file". (my x

  • Error when upgrading to v7.1 of IM

    Installed patch 118787-11 to upgrade from IM 7.0 to IM 7.1. I configured IM without the httpbind service. I have it seperated on two different machines. The server on one machine and the multiplexer on the other. The multiplexer seems to be running f