Unable to deploy a BPEL process with rules

Hi All
I created a very simple BPEL process and defined a business Rule in composite, that I call from within my BPEL process.
I am however not able to deploy the project completely successfully.
I am using JDEV 11g to build/deploy my projects on a SOA_Suite_11g. Note that I can deploy a project successfully if it does not have a business rule.
This is what I see in the 'Deployment Log' tab:
[01:49:17 PM] Deploying profile...
[01:49:17 PM] Wrote SAR file to /Users/satinder/jdeveloper/mywork/ChapterTwo/FLThree/deploy/sca_FLThree_rev1.0.jar
[01:49:17 PM] Deploying sca_FLThree_rev1.0.jar to soa_server1 [redunca.pvo.groundhog.com.au:8001]
[01:49:17 PM] Processing sar=/Users/satinder/jdeveloper/mywork/ChapterTwo/FLThree/deploy/sca_FLThree_rev1.0.jar
[01:49:17 PM] Adding sar file - /Users/satinder/jdeveloper/mywork/ChapterTwo/FLThree/deploy/sca_FLThree_rev1.0.jar
[01:49:17 PM] Preparing to send HTTP request for deployment
[01:49:17 PM] Creating HTTP connection to host:redunca.pvo.groundhog.com.au, port:8001
[01:49:17 PM] Sending internal deployment descriptor
[01:49:17 PM] Sending archive - sca_FLThree_rev1.0.jar
[01:49:19 PM] Received HTTP response from the server, response code=500
[01:49:19 PM] Error deploying archive sca_FLThree_rev1.0.jar to soa_server1 [redunca.pvo.groundhog.com.au:8001]
[01:49:19 PM] HTTP error code returned [500]
[01:49:19 PM] Error message from server:
Error during composite deployment: oracle.fabric.common.FabricDeploymentException: oracle.fabric.common.FabricException: Error occurred during deployment of component: FLI to service engine: implementation.bpel, for composite: FLThree: ORABPEL-01010
Process Generation Failed.
failure to generate the BPEL process file "".
Could not generate named BPEL process file. The exception reported was "/apps/oracle/ofm_11g/user_projects/domains/soa_dev_domain/deployed-composites/FLThree_rev1.0/sca_FLThree_rev1.0/198abebc-19d9-4df6-a712-2122b0b9730a/SCA-INF/FLI.lock (Too many open files)".
Ensure that the file "" is a valid file to be generated.
: Error occurred during deployment of component: FLI to service engine: implementation.bpel, for composite: FLThree: ORABPEL-01010
Process Generation Failed.
failure to generate the BPEL process file "".
Could not generate named BPEL process file. The exception reported was "/apps/oracle/ofm_11g/user_projects/domains/soa_dev_domain/deployed-composites/FLThree_rev1.0/sca_FLThree_rev1.0/198abebc-19d9-4df6-a712-2122b0b9730a/SCA-INF/FLI.lock (Too many open files)".
Ensure that the file "" is a valid file to be generated.
[01:49:19 PM] Check server log for more details.
[01:49:19 PM] #### Deployment incomplete. ####
[01:49:19 PM] Error deploying archive file:/Users/satinder/jdeveloper/mywork/ChapterTwo/FLThree/deploy/sca_FLThree_rev1.0.jar
(oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
Any ideas..
Thanks

"Too many open files" issue is most likely because of a (few) Sun JDK6 bug(s). These bugs may not even get fixed in JDK6. It could hit at runtime or compile time depending on the number of jar files getting used and/or a few other variations around the use of file descriptors at a time by the JDK/JRE. One can use "lsof -p <pid>" command on Linux and see how the File Descriptors are growing when this issue is seen. E.g. use the pid of junit java process and not the main Ant java process if you want to debug at runtime. For compile time, grep on the compiler process.
Increasing the limit of file descriptors is used as a workaround.
How to increase per-process per-user file descriptor limit on your Linux hosted box:
Using "limit" (csh) or "ulimit" (bash) command find out what is the value of "descriptors". As a root user (use sudo) edit /etc/security/limits.conf file.
Close your x term and re-open (or re-connect your NX client) for this change to take effect. System re-start should not be required. If you are not able to increase the limit for some reason using these steps, try a few other things like re-starting your VNC server (or something similar), re-start your Linux box.

Similar Messages

  • Cannot deploy BPEL process with SSO to BPELConsole activated

    I cannot deploy BPEL process with SSO to BPELConsole activated. Here is the error I get from JDeveloper (sorry for the french error message):
    Problème détecté lors de la connexion au serveur "ssdvoiagu.dev.local.csst.qc.ca" sur le port "7781" : java.security.AccessControlException: access denied (com.collaxa.security.DomainPermission generique read)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
    at java.security.AccessController.checkPermission(AccessController.java:427)
    at com.collaxa.security.OC4JSecurityService.checkAccess(OC4JSecurityService.java:16)
    at com.collaxa.security.SecurityService.checkDomainAccess(SecurityService.java:26)
    at com.collaxa.cube.fe.util.ServletUtils.getLocatorWithoutUrlRewrite(ServletUtils.java:162)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:332)
    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.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Target BPEL process manager runs under SOA 10.1.3.3. When the SSO to BPELConsole is disabled, the deployment works just fine. Is there any way to make it work with SSO?

    Please check:
    http://blog.jpoot.com/category/oracle-appserver/oid-ldap/
    We had some issues with SSO and SSL but everything is running now.
    Marc

  • Problem with Ant Script while deploying a BPEL Process

    Hi all,
    Im making use of Ant script to Deploy a BPEL process ...the bpel process simply invokes the credit rating service and returns the credit rating..credit rating service and the whole BPEL
    process are deployed in the default domain...now i made a new domain and making using of Ant scripts to deploy it to this Domain in the same local server ...i followed the steps
    from this blog http://blogs.oracle.com/rammenon/2007/07/deploying_bpel_process_to_mult.html now my problem is even though i mention a different Domain Name in
    ant- orabpel_dev.properties its always getting deployed to Default domain........can anyone Plzzz help me.
    Edited by: 0racler on Aug 15, 2009 12:09 PM

    in build.properties of the project -
    uncomment (remove the #) and change to the new domain
    # Change below if deploying in domain other than "default"
    #domain = default
    when you run deployProcess target - you should see which domain is used - based on the above variable.
    cheers

  • Error deploying SOAOrderBooking BPEL Process through Ant

    Hello,
    I following Oracle SOA Quick Start Guide (Part # B28938-01) to setup Demo SOA Application.
    I followed the document Chapter 2 and installed SOA Suite with "Basic Install" and JDeveloper 10.1.3.1.0.
    When deploying SOAOrderBooking BPEL Process as mentioned in Page 2-11 Step # 7, I get following error
    [bpelc] Error while loading schemas from wsdl file at location "http://localhost:8888/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl". The reason is Unable to create an InitialContext..
    I tried enabling verbose in bpelc command in build.xml file and stack trace indicate java.lang.ClassNotFoundException for oracle.javatools.jndi.LocalInitialContextFactory class.
    I'm trying to setup the demo as Proof-of-concept for one of my projects. So any help in resolving this issue will be greatly appreciated. I've include the full log file for reference.
    Thanks,
    Sankaran.
    | Compiling bpel process SOAOrderBooking, revision 1.0
    fileset: Setup scanner in dir C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel with patternSet{ includes: [] excludes: [**/.project, bpel.xml, _bpel.xml, testSuites/**, testsuites/**] }
    [bpelc] home directory is: C:\oracle\jdevstudio10131\/integration/bpel
    [bpelc] loading WSDLs ...
    [bpelc] reading partner client's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\SOAOrderBooking.wsdl
    [bpelc] done reading wsdl for partner: client
    [bpelc] reading partner OrderFulfillment's WSDL at http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl
    [bpelc] done reading wsdl for partner: OrderFulfillment
    [bpelc] reading partner RapidService's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\RapidService.wsdl
    [bpelc] done reading wsdl for partner: RapidService
    [bpelc] reading partner TaskService's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\TaskServiceWSIF.wsdl
    [bpelc] done reading wsdl for partner: TaskService
    [bpelc] reading partner CustomerService's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\CustomerSvc.wsdl
    [bpelc] done reading wsdl for partner: CustomerService
    [bpelc] reading partner NotificationService's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\NotificationService.wsdl
    [bpelc] done reading wsdl for partner: NotificationService
    [bpelc] reading partner SelectService's WSDL at http://localhost:8888/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl
    [bpelc] done reading wsdl for partner: SelectService
    [bpelc] reading partner CreditValidatingService's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\CreditValidatingService.wsdl
    [bpelc] done reading wsdl for partner: CreditValidatingService
    [bpelc] reading partner DecisionServicePL's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\DecisionServiceRef.wsdl
    [bpelc] done reading wsdl for partner: DecisionServicePL
    [bpelc] reading partner OrderStatus's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\OrderStatus.wsdl
    [bpelc] done reading wsdl for partner: OrderStatus
    [bpelc] reading partner Order's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\Order.wsdl
    [bpelc] done reading wsdl for partner: Order
    [bpelc] reading partner OrderSequence's WSDL at C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\bpel\OrderSequence.wsdl
    [bpelc] done reading wsdl for partner: OrderSequence
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C:/SOA_OM_Demo/SOADEMO/SOAOrderBooking/bpel/CreditValidatingService.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def http://localhost:8888/CreditService/ValidateCreditCardServiceSoapHttp?WSDL
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C:/SOA_OM_Demo/SOADEMO/SOAOrderBooking/bpel/NotificationService.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C:/SOA_OM_Demo/SOADEMO/SOAOrderBooking/bpel/TaskServiceWSIF.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C:/SOA_OM_Demo/SOADEMO/SOAOrderBooking/bpel/TaskServiceInterface.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C:/SOA_OM_Demo/SOADEMO/SOAOrderBooking/bpel/OrderStatus.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C:/SOA_OM_Demo/SOADEMO/SOAOrderBooking/bpel/DBAdapterOutboundHeader.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C:/SOA_OM_Demo/SOADEMO/SOAOrderBooking/bpel/Order.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C:/SOA_OM_Demo/SOADEMO/SOAOrderBooking/bpel/DBAdapterOutboundHeader.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def http://localhost:8888/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema schema
    [bpelc] BPELValidator
    [bpelc] ORABPEL-09701
    [bpelc]
    [bpelc] 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 Unable to create an InitialContext..
    [bpelc] Please verify the schemas defined in wsdl.
    [bpelc]
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.loadEmbeddedSchemas(WSDLSchemaManager.java:720)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.loadSchemasFromWSDL(WSDLSchemaManager.java:610)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.loadAllSchemas(WSDLSchemaManager.java:313)
    [bpelc]      at com.collaxa.cube.lang.compiler.BPELProcessModel.loadWSDLs(BPELProcessModel.java:208)
    [bpelc]      at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validateClientSide(BPELValidator.java:67)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeProcessor.java:1130)
    [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] Caused by: java.lang.IllegalStateException: Unable to create an InitialContext.
    [bpelc]      at oracle.javatools.jndi.Names.internalEx(Names.java:172)
    [bpelc]      at oracle.javatools.jndi.Names.newInitialContext(Names.java:56)
    [bpelc]      at oracle.ide.AddinManager.getAddinManager(AddinManager.java:56)
    [bpelc]      at oracle.jdevimpl.webdav.HostUtil.getClient(HostUtil.java:47)
    [bpelc]      at oracle.jdevimpl.webdav.api.Authentication.getConnections(Authentication.java:199)
    [bpelc]      at oracle.jdevimpl.webdav.api.Authentication.getAuthorization(Authentication.java:106)
    [bpelc]      at oracle.jdevimpl.webdav.api.DAVAuthenticator.getPasswordAuthentication(DAVAuthenticator.java:70)
    [bpelc]      at java.net.Authenticator.requestPasswordAuthentication(Authenticator.java:300)
    [bpelc]      at sun.net.www.protocol.http.HttpURLConnection$1.run(HttpURLConnection.java:267)
    [bpelc]      at java.security.AccessController.doPrivileged(Native Method)
    [bpelc]      at sun.net.www.protocol.http.HttpURLConnection.privilegedRequestPasswordAuthentication(HttpURLConnection.java:263)
    [bpelc]      at sun.net.www.protocol.http.HttpURLConnection.getHttpProxyAuthentication(HttpURLConnection.java:1448)
    [bpelc]      at sun.net.www.protocol.http.HttpURLConnection.resetProxyAuthentication(HttpURLConnection.java:1246)
    [bpelc]      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:950)
    [bpelc]      at java.net.URL.openStream(URL.java:1007)
    [bpelc]      at oracle.xml.parser.v2.XMLReader.openURL(XMLReader.java:2551)
    [bpelc]      at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:285)
    [bpelc]      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:259)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.parseXMLSrc(WSDLSchemaManager.java:2073)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.parseXSDSrc(WSDLSchemaManager.java:2023)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.processSchemaImportsAndInclude(WSDLSchemaManager.java:1920)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.loadEmbeddedSchemas(WSDLSchemaManager.java:716)
    [bpelc]      ... 24 more
    [bpelc] Caused by: javax.naming.NoInitialContextException: Cannot instantiate class: oracle.javatools.jndi.LocalInitialContextFactory [Root exception is java.lang.ClassNotFoundException: oracle.javatools.jndi.LocalInitialContextFactory]
    [bpelc]      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:657)
    [bpelc]      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
    [bpelc]      at javax.naming.InitialContext.init(InitialContext.java:223)
    [bpelc]      at javax.naming.InitialContext.<init>(InitialContext.java:197)
    [bpelc]      at oracle.javatools.jndi.Names.newInitialContext(Names.java:52)
    [bpelc]      ... 44 more
    [bpelc] Caused by: java.lang.ClassNotFoundException: oracle.javatools.jndi.LocalInitialContextFactory
    [bpelc]      at org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1166)
    [bpelc]      at org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1107)
    [bpelc]      at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:977)
    [bpelc]      at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    [bpelc]      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    [bpelc]      at java.lang.Class.forName0(Native Method)
    [bpelc]      at java.lang.Class.forName(Class.java:242)
    [bpelc]      at com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:42)
    [bpelc]      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
    [bpelc]      ... 48 more
    [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 Unable to create an InitialContext..
    [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 Unable to create an InitialContext..
    [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
    C:\SOA_OM_Demo\SOADEMO\SOAOrderBooking\build.xml:72: Validation error
         at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:647)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)

    UP!!!
    The same error occurred in our enviroment:
    Buildfile: C:\Softs\oracle\Jdevstudio10131_new\workspace\soademo_101310_preview\SOAOrderBooking\build.xml
    pre-deploy:
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] url is file:/C:/Softs/oracle/Jdevstudio10131_new/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    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", Error loading schemas from wsdl.
    [bpelc] Error while loading schemas from wsdl file at location "http://10.171.11.124/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl". The reason is Unable to create an InitialContext..
    [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://10.171.11.124/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl". The reason is Unable to create an InitialContext..
    [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
    C:\Softs\oracle\Jdevstudio10131_new\workspace\soademo_101310_preview\SOAOrderBooking\build.xml:72: Validation error
    Total time: 3 seconds

  • Development and Deployment of BPEL processes in ALBPM 6.0

    All,
    I tried to develop a simple BPEL 2.0 process in ALBPM 6.0 and noticed that the tool does not generate an endpoint automatically to expose the BPEL as a web service. I had to create my own bidning and the service interface to get rid of a bunch of compile errors. I typed my address for the BPEL manually as 'http://localhost:9000/bpel'. I reloaded the server, but could not find a service at this address.
    What are the correct steps of creating a BPEL process so that it deploys correctly and can be called externally as a web service?
    Any help is very much appreciated. Thanks in advance!

    Ok. The WSDL actually published, but when I tried to invoke it from ALBPM process on another engine I got this error:
    Caused by: java.lang.AssertionError: Could not retrieve name
    at fuego.soaptype.SoapCall.initCallArguments(SoapCall.java:172)
    at fuego.soaptype.SoapCall.<init>(SoapCall.java:94)
    etc...
    What is the correct process for generating WSDLs for BPEL processes with ALBPM 6.0? Can WSDL location address be generated automatically? What does "Could not retrieve name" error relate to?

  • Error While Deploying the BPEL Process using obant script

    Hi All,
    I am getting the following error while deploying the BPEL Process using obant script. we are using the BPEL Version 10.1.2.0.2.Any information in this regard will be really helpful.
    Buildfile: build.xml
    main:
    [bpelc] file:/home5102/dibyap/saravana/Test/CreditRatingService.wsdl
    [bpelc] validating "/home5102/dibyap/saravana/Test/CreditRatingService.bpel" ...
    BUILD FAILED
    /home5102/dibyap/saravana/Test/build.xml:15: ORABPEL-01002
    Domain directory not found.
    The process cannot be deployed to domain "default" because the domain directory "/opt02/app/ESIT/oracle/esit10gR2iAS/BPEL10gR2/iAS/integration/orabpel/domains/default/deploy" cannot be found or cannot b
    e written to.
    Please check your -deploy option value; "default" must refer to a domain that has been installed locally on your machine.
    Total time: 23 seconds
    dibyap@ios5102_ESIBT:/home5102/dibyap/saravana/Test>
    Thanks,
    Saravana

    In 10.1.2.0.2 you need to create your own build.xml
    I have found an example, it may be of some help. This does call a property file
    cheers
    James
    <?xml version="1.0" ?>
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Run cxant on this file to build, package and deploy the
    ASB_EFT BPEL process
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    <project name="ASB_EFT" default="main" basedir=".">
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Name of the domain the generated BPEL suitcase will be deployed to
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    <property name="deploy" value="default" />
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    What version number should be used to tag the generated BPEL archive?
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    <property name="rev" value="1.0" />
    <!-- BPEL Best Practices Properties -->
    <!-- Defaults Properties for TARGET environments
    # CHANGE THIS FILE TO REFLECT THE TARGET ENVIRONEMNT
    # either dev, test, or prod.properties
    -->
    <property file="ebusd.properties"/>
    <property name="env" value="${env.name}"/>
    <property name="current.project.name" value="${project.name}"/>
    <property name="target.project.name" value="${project.name}_${env}"/>
    <property name="deployment.profile" value ="${env}.properties"/>
    <property name="source.development.directory" location="${basedir}"/>
    <property name="target.env.directory" location="${basedir}/deploy/${project.name}_${env}"/>
    <property file="${deployment.profile}"/>
    <property name="build.fileencoding" value="UTF-8"/>
    <!-- Prints Environment
    -->
    <target name="print.env" description="Display environment settings">
    <echo message="Base Directory: ${basedir}"/>
    <echo message="Deployment Profile: ${deployment.profile}"/>
    <echo message="target.env.directory: ${target.env.directory}"/>
    <echo message="Deploy to Domain: ${deployToDomain}"/>
    <echo/>
    <echo message="os.name: ${os.name}"/>
    <echo message="os.version: ${os.version}"/>
    <echo message="os.arch: ${os.arch}"/>
    <echo/>
    <echo message="java.home: ${java.home}"/>
    <echo message="java.vm.name: ${java.vm.name}"/>
    <echo message="java.vm.vendor: ${java.vm.vendor}"/>
    <echo message="java.vm.version: ${java.vm.version}"/>
    <echo message="java.class.path: ${java.class.path}"/>
    <echo/>
    <echo message="env: ${env}"/>
    <echo message="current.project.name: ${current.project.name}"/>
    <echo message="target.project.name: ${target.project.name}"/>
    <echo message="server.name: ${server.name}"/>
    </target>
    <!--
    Copies the current directory structure along with
    all the file into the target.env.directory and
    change the name of the project
    -->
    <target name="create.environment">
    <copy todir="${target.env.directory}">
    <fileset dir="${basedir}"/>
    <filterset begintoken="@" endtoken="@">
    <filtersfile file="${deployment.profile}"/>
    </filterset>
    </copy>
    <move file="${target.env.directory}/${current.project.name}.jpr" tofile="${target.env.directory}/${target.project.name}.jpr"/>
    </target>
    <target name="main">
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    the bpelc task compiles and package BPEL processes into versioned BPEL
    archives (bpel_...jar). See the "Programming BPEL" guide for more
    information on the options of this task.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    <bpelc input="${basedir}/bpel.xml" rev="${rev}" deploy="${deploy}" />
    </target>
    </project>
    here is a property file
    project.name=ASB_EFT
    env.name=ebusd
    deployToDomain=default
    server.name=[server]
    server.port=7788
    ebusd\:7788=http://[server]:7788/
    IntegrationMailAccount=OracleBPELTest
    IntegrationMailAddress=[email]
    IntegrationMailPassword=[password]
    archivedir=[directory]
    inbounddir=/[directory]
    errordir=[directory]
    outbounddir=[directory]
    bpelpw=bpel
    dbhost1=[dbserver]
    dbhost2=[dbserver]
    dbport=1523
    dbservice=bpel
    dbconnstr=jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=[server])(PORT=1523))(ADDRESS=(PROTOCOL=tcp)(HOST=[server])(PORT=1523)))(CONNECT_DATA=(SERVICE_NAME=ebusd)))

  • Error while deploying the BPEL process

    Hi All,
    I’m getting the following error while deploying the BPEL process.
    “Error:
    [Error ORABPEL-10903]: failed to read wsdl
    [Description]: in "bpel.xml", Error loading schemas from wsdl.
    Error while loading schemas from wsdl file at location "http://ios0501e.idc.ikon.org:7720/vertex-ws/calculate-tax-wsdl.jsp?WSDL". The reason is .
    Please verify the schemas defined in wsdl.
    [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).
    Kindly let me know if you have any pointers on the above.
    Thanks in Advance.
    Regards
    Sravana

    Check you proxy settings. Disable them in your deployment tool / JDeveloper

  • Unable to deploy a Simple Process

    Hi,
    I am stuck with a major deployment issue.
    I am using jdeveloper 11.1.1.2, I want to test a process which only has a human task. i have auto generated a task form for the same and want to accept 2 values from the user and assign it to the output.
    Now, when i deploy the BPEL process, i get the following error:
    [04:13:12 PM] ---- Deployment started. ----
    [04:13:12 PM] Target platform is (Weblogic 10.3).
    [04:13:12 PM] Running dependency analysis...
    [04:13:12 PM] Building...
    [04:13:30 PM] Deploying profile...
    [04:13:30 PM] Wrote Archive Module to C:\JDeveloper\mywork\Gaurav_Apps\Gaurav_XTest\deploy\sca_Gaurav_XTest_rev1.0.jar
    [04:13:30 PM] Deploying sca_Gaurav_XTest_rev1.0.jar to soa_server1 [POC-SERVER-1:8001]
    [04:13:30 PM] Processing sar=/C:/JDeveloper/mywork/Gaurav_Apps/Gaurav_XTest/deploy/sca_Gaurav_XTest_rev1.0.jar
    [04:13:30 PM] Adding sar file - C:\JDeveloper\mywork\Gaurav_Apps\Gaurav_XTest\deploy\sca_Gaurav_XTest_rev1.0.jar
    [04:13:30 PM] Preparing to send HTTP request for deployment
    [04:13:30 PM] Creating HTTP connection to host:POC-SERVER-1, port:8001
    [04:13:30 PM] Sending internal deployment descriptor
    [04:13:30 PM] Sending archive - sca_Gaurav_XTest_rev1.0.jar
    [04:13:34 PM] Received HTTP response from the server, response code=500
    [04:13:34 PM] Error deploying archive sca_Gaurav_XTest_rev1.0.jar to soa_server1 [POC-SERVER-1:8001]
    [04:13:34 PM] HTTP error code returned [500]
    [04:13:34 PM] Error message from server:
    Error during composite deployment: oracle.fabric.common.FabricDeploymentException: oracle.fabric.common.FabricException: Error occurred during deployment of component: ShipOut to service engine: implementation.workflow, for composite: Gaurav_XTest: ORABPEL-30018
    Invalid task definition.
    The task definition at default/Gaurav_XTest!1.0*6177405e-fd38-4280-96fe-f0f2cab2876c/ShipOut does not conform to the task definition XML schema definition. The task definition is associated with workflow default/Gaurav_XTest!1.0*6177405e-fd38-4280-96fe-f0f2cab2876c/ShipOut. The errors are [2]: Element 'globalCreationTask' not expected. at line -1 at column -1.
    Make sure that the task definition conforms to the task definition XML schema definition.
    : Invalid task definition.
    The task definition at default/Gaurav_XTest!1.0*6177405e-fd38-4280-96fe-f0f2cab2876c/ShipOut does not conform to the task definition XML schema definition. The task definition is associated with workflow default/Gaurav_XTest!1.0*6177405e-fd38-4280-96fe-f0f2cab2876c/ShipOut. The errors are [2]: Element 'globalCreationTask' not expected. at line -1 at column -1.
    Make sure that the task definition conforms to the task definition XML schema definition.
    : Error occurred during deployment of component: ShipOut to service engine: implementation.workflow, for composite: Gaurav_XTest: ORABPEL-30018
    Invalid task definition.
    The task definition at default/Gaurav_XTest!1.0*6177405e-fd38-4280-96fe-f0f2cab2876c/ShipOut does not conform to the task definition XML schema definition. The task definition is associated with workflow default/Gaurav_XTest!1.0*6177405e-fd38-4280-96fe-f0f2cab2876c/ShipOut. The errors are [2]: Element 'globalCreationTask' not expected. at line -1 at column -1.
    Make sure that the task definition conforms to the task definition XML schema definition.
    : Invalid task definition.
    The task definition at default/Gaurav_XTest!1.0*6177405e-fd38-4280-96fe-f0f2cab2876c/ShipOut does not conform to the task definition XML schema definition. The task definition is associated with workflow default/Gaurav_XTest!1.0*6177405e-fd38-4280-96fe-f0f2cab2876c/ShipOut. The errors are [2]: Element 'globalCreationTask' not expected. at line -1 at column -1.
    Make sure that the task definition conforms to the task definition XML schema definition.
    [04:13:34 PM] Check server log for more details.
    [04:13:34 PM] Error deploying archive sca_Gaurav_XTest_rev1.0.jar to soa_server1 [POC-SERVER-1:8001]
    [04:13:34 PM] #### Deployment incomplete. ####
    [04:13:34 PM] Error deploying archive file:/C:/JDeveloper/mywork/Gaurav_Apps/Gaurav_XTest/deploy/sca_Gaurav_XTest_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    I get something like Invalid task definition.
    could anyone please help me out with this.....

    Hi, I ran into the same issue but have troubles identifying the exact parameter value. When opening the assign activity I'll see 3 copy statement but I'm not sure which is wrong. Here's my assign activity snippet from the BPEL Definition
    <assign name="ApproveHT_1_AssignTaskAttributes">
    <copy>
    <from expression="number(3)"/>
    <to variable="initiateTaskInput" part="payload"
    query="/taskservice:initiateTask/task:task/task:priority"/>
    </copy>
    <copy>
    <from>
    <payload xmlns="http://xmlns.oracle.com/bpel/workflow/task">
    <Investition xmlns="http://www.openapplications.org/oagis/9"/>
    </payload>
    </from>
    <to variable="initiateTaskInput" part="payload"
    query="/taskservice:initiateTask/task:task/task:payload"/>
    </copy>
    <copy>
    <from variable="inputVariable" part="payload"
    query="/ns1:Investition"/>
    <to variable="initiateTaskInput" part="payload"
    query="/taskservice:initiateTask/task:task/task:payload/ns1:Investition"/>
    </copy>
    </assign>
    I'm not able to interpret all this here, but I have a basic understanding of what's happening. Can you have a look at the snippet and compare it with yours.
    Thanks a lot in advance
    Detlef

  • Issue about Invoking a BPEL Process with the Generic Java API

    I Invoking a BPEL Process with the Generic Java API and apache axis or axis2
    it turn up a error as follow:
    org.apache.axis2.AxisFault: ORABPEL-08021
    Cannot find partner wsdl.
    parnterLink "BPELProcess1" is not found in process "BPELProcess1" (revision "v2008_11_17__38943").
    Please check the deployment descriptor of the process to find the correct partnerLink name.
         at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:512)
         at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:370)
         at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:416)
         at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
         at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
         at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:548)
         at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:528)
         at wf.Test_axis2_callws.main(Test_axis2_callws.java:41)
    i can't solve it !
    what's problem ???
    anyone use java code to invoke bpel process successfully..can show me some example?
    thanks
    chan

    Hi,
    Check below link may help you solve your problem.
    http://www.activevos.com/cec/samples/content/sample-invoke/doc/index.html
    Regards

  • Error while deploying a BPEL process

    Hi All,
    When I try to deploy a BPEL process, I am getting the following error:
    BUILD FAILED
    C:\jdevstudio10133\jdev\mywork\batch_app\batch_proj\build.xml:79: A problem occured while connecting to server "localhost" 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.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at 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.compileAndServe(JspPageTable.java:724)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
    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)"
    Please help

    is your soa suite up and running ?

  • Error in deploying my BPEL process

    I am getting the following error while I tried to deploy my BPEL process:
    Error:
    [Error ORABPEL-10902]: compilation failed
    [Description]: in "bpel.xml", XML parsing failed because "undefined part element.
    In WSDL at "file:/D:/projects/MyBPEL/bpel/MySvc-v1.wsdl", message part element "{http://www.company.com/wsdl/MySvc-v1.0}GeneralFault" is not defined in any of the schemas.
    Please make sure the spelling of the element QName is correct and the WSDL import is complete.
    [Potential fix]: n/a.
    I do not understand the error. 'GeneralFault' is defined in MySvc-v1.wsdl and not in a separate xsd.
    Here is a portion of MySvc-v1.wsdl:
    <?xml version="1.0" encoding="utf-8"?>
    <wsdl:definitions name="MySvc-v1.wsdl"
         xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
         xmlns="http://schemas.xmlsoap.org/wsdl/"
         xmlns:tns="http://www.company.com/wsdl/MySvc-v1"
         xmlns:v1_0="http://www.company.com/wsdl/MySvc-v1.0"
         xmlns:base="http://www.company.com/xsd/Base"
         targetNamespace="http://www.company.com/wsdl/MySvc-v1">
    <wsdl:types>
         <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
         targetNamespace="http://www.company.com/wsdl/MySvc-v1.0">
              <xsd:import schemaLocation="../xsd/Base.xsd" namespace="http://www.company.com/xsd/Base" />
              <xsd:element name="MyRq">
                   <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="base:ID" />
                        <xsd:element ref="base:SSN" />
                   </xsd:sequence>
                   </xsd:complexType>
              </xsd:element>
              <xsd:element name="MyRs">
                   <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="base:Result" />
                        <xsd:element name="Timestamp" type="xsd:string"/>
                   </xsd:sequence>
                   </xsd:complexType>
              </xsd:element>
              <xsd:element name="GeneralFault" type="xsd:string" />
         </xsd:schema>
    </wsdl:types>
    <wsdl:message name="MyRequest">
    <wsdl:part name="In" element="v1_0:MyRq" />
    </wsdl:message>
    <wsdl:message name="MyResponse">
    <wsdl:part name="Out" element="v1_0:MyRs" />
    </wsdl:message>
    <wsdl:message name="fault">
    <wsdl:part name="fault" element="v1_0:GeneralFault" />
    </wsdl:message>
    Thanks,
    AJ

    So does anyone know why I m getting the following error when the definition of "GeneralFault" is in the .wsdl file? According to the error messge, it sounds like I have to define it in a .xsd file.
    Error ORABPEL-10902: compilation failed
    Description: in "bpel.xml", XML parsing failed because "undefined part element.
    In WSDL at "file:/D:/projects/MyBPEL/bpel/MySvc-v1.wsdl", message part element "{http://www.company.com/wsdl/MySvc-v1.0}GeneralFault" is not defined in any of the schemas.
    Please make sure the spelling of the element QName is correct and the WSDL import is complete
    AJ

  • How to start BPEL process with publishing initiation form designed in ADF

    Hii All,
    Can Anyone please tell me how to Start my BPEL process with publishing initiation forms designed in ADF fusion.
    I am using JDevloper 11g and Oracle SOASuite 11g toolset in windows platform.
    Thankx in Advance,
    Deekay.

    Hi,
    I assume you mean the JMS example under the $OH BPEL examples area. Unfortunately, this only shows how to get a BPEL process kicked off by awaiting a JMS message - but there is no test code there! There are specific examples which show off the testing framework facilities but it appears that all the examples which use async type of interactions are in the middle of a process which is kicked off by a normal synchronous client interaction.
    Any further help much appreciated.
    Colin.

  • Securing a BPEL Process with username/password in 10g

    securing a BPEL Process with username/password in 10g

    use OWSM gateways..
    create a gateway and define your policy in the gateway

  • Undeploying BPEL Process with ant

    Hello,
    I am trying to undeploy BPEL Process with the ANT Script. I did not wrote it by myself but got it as a sample from
    http://blogs.oracle.com/rammenon/2007/11/26/#a74 with the admintasks.jar as well.
    Unfortunately, when I try to undeploy , I recieved following exception:
    java.rmi.UnmarshalException: Error deserializing return-value: java.io.InvalidClassException: com.oracle.bpel.client.BPELDomainHandle; local class incompatible: stream classdesc serialVersionUID = -6384534326625967840, local class serialVersionUID = -8310067783665200608
    at com.evermind.server.rmi.RMIClientConnection.handleMethodInvocationResponse(RMIClientConnection.java:843)
    at com.evermind.server.rmi.RMIClientConnection.handleOrmiCommandResponse(RMIClientConnection.java:287)
    at com.evermind.server.rmi.RMIClientConnection.dispatchResponse(RMIClientConnection.java:242)
    at com.evermind.server.rmi.RMIClientConnection.processReceivedCommand(RMIClientConnection.java:224)
    at com.evermind.server.rmi.RMIConnection.handleCommand(RMIConnection.java:152)
    at com.evermind.server.rmi.RMIConnection.listenForOrmiCommands(RMIConnection.java:127)
    at com.evermind.server.rmi.RMIConnection.run(RMIConnection.java:107)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:814)
    at java.lang.Thread.run(Thread.java:595)
    INFO: Failed to undeploy BPEL processes. - Error deserializing return-value: java.io.InvalidClassException: com.oracle.bpel.client.BPELDomainHandle; local class incompatible: stream classdesc serialVersionUID = -6384534326625967840, local class serialVersionUID = -8310067783665200608
    Did somebody face with this problem and can help me out?
    I am using Oracle SOA Suite 10.1.3.3.0
    Thanks,
    Denis

    Thanks for your advise. I have visited your blog and tryed to undeploy my BPEL Process via <undeployBPELProcess> task. But I get: "failed to create task or type of type: undeployBPELProcess. Cause: The Name is undefined" error. So I guess I don't have a proper jar file.
    I am very short on experience with Oracle SOA Suite, so I got stuck with this issue.
    Denis

  • Invoke BPEL process with the webservice interface

    I'm using Oracle BPEL PM 10.1.2.x.
    Follow the example comes with the BPEL PM, i can invoke the BPEL process in a J2EE project (with the webservice interface). The example named "UseStockReviewSheet".
    Then i tried to invoke the BPEL process i designed with Eclipse BPEL Designer. The version of BPEL designer for Eclipse is 0.9.13.
    I failed and got following errors:
    09/03/17 16:55:53 com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.
    xmlsoap.org/ws/2003/03/business-process/}selectionFailure}
    messageType: {null}
    parts: {{summary=<summary>变量/表达式结果为空.
    尝试读取/复制第 50 行的 xpath 变量/表达式 "bpws:getVariableData('input','payload
    ','/tns:CreditFlowRequest/tns:input')" 时, 发现为空。.
    请确保变量/表达式结果 "bpws:getVariableData('input','payload','/tns:CreditFlowRe
    quest/tns:input')" 非空。.
    </summary>}}
    09/03/17 16:55:53 at com.collaxa.cube.engine.ext.wmp.BPELAssignWMP.checkEx
    pressionFromValue(BPELAssignWMP.java:972)
    09/03/17 16:55:53 at com.collaxa.cube.engine.ext.wmp.BPELAssignWMP.evalFro
    mValue(BPELAssignWMP.java:504)
    09/03/17 16:55:53 at com.collaxa.cube.engine.ext.wmp.BPELAssignWMP.__execu
    teStatements(BPELAssignWMP.java:122)
    09/03/17 16:55:53 at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perfo
    rm(BPELActivityWMP.java:188)
    09/03/17 16:55:53 at com.collaxa.cube.engine.CubeEngine.performActivity(Cu
    beEngine.java:3408)
    09/03/17 16:55:53 at com.collaxa.cube.engine.CubeEngine.handleWorkItem(Cub
    eEngine.java:1836)
    09/03/17 16:55:53 at com.collaxa.cube.engine.dispatch.message.instance.Per
    formMessageHandler.handleLocal(PerformMessageHandler.java:75)
    09/03/17 16:55:53 at com.collaxa.cube.engine.dispatch.DispatchHelper.handl
    eLocalMessage(DispatchHelper.java:166)
    09/03/17 16:55:53 at com.collaxa.cube.engine.dispatch.DispatchHelper.sendM
    emory(DispatchHelper.java:252)
    09/03/17 16:55:53 at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEng
    ine.java:5438)
    09/03/17 16:55:53 at com.collaxa.cube.engine.CubeEngine.createAndInvoke(Cu
    beEngine.java:1217)
    09/03/17 16:55:53 at com.collaxa.cube.engine.delivery.DeliveryService.hand
    leInvoke(DeliveryService.java:511)
    09/03/17 16:55:53 at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.han
    dleInvoke(CubeDeliveryBean.java:335)
    09/03/17 16:55:53 at ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.
    handleInvoke(ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.java:1796)
    09/03/17 16:55:53 at com.collaxa.cube.engine.dispatch.message.invoke.Invok
    eInstanceMessageHandler.handle(InvokeInstanceMessageHandler.java:37)
    09/03/17 16:55:53 at com.collaxa.cube.engine.dispatch.DispatchHelper.handl
    eMessage(DispatchHelper.java:125)
    09/03/17 16:55:53 at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.
    process(BaseScheduledWorker.java:70)
    09/03/17 16:55:53 at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage
    (WorkerBean.java:86)
    09/03/17 16:55:53 at com.evermind.server.ejb.MessageDrivenBeanInvocation.r
    un(MessageDrivenBeanInvocation.java:123)
    09/03/17 16:55:53 at com.evermind.server.ejb.MessageDrivenHome.onMessage(M
    essageDrivenHome.java:755)
    09/03/17 16:55:53 at com.evermind.server.ejb.MessageDrivenHome.run(Message
    DrivenHome.java:928)
    09/03/17 16:55:53 at com.evermind.util.ReleasableResourcePooledExecutor$My
    Worker.run(ReleasableResourcePooledExecutor.java:186)
    09/03/17 16:55:53 at java.lang.Thread.run(Thread.java:534)
    <2009-03-17 16:55:53,640> <ERROR> <default.collaxa.cube.xml> com.oracle.bpel.cli
    ent.BPELFault: faultName: {{http://schemas.xmlsoap.org/ws/2003/03/business-proce
    ss/}selectionFailure}
    messageType: {null}
    parts: {{summary=<summary>变量/表达式结果为空.
    尝试读取/复制第 50 行的 xpath 变量/表达式 "bpws:getVariableData('input','payload
    ','/tns:CreditFlowRequest/tns:input')" 时, 发现为空。.
    请确保变量/表达式结果 "bpws:getVariableData('input','payload','/tns:CreditFlowRe
    quest/tns:input')" 非空。.
    </summary>}}
    I can invoke my BPEL process in BPEL console, not in J2EE project. bpws:getVariableData('input','payload','/tns:CreditFlowRequest/tns:input')" is null.
    The error message contains some Chineses word. I'm new to BPEL, hope someone can give me a hint on how to solve this problem.
    Thanks a billion!
    --Sunny 2009-3-18

    Following is the java class invoking BPEL process with the webservice interface.
    package com.otn.samples;
    import javax.xml.namespace.QName;
    import javax.xml.rpc.JAXRPCException;
    import javax.xml.rpc.ParameterMode;
    import javax.xml.rpc.Service;
    import javax.xml.rpc.ServiceException;
    import javax.xml.rpc.ServiceFactory;
    import javax.xml.rpc.encoding.XMLType;
    import javax.xml.rpc.soap.SOAPFaultException;
    import org.apache.axis.client.Call;
    * @version 2.0 $Date: 07-mar-2005.05:07:45 $
    * @author Copyright (c) 2004 by Oracle. All Rights Reserved.
    public class CreditFlowClient
    private static QName SERVICE_NAME;
    private static QName PORT_TYPE;
    private static QName OPERATION_NAME;
    private static String SOAP_ACTION;
    private static String STYLE;
    private static String THIS_NAMESPACE = "http://samples.otn.com";
    private static String PARAMETER_NAMESPACE = "http://samples.otn.com";
    private String location;
    static
    SERVICE_NAME = new QName(THIS_NAMESPACE,"CreditFlow");
    PORT_TYPE = new QName(THIS_NAMESPACE,"CreditFlow") ;
    OPERATION_NAME = new QName(THIS_NAMESPACE,"creditFlowRequest");
    SOAP_ACTION = "initiate";
    STYLE = "wrapped";
    public void setLocation(String location)
    this.location = location;
    public void initiate(String ssn)
    try
    /* Create Service and Call object */
    ServiceFactory serviceFactory = ServiceFactory.newInstance();
    Service service = serviceFactory.createService( SERVICE_NAME );
    Call call = (Call)service.createCall( PORT_TYPE );
    /* Set all of the stuff that would normally come from WSDL */
    call.setTargetEndpointAddress( location );
    call.setProperty(Call.SOAPACTION_USE_PROPERTY, Boolean.TRUE);
    call.setProperty(Call.SOAPACTION_URI_PROPERTY, SOAP_ACTION);
    call.setProperty( Call.OPERATION_STYLE_PROPERTY , STYLE );
    call.setOperationName(OPERATION_NAME);
    call.addParameter(new QName(PARAMETER_NAMESPACE,"ssn"), XMLType.XSD_STRING, ParameterMode.IN);
    Object[] params = new Object[1];
    params[0] = ssn;
    /* Invoke the service */
    call.invokeOneWay(params);
    System.out.println( "CreditFlow BPEL process initiated" );
    catch (SOAPFaultException e)
    System.err.println("Generated fault: ");
    System.out.println (" Fault Code = " + e.getFaultCode());
    System.out.println (" Fault String = " + e.getFaultString());
    catch (JAXRPCException e)
    System.err.println("JAXRPC Exception: " + e.getMessage());
    catch (ServiceException e)
    System.err.println("Service Exception: " + e.getMessage());
    public static void main(String[] args)
    String ssn = "12-123-126";
    String location = "http://localhost:9700/orabpel/default/CreditFlow";
    CreditFlowClient client = new CreditFlowClient();
    if(args.length == 1)
         ssn = args[0];
    else if(args.length ==2)
    location = args[0];
    ssn = args[1];
    client.setLocation( location );
    client.initiate( ssn );
    -------------------------------------------------------------------

Maybe you are looking for

  • Volume control buttons don't work for iTunes in speaker mode

    Using onboard speakers (no headset on my iPhone 4S, the speaker buttons are not working.  In fact the slider ICON in missing in playing music as well as the ringer ICON that comes up when I press the buttons. I can go into settings, Sounds and manual

  • Dropped and now it won't charge... should I buy a new mac?  HELP!

    So... a terrible thing happened. While walking by my computer, my foot caught the power cord and pulled my computer off my bed. When it fell to the carpet, it fell directly on the part that the power adaptor plugs into my laptop. Long story short, it

  • Colour Distortion in some games using Fx 5200

    Hi! When using my graphics card in certain games (e.g. Tony Hawk's 4, Dungeon Siege), the colours almost look inverse (though they're not quite, just some crazy psychadelic effects where there shouldn't be.) However, this isn't the case on a few othe

  • Java api to start/stop J2EE apps

    Hi Does anyone knows if weblogic 8.1 provides set of apis to start and stop J2EE applications programmatically? I know weblogic deployer provides the means to start and stop the J2EE applications through scripts. What I want to know if the apis for t

  • GR/IR Clearing SAPF124

    Hi, The program has created a spool with error log as 'No clearing procedures were carried out', so what does that mean? and why it has not been able to do that? Thanks in advance Sam