Debugging BPEL flow from JDeveloper

Dear all
I wonder where I could find some examples of how to debug a BPEL flow using JDeveloper.
Any help would be appreciated

Hello broker007,
That is currently not possible. Please check one of the other threads covering this issue for more information. (like this one: Re: How to debug a bpel process
Regards,
Rune

Similar Messages

  • Impossible to connect to BPEL server from Jdeveloper

    We have installed the soa suite in the following way
    -     oracle home 1 on server 1: http server
    -     oracle home 2 on server 1: apps server with two oc4j, one for the jsso and em and another one for bpel.
    I want to deploy the bpel process from jdeveloper.
    I first do a server connection to the server 1. When I try to test the connection I get an error
    Error getting OC4J Process for: opmn-home+oc4j-oraclesoa.smartwavesa.com-6004-default:
    Error connecting to OPMN (is it running?): Connection refused: connect
    So I tried to modify the opmn.xml of oracle home 2 by adding the following line
    <ipaddr remote=”0.0.0.0” request=”0.0.0.0”/>
    After this modification I am able to connect to oracle home 2 from jdeveloper BUT the http URL of enterprise manager and bpel console are no more available.
    So my question is how can I enable the deployment of bpel process from Jdeveloper to the server 1?
    Thanks for your help

    Yes admin instance is running on home 2 and more precisely on oc4j_home.
    BPEL and ESB is also running on home 2 but on another oc4j oc4j_soa
    If I use the standard configuration (the one that has been created during the installation) I am able to reach all the consoles BPEL, ESB or Enterprise Manager.
    Here the output of opmnctl status of http server oracle home
    ias-component | process-type | pid | status | uid | memused | uptime | ports
    HTTP_Server HTTP_Server | 6434 | Alive | 974986920 | 146956| 0:52:13 | https1:4443,http2:7200,http1:7777
    Here the output of opmnctl status of soa server oracle home
    ias-component | process-type | pid | status | uid | memused | uptime | ports
    ASG | ASG | N/A | Down | N/A | N/A | N/A | N/A
    OC4JGroup:default_group | OC4J:oc4j_soa | 6524 | Alive | 1632905918 | 304852 | 0:54:15 | jms:12602,ajp:12502,rmis:12702,rmi:12402
    OC4JGroup:default_group | OC4J:home | 6525 | Alive | 1632905917 | 179788 | 0:54:15 | jms:12601,ajp:12501,rmis:12701,rmi:12401
    Thanks for your help

  • Cannot deploy BPEL Process from Jdeveloper

    Hello,
    I am using JDeveloper 10.1.3.2 on my laptop.
    I have Oracle SOA Suite 10.1.3 deployed and running on my laptop as well (port 8888) (running MS Vista).
    Some background:
    I can access my app server at http://127.0.0.1:8888, http://localhost:8888, http://toral-pc:8888 using browser with no problems at all.
    However, when I try to deploy a business process (using ant on build.xml) from JDeveloper I get the following error:
    BUILD FAILED
    C:\product\10.1.3.1\OracleAS_1\j2ee\home\SalesforceIntegration\LoginToSalesforce\build.xml:79: A problem occurred while establishing a connection to the BPEL Server.
    Please make sure the server is running on host "127.0.0.1", port "8888".
    I have turned off any firewalls and also my hosts file includes a line for 127.0.0.1 localhost.
    I am at a loss as to why JDeveloper thinks the BPEL server is not running on 127.0.0.1:8888 when I know it is and I can using the BPEL Server GUI to deploy the Business Process jar just fine.
    Please Help.
    Thank you Much !
    Regards,
    Toral Kale

    well am facing the same problem ... but i don't know if this is the problem .. but i copied the from project from another pc , jdeveloper versions are the same
    the following is the error am facing when i try to deploy
    "Buildfile: C:\ApprovalApplication\BPELProcess1\build.xml
    pre-build:
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] url is file:/C:/jdev10131/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    compile:
    [echo]
    | Compiling bpel process BPELProcess1, revision 1.0
    [bpelc] validating "C:\ApprovalApplication\BPELProcess1\bpel\BPELProcess1.bpel" ...
    [bpelc] BPEL suitcase generated in: C:\ApprovalApplication\BPELProcess1\output\bpel_BPELProcess1_1.0.jar
    [bpelc] Warning: BPEL validation has warnings.
    [bpelc] The following warnings were reported during validation:
    [bpelc]
    [bpelc] [Warning ORABPEL-10041]: Trying to assign incompatible types
    [bpelc] [Description]: in line 293 of "C:\ApprovalApplication\BPELProcess1\bpel\BPELProcess1.bpel", <from> value type "{http://xmlns.oracle.com/BPELProcess1}BPELProcess1ProcessRequest anonymous type" is not compatible with <to> value type "{http://xmlns.oracle.com/BPELProcess1}BPELProcess1ProcessResponse anonymous type".
    [bpelc] [Potential fix]: Please make sure that the return value of from-spec query is compatible with the to-spec query.
    [bpelc]
    [bpelc]
    [bpelc]
    deployProcess:
    [echo]
    | Deploying bpel process BPELProcess1 on localhost, port 9700
    [deployProcess] Deploying process C:\ApprovalApplication\BPELProcess1\output\bpel_BPELProcess1_1.0.jar
    BUILD FAILED
    C:\ApprovalApplication\BPELProcess1\build.xml:79: A problem occurred while establishing a connection to the BPEL Server.
    Please make sure the server is running on host "localhost", port "9700".
    Total time: 15 seconds
    and i noticed that i have this error when i try to rebuild the project
    "Error: C:\ApprovalApplication\.adf (Access is denied)"
    any hint what to do ..?

  • Problem deploying to BPEL-container from JDeveloper

    Hi - after searching for a solution both here and on Metalink for some time, I've reached the point where I think I need to post my problem:
    (I've already posted this on the JDeveloper forum - and been directed to this forum from there.)
    On client; Windows XP with JDeveloper 10.1.3.4.0, on server Windows Server 2003 with Oracle SOAsuite 10.1.3.
    Created a very simple bpel process (ftp get a remote file -> write locally) that I want to deploy on the dedicated SOA-server.
    From JDeveloper, the "Application Server and ESB Server connections checks out fine. But the "BPEL Process Manager Server" check failes with the error:
    "BPEL Identity Service: Failed" - Details: "oracle.xml.parser.v2.XMLParseException:Whitespace required."
    I have not found any postings/info on the "Whitespace required" error anywhere... mighty strange....
    I'm therefore unable to use the BPEL Process Deployer, it states that "Server Mode: Server is unreachable".
    I've triple-checked all ports etc. The Integration Server Connection is using port 80.
    I'm able to access and open the BPELConsole (& EM & ESB) on the server from my JDeveloper workstation.
    A "opmnctl status -l" on the SOA-server gives:
    Processes in Instance: SOAProd.aresrv136.gard.local
    ---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
    ias-component | process-type | pid | status | uid | memused | uptime | ports
    ---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
    ASG | ASG | N/A | Down | N/A | N/A | N/A | N/A
    OC4JGroup:default_group | OC4J:OC4JUDDI | 364 | Alive | 707857842 | 153388 | 17:33:58 | jms:12603,ajp:12503,rmis:12703,rmi:12403
    OC4JGroup:default_group | OC4J:oc4j_soa | 500 | Alive | 707857841 | 266220 | 17:33:58 | jms:12601,ajp:12502,rmis:12701,rmi:12401
    OC4JGroup:default_group | OC4J:home | 804 | Alive | 707857840 | 153080 | 17:33:58 | jms:12602,ajp:12501,rmis:12702,rmi:12402
    HTTP_Server | HTTP_Server | 2020 | Alive | 707857839 | 67188 | 17:33:30 | https1:443,http2:7200,http1:80
    I cannot find the "deploy_service" as a separate service on my server however. Only the hw_services are up and running, but it contains a "deploy" web module.
    Would be immensely grateful for any information that might help me further in solving this issue, as I'm rather stuck right now....
    Regards,
    -Haakon-

    HI ALL...
    i am no wfacing with the same problem, tried restarting the services also but the problem persists.
    The test connection status from jdeveloper for application and integration server shows success always. But when trying to deploy, the domain is always refresh state. From the BPEL process deployer, the server status is unreachable.
    my bpel pm 10.1.2 is on application server 10.1.2 and my jdev is 10.1.3.3
    JDEV version i thunk should not be problem at this level i think.
    Please suggest....

  • How to do debugging in WebLogic from JDeveloper

    Hi All,
    We in our project are just starting to use JDeveloper instead of Visual Cafe with Weblogic as App. Server. However i am facing this problem while debugging an EJB deployed from JDeveloper 9i to Weblogic 6.1.
    On Clicking Debug|Debug <Project-name> brings up a dialog. After leaving the address field blank(Weblogic running on localhost, and as per your documentation, localhost is default) and port as 5000 (transport_dt_socket set as 5000), the following message comes:
    Debugger attempting to connect to remote process at LocalHost 5000.And it doesn't do anything more.
    Awaiting for your reply on this.
    regards,
    Hiamnshu

    Hi,
    The most important thing is that you need to ensure that WebLogic is start the Java command with debugging options. This is in the JDev documentation in the topic "Starting a Java Process in Debug Mode".
    If you have JSP's and servlets you have other steps as well. I have included the generic steps for any application server. We have plans to post a 'How to remote debug JSP's deployed on Weblogic' in the near future. Keep posted.
    1. You need to replace WebLogic's JSP engine with OJSP and you need to
    setup debugging parameters for OJSP. This is not specifically in the JDev documentation, but you may be able to apply the information found in the topic "Remote Debugging in OC4J".
    Here are some tips:
    A. You'll probably need to specify the following jars in some WebLogic config file. The jar files are all located in <jdev_install>/lib/
    xmlparserv2.jar
    ojc.jar
    jdev-rt.jar
    ojsp.jar
    ojsputil.jar
    B. Add these jar files to the VM's classpath
    C. The OJSP class name is oracle.jsp.runtimev2.JspServlet. You will need to specify this class where you configure your JSP engine information.
    D. You need to pass the following debug parameters. Again this is set up in the app server configuration file(s):
    debu[i]Long postings are being truncated to ~1 kB at this time.

  • DEBUGGING deployed war from JDeveloper

    Hi,
    I am running from JDeveloper Run->Debug Server Instance.
    Now the only thing I want is to able to debug my deployed war.
    Please note that I do not have any specific .java that contains Main.
    So, cannot just right-click on a java and click on Debug.
    I want to able to debug the WHOLE application, which is deployed as war.
    This should be about Remote Debugging.
    Note:
    If you need to know, this is an applet application, but going to .html file and clicking on Debug,
    does not work neither. Because in this case does not deploy any thing, just try to run the html.
    And if I deploy the war before doing this, it gives me error that I already have the context-root.
    Edited by: 984315 on Jan 26, 2013 7:55 AM
    Edited by: 984315 on Jan 26, 2013 7:56 AM

    What I understand is that you want to debug an applet. Applets do not execute within the application server. They are executed by the JVM of the local browser (e.g. by the browser's Java Plug-In) locally on the workstation. You should attach your debugger to this JVM instead of the application server's JVM. (You cannot debug an applet by right-clicking the Web application in JDeveloper and starting it in debug mode, because in this way you attach the debugger to the application server's JVM (e.g. to WebLogic's JVM) but not to the browser's JVM).
    In order to debug an applet you should configure the browser's Java Plug-In to start in a debug mode and then you should attach a Java debugger to it. You can use either a standalone Java debugger or the debugger integrated in JDeveloper IDE. Have a look here for instructions:
    [url http://docs.oracle.com/javase/6/docs/technotes/guides/plugin/developer_guide/debugger.html#how]How to Debug Applets in Java Plug-in
    [url http://docs.oracle.com/cd/E16162_01/user.1112/e17455/run_debug_java.htm#BABBDICF]Debugging Remote Java Programs in JDeveloper
    Dimitar

  • Error in deploying BPEL project from Jdeveloper

    Hi all,
    I am using Jdeveloper 10.1.3.4.0.
    For the first time BPEL project deployed successfully, but when i am trying to deploy second time it's giving the below error.
    BUILD FAILED
    D:\jdevstudio10134\jdev\mywork\AIA_POC_Application\AIABPELProcess1\build.xml:77: A problem occured while connecting to server "172.16.122.234" using port "80": bpel_AIABPELProcess1_1.0.jar failed to deploy. Exception message is: Error deploying BPEL suitcase.
    An error occurred while attempting to deploy the BPEL suitcase file "D:\SOA10.1.3.5\10.1.3.1\OracleAS_1\bpel\domains\default\tmp\bpel_10514847.tmp"; the exception reported is: archive cannot rename D:\SOA10.1.3.5\10.1.3.1\OracleAS_1\bpel\domains\default\tmp\.bpel_AIABPELProcess1_1.0_a5bf50a13f9cba731b8f263f2431a17c.tmp
    pls help me.
    thanks
    mani

    Can you check these things :
    1) is this issue with only this project ? Try deploying some other project
    2) try deploying this project using ant (change values in build.properties and right click on project -> run ant or something like that, use default deploy target)
    3) try undeploying project from server and then redeploying it again
    also, why is it connecting to port 80? normally it is 8888 or 7777 right?
    regards,
    Ketan

  • Error connecting to the BPEL server from JDeveloper

    My student asks about an error she gets while trying to test a connection defined in JDeveloper to a mid-tier BPEL PM. She gets one error the first time the connection is tested, another at second and subsequent tests.
    The following error I get only the first time I test connection:
    org.apache.soap.SOAPException:Unsupported response content type &quot;text/html&quot;, must be: &quot;text/xml&quot;. Response was:
         &lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;500 Internal Server Error&lt;/TITLE&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1&gt;500 Internal
         Server Error&lt;/H1&gt;&lt;PRE&gt;java.lang.NoClassDefFoundError&lt;br&gt; at oracle.tip.pc.services.TestConnection.&amp;lt;init&amp;gt;(TestConnection.java:68)&lt;br&gt; at oracle.tip.pc.services.__TestConnectionStatelessWrapper.init(__TestConnectionStatelessWrapper.java:39)&lt;br&gt; at oracle.j2ee.ws.InvocationWrapper.init(InvocationWrapper.java:81)&lt;br&gt
         ; at oracle.j2ee.ws.RpcWebService.getWrapper(RpcWebService.java:533)&lt;br&gt; at oracle.j2ee.ws.RpcWebService.doPost(RpcWebService.java:205)&lt;br&gt; at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)&lt;br&gt; at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)&lt;br&gt; at
         com.evermind[Oracle Application Server Containers for J2EE 10g  (10.1.2.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:778)&lt;br&gt; at
         com.evermind[Oracle Application Server Containers for J2EE 10g  (10.1.2.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)&lt;br&gt; at
         com.evermind[Oracle Application Server Containers for J2EE 10g  (10.1.2.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)&lt;br&gt;
         at com.evermind[Oracle Application Server Containers for J2EE 10g  (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)&lt;br&gt;
         at
         com.evermind[Oracle Application Server Containers for J2EE 10g  (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)&lt;br&gt; at com.evermind[Oracle Application  Server Containers for J2EE 10g  (10.1.2.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)&lt;br&gt;
         at java.lang.Thread.run(Thread.java:534)&lt;br&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
         The following error I get from the second time I test connection
         org.apache.soap.SOAPException:java.lang.NullPointerException at oracle.tip.pc.services.__TestConnectionStatelessWrapper.invokeMethod(__TestConnectionStatelessWrapper.java:146)

    Hi,
    Did you check whether Test Connection is giving success message from your JDeveloper ? if not then it will show you where exactly the problem is.
    As at the end you are getting the error :- #### Invalid Oracle Home directory
    so please check once again for your directory path (it could be case sensitive) where you are trying to deploy.
    Thanks
    <Neeraj Sidhaye/>
    Try_Catch_Finally AT YAHOO DOT COM
    http://ExtremePortal.blog.co.uk

  • Unable to deploy BPEL from jdeveloper 11g

    Hi
    I tried to deploy a simple bpel project from jdeveloper 11g to SOA 11g
    but i get the following error in the jdeveloper..
    Buildfile: D:\software\JDeveloper 111100\jdeveloper\bin\ant-sca-compile.xml
    scac:
    [scac] Validating composite : 'D:\software\JDeveloper 111100\jdeveloper\system\mywork\DeployedBpelApplication\TestBpel\composite.xml'
    BUILD FAILED
    D:\software\JDeveloper 111100\jdeveloper\bin\ant-sca-compile.xml:242: Java returned: 1 Check log file : D:\software\JDeveloper 111100\jdeveloper\system\mywork\DeployedBpelApplication\TestBpel\SCA-INF\classes\scac.log for errors
    Total time: 4 seconds
    The Log file for ur reference ..
    java.lang.NoClassDefFoundError: 111100\jdeveloper\
    Caused by: java.lang.ClassNotFoundException: 111100\jdeveloper\
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    Could not find the main class: 111100\jdeveloper\. Program will exit.
    Exception in thread "main"
    Help me with these issue
    Thanks & Regards
    Bala

    Yes.
    Like pointed out by Theo,
    the exception is : "java.lang.NoClassDefFoundError: 111100\jdeveloper\."
    Its trying to look in the folder "111100" which does not exist (due to space instead of ....\JDeveloper 111100\.... , it starts right from \111100)
    I guess you will have ro re-install the JDev
    regards,
    Ketan

  • Unable to deploy BPEL from JDeveloper 10g in Vista

    Dear Experts,
    When deploying bpel process from JDeveloper I am getting the following errors.
    Note: I am using Vista. Both Application server & JDeveloper versions are
    synchronized . My versions are Oracle Application Server SOA suite 10.1.3.1 &
    JDeveloper 10.1.3.1. Both are deployed in Vista. Is there any special configuration
    set up is neccessary with vista. Please suggest me.
    Note: Also from my jdeveloper I can able to establish connection for both integration server & application server
    successfully. But unable to deploy.
    BUILD FAILED
    A problem occurred while establishing a connection to the BPEL Server.
    Please make sure the server is running on host "eway-pc", port "8888".
    Thanks,
    Rajesh

    Can you post the full error statck, this error is very generic and can be misleading.
    Are you able to deploy other processes.
    There are some know issue with Vista, have a look at this metalink note. 444112.1
    cheers
    James

  • Invoking BPEL process from ADF application - webservice connection failed

    Hi,
    I am trying to invoke a Bpel process from ADF page , I deployed the same in Standalone SOA server since I had to display some Human Task Forms.
    I created a webservice data control out of the bpel process and dropped the process method in my page.
    The page on which I dropped the process method stopped rendering and I checked the logs and found that I got the error mesage- webservice connection failed,the webservice url could not be reached and in the logs it also asks us to check if the connections.xml is available in the meta-inf directory. I checked the conections.xml is available in the EAR.
    So any pointers here and any one faced this error anytime?
    is there better ways to invoke the bpel flow from ADF page.
    Thanks,
    Robin

    Hi,
      Check if your wsdl endpoint can accessed properly. If yes, check the soap-binding address is properly pointing to the server hosting the webservice.
    Regards,
    Harikiran.

  • Error while deploying bpel process from jdevelober

    hi everybody
    , i am beginner and maybe i have some weakness in application server everything ,but i'm trying to handle this ;)
    i have installed a new SOA_suite server ,every thing is grate "actually my manager did ;) "
    ,i've moved from jazen to oid,that works successfully ,"this was me ;)"
    then successfully deploy a web-services from jdeveloper ,every thing is grate till now
    after that i try to deploy bpel process from jdeveloper also but i have an error which indicates that "access is denied "
    i removed the read only for the source on the disk drive but nothing changed !
    note: the orcladmin is set to default "welcome1"
    but in OID it is another password
    someone one told me that this is the problem-the user is not the same password ,is this the reason why i cant deploy my bpel process???
    also he told me if i change the "orcladmin" manually the EM will crash ,its not problem for me because i have an image which can be restored back in few minutes .but i need an explanation so i know what's happening.
    can any one help please ?

    hi everybody
    , i am beginner and maybe i have some weakness in application server everything ,but i'm trying to handle this ;)
    i have installed a new SOA_suite server ,every thing is grate "actually my manager did ;) "
    ,i've moved from jazen to oid,that works successfully ,"this was me ;)"
    then successfully deploy a web-services from jdeveloper ,every thing is grate till now
    after that i try to deploy bpel process from jdeveloper also but i have an error which indicates that "access is denied "
    i removed the read only for the source on the disk drive but nothing changed !
    note: the orcladmin is set to default "welcome1"
    but in OID it is another password
    someone one told me that this is the problem-the user is not the same password ,is this the reason why i cant deploy my bpel process???
    also he told me if i change the "orcladmin" manually the EM will crash ,its not problem for me because i have an image which can be restored back in few minutes .but i need an explanation so i know what's happening.
    can any one help please ?

  • Calling Siebel web service from BPEL flow

    Hi,
    I am using Jdeveloper 10.1.3 to build BPEL.
    Does anyone have a sample to call Siebel web service from BPEL flow?
    I cannot make web service call success by adding partner link from BPEL flow.
    Error:
    Error Code: 10944642 Error Message: Error: Inbound SOAP Message - Session Token is missing or invalid or has expired
    My understanding is Siebel needs special soap header.
    I can build webservice proxy to call siebel web service, it works fine by overwrite the soap header function. However, I cannot make it work from BPEL flow.
    Does anyone have this experience?
    Thanks

    Anyone has insight on this? Is it possible to call a WCF service with NTLM authentication from SOA.
    Thanks!
    Sandeep

  • How to make data flow from one application to other in BPEL.

    Hi All,
    I am designing work-flow of my application through BPEL(JDeveloper), I am making different BPEL projects for different functions, like sales manager got the order from sales person and sales manager either approve it or reject it, if he approve it it goes to Production manager and he ships the goods, now I want to keep sales person, sales manger,production manager in seperate BPEL files and want to get the output of sales person to sales manager and sales manager to production manager please help me in dong this.
    I was trying to make partner link in Sales manager of sales person and getting the input from there. I dont know this is right even or not, if it is right I dont know how to make data flow from one application to other.
    Experience people please guide.
    Sales Person -----> Sales Manager ----> Production Manager
    Thanks
    Yatan

    Yes you can do this.
    If you each integration point to be in different process, you have to create three BPEL process.
    1. Create a Async BPEL process 'A' which will be initiated when sales person creates the order.
    2. From BPEL process 'A' call a ASync BPEL process 'B' which has the approval flow. Depending on the input from process 'A' the sales manager will review the order in workflow and approve or reject and send the result back to process 'A'.
    3. Based on the result from workflow, invoke the Sync BPEL process 'C', where you can implement the shipping logic.
    -Ramana.

  • BPEL processes not available on BPEL console when deployed from JDeveloper

    Installation: SOA Suite 10.1.3.4 (Upgraded through patch) (Standalone OC4J)
    When I deploy the BPEL processes through JDeveloper, they do not show up in the BPEL console. JDeveloper does not display any error message but in fact displays successful deploy. I am able to manually deploy processes from the BPEL console itself or by dropping in the BPEL suitcase in the deploy directory.
    I noticed this issue when I tried installing AIA foundation pack 2.4. The installation showed the message below -
    Failed to read wsdl at "http://AMVAIDYA-US:8888/orabpel/default/AIAErrorTaskAdministrationProcess/AIAErrorTaskAdministrationProcess?wsdl", because "Failed to read WSDL from http://AMVAIDYA-US:8888/orabpel/default/AIAErrorTaskAdministrationProcess/AIAErrorTaskAdministrationProcess?wsdl:WSDL not found".
    Make sure wsdl is valid. You may need to start the OraBPEL server, or make sure the related bpel process is deployed correctly.
    [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).
    I noticed that issue is independent of AIA since I cannot deploy any BPEL process through JDeveloper (or even through using the ant deploy in JDev)
    Please help!
    Thanks
    Amol

    I did try the verbose=true option but there are no errors there. The ant deploy task shows up as successful just like it shows from the right click -> Deploy to domain on the BPEL project. I created a sample async BPEL for this - it has just one assign activity with some dummy values for output. It builds fine. If I deploy the jar file created from this manually in the console it works. But it doesnt work from JDev or Ant. Is there anything I missed during the upgrade patch from 10.1.3.1 to 10.1.3.4? I did execute all the post and pre install tasks (including the orabpel, oraesb schema updates etc)
    FYI, I can register an ESB from JDeveloper and it shows up in the ESB console.

Maybe you are looking for