BPEL validation failed in "SOA Order Booking" Applicaton sample

Apache ant log error message as follows:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Buildfile: C:\Documents and Settings\wbrkadm\Desktop\OEMS\ESBSamples\QuickStart\soademo_101310_prod\SOADEMO\SOAOrderBooking\build.xml
pre-deploy:
validateTask:
[echo]
| Validating workflow
[validateTask] url is file:/C:/jdevstudiobase10132/integration/bpm/support/files/WorkflowTaskDefinition.xsd
[validateTask] Validation of workflow task definitions is completed without errors
deployDecisionServices:
[echo]
| Deploying decision services for SOAOrderBooking on localhost, port 8888
[deployDecisionServices] 07/09/03 10:29:33 Notification ==>Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService STARTS.
[deployDecisionServices]
[deployDecisionServices] 07/09/03 10:29:33 Notification ==>Undeploy previous deployment
[deployDecisionServices]
[deployDecisionServices] 07/09/03 10:29:33 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear begins...
[deployDecisionServices]
[deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear ends...
[deployDecisionServices]
[deployDecisionServices] 07/09/03 10:29:34 Notification ==>Starting application : rules_default_SOAOrderBooking_1_0_DecisionService
[deployDecisionServices]
[deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initializing ClassLoader(s)
[deployDecisionServices]
[deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initializing EJB container
[deployDecisionServices]
[deployDecisionServices] 07/09/03 10:29:34 Notification ==>Loading connector(s)
[deployDecisionServices]
[deployDecisionServices] 07/09/03 10:29:34 Notification ==>Starting up resource adapters
[deployDecisionServices]
[deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initializing EJB sessions
[deployDecisionServices]
[deployDecisionServices] 07/09/03 10:29:34 Notification ==>Committing ClassLoader(s)
[deployDecisionServices]
[deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initialize DecisionService-web begins...
[deployDecisionServices]
[deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initialize DecisionService-web ends...
[deployDecisionServices]
[deployDecisionServices] 07/09/03 10:29:34 Notification ==>Started application : rules_default_SOAOrderBooking_1_0_DecisionService
[deployDecisionServices]
[deployDecisionServices] 07/09/03 10:29:34 Notification ==>Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService COMPLETES. Operation time: 1250 msecs
[deployDecisionServices]
[deployDecisionServices] Successfully deployed decision services on server "localhost"
compile:
[echo]
| 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", Failed to read wsdl.
[bpelc] Error happened when reading wsdl at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", because "Error reading import of http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl: Failed to read WSDL from http://01HW127690.India.TCS.com:8888/esb/slide/ESB_Projects/SOADEMO_FulfillmentESB/Fulfillment_OrderFulfillment.wsdl: HTTP connection error code is 407".
[bpelc] Make sure wsdl exists at that URL and is valid.
[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", Failed to read wsdl.
[bpelc] Error happened when reading wsdl at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", because "Error reading import of http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl: Failed to read WSDL from http://01HW127690.India.TCS.com:8888/esb/slide/ESB_Projects/SOADEMO_FulfillmentESB/Fulfillment_OrderFulfillment.wsdl: HTTP connection error code is 407".
[bpelc] Make sure wsdl exists at that URL and is valid.
[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
C:\Documents and Settings\wbrkadm\Desktop\OEMS\ESBSamples\QuickStart\soademo_101310_prod\SOADEMO\SOAOrderBooking\build.xml:72: Validation error
Total time: 11 seconds
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

You are using compatible JDevelopers.
Can you please confirm that it is the deployment of the BPEL process that is failing and not the ESB.
You should be able to select 'Not Sepcified' for the My Role in the partner link page. If you can't then that partner link do not have a role for my role.
If you don't get anything to select in partner link type then JDeveloper cannot connect to the WSDL location.
If you are able to connect via a browser then there must be an issue with the proxy configuration in JDeveloper. These setting should look exactly the same as your browser.
cheers
James

Similar Messages

  • SOA Order Booking build properites - BindWebApp error: javax.management.Ref

    Hi All,
    I am trying to understand the "SOA Order Booking Application" which is given as part of example in SOA Demo.
    I tried to follow all the steps as per the user guide for this example, but when I am trying to build XML for SOA Order Booking, I get the following error
    Buildfile: C:\Pratap\SOA_DEMO\SOADEMO\SOAOrderBooking\build.xml
    java Java Result: 1
    pre-deploy:
    validateTask:
    echo-----
    | Validating workflow
    validateTask url is file:/C:/Pratap/JDeveloper/jdevstudio10134/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    validateTask Validation of workflow task definitions is completed without errors
    deployDecisionServices:
    echo
    | Deploying decision services for SOAOrderBooking on uspg2-10-032, port 8888
    deployDecisionServices 08/10/10 15:29:48 Notification ==>Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService STARTS.
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:48 Notification ==>Undeploy previous deployment
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear begins...
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear ends...
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==>Starting application : rules_default_SOAOrderBooking_1_0_DecisionService
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==>Initializing ClassLoader(s)
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==>Initializing EJB container
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==>Loading connector(s)
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==>Starting up resource adapters
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==>Initializing EJB sessions
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==>Committing ClassLoader(s)
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==>Initialize DecisionService-web begins...
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==>Initialize DecisionService-web ends...
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==>Started application : rules_default_SOAOrderBooking_1_0_DecisionService
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==>Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService COMPLETES. Operation time: 922 msecs
    deployDecisionServices
    deployDecisionServices
    deployDecisionServices *{color:#ff0000}BindWebApp error: javax.management.ReflectionException*
    *{color}*
    deployDecisionServices
    *{color:#ff0000}BUILD FAILED*
    **C:\Pratap\SOA_DEMO\SOADEMO\SOAOrderBooking\build.xml:126: Error while deploying decision services on server "uspg2-10-032"*{color}*
    Total time: 6 seconds
    deployDecisionServices BindWebApp error: javax.management.ReflectionException
    I have the build properties file
    domain=default
    rev=1.0
    admin.user=oc4jadmin
    admin.password=oc4jadmin
    hostname=uspg2-10-032
    http.port=8888
    rmi.port=12401
    oc4jinstancename=home
    asinstancename=
    opmn.requestport=6003
    platform=ias_10g
    #platform=oc4j_10g
    same every where.
    C:\Pratap\SOA_DEMO\SOADEMO\SOAOrderBooking\build.xml:126: Error while deploying decision services on server "uspg2-10-032"
    Kindly let me know what should be done to resolve errors.
    Regards,
    Pratap
    Edited by: user10244582 on Oct 10, 2008 4:00 PM
    Edited by: user10244582 on Oct 10, 2008 4:02 PM

    Thanks!! absolutely spot on solution.
    I developed in 10.1.3.4, got this error, then deployed using 10.1.3.1. Fantastic.
    Just that build.xml generated by 10.1.3.4 contains isSSL attribute, which seems is not supported by 10.1.3.1. So I created a dummy project in 10.1.3.1, and replaced the build.xml of my rules project with the one generated by 10.1.3.1 jdev

  • ERROR DEPLOYING A WEB SERVICE (SOA Order Booking application)

    Hi everyone...
    I got some problem here, I hope somebody help me...
    So...
    I've quite laboriously managed to get SOA Suite installed and I'm half way through the deployment of the order
    booking demo, and encountered an error that I can't find a reference to in
    online searches. I'm up to the step "4. Deploy the Credit Service application"
    and get the following error:
    Operation failed with error:
    Error compiling :/home/oracle/product/10.1.3.1/OracleAS_6/j2ee/home/applications/SOADEMO-CREDITS
    ERVICE-CreditService-WS/WebServices: Error instantiating compiler: Web service
    artifact generation failed:oracle.classloader.util.AnnotatedClassFormatError:
    Bad version number in .class file
    Invalid class: org.soademo.creditservice.types.com.globalcompany.ns.credit.CreditCard
    Loader: SOADEMO-CREDITSERVICE-CreditService-WS.web.WebServices:0.0.0
    Code-Source:
    /home/oracle/product/10.1.3.1/OracleAS_6/j2ee/home/applications/SOADEMO-CREDITSE
    RVICE-CreditService-WS/WebServices/WEB-INF/classes/
    Configuration: WEB-INF/classes/ in
    /home/oracle/product/10.1.3.1/OracleAS_6/j2ee/home/applications/SOADEMO-CREDITSE
    RVICE-CreditService-WS/WebServices/WEB-INF/classes
    Dependent class: oracle.j2ee.ws.common.processor.modeler.wsdl.SchemaAnalyzer
    Loader: oracle.ws.client:10.1.3
    Code-Source: /home/oracle/product/10.1.3.1/OracleAS_6/webservices/lib/wsclient.jar
    Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml
    in /home/oracle/product/10.1.3.1/OracleAS_6/j2ee/home/oc4j.jar
    Deployment failed
    Elapsed time for deployment: 53 seconds
    #### Deployment incomplete. #### 20/06/2007 11:00:22
    So, does anyone can tell me what am I have to do?!
    Regards...

    I am currently having the same problem with the SOA Order booking demo application. All of the installation went fine until I tried to run the web client. Whenever I try to access http://localhost:8888/soademo, I get a 500 internal server error.
    Did you ever find a solution for this problem?
    Thanks in advance!
    Marita

  • BPEL process fails in SOA (in UNIX), but works fine in SOA (in Windows) env

    Hello,
    BPEL process fails in SOA (in UNIX), but works fine in SOA (in Windows) environment
    Step 1: Build a asynchronous BPEL process which has no extra node. Make and deploy it in 'local windows desktop SOA' server
    The BPEL process has three nodes:
    a. client - on the left side of the swim lane
    b. receiveInput - first node in swim lane (client calls 'receiveInput')
    c. callbackClient - second and last node in the swim lane ('callbackClient' calls client)
    Step 2: Go to BPEL console and 'Initiate' the BPEL process -> 'Post XML Message'
    Step 3: Now, I can see the successfully completed BPEL instance in the BPEL console.
    Now,
    Step 4: Deploy the same BPEL process (dummy asynchronous) in the SOA server (hosted in unix box)
    Step 5: Go to BPEL console and 'Initiate' the BPEL process -> 'Post XML Message'
    Step 6: I find that the BPEL instance appears to have ended in error (on the second node i.e. callbackClient )
    With the following error message
    +<invalidVariables xmlns="http://schemas.oracle.com/bpel/extension"><part name="code"><code>9710</code>+
    +</part><part name="summary"><summary>Invalid xml document.+
    According to the xml schemas, the xml document is invalid. The reason is: Error::cvc-complex-type.2.4.b: The content of element 'DummyBPELProcessProcessResponse' is not complete. One of '{"http://xmlns.oracle.com/DummyBPELProcess":result}' is expected.
    Please make sure that the xml document is valid against your schemas.
    +</summary>+
    +</part></invalidVariables>+
    Has anyone faced similar issue as above ?
    i.e. process works find in windows environment (local SOA), but fails in SOA server in UNIX environment
    Appreciate your help in understanding this issue.
    Thanks,
    Santhosh

    Hello,
    The fix to this issue appears to have been as follows:
    +<schema attributeFormDefault="unqualified"+
    +     elementFormDefault="qualified"+
    +     targetNamespace="http://xmlns.oracle.com/DummyBPELProcess"+
    +     xmlns="http://www.w3.org/2001/XMLSchema">+
    +     <element name="DummyBPELProcessProcessRequest">+
    +          <complexType>+
    +               <sequence>+
    +                    <element name="input" type="string"/>+
    +               </sequence>+
    +          </complexType>+
    +     </element>+
    +     <element name="DummyBPELProcessProcessResponse">+
    +          <complexType>+
    +               <sequence>+
    +                    <element name="*:result*" type="string"/>+
    +               </sequence>+
    +          </complexType>+
    +     </element>+
    +</schema>+
    In DummyBPELProcess.xsd,
    modifiying "result" to ":result" appears to have resolved the issue in SOA under unix environment.
    If anyone can explain why "result" works in SOA under windows and ":result" works in SOA under unix environment, I would really appreciate your help.
    Thanks,
    Santhosh

  • BPEL validation failed.

    When I build example 1 of orabpel-quickstart ,I get follow errors:
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10900]: xml parser error
    [bpelc] [Description]: in line 46 of "E:\software\eclipse-SDK-3.0-win32\eclipse\workspace\creditFlow\creditFlow.bpel", XML parsing failed because The content of element "partnerLinks" is not complete.
    [bpelc] [Potential fix]: Fix the invalid XML.
    [bpelc] .
    BUILD FAILED: E:\eclipse\workspace\creditFlow\build.xml:28: Validation error
    How can I solve this problem?
    thanks in advance

    Make sure the Partnerlinks are defined completely, including name, partnerLinkType, myRole and partnerRole.
    If this doesnt help, post the partnerlink definition here.
    hth,
    Mike

  • SOA Order Booking Web Client Error

    Ok, so I have gotten the SOA Order Booking Application to run. But now when I go to localhost:8888/soademo and try to log in with what they want me to I get a login error. I have checked the tables to make sure that I have the email and password right for logging. If any else has run into this problem and has figured a way around it please post here or even if you have an idea post it here.

    The only things I have changed are what the startup guide told me to, mostly just some property files so that it uses the right port. I have tried logging on with all the default logins.
    Here I think this is the right log file, this is the error it gives me. I am new to Oracle products, I am just doing this demo for my job.
    07/11/06 14:55:21.19 10.1.3.1.0 Started
    07/11/06 14:55:26.972 soaui: 10.1.3.1.0 Started
    07/11/06 15:33:53.611 soaui: Servlet error
    java.lang.IllegalStateException: Response has already been committed
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindHttpServletResponse.resetBuffer(EvermindHttpServletResponse.java:1854)
         at javax.servlet.ServletResponseWrapper.resetBuffer(ServletResponseWrapper.java:237)
         at javax.servlet.ServletResponseWrapper.resetBuffer(ServletResponseWrapper.java:237)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:285)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
         at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.soademo.view.filter.SOADemoFilter.doFilter(SOADemoFilter.java:93)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    07/11/06 15:54:34.672 soaui: 10.1.3.1.0 Stopped
    07/11/07 07:56:30.481 10.1.3.1.0 Started
    07/11/07 08:05:07.95 10.1.3.1.0 Started
    07/11/07 08:08:17.979 soaui: 10.1.3.1.0 Started
    I have tested the customer service web service and it seems to work.

  • Where can I download the SOA Order Booking Application Zip files

    the URL of Zip files is http://www.oracle.com/technology/soa/,which is descriped in SOA suite developer's guide,but I can not find it.where can I download the SOA Order Booking Application Zip files,thanks

    The doc:
    http://download-uk.oracle.com/docs/cd/B31017_01/core.1013/b28937/toc.htm
    the zip:
    http://www.oracle.com/technology/software/tech/webservices/index.html
    SOA Overview
    http://orasoa.blogspot.com/2007/05/newbie-getting-started-with-oracle-soa.html

  • ORACLE SOA order booking deployment

    Hi,
    Getting errors while deploying order booking fullfillmentESB service. I am getting following errors.
    summary: An unhandled exception has been thrown in the ESB system. The exception reported is: "java.lang.NullPointerException
         at oracle.tip.esb.console.XMLConsoleManagerImpl.commit(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)
    Fix: -
    Getting following errors while compiling the project.
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\DBAdapterOutboundHeader.wsdl; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\FedexShipment.wsdl; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\FedexShipment_toplink_mappings.xml; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\FulfillmentBatch.wsdl; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\Fulfillment_OrderFulfillment.wsdl; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\Fulfillment_Shipment.wsdl; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\USPSShipment.wsdl; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\debug_service_xml.xml; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\fileAdapterOutboundHeader.wsdl; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\jmsAdapterOutboundHeader.wsdl; not on source path
    [10:49:44 PM] Compilation complete: 13 errors, 1 warnings.

    Not sure you posted to the correct forum. I do not see TopLink on the stack.
    Maybe try the SOA or Application Server General forums.

  • SOA order booking application error

    I'm using Jdeveloper studio edition 10.1.3.4
    This is standard out of the box SOADEMO application. I've tried deploying Manually, or Runt Ant Target (one by one) but always deployDecisionService is giving following error at generating ear file.
    Under Resources on App Nav, I've
    decisionservices\DecisionService (with DecisionService.ear and under that DecisionService-web.war)
    decisionservices\DecisionService\ear (with DecisionService.ear and under that DecisionService-web.war)
    decisionservices\DecisionService\war
    So structure seems right. Any inputs on following error will be helpful.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++my build.properties
    domain=default
    rev=1.0
    admin.user=oc4jadmin
    admin.password=welcome123
    hostname=localhost
    http.port=80
    rmi.port=12401
    oc4jinstancename=home
    asinstancename=
    opmn.requestport=6003
    platform=ias_10g
    +++++++++++++++++++++++++++++++++++++++++++++
    I've changed reference frm 8888 port to 80 on all the files listed in developer's guide.
    Buildfile: C:\SOADEMO\SOAOrderBooking\build.xml
    deployDecisionServices:
    [echo]
    | Deploying decision services for SOAOrderBooking on localhost, port 80
    [deployDecisionServices] 10/05/05 16:55:45 Notification ==>Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService STARTS.
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:45 Notification ==>Copy the archive to C:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:45 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear begins...
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:45 Notification ==>Unpacking rules_default_SOAOrderBooking_1_0_DecisionService.ear
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:45 Notification ==>Done unpacking rules_default_SOAOrderBooking_1_0_DecisionService.ear
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:46 Notification ==>Unpacking DecisionService-web.war
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:46 Notification ==>Done unpacking DecisionService-web.war
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:46 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear ends...
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:46 Notification ==>Starting application : rules_default_SOAOrderBooking_1_0_DecisionService
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:46 Notification ==>Initializing ClassLoader(s)
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:46 Notification ==>application : rules_default_SOAOrderBooking_1_0_DecisionService is in failed state
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:46 Notification ==>Operation failed with error:
    [deployDecisionServices] java.lang.NullPointerException
    [deployDecisionServices]
    [deployDecisionServices]
    [deployDecisionServices]
    [deployDecisionServices] Deploy error: Deploy error: Operation failed with error:
    [deployDecisionServices] java.lang.NullPointerException
    [deployDecisionServices]
    [deployDecisionServices]
    BUILD FAILED
    C:\SOADEMO\SOAOrderBooking\build.xml:126: Error while deploying decision services on server "localhost"
    Total time: 5 seconds
    Edited by: user8906609 on May 7, 2010 7:09 AM

    Fixed it.
    the oc4jinstance should have been oc4j_soa instead of home.

  • SOA order booking: "RequiresManualApproval" Decide Activity Error

    Decide dialog box showing this Error : name cont have spaces or other characters except - and _ to conform to XML NCName.

    Thanks!! absolutely spot on solution.
    I developed in 10.1.3.4, got this error, then deployed using 10.1.3.1. Fantastic.
    Just that build.xml generated by 10.1.3.4 contains isSSL attribute, which seems is not supported by 10.1.3.1. So I created a dummy project in 10.1.3.1, and replaced the build.xml of my rules project with the one generated by 10.1.3.1 jdev

  • SOA Suite Order booking example error

    Hello!
    I have installed a SOA Suite 10.1.3.1.0 and SOA Demo order booking example. But SOAOrderBooking BPEL process doesn't work. I have this error:
    file:/D:/WORK/OraSOA/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_SOAOrderBooking_1.0_937b09d1bd8dae1b33b028b2871aef63.tmp/OrderSequence.wsdl [ OrderSequence_ptt::OrderSequence(OrderSequenceInput_msg,OrderSequenceOutputCollection) ] - WSIF JCA Execute of operation 'OrderSequence' failed due to: DBWriteInteractionSpec Execute Failed Exception.
    unknown failed. Descriptor name: [unknown]. [Caused by: The method 'commit' cant be called when a global transaction is active.]
    ; nested exception is:
         ORABPEL-11616
    DBWriteInteractionSpec Execute Failed Exception.
    unknown failed. Descriptor name: [unknown]. [Caused by: The method 'commit' cant be called when a global transaction is active.]
    Caused by Исключение [TOPLINK-4002] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.DatabaseException
    Внутреннее исключение: java.sql.SQLException: The method 'commit' cant be called when a global transaction is active. Error Code:0.
    I read some topics on this forum about this problem, but I still can't find out out any solutions. Could you help? Thanks in advance.

    try to check this Errors using external transaction controller in session bean + POJO conf.
    Also, can you tell us more about your DB Adapter? are you executing any Pl/SQL proc ? Did you try to change anything in toplink file ro WSDL file, like a field or the query ?

  • Unable to place order in R12.1.3 - Validation Fail

    Hi All,
    Can anybody tell me why I get following error message when I try to place order from istore.
    Error messages from Order Management
    Error in Line: 1.0 :Validation failed for the field - Ship To
    Error in Line: 1.0 :Validation failed for the field - Ship To Contact
    There is an error in order submission.
    Thanks in advance.
    Sreelesh

    can you try following notes
    APP-ASO-236113: validation failed for the field - Ship TO [ID 312967.1]
    Internal Orders Get Error Validation Failed For The Field Ship To [ID 470660.1]
    Related Customer Ship-to Contact: Validation Failed For The Field Contact [ID 763432.1]

  • Order Import - Validation failed for the field - End Customer Location

    I am trying to import an order using standard import program and it is failing with below error:
    - Validation failed for the field - End Customer Location
    I have checked metalink to debug this and found nothing, the values i have used to populate the interface table or valid.
    Can someone please post your views on this, on where the problem might be.
    Thanks!

    Hello,
    Try the following
    1) Check if any processing constraints are applied to customer/location
    2) Try to create a new customer and associate internal location.
    Create a new order to reproduce the issue
    Thanks
    -Arif

  • Will B2B Adapter in SOA Composite receives fault when validation fails ?

    Hi Guys,
    Can any one clarify the following questions on B2B ?
    1. Can B2B Adapter receive exception whenever validation fails on b2b console after data sent from SOA Composite? if not how can we implement fault to soa composite in case of fault in b2b console?
    2. How can SOA Composite having b2b adapter configured with send operation know about fault happened in b2b console due agreement fail or validation fails or configuration fails?
    3. How can we handle faults in case of inbound scenario?

    Exception is handled in oracle b2b.
    All the execeptions are sent to IP_IN_QUEUE( in case of AQ) and B2B_IN_QUEUE( in case of JMS) with the consumer as "b2berror".
    You can configure your B2B adapter to pull out the exception messages in your soa composite.

  • Order Import Failed in OM : Log Validation failed for the field - Ship To

    Problem in Order Management
    When i tried to do Order import in Source Org logfiles shows the Message :Validation failed for the field - Ship To, Please if anyone have a solution of this.
    Thanks in advance.
    Regards,
    Rajesh Verma
    Senior Consultant- Oracle Apps.
    COLT

    perhaps you might want to try populating customer_id instead of name to make sure that there is no error on typing customer name.
    primary ship-to and bill-to must exist under this customer. During order import, if ship-to is not specified then import will fetch primary ST of customer.
    This is what we use to populate interface table -with mininum of data.
    INSERT INTO oe_headers_iface_all
    (orig_sys_document_ref,order_source_id,org_id
    ,order_type_id,payment_term_id, shipping_method_code, freight_terms_code
    ,customer_po_number,salesrep_id
    ,sold_to_org_id, ship_to_org_id,invoice_to_org_id,sold_to_contact_id
    ,booked_flag
    ,created_by, creation_date, last_updated_by, last_update_date,last_update_login
    ,operation_code, order_category
    ,attribute5,tp_attribute4,xml_message_id,xml_transaction_type_code
    ,request_id, error_flag)
    INSERT INTO oe_lines_iface_all
    (order_source_id, orig_sys_document_ref, orig_sys_line_ref,orig_sys_shipment_ref
    ,inventory_item,item_type_code,line_type_id
    ,top_model_line_ref,link_to_line_ref,component_sequence_id,component_code,option_flag
    ,ordered_quantity
    ,order_quantity_uom,salesrep_id
    ,created_by, creation_date, last_updated_by, last_update_date,last_update_login
    ,operation_code,cust_model_serial_number,line_category_code
    ,context,attribute6
    ,reference_type, reference_line_id, reference_header_id
    ,return_context, return_attribute1, return_attribute2
    ,return_reason_code
    ,tp_attribute1,tp_attribute2,tp_attribute3,tp_attribute4,tp_attribute5
    ,request_id,error_flag)

Maybe you are looking for

  • How can i convert java application of bibeans to java applet?

    Hi Bibeans PMTeam, Bibeans provide two type client:java application and web client(JSP/Servlet),because web client's function is weaker than java app,so we want to convert java app to java applet,thus,we can embed java applet into web browser(our sys

  • Outlook 2011 Connection Issue with Proxy Server after 10.8 Upgrade

    Hello, After upgrading my MBA to 10.8, my MS Outlook (Outlook Mac 2011) mail connection does not work for an exchange based mail account where a VPN/proxy server combination is involved. This was not an issue at all under 10.7. What's interesting is

  • Multi Display Client

    Is it possible to choose which monitor is viewed and controlled in ARD? I am having a tough time administrating some edit stations from my 15” laptop. The clients I have are using 2 monitors. One display is set to 1280x1024, and the other is set to 1

  • Fraud by vendor advertizing on Firefox

    I responded to a email on Firefox by Ascentive for a program to speed up my computer for $37.50 and this I agreed to since then they have charged my credit card $129.00 on 9/16/2011 and again on 10/16/2011. I have called numerous times to get these r

  • Deleting cube contents in background

    Can anyone tell me how to delte cube contents in background? I tried to delete using option available in the context menu of Infocube, but it failed because of exceeding the time limit of dialog workprocess.. Message was edited by: Vikram Kate