Instance doesn't initiate from BPEL console

BPEL 10.1.2.0.2
Where can I find debug messages to understand why the process doesn't initiate from bpel console? message on console reads:
'Cannot find the specified instance'
Thanks

Check the Domain.log. I suspect you have an invalid XPATH expression before you reach the first hydration point. Take a look on the Manual Recovery Queue and you should see the Invoke message sitting there.
Pete

Similar Messages

  • Complex XSD in BPEL not able to initiate from BPEL console

    Hi,
    The Problem
    I have a BPEL application where I need to produce an XML file in the format of an XSD supplied by an external agency. I can build and compile and deploy an appropriate application. When I come to the BPEL console and attempt to initiate an instance of the application. The initiate option sits spinning and will eventually time-out (before I am able to run it).
    The descriptive stuff
    The full XSD is available at; http://www.arc.gov.au/zip/SEER_Pilot_tech_pack_v1.ZIP
    The schema design is of "homogeneous namespace design" (according to the article at http://www.xfront.com/ZeroOneOrManyNamespaces.html) which consists of multiple .xsd files included under into a single namespace. There are essentially 9 .xsd files. The top level xsd (seer.xsd) includes 3 files.
    When I attempt to navigate to the initiate area to run the process in the BPEL console I end up (after timing out) with the java error listed at the end of this post appearing in our Enterprise Manager diagnostic log. The error appears to be a stack overflow from an attempt to load the complete schema distributed in multiple files.
    An imperfect solution
    I have modified to XSD to include all the files into 2 schema files (seer.xsd and types.xsd), with seer.xsd still including the types.xsd. This then allows the BPEL to initiate and completes successfully as designed.
    The XSDs are included in the project not separately deployed.
    I don't want to modify the externally provided XSDs in this fashion. I do want to provide a working solution, that fulfills the requirement.
    Any ideas, knowledge or help will be gratefully accepted.
    The environment
    10.1.3.3 running on SunOS (latest patches Unix and Oracle)
    The java error stack
    Message Text
    ServletException cause
    Supplemental Text
    java.lang.StackOverflowError
    at java.lang.Exception.<init>(Exception.java:59)
    at java.lang.ClassNotFoundException.<init>(ClassNotFoundException.java:65)
    at java.lang.ClassLoader.findBootstrapClass(Native Method)
    at java.lang.ClassLoader.findBootstrapClass0(ClassLoader.java:891)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:301)
    at oracle.classloader.PolicyClassLoader.findJREClass(PolicyClassLoader.java:1153)
    at oracle.classloader.JVMSearchPolicy.getClass(JVMSearchPolicy.java:27)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1674)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1635)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1620)
    at javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:88)
    at javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:148)
    at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:98)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaWalker.readSchemaFile(SchemaWalker.java:49)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.readImport(IncludeSchemaElement.java:94)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:66)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    ... continued about 200 times.
    followed by
    ServletException cause
    Supplemental Text
    com.evermind.server.http.HttpIOException: Broken pipe
    at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:210)
    at com.evermind.server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:539)
    at com.evermind.server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:436)
    at com.evermind.server.http.EvermindJSPWriter.close(EvermindJSPWriter.java:406)
    at oracle.jsp.runtime.OracleJspRuntime.extraHandlePCFinally(OracleJspRuntime.java:1689)
    at displayProcess.jspService(_displayProcess.java:1009)
    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.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
    at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:131)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java: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)

    Hi,
    The Problem
    I have a BPEL application where I need to produce an XML file in the format of an XSD supplied by an external agency. I can build and compile and deploy an appropriate application. When I come to the BPEL console and attempt to initiate an instance of the application. The initiate option sits spinning and will eventually time-out (before I am able to run it).
    The descriptive stuff
    The full XSD is available at; http://www.arc.gov.au/zip/SEER_Pilot_tech_pack_v1.ZIP
    The schema design is of "homogeneous namespace design" (according to the article at http://www.xfront.com/ZeroOneOrManyNamespaces.html) which consists of multiple .xsd files included under into a single namespace. There are essentially 9 .xsd files. The top level xsd (seer.xsd) includes 3 files.
    When I attempt to navigate to the initiate area to run the process in the BPEL console I end up (after timing out) with the java error listed at the end of this post appearing in our Enterprise Manager diagnostic log. The error appears to be a stack overflow from an attempt to load the complete schema distributed in multiple files.
    An imperfect solution
    I have modified to XSD to include all the files into 2 schema files (seer.xsd and types.xsd), with seer.xsd still including the types.xsd. This then allows the BPEL to initiate and completes successfully as designed.
    The XSDs are included in the project not separately deployed.
    I don't want to modify the externally provided XSDs in this fashion. I do want to provide a working solution, that fulfills the requirement.
    Any ideas, knowledge or help will be gratefully accepted.
    The environment
    10.1.3.3 running on SunOS (latest patches Unix and Oracle)
    The java error stack
    Message Text
    ServletException cause
    Supplemental Text
    java.lang.StackOverflowError
    at java.lang.Exception.<init>(Exception.java:59)
    at java.lang.ClassNotFoundException.<init>(ClassNotFoundException.java:65)
    at java.lang.ClassLoader.findBootstrapClass(Native Method)
    at java.lang.ClassLoader.findBootstrapClass0(ClassLoader.java:891)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:301)
    at oracle.classloader.PolicyClassLoader.findJREClass(PolicyClassLoader.java:1153)
    at oracle.classloader.JVMSearchPolicy.getClass(JVMSearchPolicy.java:27)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1674)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1635)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1620)
    at javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:88)
    at javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:148)
    at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:98)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaWalker.readSchemaFile(SchemaWalker.java:49)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.readImport(IncludeSchemaElement.java:94)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:66)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
    at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
    ... continued about 200 times.
    followed by
    ServletException cause
    Supplemental Text
    com.evermind.server.http.HttpIOException: Broken pipe
    at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:210)
    at com.evermind.server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:539)
    at com.evermind.server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:436)
    at com.evermind.server.http.EvermindJSPWriter.close(EvermindJSPWriter.java:406)
    at oracle.jsp.runtime.OracleJspRuntime.extraHandlePCFinally(OracleJspRuntime.java:1689)
    at displayProcess.jspService(_displayProcess.java:1009)
    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.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
    at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:131)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java: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)

  • Local OC4J instance doesn't start  from oracle developer suite 10gR2

    Local OC4J instance doesn't start from oracle developer suite 10gR2

    You might also wish to consider posting your question here:
    <br>
    Forms
    <br>
    OC4J (maybe)

  • Process Instances do not appear in BPEl console

    HI everybody
    I have a Asyn BPEL worflow which consists of a receive business event lisening to a change in database which in turn initiates a BPEL flow.The problem i am facing is that when i do make a change in database everything works fine but i am not able to see the process instances generated , in BPEL console instantly. I have to restart the BPEL server one or more time in order to view them on the console. have any body faced a similar prob ??

    SOA version ? Able to see the processes in the manual recovery section ? Processes disappear or insatnces ?
    Errors in the logs ? What happens if you randomly click on various tabs of the console - still unable to see the previous instances ?

  • Process instances do not show in BPEL Console

    Hi all,
    I have a BPEL, which reads a files from a particular folder if any, Process records in that file and then stores it in database.
    I am facing a problem, my records gets processed, this BPEL works fine, as i can see the output in database, however associated instances are not shown in the BPEL Console. But if i restart the process (i.e. Switch OFF the process and Again Switch ON) it shows me all the previous instances and also the current instances. But sometime again this problem occurs.
    Has anyone faced the same issue? Please let me know in case anyone has solution.
    Thanks in advance.

    [http://download.oracle.com/technology/tech/soa/soa_best_practices_1013x_drop3.pdf|http://download.oracle.com/technology/tech/soa/soa_best_practices_1013x_drop3.pdf] I found below in SOA best practices guide:
    Why Does the Instance of an Invoked Process Not Display in Oracle BPEL Control?
    If the process invoked is asynchronous, the message headers and payload are stored in
    the invoke_message table. The invocation message is then processed by a
    background thread to create an asynchronous BPEL process instance. If an error is
    encountered while processing the invocation message, the transaction is rolled back
    and the invoke message remains in its unhandled state in the invoke_message table.
    See "How Does an Invoke Message and Activity Display in the Manual Recovery
    Page?" on page 1-18 for more details on this scenario.
    If the process invoked is synchronous, the cause for the missing instance is likely a
    transaction rollback. The reasons for a transaction rollback are as follows:
    ■ Third party manipulation of the JTA transaction. As described in "How Do I Force
    a Rollback in a BPEL Flow?" on page 1-5, a failed database adapter invocation can
    cause the TopLink layer to mark the JTA transaction for rollback. Because Oracle
    BPEL Server relies on the JTA transaction for persistence (not just as a signaling
    mechanism between transaction-aware modules), any changes to the status of the
    transaction impact Oracle BPEL Server’s ability to dehydrate the instance.
    ■ Transaction timeout. The synchronous process may be invoking one or more
    backend synchronous services; the total time of all the backend calls may exceed
    the timeout value for the transaction. See "How Do I Modify Transaction Timeout
    Settings for Oracle BPEL Server?" on page 1-9 for details on how to increase the
    transaction timeout value.
    ■ Failure to dehydrate the synchronous instance to the database. If the
    completionPersistPolicy is set to on, the instance attempts to save itself
    before returning to the caller. Typically, errors are encountered during this step if
    the database connection has been severed or the tablespace is full. Some customers
    Transactions
    Oracle BPEL Process Manager 1-9
    have encountered problems with saving the audit trail of the instance. For
    example, there are problems with JDBC batching in 10.1.3.1.0 that the audit trail
    persistence code uses. When a synchronous invocation does not result in an
    instance visible from Oracle BPEL Control (assuming that
    completionPersistPolicy is set to a value of on, deferred, or faulted),
    use the following steps to find the underlying error:
    – Enable all loggers to debug mode.
    – Resubmit the invocation message.
    – Check the Oracle Process Manager and Notification Server (OPMN) or
    command-line log for the underlying exception stack trace.
    Please refer to link below:
    http://download.oracle.com/technology/tech/soa/soa_best_practices_1013x_drop3.pdf

  • Urgent: Configuring Database Polling Interval from BPEL Console

    Hi All
    Could we change the "Polling Interval" of a DB Adapter in a BPEL Process directly from the BPEL Console?
    thanks
    --debashis                                                                                                                                                                                                                                                                                   

    Yes did
    In bpel.xml
    <activationAgents>
    <activationAgent className="oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" partnerLink="DbAd">
    <property name="portType">DbAd_ptt</property>
    *<property name="PollingInterval">10</property>*
    </activationAgent>
    </activationAgents>
    U can update the PollinInterval from DeploymentDescriptor of the process.

  • No domain accessible to user logged in from BPEL Console

    I am unable to log in BPEL Console installed through SOA Suite 10.1.3.1.0.
    OC4Jadmin user integrated with OID. Unable to logged as oc4jadmin user to BPEL console or BPEL admin.

    I have exactly the same problem. The problem arose after deleting the directory ...j2ee/home/application-deployments and re-starting the soa suite. It's a really annoying problem. I've tried with oc4jadmin, bpeladmin, and default. My environment is also integrated with OID. My database, and my OID are working correctly.

  • Instance missing in BPEL console

    Hi,
    I have a process say "THIRD", it has database adapters and exception handling for each scope as well. In the case of any exception in "THIRD", the process calls the another process say "EMAIL" which is only meant for e-mail notification.
    Now the situation:
    When sometimes the process name "THIRD" is invoked from client(Oracle Apps/BES) first time in the morning and if any of the DB adapter throws exception, the instance of "EMAIL" is created and send the mail too. But if we try to find out the instance of "THIRD" which cause the problem is missing in BPEL Console.
    Moreover, it happens only first time in the morning and doesn't happen everyday.
    Thanks in advance.
    ---Janit

    Is your BPEL deployed on OC4J?
    Described property is here
    <ORAHOME>\integration\orabpel\system\appserver\oc4j\j2ee\home\config\server.xml
    restart OC4J. Check also BPEL domain parameter syncMaxWaitTime (From BPEL Console-> Manage BPEL Domain). syncMaxWaitTime should be less than transaction-config timeout. Otherwise it is not working properly.
    <snip>
    <?xml version="1.0"?>
    <!DOCTYPE application-server PUBLIC "-//Oracle//DTD OC4J Application-server 9.04//EN" "http://xmlns.oracle.com/ias/dtds/application-server-9_04.dtd">
    <application-server application-directory="../applications"
    check-for-updates="false"
    deployment-directory="../application-deployments"
    connector-directory="../connectors"
    >
         <rmi-config path="./rmi.xml" />
         <jms-config path="./jms.xml" />
         <j2ee-logging-config path="./j2ee-logging.xml" />
         <log>
              <file path="../log/server.log" />
         </log>
         <transaction-config timeout="60000" />
    </snip>

  • Initiate fails in BPEL Console for BPEL process connecting to JMS Adapter

    We have a BPEL process picking up data from JMS Queue of TIBCO EMS server. When we try to run this process from BPEL Console Initiate tab, we get following error dump :
    Oracle BPEL Process Manager Full Cycle
    An unexpected error has occurred while executing your request. This is most likely related to a defect in the Oracle BPEL Process Manager product. We apologize you can post the error to the OTN forum and we will get back to you as soon as possible.
    Attachments:
    Build Information:
    Oracle BPEL Server version 10.1.3.1.0
    Build: 0
    Build time: Mon May 15 06:39:46 PDT 2006
    Build type: release
    Source tag: PCBPEL_SOABETA_GENERIC_060515.0600
    Exception Message:
    [javax.servlet.ServletException]
    The system encounters errors while running as the authenticated identity.
    Exception Trace:
    javax.servlet.ServletException: The system encounters errors while running as the authenticated identity.
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:416)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:622)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_include(ServletRequestDispatcher.java:161)
         at com.evermind.server.http.ServletRequestDispatcher.access$000(ServletRequestDispatcher.java:50)
         at com.evermind.server.http.ServletRequestDispatcher$1.oc4jRun(ServletRequestDispatcher.java:98)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:103)
         at com.evermind.server.http.EvermindPageContext.include(EvermindPageContext.java:395)
         at displayProcess.jspService(_displayProcess.java:857)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:590)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:514)
         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:392)
         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:406)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:622)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:260)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:194)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:199)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:131)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:392)
         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:406)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:620)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:869)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:449)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:233)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:847)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Also the BPEL process containing JMS adapter is not able to pick up data from JMS queue.
    The same adapter was used in ESB service as well, which is working fine. There are no issues in ESB JMS Adapter connecting to JMS Queue of TIBCO EMS server.
    Your help is appriciated.

    Try the BPEL / SOA forum, you'll get more help there.
    -steve-

  • Delete Instances in BPEL console

    HI
    I am using Oracle SOA suite 10.1.3.1.0. So I will be having the Oracle lite as the dehydration store.
    I Have around 6400 instances in my BPEL console.
    What will happen when the number of instances are increasing.
    I am using a BPEL process to read xml and add data to SQL server database.
    When I deployed this process it was running properly. But now it is thrwoing the exceptions saying that the XPATH expression is failed.
    But when I process the same file it is not throwing any exceptions. Is this somewhere related to number of instances in the BPEL console??
    is there anyway to recreate the oracle lite database tables?
    Is there any way I can delete all the instances on a periodic basic without using another process or coding??
    Thanks
    V Kumar

    Well I have tried this crazy idea of using Oracle Lite with huge number of instance.
    I did this in performance test environment, not in Production.
    I could pump in huge number of transactions, and surprisingly Olite was able to take that.
    But the real bolt came when I tried to use "Purge All Instances" from BPEL console.
    The whole Olite crashed.
    But this was way back in the first version of BPEL and in the GA version of it.
    Never tried this in any version after that.
    Every Little Helps
    Kalidass Mookkaiah
    http://oraclebpelindepth.blogspot.com/

  • Missing xsd:choice block in process initiate page in BPEL console

    Hello,
    I deployed a process to Application Server 10g 10.1.3.1.0. And I wanted to initiate it from BPEL console, but from whole xml that should be there, I could only see elements, and no choice block that is also in the schema. Does anyone know what might be the problem?

    Did you do a try to clear the WSDL cache? This could sometimes help.
    Are you using 10.1.3.0 or updated to 10.1.3.3 with latest patch set?
    Marc

  • SOA 10.1.3.3 & JDEV 10.1.3.3: No transform in FLOW in BPEL COnsole

    I create BPEL Project that includes a transformation. I compile and deploy. When I check the flow, there is no transform activity listed. Here is the Project.bpel:
    <?xml version = "1.0" encoding = "UTF-8" ?>
    <!--
    Oracle JDeveloper BPEL Designer
    Created: Wed Apr 30 11:59:34 CDT 2008
    Author: jgammon
    Purpose: Asynchronous BPEL Process
    -->
    <process name="EBSR12BES" targetNamespace="http://xmlns.oracle.com/EBSR12BES"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:ns1="http://xmlns.oracle.com/pcbpel/adapter/apps/EBS_R12_HZEvent/"
    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:ns3="http://xmlns.oracle.com/WebMethodsService"
    xmlns:ns2="http://xmlns.oracle.com/xdb/APPS/EBS_R12_HZEvent"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:client="http://xmlns.oracle.com/EBSR12BES"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc">
    <!--
    PARTNERLINKS
    List of services participating in this BPEL process
    -->
    <partnerLinks>
    <!--
    The 'client' role represents the requester of this service. It is
    used for callback. The location and correlation information associated
    with the client role are automatically set using WS-Addressing.
    -->
    <partnerLink name="client" partnerLinkType="client:EBSR12BES"
    myRole="EBSR12BESProvider"
    partnerRole="EBSR12BESRequester"/>
    <partnerLink myRole="DEQUEUE_role" name="EBS_R12_HZEvent"
    partnerLinkType="ns1:DEQUEUE_plt"/>
    <partnerLink myRole="WebMethodsServiceProvider" name="WebMethodsService"
    partnerRole="WebMethodsServiceProvider"
    partnerLinkType="ns3:WebMethodsService"/>
    </partnerLinks>
    <!--
    VARIABLES
    List of messages and XML documents used within this BPEL process
    -->
    <variables>
    <!-- Reference to the message passed as input during initiation -->
    <variable name="inputVariable"
    messageType="client:EBSR12BESRequestMessage"/>
    <!-- Reference to the message that will be sent back to the requester during callback -->
    <variable name="outputVariable"
    messageType="client:EBSR12BESResponseMessage"/>
    <variable name="Receive_HZ_EVENT_DEQUEUE_InputVariable"
    messageType="ns1:WF_EVENT_T_msg"/>
    <variable name="Invoke_WM_process_InputVariable"
    messageType="ns3:WebMethodsServiceRequestMessage"/>
    <variable name="Invoke_WM_process_OutputVariable"
    messageType="ns3:WebMethodsServiceResponseMessage"/>
    </variables>
    <!--
    ORCHESTRATION LOGIC
    Set of activities coordinating the flow of messages across the
    services integrated within this business process
    -->
    <sequence name="main">
    <!-- Receive input from requestor. (Note: This maps to operation defined in EBSR12BES.wsdl) -->
    <!--
    Asynchronous callback to the requester. (Note: the callback location and correlation id is transparently handled using WS-addressing.)
    -->
    <receive name="Receive_HZ_EVENT" partnerLink="EBS_R12_HZEvent"
    portType="ns1:DEQUEUE_ptt" operation="DEQUEUE"
    variable="Receive_HZ_EVENT_DEQUEUE_InputVariable"
    createInstance="yes"/>
    <assign name="Assign_1">
    <copy>
    <from expression="'INIT'"/>
    <to variable="outputVariable" part="payload"
    query="/client:EBSR12BESProcessResponse/client:result"/>
    </copy>
    </assign>
    <assign name="Transform_1">
    <bpelx:annotation>
    <bpelx:pattern>transformation</bpelx:pattern>
    </bpelx:annotation>
    <copy>
    <from expression="ora:processXSLT('Transformation_1.xsl',bpws:getVariableData('Receive_HZ_EVENT_DEQUEUE_InputVariable','WF_EVENT_T'))"/>
    <to variable="outputVariable" part="payload"/>
    </copy>
    </assign>
    <assign name="Assign_2">
    <copy>
    <from variable="outputVariable" part="payload"
    query="/client:EBSR12BESProcessResponse/client:result"/>
    <to variable="Invoke_WM_process_InputVariable" part="payload"
    query="/ns3:WebMethodsServiceProcessRequest/ns3:input"/>
    </copy>
    </assign>
    <invoke name="Invoke_WM" partnerLink="WebMethodsService"
    portType="ns3:WebMethodsService" operation="process"
    inputVariable="Invoke_WM_process_InputVariable"
    outputVariable="Invoke_WM_process_OutputVariable"/>
    </sequence>
    </process>
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    HERE IS THE AUDIT FROM BPEL CONSOLE
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ <?xml version="1.0" encoding="UTF-8" ?>
    - <audit-trail>
    - <event sid="0" cat="2" type="2" n="0" date="2008-04-30T12:21:11.902-05:00">
    - <message>
    - <![CDATA[ New instance of BPEL process "EBSR12BES" initiated (# "370010").
      ]]>
    </message>
    </event>
    - <event sid="BpPrc0.1" cat="1" type="2" label="process" n="1" date="2008-04-30T12:21:11.902-05:00" psid="0">
    - <message>
    - <![CDATA[ _cr_
      ]]>
    </message>
    </event>
    - <event sid="BpTry0.2" cat="1" type="2" n="2" date="2008-04-30T12:21:11.902-05:00" psid="BpPrc0.1">
    - <message>
    - <![CDATA[ _cr_
      ]]>
    </message>
    </event>
    - <event sid="BpSeq0.3" cat="1" type="2" label="sequence" n="3" date="2008-04-30T12:21:11.902-05:00" psid="BpTry0.2">
    - <message>
    - <![CDATA[ _cr_
      ]]>
    </message>
    </event>
    - <event sid="BpSeq0.3" cat="2" type="2" wikey="370010-BpRcv0-BpSeq0.3-1" label="Receive_HZ_EVENT" n="4" date="2008-04-30T12:21:11.902-05:00">
    - <message>
    - <![CDATA[ Received "Receive_HZ_EVENT_DEQUEUE_InputVariable" call from partner "EBS_R12_HZEvent"
      ]]>
    </message>
    <details id="0" />
    - <detailsTemplate>
    - <![CDATA[ <Receive_HZ_EVENT_DEQUEUE_InputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  name="WF_EVENT_T"><toReplace id="0"/></part></Receive_HZ_EVENT_DEQUEUE_InputVariable>
      ]]>
    </detailsTemplate>
    </event>
    - <event to="outputVariable" sid="BpSeq0.3" cat="2" type="1" wikey="370010-BpAss0-BpSeq0.3-2" label="Assign_1" n="5" date="2008-04-30T12:21:11.902-05:00">
    - <message>
    - <![CDATA[ Updated variable "outputVariable"
      ]]>
    </message>
    - <details>
    - <![CDATA[
    <outputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload"><EBSR12BESProcessResponse xmlns="http://xmlns.oracle.com/EBSR12BES">
       <result>INIT</result>
    </EBSR12BESProcessResponse>
    </part></outputVariable>
      ]]>
    </details>
    </event>
    - <event to="outputVariable" sid="BpSeq0.3" cat="2" type="1" wikey="370010-BpAss0-BpSeq0.3-2" label="Assign_1" n="6" date="2008-04-30T12:21:11.902-05:00">
    - <message>
    - <![CDATA[ Updated variable "outputVariable"
      ]]>
    </message>
    - <details>
    - <![CDATA[
    <outputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload"><EBSR12BESProcessResponse xmlns:ns1="http://xmlns.oracle.com/EBSR12BES" xmlns="http://xmlns.oracle.com/EBSR12BES">
       <ns1:result/>
    </EBSR12BESProcessResponse>
    </part></outputVariable>
      ]]>
    </details>
    </event>
    - <event to="Invoke_WM_process_InputVariable" sid="BpSeq0.3" cat="2" type="1" wikey="370010-BpAss0-BpSeq0.3-2" label="Assign_1" n="7" date="2008-04-30T12:21:11.902-05:00">
    - <message>
    - <![CDATA[ Updated variable "Invoke_WM_process_InputVariable"
      ]]>
    </message>
    - <details>
    - <![CDATA[
    <Invoke_WM_process_InputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload"><WebMethodsServiceProcessRequest xmlns="http://xmlns.oracle.com/WebMethodsService">
       <input/>
    </WebMethodsServiceProcessRequest>
    </part></Invoke_WM_process_InputVariable>
      ]]>
    </details>
    </event>
    - <event sid="BpSeq0.3" cat="2" type="2" label="Invoke_WM" wikey="370010-BpInv0-BpSeq0.3-3" partnerWSDL="http://jgammon-us.us.oracle.com:7778/orabpel/default/WebMethodsService/1.0/WebMethodsService?wsdl" n="8" date="2008-04-30T12:21:12.230-05:00">
    - <message>
    - <![CDATA[ Invoked 2-way operation "process" on partner "WebMethodsService".
      ]]>
    </message>
    - <details>
    - <![CDATA[
    <messages><Invoke_WM_process_InputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload"><WebMethodsServiceProcessRequest xmlns="http://xmlns.oracle.com/WebMethodsService">
       <input/>
    </WebMethodsServiceProcessRequest>
    </part></Invoke_WM_process_InputVariable><Invoke_WM_process_OutputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload"><WebMethodsServiceProcessResponse xmlns="http://xmlns.oracle.com/WebMethodsService">
       <result/>
    </WebMethodsServiceProcessResponse>
    </part></Invoke_WM_process_OutputVariable></messages>
      ]]>
    </details>
    </event>
    - <event sid="BpSeq0.3" cat="1" type="2" n="9" date="2008-04-30T12:21:12.230-05:00">
    - <message>
    - <![CDATA[ _cl_
      ]]>
    </message>
    </event>
    - <event sid="BpPrc0.1" cat="1" type="2" n="10" date="2008-04-30T12:21:12.230-05:00">
    - <message>
    - <![CDATA[ _cl_
      ]]>
    </message>
    </event>
    - <event sid="BpPrc0.1" cat="2" type="2" n="11" date="2008-04-30T12:21:12.230-05:00">
    - <message>
    - <![CDATA[ BPEL process instance "370010" completed
      ]]>
    </message>
    </event>
    </audit-trail>

    I think that's the way BPEL console renders processes - it groups consecutive assigns and transforms into 1 assign in flow diagram if possible.

  • BPEL Console access question

    Hi,
    While checking the instances activity flow in the BPEL Console, when you click on any activity you see a pop-up with the data that is passed, in XML format. I want to know if we can restrict the data that is viewed in here, so the users do not see sensitive data that is passed for integration and only the basic data.
    Is this doable? If so, appreciate if you can give some direction on how to go about doing this.
    Thanks
    -Prapoorna

    You can certainly restrict who can view the data by limiting the membership in the SoaGroup instead of granting widespread access.
    If you want to control what they see, the first thing I would try would be to encrypt the data for sensitive items within the elements:
    <AccountNumber>{3DES}...</AccountNumber> instead of <AccountNumber>12345</AccountNumber>
    I don't see any way to restrict what fields are visibile to one user versus another, or a way to hide particular fields.

  • BPEL Console doesn't show any instances created

    Hi,
    We are using file protocol to read the files from trading partner into B2B. File is successfully processes by B2B. I can see that in reports.
    Then I have defined a BPEL process to Dequeue the messages from B2B using AQ Adapter, transforms and places the files in the local file system.
    The BPEL process is simple flow with one receive , transform and invoke activity.
    I have configured AQ adapter using WSIF browser. I can see the deployed document definition in browser.
    I have the TP agreement deployed, BPEL process deployed, but I don't see the 850 file processed. BPEL Console doesn't show any instances created. How would I know where what went wrong?
    Please help.

    Try using java oracle.tip.adapter.b2b.data.IPDequeue to dequeue the message and see if you can dequeue
    Then you'l be able to pin point if the issue is with your BPEL or with B2B Queue's
    Kalyan

  • SOA Suite 10.1.3.4 loses instances in the BPEL console

    Hello,
    One of my BPEL processes loses instnaces in the BPEL console.
    OS: AIX 5.3 oslevel –s:5300-04-02
    SOA Suite 10.1.3.4
    I feel I hit the same problem as this thread, process is supposed to be in a jta transaction
    But I have set following 3 values (all in seconds), and I still have the problem. The SYNC call is to query the Oracle EBS PO by PO NO, and get its po lines, line shipments, and shipment distributions by Oracle Database Adapter. If my PO just had one line, the process instance can be seen in the console, otherwise it won't, but all these instances are finished, because in the end the process will enqueue a message into a queue. And I can see all these messages there. Anyone can help? Thanks!
    $ORACLE_HOME/j2ee/oc4j_soa/config/transaction-manager.xml
    transaction-timeout="240"
    $ORACLE_HOME/j2ee/oc4j_soa/application-deployments/orabpel/ejb_ob_engine/orion-ejb-jar.xml
    transaction-timeout="180"
    $ORACLE_HOME/bpel/domains/default/config/domain.xml
    <property id="syncMaxWaitTime">
    <name>Delivery result receiver maximum wait time</name>
    <value>600</value>
    -------------- Error messages ----------------
    <2009-04-02 11:40:03,319> <ERROR> <default.collaxa.cube.engine> The execution of this instance "40002" for process "PROEBSMsgToB2B" is supposed to be in a jta transaction, but the transaction is not present or in active state, please turn on the application server transaction debug logs to get more information.
    <2009-04-02 11:40:03,324> <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "cube delivery": Scope not found.
    The scope "BpPrc0.1" has not been defined in the current instance.
    ORABPEL-02094
    Scope not found.
    The scope "BpPrc0.1" has not been defined in the current instance.
    Regards,
    Kerr
    Edited by: Kerrs on 2/04/2009 12:15

    Hi Kerr,
    These are the possible cause to the problem and their solutions:
    Poor performance of the dehydration database If you are using Oracle Lite as dehydration store, please switch to use Oracle 9i or 10g. If Oracle 9i/10g is already in use, check the database parameter 'process' and 'session' to make sure it can handle the expected throughput.
    OC4J has too few available connections to the dehydration database. Increase the maxConnection number of the BPELServerDataSource at the BPEL_HOME/integration/orabpel/system/appserver/oc4j/j2ee/home/config/data-sources.xml (for developer edition) or IAS_HOME/j2ee/OC4J_BPEL/config/data-sources.xml (mid-tier installation).
    Size of message is too big Two ways to deal with this problem:
    Increase the transaction timeout at PEL_HOME/integration/orabpel/system/appserver/oc4j/j2ee/home/config/server.xml (developer edition) or IAS_HOME/j2ee/OC4J_BPEL/config/server.xml (mid-tier installation) : http://download-west.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/app_trblshoot.htm#sthref3957
    Decrease the auditLevel from BPELConsole -> Manage BPEL Domain -> Configurations tab. Doing so will reduce the amount of data saved to the dehydration store.
    Having said all that , its always good to be on latest 10.1.3.4 MLR # 5, so that if you have an SR logged with Oracle Support, they will not again ask you to upgrade to latest patch, rather they can focus on getting a fix for you on top of the latest patch itself.
    Hope this helps!
    Cheers
    Anirudh Pucha

Maybe you are looking for

  • HT5047 I've just downloaded ver 7 operating software AND ENTERED A SECURE CODE FOR THE PHONE NOW I CAN"T USE IT TO OPEN  A MESSAGE FROM FACE BOOK

    I just downloaded 0s 7 ser a code for security and when i recieved a nessage from facebook and was asked to enter the code it would:nt work and finally locked my phone. Help!!

  • USB 3.0 Upgrade for HP Pavilion dv9700 CTO Entertainment Notebook PC

    Is it possible to upgrade my HP Pavilion dv9700 CTO Entertainment Notebook PC to USB 3.0?  I've been searching the website and google and haven't found any concrete answers just yet.  I'd rather not have to buy a new laptop just to get USB 3.0.  It's

  • IChat Video Output

    I am new to iChat, but am a fairly experienced Mac user. My question has to do with routing the video feed from a Video Chat to an external screen. The basic plan is to broadcast a Video Chat on to a couple larger screens. The main issue I can't figu

  • Abstract classes & interfaces

    In the API we have an interface namely:Set which is implemented by an abstract class AbstractSet. Class HashSet extends AbstractSet implements Set. Now What is need for HashSet class to implement a Set interface when it is already extending from Abst

  • Suspicious file attachments

    How do I deal with an .exe file which arrived from a known contact but the text looks very suspicious? Because of time difference I can't yet contact the person. Does Skype have a Security Center which might be able to investigate such files? Thanks