SOA Suite 11.1.1.3.0 Oracle Mediator Error: ORAMED-03503

Hi,
I have the simplest SCA Ever: a mediator calling a external web service through a Bpel Process. This one makes some simple activity like trasformation e assign , before the central invoke; there's no kind of interaction with any DB
The pattern used is the synchronous one for all interactions (mediator - bpel, bpel-web service).
When I test this simple SCA, the request is regularly validate so mediator e bpel do their activities with success ... but i got an error on mediator return type as shown in the image...
http://img196.imageshack.us/i/catturaif.jpg/
The error is too generic to be correctly managed.
I'm waiting to hear from you.
Greetings.

... from soa_server-diagnostic.log ...
[2011-02-09T15:47:29.877+01:00] [soa_server1] [WARNING] [] [oracle.soa.mediator.common] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IsAsjD01j^oawT2jMG1DIb8m001RqW,0] [WEBSERVICE_PORT.name: execute_pt] [APP: soa-infra] [composite_name: testpasseggeri] [component_name: Mediator1] [component_instance_id: 55014610345B11E0BFA4411FB55101E8] [J2EE_MODULE.name: fabric] [dcid: 71d95fe4876f55ec:-4f22a3d9:12deacea653:-8000-000000000001cbc5] [WEBSERVICE.name: Mediator1_ep] [J2EE_APP.name: soa-infra] [composite_instance_id: 366588] Transaction commit failed due to excetipn[[
weblogic.transaction.RollbackException: Transaction timed out after 29 seconds
BEA1-10641F7723A4A0B1B474
     at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1871)
     at weblogic.transaction.internal.TransactionImpl.checkIfCommitPossible(TransactionImpl.java:1761)
     at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:249)
     at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:224)
     at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:292)
     at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:286)
     at oracle.tip.mediator.common.JTAHelper.commitTransaction(JTAHelper.java:263)
     at oracle.tip.mediator.serviceEngine.MediatorServiceEngine.process(MediatorServiceEngine.java:863)
     at oracle.tip.mediator.serviceEngine.MediatorServiceEngine.request(MediatorServiceEngine.java:716)
     at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)
     at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:179)
     at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:155)
     at sun.reflect.GeneratedMethodAccessor1314.invoke(Unknown Source)
     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:59)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
     at $Proxy285.request(Unknown Source)
     at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.doMessageProcessing(WebServiceEntryBindingComponent.java:1169)
     at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.processIncomingMessage(WebServiceEntryBindingComponent.java:768)
     at oracle.integration.platform.blocks.soap.FabricProvider.processMessage(FabricProvider.java:113)
     at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:1168)
     at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:996)
     at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:562)
     at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:222)
     at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:185)
     at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:430)
     at oracle.integration.platform.blocks.soap.FabricProviderServlet.doPost(FabricProviderServlet.java:477)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: weblogic.transaction.internal.TimedOutException: Transaction timed out after 29 seconds
BEA1-10641F7723A4A0B1B474
     at weblogic.transaction.internal.ServerTransactionImpl.wakeUp(ServerTransactionImpl.java:1733)
     at weblogic.transaction.internal.ServerTransactionManagerImpl.processTimedOutTransactions(ServerTransactionManagerImpl.java:1578)
     at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:1900)
     at weblogic.transaction.internal.ServerTransactionManagerImpl.wakeUp(ServerTransactionManagerImpl.java:1488)
     at weblogic.transaction.internal.WLSTimer.timerExpired(WLSTimer.java:35)
     at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     ... 2 more
[2011-02-09T15:47:29.881+01:00] [soa_server1] [ERROR] [] [oracle.soa.mediator.serviceEngine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IsAsjD01j^oawT2jMG1DIb8m001RqW,0] [WEBSERVICE_PORT.name: execute_pt] [APP: soa-infra] [composite_name: testpasseggeri] [component_name: Mediator1] [component_instance_id: 55014610345B11E0BFA4411FB55101E8] [J2EE_MODULE.name: fabric] [dcid: 71d95fe4876f55ec:-4f22a3d9:12deacea653:-8000-000000000001cbc5] [WEBSERVICE.name: Mediator1_ep] [J2EE_APP.name: soa-infra] [composite_instance_id: 366588] Rolling back transaction due to ORAMED-03503:[Transaction Commit]Unable to commit transaction; transaction status is "6"Possible Fix:Check log file for any exceptions and contact Oracle Support Services for further help.
[2011-02-09T15:47:29.882+01:00] [soa_server1] [WARNING] [] [oracle.soa.mediator.common] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IsAsjD01j^oawT2jMG1DIb8m001RqW,0] [WEBSERVICE_PORT.name: execute_pt] [APP: soa-infra] [composite_name: testpasseggeri] [component_name: Mediator1] [component_instance_id: 55014610345B11E0BFA4411FB55101E8] [J2EE_MODULE.name: fabric] [dcid: 71d95fe4876f55ec:-4f22a3d9:12deacea653:-8000-000000000001cbc5] [WEBSERVICE.name: Mediator1_ep] [J2EE_APP.name: soa-infra] [composite_instance_id: 366588] Transaction rollback failed due to excetipn[[
java.lang.IllegalStateException: Transaction does not exist
     at weblogic.transaction.internal.TransactionManagerImpl.rollback(TransactionManagerImpl.java:307)
     at weblogic.transaction.internal.TransactionManagerImpl.rollback(TransactionManagerImpl.java:302)
     at oracle.tip.mediator.common.JTAHelper.rollbackTransaction(JTAHelper.java:315)
     at oracle.tip.mediator.serviceEngine.MediatorServiceEngine.process(MediatorServiceEngine.java:888)
     at oracle.tip.mediator.serviceEngine.MediatorServiceEngine.request(MediatorServiceEngine.java:716)
     at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)
     at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:179)
     at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:155)
     at sun.reflect.GeneratedMethodAccessor1314.invoke(Unknown Source)
     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:59)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
     at $Proxy285.request(Unknown Source)
     at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.doMessageProcessing(WebServiceEntryBindingComponent.java:1169)
     at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.processIncomingMessage(WebServiceEntryBindingComponent.java:768)
     at oracle.integration.platform.blocks.soap.FabricProvider.processMessage(FabricProvider.java:113)
     at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:1168)
     at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:996)
     at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:562)
     at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:222)
     at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:185)
     at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:430)
     at oracle.integration.platform.blocks.soap.FabricProviderServlet.doPost(FabricProviderServlet.java:477)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
[2011-02-09T15:47:29.885+01:00] [soa_server1] [ERROR] [] [oracle.soa.mediator.serviceEngine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IsAsjD01j^oawT2jMG1DIb8m001RqW,0] [WEBSERVICE_PORT.name: execute_pt] [APP: soa-infra] [composite_name: testpasseggeri] [component_name: Mediator1] [component_instance_id: 55014610345B11E0BFA4411FB55101E8] [J2EE_MODULE.name: fabric] [dcid: 71d95fe4876f55ec:-4f22a3d9:12deacea653:-8000-000000000001cbc5] [WEBSERVICE.name: Mediator1_ep] [J2EE_APP.name: soa-infra] [composite_instance_id: 366588] Error in rolling back transaction due to ORAMED-03504:[Transaction Rollback]Unable to rollback transaction; transaction status is "6"Possible Fix:Check log file for any exceptions and contact Oracle Support Services for further help.[[
oracle.tip.mediator.infra.exception.MediatorException: ORAMED-03504:[Transaction Rollback]Unable to rollback transaction; transaction status is "6"Possible Fix:Check log file for any exceptions and contact Oracle Support Services for further help.
     at oracle.tip.mediator.common.JTAHelper.rollbackTransaction(JTAHelper.java:318)
     at oracle.tip.mediator.serviceEngine.MediatorServiceEngine.process(MediatorServiceEngine.java:888)
     at oracle.tip.mediator.serviceEngine.MediatorServiceEngine.request(MediatorServiceEngine.java:716)
     at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)
     at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:179)
     at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:155)
     at sun.reflect.GeneratedMethodAccessor1314.invoke(Unknown Source)
     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:59)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
     at $Proxy285.request(Unknown Source)
     at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.doMessageProcessing(WebServiceEntryBindingComponent.java:1169)
     at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.processIncomingMessage(WebServiceEntryBindingComponent.java:768)
     at oracle.integration.platform.blocks.soap.FabricProvider.processMessage(FabricProvider.java:113)
     at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:1168)
     at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:996)
     at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:562)
     at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:222)
     at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:185)
     at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:430)
     at oracle.integration.platform.blocks.soap.FabricProviderServlet.doPost(FabricProviderServlet.java:477)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: java.lang.IllegalStateException: Transaction does not exist
     at weblogic.transaction.internal.TransactionManagerImpl.rollback(TransactionManagerImpl.java:307)
     at weblogic.transaction.internal.TransactionManagerImpl.rollback(TransactionManagerImpl.java:302)
     at oracle.tip.mediator.common.JTAHelper.rollbackTransaction(JTAHelper.java:315)
     ... 43 more
[2011-02-09T15:47:29.891+01:00] [soa_server1] [ERROR] [] [oracle.soa.mediator.serviceEngine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IsAsjD01j^oawT2jMG1DIb8m001RqW,0] [WEBSERVICE_PORT.name: execute_pt] [APP: soa-infra] [composite_name: testpasseggeri] [component_name: Mediator1] [component_instance_id: 55014610345B11E0BFA4411FB55101E8] [J2EE_MODULE.name: fabric] [dcid: 71d95fe4876f55ec:-4f22a3d9:12deacea653:-8000-000000000001cbc5] [WEBSERVICE.name: Mediator1_ep] [J2EE_APP.name: soa-infra] [composite_instance_id: 366588] Updating fault processing DMS metrics
[2011-02-09T15:47:29.893+01:00] [soa_server1] [ERROR] [] [oracle.soa.mediator.serviceEngine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IsAsjD01j^oawT2jMG1DIb8m001RqW,0] [WEBSERVICE_PORT.name: execute_pt] [APP: soa-infra] [composite_name: testpasseggeri] [component_name: Mediator1] [component_instance_id: 55014610345B11E0BFA4411FB55101E8] [J2EE_MODULE.name: fabric] [dcid: 71d95fe4876f55ec:-4f22a3d9:12deacea653:-8000-000000000001cbc5] [WEBSERVICE.name: Mediator1_ep] [J2EE_APP.name: soa-infra] [composite_instance_id: 366588] Got an exception: weblogic.transaction.RollbackException: Transaction timed out after 29 seconds [[
BEA1-10641F7723A4A0B1B474 oracle.tip.mediator.infra.exception.MediatorException: ORAMED-03503:[Transaction Commit]Unable to commit transaction; transaction status is "6"Possible Fix:Check log file for any exceptions and contact Oracle Support Services for further help.
     at oracle.tip.mediator.common.JTAHelper.commitTransaction(JTAHelper.java:266)
     at oracle.tip.mediator.serviceEngine.MediatorServiceEngine.process(MediatorServiceEngine.java:863)
     at oracle.tip.mediator.serviceEngine.MediatorServiceEngine.request(MediatorServiceEngine.java:716)
     at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)
     at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:179)
     at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:155)
     at sun.reflect.GeneratedMethodAccessor1314.invoke(Unknown Source)
     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:59)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
     at $Proxy285.request(Unknown Source)
     at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.doMessageProcessing(WebServiceEntryBindingComponent.java:1169)
     at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.processIncomingMessage(WebServiceEntryBindingComponent.java:768)
     at oracle.integration.platform.blocks.soap.FabricProvider.processMessage(FabricProvider.java:113)
     at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:1168)
     at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:996)
     at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:562)
     at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:222)
     at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:185)
     at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:430)
     at oracle.integration.platform.blocks.soap.FabricProviderServlet.doPost(FabricProviderServlet.java:477)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: weblogic.transaction.RollbackException: Transaction timed out after 29 seconds
BEA1-10641F7723A4A0B1B474
     at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1871)
     at weblogic.transaction.internal.TransactionImpl.checkIfCommitPossible(TransactionImpl.java:1761)
     at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:249)
     at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:224)
     at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:292)
     at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:286)
     at oracle.tip.mediator.common.JTAHelper.commitTransaction(JTAHelper.java:263)
     ... 43 more
Caused by: weblogic.transaction.internal.TimedOutException: Transaction timed out after 29 seconds
BEA1-10641F7723A4A0B1B474
     at weblogic.transaction.internal.ServerTransactionImpl.wakeUp(ServerTransactionImpl.java:1733)
     at weblogic.transaction.internal.ServerTransactionManagerImpl.processTimedOutTransactions(ServerTransactionManagerImpl.java:1578)
     at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:1900)
     at weblogic.transaction.internal.ServerTransactionManagerImpl.wakeUp(ServerTransactionManagerImpl.java:1488)
     at weblogic.transaction.internal.WLSTimer.timerExpired(WLSTimer.java:35)
     at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     ... 2 more
[2011-02-09T15:47:29.895+01:00] [soa_server1] [WARNING] [] [oracle.soa.mediator.common] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IsAsjD01j^oawT2jMG1DIb8m001RqW,0] [WEBSERVICE_PORT.name: execute_pt] [APP: soa-infra] [composite_name: testpasseggeri] [component_name: Mediator1] [component_instance_id: 55014610345B11E0BFA4411FB55101E8] [J2EE_MODULE.name: fabric] [dcid: 71d95fe4876f55ec:-4f22a3d9:12deacea653:-8000-000000000001cbc5] [WEBSERVICE.name: Mediator1_ep] [J2EE_APP.name: soa-infra] [composite_instance_id: 366588] Null interface type ;default;
[2011-02-09T15:47:29.897+01:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.serviceEngine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IsAsjD01j^oawT2jMG1DIb8m001RqW,0] [WEBSERVICE_PORT.name: execute_pt] [APP: soa-infra] [composite_name: testpasseggeri] [component_name: Mediator1] [component_instance_id: 55014610345B11E0BFA4411FB55101E8] [J2EE_MODULE.name: fabric] [dcid: 71d95fe4876f55ec:-4f22a3d9:12deacea653:-8000-000000000001cbc5] [WEBSERVICE.name: Mediator1_ep] [J2EE_APP.name: soa-infra] [composite_instance_id: 366588] MediatorServiceEngine returning a response for operation = execute
[2011-02-09T15:47:29.898+01:00] [soa_server1] [NOTIFICATION] [] [oracle.wsm.agent.WSMAgent] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IsAsjD01j^oawT2jMG1DIb8m001RqW,0] [WEBSERVICE_PORT.name: execute_pt] [APP: soa-infra] [J2EE_MODULE.name: fabric] [dcid: 71d95fe4876f55ec:-4f22a3d9:12deacea653:-8000-000000000001cbc5] [WEBSERVICE.name: Mediator1_ep] [J2EE_APP.name: soa-infra] Message Type is normalized, exiting agent.processFault()
[2011-02-09T15:47:29.898+01:00] [soa_server1] [NOTIFICATION] [] [oracle.wsm.agent.WSMAgent] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IsAsjD01j^oawT2jMG1DIb8m001RqW,0] [WEBSERVICE_PORT.name: execute_pt] [APP: soa-infra] [J2EE_MODULE.name: fabric] [dcid: 71d95fe4876f55ec:-4f22a3d9:12deacea653:-8000-000000000001cbc5] [WEBSERVICE.name: Mediator1_ep] [J2EE_APP.name: soa-infra] Message Type is normalized, exiting agent.processFault()
[2011-02-09T15:47:29.915+01:00] [soa_server1] [ERROR] [OWS-04115] [oracle.webservices.service] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IsAsjD01j^oawT2jMG1DIb8m001RqW,0] [APP: soa-infra] [dcid: 71d95fe4876f55ec:-4f22a3d9:12deacea653:-8000-000000000001cbc5] [arg: FabricProvider] [arg: javax.xml.rpc.soap.SOAPFaultException: oracle.tip.mediator.infra.exception.MediatorException: ORAMED-03503:[Transaction Commit]Unable to commit transaction; transaction status is "6"Possible Fix:Check log file for any exceptions and contact Oracle Support Services for further help.] An error occurred for port: FabricProvider: javax.xml.rpc.soap.SOAPFaultException: oracle.tip.mediator.infra.exception.MediatorException: ORAMED-03503:[Transaction Commit]Unable to commit transaction; transaction status is "6"Possible Fix:Check log file for any exceptions and contact Oracle Support Services for further help..
[2011-02-09T15:47:35.058+01:00] [soa_server1] [NOTIFICATION] [] [oracle.bpm.analytics.cubes] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IsAt4EI1j^oawT2jMG1DIb8m001RrP,0] [APP: soa-infra] [dcid: 71d95fe4876f55ec:-4f22a3d9:12deacea653:-8000-000000000001cc2d] CUBE_GENERIC_TIMER timed out at 2011-02-09 15:47:35.058
[2011-02-09T15:47:35.084+01:00] [soa_server1] [NOTIFICATION] [] [oracle.bpm.analytics.cubes] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IsAt4EI1j^oawT2jMG1DIb8m001RrP,0] [APP: soa-infra] [dcid: 71d95fe4876f55ec:-4f22a3d9:12deacea653:-8000-000000000001cc2d] CUBE_GENERIC_TIMER processing completed successfully in 26 ms.Thk for the answer.

Similar Messages

  • Installing Oracle SOA suite 10.1.3.10 for Windows

    He,
    I have a probleme with Oralce SOA suite instalation. I can't find the Oracle Database verssions in the oracle website, supported by Oracle SOA suite 10.1.3.10.
    Oracle Database 10g Release 1 (10.1.x) 10.1.0.5 or later
    Oracle Database 10g Release 2 (10.2.x) 10.2.0.2 or later
    For windows.
    Can you help me?
    Thinks

    From the 11g Quick Intallation Guide (http://download.oracle.com/docs/cd/B28359_01/install.111/b32301/toc.htm):
    Oracle Database for 32-bit Windows is supported on the following operating systems:
    - Windows 2000 with Service Pack 1 or later. All editions, including Terminal Services and Microsoft Windows 2000 MultiLanguage Edition (MLE), are supported.
    - Windows Server 2003 - all editions
    - Windows Server 2003 R2 - all editions
    - Windows XP Professional
    - Windows Vista - Business, Enterprise, and Ultimate editions
    Are perhaps not running XP Professional? Otherwise, like I said before, contact customer support. Even 11g (and 10g) are supported on XP.
    Jan Kettenis

  • Should be Oracle database bin path in PATH BEFORE Soa Suite bin path ?

    On my local computer I installed Oracle Database 10g Express AND Soa Suite.
    Hence the PATH environment variable contains (among others) two pathes: one for Soa Suite and one for database 10g.e.g.:
    Path=D:\soa\v10.1.3.1\OracleAS_1\jdk\bin;D:\soa\v10.1.3.1\OracleAS_1\ant\bin;D:\soa\v10.1.3.1\OracleAS_1\bin;D:\db\Oracle\app\oracle\produc
    t\10.2.0\server\bin;......other.....
    Which element should be written/taken at first?
    When I leave it as above I have problems with some commands (e.g. tnsping) because is taken from the first occurence (= Soa Suite) and is not working properly.
    Is it causing problems in Soa Suite if I switch "D:\db\Oracle\app\oracle\product\10.2.0\server\bin"
    to the first position in PATH variable?

    I found the solution, if anyone has the same error, here is the solution:
    The cause of an error was improper configuration of the host. The ping returned two different IP addresses:
    oas@myhost $ ping -a myhost
    myhost (333.333.333.333) is alive
    oas@myhost $ ping -a myhost.domain.com
    myhost.domain.com (555.555.555.555) is alive
    I removed the wrong IP address for myhost.domain.com in /etc/inet/ipnodes:
    [email protected] # cat /etc/inet/ipnodes
    # Internet host table
    ::1 localhost
    127.0.0.1 localhost
    555.555.555.555 myhost.domain.com loghost
    Now the ping is correct:
    oas@myhost $ ping -a myhost
    myhost (333.333.333.333) is alive
    oas@myhost $ ping -a myhost.domain.com
    myhost.domain.com (333.333.333.333)) is alive
    Now installation finished successfully.
    Message was edited by:
    Rahat Agivetova

  • "Oracle BPM  Suite 11g" and "Oracle SOA Suite 11g" components

    Dear Friends,
    I am very confusing about the "Oracle BPM suite 11g" and "Oracle SOA Suite 11g" and would like your help on explanation as the following :
    I have learn that In order to use "Oracle BPM Suite 11g" require to have "Oracle SOA Suite 11g" components to install first. Does it means that :
    1) When we buy "Oracle BPM Suite 11g" , we automatically get the "Oracle SOA Suite 11g" components as well ?
    2) IS it correct that these " these Oracle SOA Suite 11g components" are included :
    (a) Oracle BAM
    (b) Oracle Business Rules
    (c) Oracle BPEL Manager
    (d) Oracle Service Bus
    (e) Oracle Complex Event Processing
    3) Do we have a right to use all of these components listed in (2) ?
    4) Then the answers in (3) is "YES", then Is it correct when the customer buy the "Oracle BPM Suite 11g" , they no need to buy "Oracle SOA 11g" any more when they would like to implements that applications based on SOA in the future (without using BPM) ?
    5) What IF , the customer would like to start with "Oracle SOA Suite 11g" product and decide to buy only Oracle SOA Suite 11g first ; then later on in the future they would like to implement BPM projects in the future. Can you upgrade "Oracle SOA Suite 11g" to include "Oracle BPM Sutie 11g" and pay only the price different ?
    I hope you can help providing the answers to these questions. THank you very much in advance.
    Best Regards
    Pearapon S.

    This is a question best answered by your Oracle reseller or Oracle account manager to give you all the details but I hope this brief answer helps:
    - The Unified Business Process Management Suite (BPM Suite 11g) includes: BPM Studio, BPM Composer, BPMN Service Engine and Workflow Extensions, BPM Process Spaces, and BPM Process Analytics.
    - BPM Suite 11g requires the licensing of SOA Suite 11g for Oracle Middleware which requires a license for WebLogic Suite.
    - You can license SOA Suite 11g now and license BPM Suite 11g later.
    Since the products are layered, I don't see this cutting into SOA sales at all. My personal view is that BPM on top of SOA is brilliant since it provides easy integration between human and automated tasks, builds on many of the SOA concepts that are key for a successful BPM implementation (functional, not the Oracle product), and uses the same IDE. The synergies extend past easy use of services; the same business rules and human workflow components are used between both products.

  • Oracle SOA Suite 11g vs jdevstudio11.11

    In reviewing the SOA Order Booking Quikstart Guide it requires that you download and configure Oracle SOA Suite. Prior to starting this Guide, I had already downloaded the Oracle SOA Suite 11g Technology Preview which included two downloads (JDeveloper and the update to the design and runtime). I followed the install instructions from the same site.
    1) Having completed these two downloads and installs do I still need to install and configure the Oracle SOA Suite to run the SOA Order Quickstart Guide?
    2) My understanding was that the Oracle SOA Suite 11g Technology Preview included the Oracle SOA Suite, is this correct? If not correct, do I need to also install the Oracle SOA Suite (my downloaded version is soa_windows_x86_101310_disk1.zip)?
    3) When configuring the SOA Suite, per the guide, it states that I should go to http://loalhost:8888 but I do not get a connection. If I still need to install the Oracle Suite then I expect that this will solve this issue (per questions above) but if it already is isntalled with the SOA Suite 11g Technology Preview then I confused as to how to get this location to show up? I can get the SOA Console to show up but I don't know if this is the same?

    The SOA Orderbooking Quickstart is for SOA Suite 10.1.3.x. If you want to run this sample, you do have to install SOA Suite 10.1.3.x. This is the current released version of SOA Suite.
    The Technology Preview 3 is SOA Suite 11g. This version is in a pre-beta/preview status right now. It has the SOA Suite with the JDeveloper. This version has its own tutorials/samples.
    In reply to your specific questions:
    1) the two downloads for the TP3 do not apply to the 10.1.3.1 SOA Orderbooking Quickstart.
    2) The 11g TP3 does include the 11g SOA Suite and you do not need to install the 10.1.3.1 zip to run the preview.
    3) When you run the SOA Suite 10.1.3.1, the default port is 8888. When you run the 11g SOA Suite inside JDev, the default port is 8988.
    Heidi.

  • Oracle SOA Suite for Healthcare Integration

    Oracle SOA Suite for Healthcare Integration :
    *To provide healthcare customers with comprehensive healthcare integration capabilities within a unified enterprise application infrastructure platform, Oracle announced Oracle SOA Suite for healthcare integration.
    *Oracle SOA Suite for healthcare integration delivers healthcare message standards support, dashboards and monitoring for healthcare collaboration, and a toolkit for rapid HIPAA 5010 upgrade and compliance.
    *Oracle SOA Suite for healthcare integration helps healthcare organizations lower operating costs and speeds time-to-market by delivering a consistent user interface, management console and monitoring environment, as well as healthcare libraries and templates for healthcare customer projects.
    *Oracle SOA Suite for healthcare integration capabilities are part of the Healthcare Adapter for Oracle SOA Suite 11g.
    *A component of Oracle Fusion Middleware 11g, Oracle SOA Suite 11g is an integrated, best-of-breed suite that helps organizations rapidly design and assemble, deploy and manage, highly agile and adaptable business applications.
    For more details :
    http://www.oracle.com/us/corporate/press/520240
    Oracle SOA Suite for Healthcare Integration

    http://www.oracle.com/technetwork/middleware/healthcare/overview/index.html

  • Where is Oracle Lite DB installed? In Soa Suite inst. dir? Service needed?

    As far as I know Soa Suite can use a separate "full" Oracle (Express) DB.
    However user can omit this separate DB and use the built-in "Oracle lite" Database.
    Is this Oracle lite DB installed in the installation directory of Soa Suite or somewhere else on the hard disc?
    Does it need a Win service to run (similar to "full" Oracle DB) or does it run on-demand
    in AppServer?
    Peter

    you can go from olite to full DB, but not the other way round. When you do this change you may lose state in your inflight messages.
    to migrate from olite to Oracle DB do the following:
    1.) Ensure that the new target database is running.
    2.) Run IRCA script to create schemas for BPEL, ESB and OWSM in the new Database:
    Eg: irca all "localhost 1521 v102" welcome -overwrite3.) Make a backup of the file:
    ${OC4J_HOME}\config\data-sources.xml4.) Change the following ESB and BPEL connection pools to point to new DB resource.
    * BPELPM_CONNECTION_POOL
    * ESBAQJMSPool
    * ESBPool
    You can use either Enterprise Manager Console to perform this changes or edit the file: ${OC4J_HOME}\config\data-sources.xml
    Below is a sample of configuration for BPELPM_CONNECTION_POOL:
    <connection-pool name="BPELPM_CONNECTION_POOL">
    <connection-factory factory-class="oracle.jdbc.pool.OracleDataSource"
    user="orabpel_OracleAS_1"
    password="orabpel" url="jdbc:oracle:thin:@localhost:1521:xe"/>
    </connection-pool>5.) If you are changing from Olite DB to Oracle EE, look in the project's build.properties files for DB_URL and change DB_VENDOR from "olite" to "oracle"
    DB_VENDOR=oracleotherwise no change is neccesary.
    6.) Update ESB Metadata - Log into ESB schema (ORAESB) and change the value of DT_OC4J_HOST and DT_OC4J_HTTP_PORT to match your environment Hostname and Port and by running the following SQL script:
    insert into esb_parameter values('ACT_ID_RANGE', '400');
    insert into esb_parameter values('DT_OC4J_HOST', 'soainternal.mycompany.com');
    insert into esb_parameter values('DT_OC4J_HTTP_PORT', '7777');
    insert into esb_parameter values('PROP_NAME_INITIAL_CONTEXT_FACTORY', 'com.evermind.server.rmi.RMIInitialContextFactory');
    insert into esb_parameter values('PROP_NAME_DEFERRED_TCF_JNDI', 'OracleASjms/MyTCF');
    insert into esb_parameter values('PROP_NAME_DEFERRED_XATCF_JNDI', 'OracleASjms/MyXATCF');
    insert into esb_parameter values('PROP_NAME_DEFERRED_TOPIC_JNDI','OracleASjms/ESBDeferredTopic');
    insert into esb_parameter values('PROP_NAME_ERROR_TCF_JNDI', 'OracleASjms/MyTCF');
    insert into esb_parameter values('PROP_NAME_ERROR_XATCF_JNDI', 'OracleASjms/MyXATCF');
    insert into esb_parameter values('PROP_NAME_ERROR_TOPIC_JNDI', 'OracleASjms/ESBErrorTopic');
    insert into esb_parameter values('PROP_NAME_ERROR_RETRY_JNDI', 'OracleASjms/ESBErrorRetryTopic');
    insert into esb_parameter values('PROP_NAME_ERROR_RETRY_TCF_JNDI', 'OracleASjms/MyXATCF');
    insert into esb_parameter values('PROP_NAME_MONITOR_TCF_JNDI', 'OracleASjms/MyTCF');
    insert into esb_parameter values('PROP_NAME_MONITOR_TOPIC_JNDI', 'OracleASjms/ESBMonitorTopic');
    insert into esb_parameter values('PROP_NAME_CONTROL_TCF_JNDI', 'OracleASjms/MyXATCF');
    insert into esb_parameter values('PROP_NAME_CONTROL_TOPIC_JNDI', 'OracleASjms/ESBControlTopic');
    commit;
    select * from esb_parameter7.) Restart the SOA container and verify the opmn and J2EE container logs for any errors.
    cheers
    James

  • Certification plans for Oracle SOA Suite - Oracle Linux 6

    Hi
    just a silly question, what is the plan, or time frame to certify the Oracle Soa Suite 11.1..4 on Oracle Linux 6?
    Thanks

    Contact Oracle Support or your local Oracle Sales representative to know about this.
    Regards,
    Anuj

  • Error While Installation of SOA SUITE 11g

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

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

  • Cloning SOA Suite 11.1.1.2.0

    Hello,
    Please let me know if you have any pointer to cloning procedure of SOA Suite 11.1.1.2.0, Oracle documentation for this version is not complete.
    Any help that you could provide on this will be highly appreciated.
    Thansk!

    Hello,
    Please let me know if you have any pointer to cloning procedure of SOA Suite 11.1.1.2.0, Oracle documentation for this version is not complete.
    Any help that you could provide on this will be highly appreciated.
    Thansk!

  • Soa suite 11.1.1.5 installation steps in linux 64 bit machine

    Hi Everybody,
    I am installing SOA suite as follows:
    Redhat Linux Machine(64 bit):
    jdk:jdk1.0.6_26(as root user)
    rcu:as oracle user
    weblogic :as oracle user
    soa suite 11.1.1.5:as oracle user
    Will it be problem for user?Because i have installed jdk as root user.
    With Regards
    Jyoti
    Edited by: Jyoti on Aug 18, 2011 10:18 AM

    Below the Retry button,
    The above mentioned two prerequisites are not marked as tick(i think warning sign).But
    Checking for glibc-devel-2.5-x86_64;Not found.Failed
    Checking for glibc-devel-2.5-12-i386_64;Not found.Failed
    Checking for libaio-devel-0.3.106;Not found.Failed
    and many more failures.
    So Overall result of this check is:Failed
    Inside Kernel Parameters:
    Checking for hardnofiles=4096;hardnofiles=1024.failed
    Checking for hardnofiles=4096;hardnofiles=1024.failed
    Check complete.The overall result of this check is:failed
    Problem:The kernel parameters do not meet the requirements(see above).
    Recommendation: Perform operating systems specific instructions to
    With Regards
    Jyoti

  • SOA Suite Components on JBoss - not possible?

    Hi,
    I am currently evaluating the Oracle SOA products for a new project.
    We would like to use JBoss instead of OC4J and use Oracle BPEL Process Manager, Oracle ESB and Oracle Web Service Manager.
    Running on OC4J is not possible, especially since Oracle will replace it with Weblogic in the next release.
    What I have found are instructions for installing BPEL PM and the whole SOA Suite on JBoss.
    These are VERY COMPLEX and CUMBERSOME (two patches have to be installed semi-manually) installations and I have not been able to make them work in my first attempt.
    For ESB and WSM I have not seen any information at all.
    We have not bought the products yet and I have to say that this is a very bad start in the evaluation of product quality and support quality.
    Please clarify if Oracle's support for alternative application servers only exists in the data sheets or also in reality.
    If we purchase the components, will we have access to other installables that run directly on JBoss?
    If anyone has good experience with Oracle SOA on JBoss I'd be glad to know.
    Kind Regards
    Fabian

    Fabian,
    Oracle's support for other applications servers such as JBoss, Websphere, WebLogic, etc is more a sales story than something that people do in practice. Oracle doesn't want to lose a sale because a customer has a strategic alliance with a particular application server. So they support SOA Suite on the main competitors. Licensing is a dark art and I couldn't give you a 100% guarantee on how SOA Suite is sold but to get SOA Suite you need to license enterprise Application Server. SOA Suite is on top of this. If you turn it around if you buy SOA suite you get Oracle Application Server enterprise edition (includes OC4J) for free.
    So if you are looking at using JBoss for a cost cutting exercise I don't believe the licensing at Oracle will help you.
    The install for SOA Suite is the install for ESM + WSM, there is no separate install for these products for thrid party application servers. So you topology is not as flexible as it could be is you used Oracle Application Server.
    Your proposed option of SOA Suite (ESB, WSM) is an option using the document provided in previous post.
    When I say Oracle Application Server I mean Oracles existing Application Server, Not Web Logic. There is currently a progression of porting the OC4J apps to Weg Logic, this should be completed when 11g arrives. There are a few version release before this happens, each one providing more functionality.
    If I was you I would understand the price of SOA Suite on JBoss as apposed to Oracle Application Server. If the price comes close then I would go with using the Oracle Application Server. If you want to use the ESB, I would go with Aqua Logic installed on WLS. Currently SOA Suite is not certified on the 10.3 release hence keep it on the Oracle Application Server. There will be a migration path to 11g next year.
    cheers
    James

  • Business Rules Decision Service Error using SOA Suite with the WebLogic

    Hi,
    We are working with Oracle SOA Suite 10.1.3.4 on WebLogic 9.2. We have some decision services that work properly on Oracle SOA Suite 10.1.3.4 with Oracle Application Server. Following http://download.oracle.com/docs/cd/E12524_01/core.1013/e13058/weblogic.htm, we have made necesary changes and deployed bpel process and deployed manually Decision Services EAR Files on Weblogic.
    When we invoke decision service from BPEL proccess next error appears, Could anybody help me to knows if this is a product installation/configuration problem or there is a failure on my ear rule file?
    Any help would be appreciated. Regards,
    <messages><input><dsIn><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload"><assertExecuteWatchStateful name="AsignarTaller" xmlns="http://www.oracle.com/PoC/ProcesoTest/AsignarTaller">
    <configURL>http://devenv:9700/orabpel/default/modelo_proceso__test/1.0/decisionservices.decs</configURL>
    <bpelInstance>
    <processId xmlns="http://xmlns.oracle.com/bpel">modelo_proceso__test</processId>
    <processVersion xmlns="http://xmlns.oracle.com/bpel">1.0</processVersion>
    <domainId xmlns="http://xmlns.oracle.com/bpel">default</domainId>
    <processURL xmlns="http://xmlns.oracle.com/bpel">http://devenv:9700/orabpel/default/modelo_proceso__test/1.0</processURL>
    <instanceId xmlns="http://xmlns.oracle.com/bpel">80004</instanceId>
    <conversationId xmlns="http://xmlns.oracle.com/bpel"/>
    </bpelInstance>
    <assertList>
    <datosTaller xmlns="http://www.oracle.com/PoC/ReglaTalleres">
    <provincia>1</provincia>
    <nombreTaller/>
    </datosTaller>
    </assertList>
    </assertExecuteWatchStateful>
    </part></dsIn></input><fault><bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="code"><code>Server</code>
    </part><part name="summary"><summary>[Server CodecHandler] Failed to encode Failed to encode message</summary>
    </part><part name="detail"><detail>&lt;detail>
    &lt;bea_fault:stacktrace xmlns:bea_fault="http://www.bea.com/servers/wls70/webservice/fault/1.0.0" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">weblogic.wsee.codec.CodecException: Failed to encode message
         at weblogic.wsee.codec.soap11.SoapCodec.encode(SoapCodec.java:111)
         at weblogic.wsee.ws.dispatch.server.CodecHandler.encode(CodecHandler.java:103)
         at weblogic.wsee.ws.dispatch.server.CodecHandler.handleResponse(CodecHandler.java:50)
         at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:242)
         at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:226)
         at weblogic.wsee.ws.dispatch.server.ServerDispatcher.callHandleResponse(ServerDispatcher.java:142)
         at weblogic.wsee.ws.dispatch.server.ServerDispatcher.dispatch(ServerDispatcher.java:115)
         at weblogic.wsee.ws.WsSkel.invoke(WsSkel.java:80)
         at weblogic.wsee.server.servlet.SoapProcessor.handlePost(SoapProcessor.java:66)
         at weblogic.wsee.server.servlet.SoapProcessor.process(SoapProcessor.java:44)
         at weblogic.wsee.server.servlet.BaseWSServlet$AuthorizedInvoke.run(BaseWSServlet.java:181)
         at weblogic.wsee.server.servlet.BaseWSServlet.service(BaseWSServlet.java:92)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3244)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2010)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Caused by: com.bea.xml.XmlException: object type unknown: class oracle.xml.parser.v2.XMLElement
         at weblogic.wsee.bind.types.SOAPElementTypeMapper.serialize(SOAPElementTypeMapper.java:94)
         at weblogic.wsee.bind.types.SOAPElementTypeMapper.serializeElement(SOAPElementTypeMapper.java:110)
         at weblogic.wsee.bind.types.TypeRegistry.serializeElement(TypeRegistry.java:161)
         at weblogic.wsee.bind.runtime.internal.BaseSerializerContext.serializeElement(BaseSerializerContext.java:123)
         at weblogic.wsee.codec.soap11.SoapEncoder.encodePart(SoapEncoder.java:272)
         at weblogic.wsee.codec.soap11.SoapEncoder.encodeReturn(SoapEncoder.java:188)
         at weblogic.wsee.codec.soap11.SoapEncoder.encodeParts(SoapEncoder.java:175)
         at weblogic.wsee.codec.soap11.SoapEncoder.encode(SoapEncoder.java:102)
         at weblogic.wsee.codec.soap11.SoapCodec.encode(SoapCodec.java:105)
         ... 24 more
    Caused by: com.bea.xml.XmlException: object type unknown: class oracle.xml.parser.v2.XMLElement
         at weblogic.wsee.bind.types.SOAPElementTypeMapper.serialize(SOAPElementTypeMapper.java:94)
         at weblogic.wsee.bind.types.SOAPElementTypeMapper.serializeElement(SOAPElementTypeMapper.java:110)
         at weblogic.wsee.bind.types.TypeRegistry.serializeElement(TypeRegistry.java:161)
         at weblogic.wsee.bind.runtime.internal.BaseSerializerContext.serializeElement(BaseSerializerContext.java:123)
         at weblogic.wsee.codec.soap11.SoapEncoder.encodePart(SoapEncoder.java:272)
         at weblogic.wsee.codec.soap11.SoapEncoder.encodeReturn(SoapEncoder.java:188)
         at weblogic.wsee.codec.soap11.SoapEncoder.encodeParts(SoapEncoder.java:175)
         at weblogic.wsee.codec.soap11.SoapEncoder.encode(SoapEncoder.java:102)
         at weblogic.wsee.codec.soap11.SoapCodec.encode(SoapCodec.java:105)
         at weblogic.wsee.ws.dispatch.server.CodecHandler.encode(CodecHandler.java:103)
         at weblogic.wsee.ws.dispatch.server.CodecHandler.handleResponse(CodecHandler.java:50)
         at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:242)
         at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:226)
         at weblogic.wsee.ws.dispatch.server.ServerDispatcher.callHandleResponse(ServerDispatcher.java:142)
         at weblogic.wsee.ws.dispatch.server.ServerDispatcher.dispatch(ServerDispatcher.java:115)
         at weblogic.wsee.ws.WsSkel.invoke(WsSkel.java:80)
         at weblogic.wsee.server.servlet.SoapProcessor.handlePost(SoapProcessor.java:66)
         at weblogic.wsee.server.servlet.SoapProcessor.process(SoapProcessor.java:44)
         at weblogic.wsee.server.servlet.BaseWSServlet$AuthorizedInvoke.run(BaseWSServlet.java:181)
         at weblogic.wsee.server.servlet.BaseWSServlet.service(BaseWSServlet.java:92)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3244)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2010)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    &lt;/bea_fault:stacktrace>
    &lt;/detail>
    </detail>
    </part></bindingFault></fault></messages>

    Hi Boris,
    Looks like you have not run the post upgrade script for 10.1.3.4.
    You need to install SOA 10.1.3.4 Basic Installation. Then start following : http://download.oracle.com/docs/cd/E12524_01/core.1013/e13058/weblogic.htm#BHCIIBFB
    You basically, first install 10.1.3.4 basic SOA install, Apply the Opatch 7337034 (HOTPLUG: SOASUITE 10.1.3.4 ON WEBLOGIC 9.2 - CHANGES FOR HOTPLUGGABILITY). Install WLS 9.2 MP3.
    Now, Download the Oracle SOA Suite 10.1.3.4 WebLogic Server 9.2 : patch : 7490612.
    Then , Modify the following mandatory installation properties in the Weblogic_SOA10134_Base\SOADomain.properties file as per the documentation above.
    Cheers
    Anirudh Pucha

  • EBS - EDI Integration using SOA Suite EBS Adapter

    Hi, We would be receiving EDI 850 PO document in Oracle B2B. We want to update this EDI 850 document in EBS. We are using EBS Adapter. But we don't have much idea on how EDI method works in EBS. Couldn't find much references for implementation. Pls. provide some details if you have done this before.
    Thanks!

    Do you have SOA installed and integrated with R12? If not, please see these docs.
    Integrating Oracle E-Business Suite 12.1.3 with BPEL in SOA Suite 11g [ID 1070257.1]
    Useful Articles for the Oracle E-Business Suite Technology Stack for Technical Consultant / DBA [ID 828157.1] -- SOA/BPEL/Webservices
    Integrating Oracle E-Business Suite Release 12 with Oracle BPEL available in Oracle SOA Suite 11g [ID 1321776.1]
    Installing Oracle E-Business Suite Integrated SOA Gateway, Release 12 [ID 556540.1]
    Troubleshooting and Known Issues for EBS SOA Suite Deployment in R12.1.1 [ID 797596.1]
    Thanks,
    Hussein

  • Any tutorial for SOA Suite Rules Author ?

    Hi
    Thank you for reading my post
    is there some tutorial available for oracle Rules Author?
    I tried to define some rules but i stoped after i create a rule repository (a plain file)
    thanks

    The Release 3 (10.1.3.1.0) Developer Preview Docs for Oracle SOA Suite is here:
    http://download-west.oracle.com/otn_hosted_doc/soa/docs/index.htm
    which has the Rules User Guide and the RL Language Ref Guide.
    HTH,
    Nilanshu

Maybe you are looking for