SOA Demo: ORABPEL-02052  Deploying SelectManufacturer

This problem has been reported elsewhere, but none of the suggested solutions seem to solve the problem in my case.
I am attempting to build then SOA Demo application. When attempting to deploy the "SelectManufacturer" application I fail with the following error stream:
BUILD FAILED
+/home/oracle/SoaDemo_Home/SOADEMO/SelectManufacturer/build.xml:174: A problem occured while connecting to server "<servername>" using port "8888": ORABPEL-02052+
Cannot lookup BPEL domain.
The BPEL domain "default" cannot be found; the domain may not have initialized properly.
Please verify that the BPEL domain loader has a valid set of initialization properties in the application properties file.
at com.collaxa.cube.engine.CubeEngineHolder.getStatus(CubeEngineHolder.java:41)
at com.collaxa.cube.engine.CubeEngineHolder.getEngine(CubeEngineHolder.java:52)
at com.collaxa.cube.engine.CubeContextManager.initialize(CubeContextManager.java:29)
at com.collaxa.cube.engine.CubeContextManager.create(CubeContextManager.java:57)
at com.collaxa.cube.ejb.impl.BaseCubeSessionBean.createContext(BaseCubeSessionBean.java:83)
at com.collaxa.cube.ejb.impl.FinderBean.lookupDomain(FinderBean.java:66)
at sun.reflect.GeneratedMethodAccessor242.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.JAASInterceptor$1.run(JAASInterceptor.java:31)
at com.evermind.server.ThreadState.runAs(ThreadState.java:693)
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.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43)
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 FinderBean_RemoteProxy_4bin6i8.lookupDomain(Unknown Source)
at com.oracle.bpel.client.Locator.lookupDomain(Locator.java:228)
+at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:335)+
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)
Comments:
-"<servername>" in the above error stream has been edited for security reasons. I'm using the fully concatenated network name which I use in the URL address to access the SOA home page, so I am connecting fine. I do not believe that the server name is part of the problem here. Using "localhost" or "127.0.0.1" does not change the error message.
-if I connect to "BPEL Control" from the SOA Suite homepage as the oc4jadmin user I receive a message saying "No domains accessible to the user logged in" ; if I then proceed to the "BPEL Admin" screen, no domains are listed and I am unable to create any new domains. My current thinking is that my inability to see a default domain listed on these pages is related to JDev's inability to connect to the default domain, but I'm unaware of how to proceed.
-the "default" domain directory exists under ~/bpel/domains where ~ is the Application Server home directory
-I am working on 32bit Linux, using Oracle 10.2.0.2.
-All demo default ports are being used. The default password for oc4jadmin has been changed and I am using the fully concatenated server hostname.
-I am working with SOA Suite 10.1.0.3.4, Oracle Application Server 10.1.3.4 and Jdeveloper 10.1.3.4.0, since these are the releases currently available for download.
-All of the various products are installed under a single base directory /home/oracle with the following product home directories:
ORACLE_HOME /home/oracle/10g
APPSERVER_HOME /home/oracle/OracleAS_10.1.3.1.0
JDEV_HOME /home/oracle/JServer10.1.3.4
SOADEMO_HOME /home/oracle/SoaDemo_Home/SOADEMO
Any help in working through this error would be greatly appreciated.

I have now solved this problem: I upgraded the BPEL database schema to Application Server 10.1.3.4 from the 10.1.3.3 installation level and can now deploy SelectManufacturer without any build errors. Additionally, when I log into BPEL Admin I see the available default domain.
In my initial description of the problem, I had also mentioned that I was unable to access the "default" domain from BPEL Admin; whenever I logged into the BPEL Admin page as "oc4jadmin" I received a
message saying "No domains accessible to the user logged in" . Since the various published solutions for resolving ORABPEL-02052 errors did not work in my case, I decided to try to resolve the BPEL Admin domain access problem.
Checking the <APPSERVER_HOME>/opmn/logs//default_group~home~default_group~1.log , I found several iterations of ORABPEL-03003 errors, e.g.:
<em>08/10/22 14:47:17 ORABPEL-03003</em>
<em>Incorrect db schema version.
The database schema version "2.0.4" from the database does not match the version "10.1.3.4.0" expected by the server.
The database schema currently in place has probably been configured for a previous release; please re-install the database schema and try to start the server again.
</em>Checking OTN Forum, I found a discussion at
Re: No domains accessible to the user logged in Error in BPEL Console
which suggested that this error could be resolved by upgrading the BPEL schema. To upgrade the BPEL schema the following is done:
<em>cd &lt;APPSERVER_HOME&gt;/bpel/system/database/scripts
sqlplus orabpel/&lt;password&gt;
@upgrade_10133_10134_oracle.sql</em>
(Note that other scripts in this directory may be appropriate depending on which Oracle database is being used and which version of the BPEL schema was originally installed).
After running the upgrade script and restarting all of the SOA processes, I found that I could successfully deploy SelectManufacturer from Jdeveloper; that accessing the BPEL Admin screen no longer returned a message indicating that no domains were accessible to the user logged in; and no further ORABPEL-03003 errors were found in the opmn log file. So it does appear that upgrading the BPEL schema solved this problem.
Thanks to all who responded.

Similar Messages

  • SOA demo app

    I am trying to learn some SOA from the 10g soa suite demo app. I have created the ESB Project "FullFillmentESB" and when I compile there are no errors. When I try to do the step below
    In the Application Navigator, right-click the FulfillmentESB project and select Register with ESB > SoademoIntegServer, where SoademoIntegServer is the name of the connection to the integration server. When registration is complete, JDeveloper displays a confirmation dialog.
    I am getting the error,
    Entity Deployment Failed
    error code 1001:5
    summary: Failed to create service "FedexShipment"
    Fix: ensure that the (a) Repository is available (b) The connection information for the repository is valid. verify the detailed cause of the error if available. Contact oracle support if error not fixable.
    Could any one please help how to resolve this?

    I get a similar issue.
    Entity Deployment Failed
    error code: 1000 : 5
    summary: -
    Fix: Contact Oracle Support
    The zip file is in the Oracle\SOA\integration\esb\oraesb\deploy folder.
    In Oracle\SOA\j2ee\home\log\home_default_group_1\oc4j\log.xml, it looks as though it is dying after resolving the location of the FulFillment_OrderFulFillment.wsdl. But it was successful with the 4 before it...
    <PAYLOAD>
    <MSG_TEXT>deployment failed with error </MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[java.lang.NullPointerException
         at oracle.tip.esb.console.util.ServiceUtil.createServiceDefinition(Unknown Source)
         at oracle.tip.esb.console.util.ServiceUtil.createRoutingService(Unknown Source)
         at oracle.tip.esb.console.XMLConsoleManagerImpl.handleServiceType(Unknown Source)
         at oracle.tip.esb.console.XMLConsoleManagerImpl.populateServiceEntity(Unknown Source)
         at oracle.tip.esb.console.XMLConsoleManagerImpl.createServiceFromElement(Unknown Source)
         at oracle.tip.esb.configuration.deployment.JDevDeploymentManager.createEntity(Unknown Source)
         at oracle.tip.esb.configuration.deployment.JDevDeploymentManager.createServices(Unknown Source)
         at oracle.tip.esb.configuration.deployment.JDevDeploymentManager.deploy(Unknown Source)
         at oracle.tip.esb.configuration.deployment.DeploymentServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE
    Any insight would be appreciated.
    Thanks...joe

  • ORABPEL-02052 and cannot add a new domain

    Hi, I develope a very simple BPEL processes and ant it. But it shows error ORABPEL-02052. I add
    <property id="optSoapShortcut">
    <name>Make Calls Via Soap Stack</name>
    <value>true</value>
    <comment><![CDATA[
    Make Calls Via Soap Stack.
    <p/>
    The default value is true.
    ]]></comment>
    </property>
    in domain.xml file. Then, I stop and re start application server. But I still cannot ant the bpel process. However, in the BPEL control, I cannot add a new domain. And it shows err:
    Oracle BPEL Server 10.1.3.4.0
    0
    Fri Jul 18 07:32:24 PDT 2008
    release
    PCBPEL_10.1.3.4.0_GENERIC_080718.0645
    javax.servlet.ServletException
    I use XP and install patch of 10.1.3.4

    I reinstall DB and application server this weekend. I do not install the patch this time.
    This error has not appeared.
    I can add a new domain and delete it in the BPEL control. However, after I add a new domain. I cannot login to the BPEL control from Start->soaInstance->Oracle BPEL processes Manager->BPEL control.
    If I need to login to the default domain, I should key in the default after the address. Why I should do this?
    Edited by: [email protected] on 2009-3-8 下午8:20

  • SOA Composites not getting deployed after adding AppsLoggerService

    Hi
    I am trying to enable logging for mediator components. I followed this kix page (Fusion Logging and Error Handling for SOA[https://kix.oraclecorp.com/KIX/display.php?labelId=1918&articleId=200788]) to enable the logging.
    After adding the service to use AppsLoggerService I am not able to deploy the composites to the SOA server. However deployment of composites without this change goes fine. To enable mediator level logging I created a ADF-BC service and provided the AppsLoggerService WSDL and in the mplan I craeted a xsl for transformation. I am getting this error on deployment :
    Deploying profile...
    [04:15:09 PM] Wrote Archive Module to /ade/rkpanda_mediatorlogging/fusionapps/prc/deploy/sca_PrcPonDisqualifyRespNotifComposite_rev1.0.jar
    [04:15:09 PM] Deploying sca_PrcPonDisqualifyRespNotifComposite_rev1.0.jar to soa_server1 [adc60091fems.us.oracle.com:6169]
    [04:15:09 PM] Processing sar=/ade/rkpanda_mediatorlogging/fusionapps/prc/deploy/sca_PrcPonDisqualifyRespNotifComposite_rev1.0.jar
    [04:15:09 PM] Adding sar file - /ade/rkpanda_mediatorlogging/fusionapps/prc/deploy/sca_PrcPonDisqualifyRespNotifComposite_rev1.0.jar
    [04:15:09 PM] Preparing to send HTTP request for deployment
    [04:15:09 PM] Creating HTTP connection to host:adc60091fems.us.oracle.com, port:6169
    [04:15:09 PM] Sending internal deployment descriptor
    [04:15:09 PM] Sending archive - sca_PrcPonDisqualifyRespNotifComposite_rev1.0.jar
    [04:15:26 PM] Received HTTP response from the server, response code=500
    [04:15:26 PM] Error deploying archive sca_PrcPonDisqualifyRespNotifComposite_rev1.0.jar to soa_server1 [adc60091fems.us.oracle.com:6169]
    [04:15:26 PM] HTTP error code returned [500]
    [04:15:26 PM] Error message from server:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">
    <HTML>
    <HEAD>
    <TITLE>Error 500--Internal Server Error</TITLE>
    <META NAME="GENERATOR" CONTENT="WebLogic Server">
    </HEAD>
    <BODY bgcolor="white">
    <FONT FACE=Helvetica><BR CLEAR=all>
    <TABLE border=0 cellspacing=5><TR><TD><BR CLEAR=all>
    <FONT FACE="Helvetica" COLOR="black" SIZE="3"><H2>Error 500--Internal Server Error</H2>
    </FONT></TD></TR>
    </TABLE>
    <TABLE border=0 width=100% cellpadding=10><TR><TD VALIGN=top WIDTH=100% BGCOLOR=white><FONT FACE="Courier New"><pre>javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/eclipse/persistence/internal/oxm/record/DOMReader
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:333)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         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:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.NoClassDefFoundError: org/eclipse/persistence/internal/oxm/record/DOMReader
         at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:325)
         at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:424)
         at org.eclipse.persistence.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:532)
         at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.getSchema(SDOTypesGenerator.java:2184)
         at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.getSchema(SDOTypesGenerator.java:2165)
         at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.define(SDOTypesGenerator.java:116)
         at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.define(SDOTypesGenerator.java:112)
         at org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate.define(SDOXSDHelperDelegate.java:325)
         at oracle.integration.platform.blocks.sdox.SDOUtils.registerSDOFromTypes(SDOUtils.java:332)
         at oracle.integration.platform.blocks.sdox.SDOUtils.registerSDOs(SDOUtils.java:271)
         at oracle.integration.platform.blocks.sdox.SDOUtils.getPortMetaData(SDOUtils.java:256)
         at oracle.integration.platform.blocks.sdox.SDOUtils.registerSDOs(SDOUtils.java:170)
         at oracle.integration.platform.blocks.sdox.SDOExternalBindingComponent.load(SDOExternalBindingComponent.java:258)
         at oracle.integration.platform.blocks.sdox.SDOExternalBindingComponent.load(SDOExternalBindingComponent.java:33)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployReferences(CompositeDeploymentConnection.java:202)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:94)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:144)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.load(CompositeDeploymentManagerImpl.java:62)
         at sun.reflect.GeneratedMethodAccessor2555.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:296)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:177)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
         at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:69)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy199.load(Unknown Source)
         at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:32)
         at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:352)
         at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:217)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:159)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:108)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:96)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:77)
         at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:153)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
         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:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         ... 6 more
    </pre></FONT></TD></TR>
    </TABLE>
    </BODY>
    </HTML>
    [04:15:26 PM] Check server log for more details.
    [04:15:26 PM] Error deploying archive sca_PrcPonDisqualifyRespNotifComposite_rev1.0.jar to soa_server1 [adc60091fems.us.oracle.com:6169]
    [04:15:26 PM] #### Deployment incomplete. ####
    [04:15:26 PM] Error deploying archive file:/ade/rkpanda_mediatorlogging/fusionapps/prc/deploy/sca_PrcPonDisqualifyRespNotifComposite_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    I have tried deploying the composites from the jdev and the terminal but in both the case I am getting the same error.
    Thanks,
    Rakesh

    Hi
    I am trying to enable logging for mediator components. I followed this kix page (Fusion Logging and Error Handling for SOA[https://kix.oraclecorp.com/KIX/display.php?labelId=1918&articleId=200788]) to enable the logging.
    After adding the service to use AppsLoggerService I am not able to deploy the composites to the SOA server. However deployment of composites without this change goes fine. To enable mediator level logging I created a ADF-BC service and provided the AppsLoggerService WSDL and in the mplan I craeted a xsl for transformation. I am getting this error on deployment :
    Deploying profile...
    [04:15:09 PM] Wrote Archive Module to /ade/rkpanda_mediatorlogging/fusionapps/prc/deploy/sca_PrcPonDisqualifyRespNotifComposite_rev1.0.jar
    [04:15:09 PM] Deploying sca_PrcPonDisqualifyRespNotifComposite_rev1.0.jar to soa_server1 [adc60091fems.us.oracle.com:6169]
    [04:15:09 PM] Processing sar=/ade/rkpanda_mediatorlogging/fusionapps/prc/deploy/sca_PrcPonDisqualifyRespNotifComposite_rev1.0.jar
    [04:15:09 PM] Adding sar file - /ade/rkpanda_mediatorlogging/fusionapps/prc/deploy/sca_PrcPonDisqualifyRespNotifComposite_rev1.0.jar
    [04:15:09 PM] Preparing to send HTTP request for deployment
    [04:15:09 PM] Creating HTTP connection to host:adc60091fems.us.oracle.com, port:6169
    [04:15:09 PM] Sending internal deployment descriptor
    [04:15:09 PM] Sending archive - sca_PrcPonDisqualifyRespNotifComposite_rev1.0.jar
    [04:15:26 PM] Received HTTP response from the server, response code=500
    [04:15:26 PM] Error deploying archive sca_PrcPonDisqualifyRespNotifComposite_rev1.0.jar to soa_server1 [adc60091fems.us.oracle.com:6169]
    [04:15:26 PM] HTTP error code returned [500]
    [04:15:26 PM] Error message from server:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">
    <HTML>
    <HEAD>
    <TITLE>Error 500--Internal Server Error</TITLE>
    <META NAME="GENERATOR" CONTENT="WebLogic Server">
    </HEAD>
    <BODY bgcolor="white">
    <FONT FACE=Helvetica><BR CLEAR=all>
    <TABLE border=0 cellspacing=5><TR><TD><BR CLEAR=all>
    <FONT FACE="Helvetica" COLOR="black" SIZE="3"><H2>Error 500--Internal Server Error</H2>
    </FONT></TD></TR>
    </TABLE>
    <TABLE border=0 width=100% cellpadding=10><TR><TD VALIGN=top WIDTH=100% BGCOLOR=white><FONT FACE="Courier New"><pre>javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/eclipse/persistence/internal/oxm/record/DOMReader
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:333)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         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:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.NoClassDefFoundError: org/eclipse/persistence/internal/oxm/record/DOMReader
         at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:325)
         at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:424)
         at org.eclipse.persistence.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:532)
         at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.getSchema(SDOTypesGenerator.java:2184)
         at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.getSchema(SDOTypesGenerator.java:2165)
         at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.define(SDOTypesGenerator.java:116)
         at org.eclipse.persistence.sdo.helper.SDOTypesGenerator.define(SDOTypesGenerator.java:112)
         at org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate.define(SDOXSDHelperDelegate.java:325)
         at oracle.integration.platform.blocks.sdox.SDOUtils.registerSDOFromTypes(SDOUtils.java:332)
         at oracle.integration.platform.blocks.sdox.SDOUtils.registerSDOs(SDOUtils.java:271)
         at oracle.integration.platform.blocks.sdox.SDOUtils.getPortMetaData(SDOUtils.java:256)
         at oracle.integration.platform.blocks.sdox.SDOUtils.registerSDOs(SDOUtils.java:170)
         at oracle.integration.platform.blocks.sdox.SDOExternalBindingComponent.load(SDOExternalBindingComponent.java:258)
         at oracle.integration.platform.blocks.sdox.SDOExternalBindingComponent.load(SDOExternalBindingComponent.java:33)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployReferences(CompositeDeploymentConnection.java:202)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:94)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:144)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.load(CompositeDeploymentManagerImpl.java:62)
         at sun.reflect.GeneratedMethodAccessor2555.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:296)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:177)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
         at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:69)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy199.load(Unknown Source)
         at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:32)
         at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:352)
         at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:217)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:159)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:108)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:96)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:77)
         at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:153)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
         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:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         ... 6 more
    </pre></FONT></TD></TR>
    </TABLE>
    </BODY>
    </HTML>
    [04:15:26 PM] Check server log for more details.
    [04:15:26 PM] Error deploying archive sca_PrcPonDisqualifyRespNotifComposite_rev1.0.jar to soa_server1 [adc60091fems.us.oracle.com:6169]
    [04:15:26 PM] #### Deployment incomplete. ####
    [04:15:26 PM] Error deploying archive file:/ade/rkpanda_mediatorlogging/fusionapps/prc/deploy/sca_PrcPonDisqualifyRespNotifComposite_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    I have tried deploying the composites from the jdev and the terminal but in both the case I am getting the same error.
    Thanks,
    Rakesh

  • Suggested change to SOA demo documentation: frequent mention of soademo_101

    Many of the SOA/BPEL/ESB related tutorials tell you that you must download
    soademo_101310_prod.zip to get the code you'll need for the SOA demo.
    Actually, the *.sql files and othe code which you need is (at least sometimes) in the *.zip
    you already downloaded to install the SOA suite project, so perhaps there's never a need to
    find such a file. If the contents of soademo_101310_prod.zip are always
    contained in the product download, then the SOA Suite documentation pages
    should remove references to needing to go find it. One of many such pages
    is:
    http://download.oracle.com/docs/cd/B31017_01/core.1013/b28937/setting_up.htm#CHDGIAAC
    If needed, the file actually can be downloaded (with thanks to [email protected]
    for pointing this out) at:
    http://download.oracle.com/otn/nt/ias/101310/soademo_101310_prod.zip
    Thx. - Pierre

    Many of the SOA/BPEL/ESB related tutorials tell you that you must download
    soademo_101310_prod.zip to get the code you'll need for the SOA demo.
    Actually, the *.sql files and othe code which you need is (at least sometimes) in the *.zip
    you already downloaded to install the SOA suite project, so perhaps there's never a need to
    find such a file. If the contents of soademo_101310_prod.zip are always
    contained in the product download, then the SOA Suite documentation pages
    should remove references to needing to go find it. One of many such pages
    is:
    http://download.oracle.com/docs/cd/B31017_01/core.1013/b28937/setting_up.htm#CHDGIAAC
    If needed, the file actually can be downloaded (with thanks to [email protected]
    for pointing this out) at:
    http://download.oracle.com/otn/nt/ias/101310/soademo_101310_prod.zip
    Thx. - Pierre

  • Problem in the setup of oracle soa " could not get deployment manage"

    hi,
    i'm trying to install Oracle SOA with oracle database XE, but i'm having an error message in the oracle bpel process manager configuration assistant: 'could not get deployment manage'..
    can u help me please!!!

    Is the database up and running, can you connect to the orabpel user?
    cheers
    James

  • ORABPEL-02100 - Deployed Process "Lost" under load.

    We've experience yet another load related BPEL issue. We have three servers running OAS+BPEL with the same set of BPEL processes deployed on each. Requests are round-robin'ed across all three. We had an unexpected load placed on the servers by a non-BPEL process. BPEL did the usual (timesouts => MRQ) and once the issue resolved we recovered stuff from the MRQ and thought everything OK. We then noticed 1 in 3 orchestration failing. One of the App Servers had 'lost' a BPEL process:
    "Error while invoking bean "process manager": Cannot find process content file.
    Cannot find the content file "1.0" for process "BCJ-WR05-Process" (revision "").
    Please check that the path "1.0" is correct and refers to a file that has been included as a part of the deployment archive.
    ORABPEL-02100 etc"
    Anyone experienced this problem?
    Regards
    Rob

    interestingly it appears the deployed jat files is corrupt - it's missing the final 242 bytes ?! It's fine on the install media (CD) so it looks like BPEL has truncated it either during deployment or at some later point. Sigh.

  • ORABPEL-02100 - Deployed file location becoming corrupt.

    I've had an SR open with Oracle for months on this one and it's made zero progress. Under load (BPEL 10.1.2.2) we sometime see the following error :
    <BaseCubeSessionBean::logWarning> Error while invoking bean "process manager": Cannot find process content file.
    Cannot find the content file "1.0" for process "TaskActionHandler" (revision "").
    Please check that the path "1.0" is correct and refers to a file that has been included as a part of the
    deployment archive.
    Once the problem starts we have to re-start bpel to clear it. The content file name has become corrupt and instead suddenly contains the revision number. Revision number has in turn become null. This can effect any of the deployed processes and appears to be random but perhaps load related.
    Luckily it's rare but has a catastrophic effect on the the in-flight instances.
    Rob

    I got fed up waiting for something (anthing!) positive from Oracle Support on this so decided trawl the BPEL logs myself...
    Our ORABPEL-02100 error appears to be a side effect of an earlier problem:
    The first time a BPEL process is called we sometimes see :
    08/01/28 05:01:39 java.lang.ArrayIndexOutOfBoundsException: 10
    08/01/28 05:01:39 at java.util.ArrayList.add(ArrayList.java:355)
    08/01/28 05:01:39 at com.collaxa.cube.rm.suitcase.PartnerLinkBindingsDescriptor.getPartnerLinkBinding
    s(PartnerLinkBindingsDescriptor.java:50)
    etc
    Every time the service is invoked afterwards (until we restart BPEL) we see:
    08/01/28 05:51:33 java.lang.NullPointerException
    08/01/28 05:51:33 at com.collaxa.cube.xml.xsd.xerces.ProcessSchemaManager.loadWSDLs(ProcessSchemaMana
    ger.java:181)
    etc
    It appears to occur when you get a two parallel threads executing the same BPEL process at exactly the same time where that process has yet to be invoked since the App Server started. To me it looks like a java sychronisation issue in the wsdl caching code.
    Anyone else experienced this arrayList exception in getPartnerLinkBinding ?

  • ORABPEL-05250 - Deployment error after embedding java code

    hi i am getting the following error when deploying my composite i added embedded java and imported the necessary classes i think but if i take the embedded java out it deploys succsefully :
    [09:17:17 PM] Received HTTP response from the server, response code=500
    [09:17:17 PM] Error deploying archive sca_getPickFile_rev1.0.jar to partition "default" on server SANDPIT_SOA
    [09:17:17 PM] HTTP error code returned [500]
    [09:17:17 PM] Error message from server:
    There was an error deploying the composite on SANDPIT_SOA: Error occurred during deployment of component: processGetPckFile to service engine: implementation.bpel, for composite: getPickFile: ORABPEL-05250
    Error deploying BPEL suitcase.
    error while attempting to deploy the BPEL component file "/u01/oracle/FSOAS/product/fmw/user_projects/domains/FSOAS_domain/servers/SANDPIT_SOA/dc/soa_e76b434b-6704-4820-b544-ad56277e0fd9"; the exception reported is: java.lang.RuntimeException: failed to compile execlets of processGetPckFile
    This error contained an exception thrown by the underlying deployment module.
    Verify the exception trace in the log (with logging level set to debug mode).
    [09:17:17 PM] Check server log for more details.
    [09:17:17 PM] Error deploying archive sca_getPickFile_rev1.0.jar to partition "default" on server SANDPIT_SOA
    [09:17:17 PM] #### Deployment incomplete. ####
    [09:17:17 PM] Error deploying archive file:/C:/JDeveloper/mywork/pdfService/getPickFile/deploy/sca_getPickFile_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)

    Hi
    some times this error comes if the Packages for using JAVA are not i mported into BPEL Weused to get same error but after importing the packages the error usually used to be solved please check whether if the class files which you are using are correctly imported or not
    ex
    <import location="java.util.Properties"
    importType="http://schemas.oracle.com/bpel/extension/java"/>
    <import location="java.io.*"
    importType="http://schemas.oracle.com/bpel/extension/java"/>

  • ORABPEL-09903 deploy Pooling Sybase

    HI,
    I'm trying to deploy my BPEL Process with a POOLING database SYBASE but I am getting below error.
    I've read post about ORABPEL-09903 but i've no response for SYBASE POOLING
    cf error :
    Problème détecté lors de la connexion au serveur "oracommedia" sur le port "8894" : bpel_TestPoolingSybase_1.0.jar failed to deploy. Exception message is: ORABPEL-09903
    Impossible d'initialiser l'agent d'activation.
    Une erreur s'est produite lors de l'initialisation d'un agent d'activation pour le processus "TestPoolingSybase", révision "1.0".
    Vérifiez que les agents dactivation sont configurés correctement dans le descripteur de déploiement BPEL (bpel.xml).
    oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: java.lang.reflect.InvocationTargetException
    at com.collaxa.cube.engine.core.BaseCubeProcess.startAllActivationAgents(BaseCubeProcess.java:370)
    at com.collaxa.cube.engine.deployment.DeploymentManager.activateDefaultRevision(DeploymentManager.java:1577)
    at com.collaxa.cube.engine.deployment.DeploymentManager.setDefaultRevision(DeploymentManager.java:1536)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:886)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:728)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)
    at sun.reflect.GeneratedMethodAccessor89.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.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:646)
    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 DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:319)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:341)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Could you please let me know what exactly I am doing wrong.
    Best Regards
    John

    anyone has solution to this problem?

  • Setup of SOA demo in SAP backend system

    The scenario is the following:
    I have found a WS that I want my customers to be able to call in order to query invoice information. The WS is u201CSupplierInvoiceERPByIDQueryResponse_Inu201D and is found using the ESworkplace.
    I am using PI 7.0 and I want to use the Service Registry in PI to expose my services. As I understand it is NOT recommended to use PI 7.0 but the SAP backend (ECC) should be used instead.
    What are the steps that should be involved?
    a) How to locate the WS in SAPBACKEND?
    b) How to publish this WS from SAPBACKEND to the PI service registry (SR)?
    c) How to make the WS "connected" to the SAP system?
    d) How can the customers "consume"/execute the WS?
    e) How can my customers browse the SR in order to find the WS? what is best practice?
    f) Why are the route through PI NOT recommended - SAP proclaims that PI should be the central processing component in a SAP landscape in these SOA times so why not use PI?
    Hope someone can help me out.
    Cheers

    Hey,
    This document describe how the handle audit the the sender and the receiver systems are SAP system, when one of the sides (sender/receiver) is not SAP system,
    than the configuration become much more complex.
    As of XI SP18, there are ways to control ALEAUD,
    for more information, read:
    http://help.sap.com/saphelp_nw04/helpdata/en/42/c8f66bc7a56bb0e10000000a1553f6/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_xi/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d393634373435%7d
    /people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc

  • SOA Demo: worklist application doesnt show the created task!

    I dont know why but after creating task that doesn´t show to be aproved on work list!
    I cant see any kind of error...
    What can be done?

    The task is in administration tasks. But the next problem is that the HumanTaskForm application is 404 not found, this because the deploy and relationship in deployment descriptors was different from OC4J to Weblogic and JDev doesn't deploy the humanTask application of the BPEL process.
    So I created and modified the application.xml, web.xml and weblogic.xml to manually deploy from weblogic console. But we passed from Error 404--not found to Error 503--Service Unavailable.
    Has anybody approached and solved this problem of HumanTaskForm of BPEL on Weblogic?
    Edited by: user10247180 on 15-dic-2008 7.56

  • Where can I find tutorial or demo about application deployment with JDev?

    I am currently trying to deploy developed application to local standalone OC4J and will deploy it also to 9iAS in near future. It's my first time to use jdev to develop and deploy applications based on ADF. Can anyone share with me some resources on jdev deployment? Thanks

    Try the JDeveloper online help there is a complete chapter about deployment.
    The basic steps are:
    Deploy the ADF runtime using the option in the tools->menu and then create a WAR file and deploy it.

  • [Error ORABPEL-10903]: failed to read wsdl

    Hi,
    I am trying to deploy the Order booking application in Oracle SOA suite (10.1.3.2.0), and while deploying the SOAOrderBooking BPEL application to the application server, i get this error. I am following the SOA demo guide to deploy this sample application step-by-step.
    I can access the 2 URLS -
    a) http://localhost:8888/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl
    b) http://KOLDXP-SHASEN:8888/orabpel/xmllib/ws-addressing.xsd
    in the browser.
    Can anyone suggest me the solution to this ?? What am I missing? The ports are all default ones and I did a basic installation.
    Thanks,
    Shantonav
    | Compiling bpel process SOAOrderBooking, revision 1.0
    [bpelc] ORABPEL-01021
    [bpelc]
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Error loading schemas from wsdl.
    [bpelc] Error while loading schemas from wsdl file at location "http://localhost:8888/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl". The reason is http://KOLDXP-SHASEN:8888/orabpel/xmllib/ws-addressing.xsd.
    [bpelc] Please verify the schemas defined in wsdl.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeProcessor.java:1133)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(CubeProcessor.java:449)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(CubeParserHelper.java:83)
    [bpelc]      at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:626)
    [bpelc]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [bpelc]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [bpelc]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [bpelc]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [bpelc]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [bpelc]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [bpelc]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [bpelc]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [bpelc]      at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [bpelc]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [bpelc]      at java.lang.reflect.Method.invoke(Method.java:585)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Error loading schemas from wsdl.
    [bpelc] Error while loading schemas from wsdl file at location "http://localhost:8888/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl". The reason is http://KOLDXP-SHASEN:8888/orabpel/xmllib/ws-addressing.xsd.
    [bpelc] Please verify the schemas defined in wsdl.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    BUILD FAILED
    D:\soademo_101310_prod\SOADEMO\SOAOrderBooking\build.xml:72: Validation error

    Make sure you have turned off your proxy setting in JDeveloper. Tools -> Preferences -> Web & Proxy settings
    Are you sure that is the right version of SOA Suite?
    cheers
    James

  • Deployment Error SOA 11g

    Hi,
    Am trying to deploy Complex BPEL process, while deploying am getting following error.
    02:31:11 AM] Error deploying archive sca_JDEOrderProcessing_rev2.0.jar to soa_server1
    [02:31:11 AM] HTTP error code returned [500]
    [02:31:11 AM] Error message from server:
    Error during composite deployment: oracle.fabric.common.FabricDeploymentException: oracle.fabric.common.FabricException: Operation failed on node Member(Id=1, Timestamp=2010-02-06 02:28:20.617, Address=172.17.252.214:8088, MachineId=16854, Location=process:3468@windowsxp). Please see local log for details.: Operation failed on node Member(Id=1, Timestamp=2010-02-06 02:28:20.617, Address=172.17.252.214:8088, MachineId=16854, Location=process:3468@windowsxp). Please see local log for details..
    [02:31:11 AM] Check server log for more details.
    [02:31:11 AM] #### Deployment incomplete. ####
    [02:31:11 AM] Error deploying archive file:/C:/JDeveloper/mywork/JDEOrderProcessing/JDEOrderProcessing/deploy/sca_JDEOrderProcessing_rev2.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    I am using oracle SOA 11.1.1.1 for development.
    Please help me to resolve this issue.

    Hi,
    I Went thru the log files for this error.
    After migration of code from one JDeveloper to another i got the following error while deploying application
    [2010-02-06T16:31:46.477+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 139): invalid query[[
    query "/ns2:processSalesOrderElement/ns2:header/ns2:detail" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.477+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 148): invalid query[[
    query "/ns2:processSalesOrderElement/ns2:header/ns2:detail[bpws:getVariableData("DetailsNodeCount")]/ns2:quantityOrdered" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.477+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 151): invalid query[[
    query "/ns2:getItemPriceAndAvailabilityElement/ns2:product/ns2:quantityOrdered" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.477+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 154): invalid query[[
    query "/ns2:processSalesOrderElement/ns2:header/ns2:detail[bpws:getVariableData("DetailsNodeCount")]/ns2:product/ns2:item/ns2:itemId" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.477+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 157): invalid query[[
    query "/ns2:getItemPriceAndAvailabilityElement/ns2:product/ns2:item/ns2:itemId" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.493+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 160): invalid query[[
    query "/ns2:processSalesOrderElement/ns2:header/ns2:detail[bpws:getVariableData("DetailsNodeCount")]/ns2:businessUnit" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.509+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 163): invalid query[[
    query "/ns2:getItemPriceAndAvailabilityElement/ns2:businessUnit" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.509+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 166): invalid query[[
    query "/ns2:processSalesOrderElement/ns2:header/ns2:detail[bpws:getVariableData("DetailsNodeCount")]/ns2:unitOfMeasureCodeTransaction" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.509+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> OrderProcessingBPEL.bpel(line 169): invalid query[[
    query "/ns2:getItemPriceAndAvailabilityElement/ns2:product/ns2:unitOfMeasureCodeTransaction" is invalid, because
    Check the XML schema and make sure your query string is valid
    [2010-02-06T16:31:46.555+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.deployment] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <CubeProcessLoader::create> [[
    java.lang.Exception: BPEL compilation failed
         at com.collaxa.cube.lang.compiler.BPEL1Processor.generateProcessClass(BPEL1Processor.java:537)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.loadProcess(BPEL1Processor.java:503)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.loadProcess(BPEL1Processor.java:447)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.createCubeProcess(BPEL1Processor.java:404)
         at com.collaxa.cube.engine.deployment.CubeProcessFactory.create(CubeProcessFactory.java:61)
         at com.collaxa.cube.engine.deployment.CubeProcessLoader.create(CubeProcessLoader.java:113)
         at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:244)
         at com.collaxa.cube.engine.deployment.DeploymentManager.deployComponent(DeploymentManager.java:188)
         at com.collaxa.cube.ejb.impl.CubeServerManagerBean._deployOrLoadComponent(CubeServerManagerBean.java:929)
         at com.collaxa.cube.ejb.impl.CubeServerManagerBean.deployComponent(CubeServerManagerBean.java:116)
         at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean.deployComponent(BPELServerManagerBean.java:81)
         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.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:55)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy194.deployComponent(Unknown Source)
         at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.deployComponent(BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.java:1342)
         at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:762)
         at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:126)
         at oracle.integration.platform.blocks.deploy.DeploymentConnection.deployComponents(DeploymentConnection.java:304)
         at oracle.integration.platform.blocks.deploy.DeploymentConnection.deploy(DeploymentConnection.java:92)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:161)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.loadComposite(CompositeDeploymentManagerImpl.java:84)
         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:296)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:177)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
         at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:70)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy221.loadComposite(Unknown Source)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl.handleNewDeploymentCommand(CoherenceCompositeDeploymentCoordinatorImpl.java:395)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl.access$200(CoherenceCompositeDeploymentCoordinatorImpl.java:27)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl$2.entryInserted(CoherenceCompositeDeploymentCoordinatorImpl.java:104)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:191)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:164)
         at com.tangosol.util.MapListenerSupport.fireEvent(MapListenerSupport.java:556)
         at com.tangosol.coherence.component.util.SafeNamedCache.translateMapEvent(SafeNamedCache.CDB:7)
         at com.tangosol.coherence.component.util.SafeNamedCache.entryInserted(SafeNamedCache.CDB:1)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:191)
         at com.tangosol.coherence.component.util.CacheEvent.run(CacheEvent.CDB:18)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service$EventDispatcher.onNotify(Service.CDB:17)
         at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:35)
         at java.lang.Thread.run(Thread.java:619)
    [2010-02-06T16:31:46.571+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.deployment] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] BPEL Component "default/OrderProcessing!2.0*6cac4d01-8dba-43f1-85dc-517ace356481/OrderProcessingBPEL" load FAILED!!
    [2010-02-06T16:31:46.571+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.deployment] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <DeploymentManager::deploySuitcase> deployment failed[[
    java.lang.RuntimeException: java.lang.Exception: BPEL compilation failed
         at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:272)
         at com.collaxa.cube.engine.deployment.DeploymentManager.deployComponent(DeploymentManager.java:188)
         at com.collaxa.cube.ejb.impl.CubeServerManagerBean._deployOrLoadComponent(CubeServerManagerBean.java:929)
         at com.collaxa.cube.ejb.impl.CubeServerManagerBean.deployComponent(CubeServerManagerBean.java:116)
         at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean.deployComponent(BPELServerManagerBean.java:81)
         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.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:55)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy194.deployComponent(Unknown Source)
         at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.deployComponent(BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.java:1342)
         at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:762)
         at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:126)
         at oracle.integration.platform.blocks.deploy.DeploymentConnection.deployComponents(DeploymentConnection.java:304)
         at oracle.integration.platform.blocks.deploy.DeploymentConnection.deploy(DeploymentConnection.java:92)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:161)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.loadComposite(CompositeDeploymentManagerImpl.java:84)
         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:296)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:177)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
         at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:70)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy221.loadComposite(Unknown Source)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl.handleNewDeploymentCommand(CoherenceCompositeDeploymentCoordinatorImpl.java:395)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl.access$200(CoherenceCompositeDeploymentCoordinatorImpl.java:27)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl$2.entryInserted(CoherenceCompositeDeploymentCoordinatorImpl.java:104)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:191)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:164)
         at com.tangosol.util.MapListenerSupport.fireEvent(MapListenerSupport.java:556)
         at com.tangosol.coherence.component.util.SafeNamedCache.translateMapEvent(SafeNamedCache.CDB:7)
         at com.tangosol.coherence.component.util.SafeNamedCache.entryInserted(SafeNamedCache.CDB:1)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:191)
         at com.tangosol.coherence.component.util.CacheEvent.run(CacheEvent.CDB:18)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service$EventDispatcher.onNotify(Service.CDB:17)
         at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:35)
         at java.lang.Thread.run(Thread.java:619)
    [2010-02-06T16:31:46.571+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.system] [tid: ReplicatedCache:SOAReplicatedCache:EventDispatcher] [userId: <anonymous>] [ecid: 0000IQYsyKx2RPJqykJb6G1BRKUb00000D,0] [APP: soa-infra] <BaseCubeSessionBean::logError > Error while invoking bean "domain manager": Error deploying BPEL suitcase.[[
    error while attempting to deploy the BPEL component file "C:\Oracle\Middleware\user_projects\domains\SOA_Domain\deployed-composites\OrderProcessing_rev2.0\sca_OrderProcessing_rev2.0\6cac4d01-8dba-43f1-85dc-517ace356481"; the exception reported is: java.lang.Exception: BPEL compilation failed
    This error contained an exception thrown by the underlying deployment module.
    Verify the exception trace in the log (with logging level set to debug mode).
    ORABPEL-05250
    Error deploying BPEL suitcase.
    error while attempting to deploy the BPEL component file "C:\Oracle\Middleware\user_projects\domains\SOA_Domain\deployed-composites\OrderProcessing_rev2.0\sca_OrderProcessing_rev2.0\6cac4d01-8dba-43f1-85dc-517ace356481"; the exception reported is: java.lang.Exception: BPEL compilation failed
    This error contained an exception thrown by the underlying deployment module.
    Verify the exception trace in the log (with logging level set to debug mode).
         at com.collaxa.cube.engine.deployment.DeploymentManager.deployComponent(DeploymentManager.java:202)
         at com.collaxa.cube.ejb.impl.CubeServerManagerBean._deployOrLoadComponent(CubeServerManagerBean.java:929)
         at com.collaxa.cube.ejb.impl.CubeServerManagerBean.deployComponent(CubeServerManagerBean.java:116)
         at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean.deployComponent(BPELServerManagerBean.java:81)
         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.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:55)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy194.deployComponent(Unknown Source)
         at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.deployComponent(BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.java:1342)
         at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:762)
         at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:126)
         at oracle.integration.platform.blocks.deploy.DeploymentConnection.deployComponents(DeploymentConnection.java:304)
         at oracle.integration.platform.blocks.deploy.DeploymentConnection.deploy(DeploymentConnection.java:92)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:161)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.loadComposite(CompositeDeploymentManagerImpl.java:84)
         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:296)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:177)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
         at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:70)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy221.loadComposite(Unknown Source)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl.handleNewDeploymentCommand(CoherenceCompositeDeploymentCoordinatorImpl.java:395)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl.access$200(CoherenceCompositeDeploymentCoordinatorImpl.java:27)
         at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl$2.entryInserted(CoherenceCompositeDeploymentCoordinatorImpl.java:104)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:191)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:164)
         at com.tangosol.util.MapListenerSupport.fireEvent(MapListenerSupport.java:556)
         at com.tangosol.coherence.component.util.SafeNamedCache.translateMapEvent(SafeNamedCache.CDB:7)
         at com.tangosol.coherence.component.util.SafeNamedCache.entryInserted(SafeNamedCache.CDB:1)
         at com.tangosol.util.MapEvent.dispatch(MapEvent.java:191)
         at com.tangosol.coherence.component.util.CacheEvent.run(CacheEvent.CDB:18)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service$EventDispatcher.onNotify(Service.CDB:17)
         at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:35)
         at java.lang.Thread.run(Thread.java:619)
    Please help for above problem.

Maybe you are looking for

  • Can I convert to a higher bitrate AAC file for purchased iTunes music?

    I don't like that the 99 cent download I purchased can't be switched to a different audio filetype. Is there a way I can at least convert to a higher bitrate (128 kbps up to 320 kbps instead?)

  • How to assign values to the parameter

    I have write a procedure in procedure builder like this: PROCEDURE "GETMCTOREPORT" ( p_logname IN VARCHAR2, p_mysql IN VARCHAR2, p_opyear IN VARCHAR2, p_exrate IN VARCHAR2, p_flag IN OUT VARCHAR2) but I don't know how to run this procedure, espically

  • L850 Black screen but ok on external ?

    Hi everyone,Got an issue that if in the biosBios-Advanced-System Configuration-Boot Mode = CSM  the LCD screen remains black on boot.How ever if you plug in an external monitor you get full display on external only.If you change it Bios-Advanced-Syst

  • Can I stop my calendar deleting after 6 weeks

    After 6 weeks my calendar information is deleted which is annoying as I need to look back when I have called on clients, does anyone know how to extend the time?

  • OCCI ResultSet- getString Linux problem

    Hello, On forum I found how the solve problem for OCCI programm witch using MSVC++. May be anybody known how to correct compile and linking OCCI demo on Linux? The demos crashed at ResultSet->getString().