10.3.1.3 Bpel Console Problem : PCBPEL_10.1.3.3.0_GENERIC_070615.0525

Hi,
I am using the fault policy in the BPEL, I am getting some strange error.
In my BPEL process I am calling the another BPEL process using the Invoke activity. The second BPEL process is throwing the business exception. In my fault policy file, I says if any fault occured to the humanIntervention.
So when the error occurred, the first BPEL process invoke activity is waiting for the human action. The moment I clicked on the activity label in the Activity tab, I am getting this error.
bq. bq. bq. bq. bq. bq. bq. bq. bq. BPEL Error*
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.3.0
Build: 0
Build time: Fri Jun 15 06:05:31 PDT 2007
Build type: release
Source tag: PCBPEL_10.1.3.3.0_GENERIC_070615.0525
Exception Message:
[http://javax.servlet.ServletException] Missing fault policy information. Cannot find fault policy information "bpel://localhost/default/SaveVendorPaymentInformation_Windstar_ABC_Provider~1.0/370046-BpInv0-Bp ..._policyUsed" for the faulted activity
Exception Trace:
javax.servlet.ServletException: Missing fault policy information. Cannot find fault policy information "bpel://localhost/default/SaveVendorPaymentInformation_Windstar_ABC_Provider~1.0/370046-BpInv0-Bp ..._policyUsed" for the faulted activity at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:866) at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813) at ngRecoverActivity.jspService(_ngRecoverActivity.java:367) 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.unprivileged_include(ServletRequestDispatcher.java:160) at com.evermind.server.http.ServletRequestDispatcher.access$000(ServletRequestDispatcher.java:51) at com.evermind.server.http.ServletRequestDispatcher$1.oc4jRun(ServletRequestDispatcher.java:97) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283) at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:102) at com.evermind.server.http.EvermindPageContext.include(EvermindPageContext.java:453) at displayActivity.jspService(_displayActivity.java:216) 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,
I am using the fault policy in the BPEL, I am getting some strange error.
In my BPEL process I am calling the another BPEL process using the Invoke activity. The second BPEL process is throwing the business exception. In my fault policy file, I says if any fault occured to the humanIntervention.
So when the error occurred, the first BPEL process invoke activity is waiting for the human action. The moment I clicked on the activity label in the Activity tab, I am getting this error.
bq. bq. bq. bq. bq. bq. bq. bq. bq. BPEL Error*
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.3.0
Build: 0
Build time: Fri Jun 15 06:05:31 PDT 2007
Build type: release
Source tag: PCBPEL_10.1.3.3.0_GENERIC_070615.0525
Exception Message:
[http://javax.servlet.ServletException] Missing fault policy information. Cannot find fault policy information "bpel://localhost/default/SaveVendorPaymentInformation_Windstar_ABC_Provider~1.0/370046-BpInv0-Bp ..._policyUsed" for the faulted activity
Exception Trace:
javax.servlet.ServletException: Missing fault policy information. Cannot find fault policy information "bpel://localhost/default/SaveVendorPaymentInformation_Windstar_ABC_Provider~1.0/370046-BpInv0-Bp ..._policyUsed" for the faulted activity at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:866) at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813) at ngRecoverActivity.jspService(_ngRecoverActivity.java:367) 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.unprivileged_include(ServletRequestDispatcher.java:160) at com.evermind.server.http.ServletRequestDispatcher.access$000(ServletRequestDispatcher.java:51) at com.evermind.server.http.ServletRequestDispatcher$1.oc4jRun(ServletRequestDispatcher.java:97) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283) at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:102) at com.evermind.server.http.EvermindPageContext.include(EvermindPageContext.java:453) at displayActivity.jspService(_displayActivity.java:216) 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)

Similar Messages

  • 10.3.1.3 Bpel Console Problem

    Hi,
    i have installed the new patch set for upgrading my 10.1.3.1 server to 10.1.3.3.When i try to open my BPELConsole , it gives me the followign error:
    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.3.0
    Build: 0
    Build time: Fri Jun 15 06:05:31 PDT 2007
    Build type: release
    Source tag: PCBPEL_10.1.3.3.0_GENERIC_070615.0525
    Exception Message:
    [java.lang.NoSuchMethodException]
    com.collaxa.cube.ejb.impl.FinderBean.tryLookupInstanceByReferenceId(java.lang.String, com.oracle.bpel.client.auth.DomainAuth)
    Exception Trace:
    java.lang.NoSuchMethodException: com.collaxa.cube.ejb.impl.FinderBean.tryLookupInstanceByReferenceId(java.lang.String, com.oracle.bpel.client.auth.DomainAuth)
         at java.lang.Class.getMethod(Class.java:1581)
         at com.evermind.server.ejb.interceptor.MethodStateFactory.createMethodState(MethodStateFactory.java:112)
         at com.evermind.server.ejb.deployment.ExposableBeanDescriptor.createMethodStates(ExposableBeanDescriptor.java:657)
         at com.evermind.server.ejb.deployment.ExposableBeanDescriptor.getRemoteComponentMethodStates(ExposableBeanDescriptor.java:723)
         at com.evermind.server.ejb.deployment.ExposableBeanDescriptor.getMethodState(ExposableBeanDescriptor.java:599)
         at com.evermind.server.ejb.AbstractEJBObject.OC4J_getMethodState(AbstractEJBObject.java:385)
         at FinderBean_RemoteProxy_4bin6i8.lookupDomain(Unknown Source)
         at com.oracle.bpel.client.Locator.lookupDomain(Locator.java:228)
         at index.jspService(_index.java:78)
         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.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 com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Any help is most welcome

    Hi Murali and shanthi,
    Check this.
    oracle@bpel01:~/product/middletier2/bpel> cd $ORACLE_HOME/bpel/system/services/lib/
    oracle@bpel01:~/product/middletier2/bpel/system/services/lib> ls -las
    total 15000
    4 drwxr-x--- 2 oracle dbaoracle 4096 Oct 28 07:51 .
    0 drwxr-x--- 6 oracle dbaoracle 56 Mar 23 2007 ..
    116 -rw-r----- 1 oracle dbaoracle 117962 Jun 15 2007 AqAdapter.rar
    368 -rw-r----- 1 oracle dbaoracle 374183 Jun 15 2007 DBAdapter.rar
    116 -rw-r----- 1 oracle dbaoracle 117320 Jun 15 2007 JmsAdapter.rar
    108 -rw-r----- 1 oracle dbaoracle 110130 Jun 15 2007 MQSeriesAdapter.rar
    168 -rw-r----- 1 oracle dbaoracle 169283 Aug 24 2004 ant-contrib-1.0b1.jar
    16 -rw-r----- 1 oracle dbaoracle 13195 Oct 9 2006 b2bwsilplugin.ear
    3572 -rw-r----- 1 oracle dbaoracle 3654309 Oct 9 2006 bpelportlet.ear
    84 -rw-r----- 1 oracle dbaoracle 82978 Oct 9 2006 bpm-install.jar
    4640 -rw-r----- 1 oracle dbaoracle 4750773 Jun 15 2007 bpm-services.jar
    124 -rw-rw---- 1 oracle dbaoracle 126013 Oct 28 07:51 ejb_ob_engine.jar
    12 -rw-rw---- 1 oracle dbaoracle 10052 Oct 28 07:51 ejb_services.jar
    196 -rw-r----- 1 oracle dbaoracle 196639 Jun 15 2007 fileAdapter.rar
    228 -rw-r----- 1 oracle dbaoracle 230468 Jan 7 2005 fndctx.jar
    540 -rw-r----- 1 oracle dbaoracle 551925 Jun 15 2007 ftpAdapter.rar
    704 -rw-r----- 1 oracle dbaoracle 720392 Jun 15 2007 hw_services.ear
    56 -rw-r----- 1 oracle dbaoracle 57339 Oct 9 2006 icAdapter.rar
    4 -rw-r----- 1 oracle dbaoracle 3962 Oct 9 2006 icwsilplugin.ear
    2472 -rw-rw---- 1 oracle dbaoracle 2530260 Oct 28 07:51 orabpel.ear
    108 -rw-r----- 1 oracle dbaoracle 109503 May 26 2005 oraclepki.jar
    4 -rw-r----- 1 oracle dbaoracle 3961 Oct 9 2006 orainfra.ear
    4 -rw-r----- 1 oracle dbaoracle 2748 Mar 3 2006 orainfra.jar
    4 -rw-r----- 1 oracle dbaoracle 3297 Mar 3 2006 orainfra.war
    40 -rw-r----- 1 oracle dbaoracle 39587 Oct 9 2006 owf.ear
    44 -rw-r----- 1 oracle dbaoracle 43473 Jun 15 2007 pcapps.rar
    352 -rw-r----- 1 oracle dbaoracle 357388 May 26 2005 phaos.jar
    120 -rw-r----- 1 oracle dbaoracle 121638 Jul 8 2004 pushapi.jar
    76 -rw-r----- 1 oracle dbaoracle 74140 Jun 15 2007 socketAdapter.rar
    432 -rw-r----- 1 oracle dbaoracle 441793 Jul 8 2004 wdk.jar
    140 -rw-r----- 1 oracle dbaoracle 142605 Jan 7 2005 wfapi.jar
    148 -rw-r----- 1 oracle dbaoracle 147641 Jan 7 2005 wfjava.jar
    and this
    oracle@bpel01:~/product/middletier2/j2ee/home/applications/orabpel> ls -las
    total 2608
    4 drwxr-xr-x 8 oracle dbaoracle 4096 Nov 20 22:08 .
    4 drwxr-x--- 15 oracle dbaoracle 4096 Dec 6 22:29 ..
    4 drwxr-xr-x 2 oracle dbaoracle 4096 Nov 20 22:08 META-INF
    4 drwxr-xr-x 8 oracle dbaoracle 4096 Nov 20 22:08 admin
    92 -rw-r--r-- 1 oracle dbaoracle 93218 Nov 20 22:08 admin.war
    0 drwxr-xr-x 3 oracle dbaoracle 21 Nov 20 22:08 bpeljms
    4 -rw-r--r-- 1 oracle dbaoracle 2124 Nov 20 22:08 bpeljms.rar
    12 drwxr-xr-x 11 oracle dbaoracle 8192 Nov 20 22:08 console
    2336 -rw-r--r-- 1 oracle dbaoracle 2388373 Nov 20 22:08 console.war
    124 -rw-r--r-- 1 oracle dbaoracle 126013 Nov 20 22:08 ejb_ob_engine.jar
    12 -rw-r--r-- 1 oracle dbaoracle 10052 Nov 20 22:08 ejb_services.jar
    0 drwxr-xr-x 4 oracle dbaoracle 35 Nov 20 22:08 httpbinding
    4 -rw-r--r-- 1 oracle dbaoracle 1752 Nov 20 22:08 httpbinding.war
    0 drwxr-xr-x 4 oracle dbaoracle 35 Nov 20 22:08 startup
    8 -rw-r--r-- 1 oracle dbaoracle 4181 Nov 20 22:08 startup.war

  • BPEL Console Problem !!!!!

    Hi all ,
    I installed AIA 2.2 on SOA suite 10.1.3.3. After installation I was not able to see the AIA related services in BPEL Console.
    What might be the problem ?
    Any Suggestions !!!!!
    Thanks & Ragards ,
    Bharathy.

    Usually the log files tell a story. Check $AS_HOME/opmn/logs.
    --olaf                                                                                                                                                                                           

  • Error accessing BPEL console

    Hi,
    I'm getting the following error when trying to access BPEL Control, any idea what the problem could be?
    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.3.0 Build: 0 Build time: Fri Jun 15 06:05:31 PDT 2007 Build type: release Source tag: PCBPEL_10.1.3.3.0_GENERIC_070615.0525
    Exception Message:
    [java.lang.NoSuchMethodException] com.collaxa.cube.ejb.impl.FinderBean.tryLookupInstanceByReferenceId(java.lang.String, com.oracle.bpel.client.auth.DomainAuth)
    Exception Trace:
    java.lang.NoSuchMethodException: com.collaxa.cube.ejb.impl.FinderBean.tryLookupInstanceByReferenceId(java.lang.String, com.oracle.bpel.client.auth.DomainAuth) at java.lang.Class.getMethod(Class.java:1581) at com.evermind.server.ejb.interceptor.MethodStateFactory.createMethodState(MethodStateFactory.java:112) at com.evermind.server.ejb.deployment.ExposableBeanDescriptor.createMethodStates(ExposableBeanDescriptor.java:657) at com.evermind.server.ejb.deployment.ExposableBeanDescriptor.getRemoteComponentMethodStates(ExposableBeanDescriptor.java:723) at com.evermind.server.ejb.deployment.ExposableBeanDescriptor.getMethodState(ExposableBeanDescriptor.java:599) at com.evermind.server.ejb.AbstractEJBObject.OC4J_getMethodState(AbstractEJBObject.java:385) at FinderBean_RemoteProxy_4bin6i8.lookupDomain(Unknown Source) at com.oracle.bpel.client.Locator.lookupDomain(Locator.java:228) at index.jspService(_index.java:78) 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.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 com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595)
    thanks
    Saul

    Well. Here is an exact copy of that Metalink note:
    Subject:      ERROR: java.lang.NoSuchMethodException in BPEL Console after upgrade to 10.1.3.3
         Doc ID:      Note:471035.1      Type:      PROBLEM
         Last Revision Date:      14-DEC-2007      Status:      REVIEW_READY
    In this Document
    Symptoms
    Cause
    Solution
    References
    @ (AuthWiz 2.5.2) Created from SR 18354652.6 with ODM
    @ Click here to edit in wizard.
    Applies to:
    Oracle(R) BPEL Process Manager - Version: 10.1.3.3
    This problem can occur on any platform.
    Symptoms
    -- Problem Statement:
    After upgrading 10.1.3.1.0 SOA to 10.1.3.3 you're unable to access BPEL Console, and get the following exception :
    Exception Message: [java.lang.NoSuchMethodException] com.collaxa.cube.ejb.impl.FinderBean.tryLookupInstanceByReferenceId(java.lang.String,com.oracle.bpel.client.auth.DomainAuth)
    -- Steps To Reproduce:
    1. Upgrade 10.1.3.1.0 to 10.1.3.3
    Cause
    There has been a problem with the orabpel.ear file in some environments. The issue
    can be vefified by checking the size of the orabpel.ear files in the the following locations
    SOA_HOME\bpel\system\services\lib
    and
    SOA_HOME\j2ee\home\applications
    If only one of them is of size 2530260, then you have hit upon the cause for this issue in your environment.
    Solution
    -- To implement the solution, please execute the following steps:
    Copy the orabpel.ear from SOA_HOME\bpel\system\services\lib (the one that is of size 2530260) to the location
    SOA_HOME\j2ee\home\applications (to replace the one that is not 2530260) and restart.
    References
    @ Bug 6448400 - BPEL DOMAIN FAILS TO INITIALIZE AFTER UPGRADE TO 10.1.3.3

  • Applied patch 7233548 and rolled it back but got BPEL Console errors

    <div style="padding: 5px">Attachments:
    {noformat}*Build Information*:
    <div>
    Oracle BPEL Server version 10.1.3.3.0
    Build: 0
    Build time: Fri Jun 15 06:05:31 PDT 2007
    Build type: release
    Source tag: PCBPEL_10.1.3.3.0_GENERIC_070615.0525
    </div>
    Exception Message:
    <div>[javax.servlet.ServletException]
    com.collaxa.cube.engine.data.AdminFinder.getInstance()Lcom/collaxa/cube/engine/data/IAdminFinder;</div>
    Exception Trace:
    <div>javax.servlet.ServletException: com.collaxa.cube.engine.data.AdminFinder.getInstance()Lcom/collaxa/cube/engine/data/IAdminFinder;
         at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:866)
         at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)
         at ngActivityList.jspService(_ngActivityList.java:611)
         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: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.unprivileged_include(ServletRequestDispatcher.java:160)
         at com.evermind.server.http.ServletRequestDispatcher.access$000(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$1.oc4jRun(ServletRequestDispatcher.java:97)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:102)
         at com.evermind.server.http.EvermindPageContext.include(EvermindPageContext.java:453)
         at activities.jspService(_activities.java:427)
         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: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)
    </div>
    {noformat}
    </div>

    This kind of problems have been observed earlier. May be some of the previous posts in this forum can help you
    SOA Suite 10.1.3.4 BPEL Console not working after install the mlr#4 patch
    http://blogaodosoa.blogspot.com/2009_04_01_archive.html

  • 2 different reactions in the BPEL console under 'Sensorwerte'

    A) After looking the same BPEL instance I get 2 different outputs :
    a) f.i. things like sensor definitions : SensorAction_ASV_Entw
         Aktiviert?
         Namen veröffentlichen
         Typ der Veröffentlichung
         Ziel der Veröffentlichung
         Sensoren
         ActivitySensor_ASV_Invoke_Client_InputVariable_Fehler_none
    ActivitySensor_ASV_Invoke_WitaCache
    ActivitySensor_ASV_Invoke_DS1
    ActivitySensor_ASV_Invoke_DS2
    ActivitySensor_ASV_Invoke_DS3
    ActivitySensor_ASV_Invoke_DS4
    ActivitySensor_ASV_Invoke_return
    and the corresponding actions and variables
    or
    Vollständiger Zyklus für Oracle BPEL Process Manager
    Bei der Ausführung Ihres Requests ist ein unerwarteter Fehler aufgetreten. Möglicherweise liegt ein Problem mit Oracle BPEL Process Manager vor. Senden Sie den Text dieser Fehlermeldung an das OTN-Forum. Wir werden uns dann so schnell wie möglich mit Ihnen in Verbindung setzen.
    Oracle BPEL Server version 10.1.3.3.0
    Build: 0
    Build time: Fri Jun 15 06:05:31 PDT 2007
    Build type: release
    Source tag: PCBPEL_10.1.3.3.0_GENERIC_070615.0525
    Exception-Meldung:
    [javax.servlet.ServletException]
    Closed Connection
    Exception Meldung:
    javax.servlet.ServletException: Closed Connection
         at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:866)
         at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)
         at ngSensorValues.jspService(_ngSensorValues.java:195)
         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.unprivileged_include(ServletRequestDispatcher.java:160)
         at com.evermind.server.http.ServletRequestDispatcher.access$000(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$1.oc4jRun(ServletRequestDispatcher.java:97)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:102)
         at com.evermind.server.http.EvermindPageContext.include(EvermindPageContext.java:453)
         at displayInstance.jspService(_displayInstance.java:732)
         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.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 com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Is this a programming error or could it derive from wrong input data or a BPEL bug ?

    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

  • BPEL Console Fails with error

    We are running SOA Suite 10.1.3.1 with OAS Infrastructure 10.1.2.0.2 on a Windows 32 platform.
    The OEM shows all BPEL services to be running correctly but when logging into BPEL Admin console the following error appears.
    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.3.0
    Build: 0
    Build time: Fri Jun 15 06:05:31 PDT 2007
    Build type: release
    Source tag: PCBPEL_10.1.3.3.0_GENERIC_070615.0525
    Exception Message:
    [javax.servlet.ServletException]
    null
    Exception Trace:
    javax.servlet.ServletException
    at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:866)
    at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)
         at ngDescriptor.jspService(_ngDescriptor.java:163)
         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.unprivileged_include(ServletRequestDispatcher.java:160)
         at com.evermind.server.http.ServletRequestDispatcher.access$000(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$1.oc4jRun(ServletRequestDispatcher.java:97)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:102)
         at com.evermind.server.http.EvermindPageContext.include(EvermindPageContext.java:453)
         at server.jspService(_server.java:439)
         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)
    Any help is greatly appreciated.

    This tells you that you're missing a log4j.properties file in your class path. I'll bet that log4j.jar is in your application class path.
    --olaf                                                                                                                                                                                                                                                                                                       

  • Problem to start BPEL Console of Oracle BPEL Process Manager 10.1.3.1.0

    Hi everyone!
    I'm writing to yours because I installed Oracle BPEL Process Manager 10.1.3.1.0 but I can't start BPEL Console. I tried to start it by the option menu of Windows XP and by Developer Prompt, but I get a HTTP 404 Not Found page. When I was installing the universall installer told me that it wasn't possible to set ORACLE_HOME variable because it had a value older than 1023 characteres. So, I continue the installation but I can't start the BPEL Console. The Dos Console teld me sometimes when I put http://localhost:9700/BPELConsole..timed out. So, tell me how to resolve that problem.
    I'll be waiting your responses.
    This is the log of "Select Start BPEL PM Server",
    Could not canonicalize 'ERROR: product bean SAWebBinCompBean does not exist' (Th
    e filename, directory name, or volume label syntax is incorrect). From system pr
    operty java.library.path.
    Could not canonicalize 'ERROR: product bean EclipseSACatalogMangerCompBean does
    not exist' (The filename, directory name, or volume label syntax is incorrect).
    From system property java.library.path.
    Could not canonicalize 'ERROR: product bean SQLAnywhereOdbcDriverCompBean does n
    ot exist' (The filename, directory name, or volume label syntax is incorrect). F
    rom system property java.library.path.
    Could not canonicalize 'ERROR: product bean DWSharedUtilityCompBean does not exi
    st' (The filename, directory name, or volume label syntax is incorrect). From sy
    stem property java.library.path.
    Jul 15, 2007 12:48:36 PM com.evermind.server.XMLDataSourcesConfig parseRootNode
    INFO: Legacy datasource detected...attempting to convert to new syntax.
    2007-07-15 12:48:45.378 NOTIFICATION JMSServer[]: OC4J JMS server recovering tra
    nsactions (commit 0) (rollback 0) (prepared 0).
    2007-07-15 12:48:45.408 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[OC4J Domain Queue].
    2007-07-15 12:48:45.448 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/Oc4jJmsExceptionQueue].
    2007-07-15 12:48:45.628 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/notifications].
    2007-07-15 12:48:45.649 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[OracleASRouter_store].
    2007-07-15 12:48:45.959 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/events].
    2007-07-15 12:48:46.049 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/jobstore].
    2007-07-15 12:48:46.149 ERROR Failed to set the internal configuration of the OC
    4J JMS Server with: XMLJMSServerConfig[file:/C:/product/10.1.3.1/OraBPEL_1/bpel/
    system/appserver/oc4j/j2ee/home/config/jms.xml]
    07/07/15 12:48:46 *** (SEVERE) Failed to set the internal configuration of the O
    C4J JMS Server with: XMLJMSServerConfig[file:/C:/product/10.1.3.1/OraBPEL_1/bpel
    /system/appserver/oc4j/j2ee/home/config/jms.xml]
    2007-07-15 12:48:46.149 ERROR J2EE OJR-00011 Exception starting JMS server: Fail
    ed to set the internal configuration of the OC4J JMS Server with: XMLJMSServerCo
    nfig[file:/C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc4j/j2ee/home/co
    nfig/jms.xml]
    2007-07-15 12:49:29.952 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueueConnectionFactory not found. Allowing J2EEContext creation
    to continue anyway.
    2007-07-15 12:49:29.962 WARNING J2EE JNDI-00004 No javax.jms.QueueConnectionFact
    ory found at jms/QueueConnectionFactory
    2007-07-15 12:49:29.962 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueue not found. Allowing J2EEContext creation to continue anywa
    y.
    2007-07-15 12:49:29.962 WARNING J2EE JNDI-00004 No javax.jms.Queue found at null
    2007-07-15 12:49:29.962 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueueConnectionFactory not found. Allowing J2EEContext creation
    to continue anyway.
    2007-07-15 12:49:29.972 WARNING J2EE JNDI-00004 No javax.jms.QueueConnectionFact
    ory found at jms/QueueConnectionFactory
    2007-07-15 12:49:29.982 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueue not found. Allowing J2EEContext creation to continue anywa
    y.
    2007-07-15 12:49:29.982 WARNING J2EE JNDI-00004 No javax.jms.Queue found at null
    2007-07-15 12:49:30.112 ERROR J2EE EJB-03027 [orabpel] An error occured deployin
    g EJB module: java.lang.InstantiationException: Resource exception(BPELjms) for
    MessageDrivenBean InvokerBean during endpoint activation: failure looking up res
    ource provider factory for QueueConnectionFactoryWrapper [Queue]-OracleASJMSConn
    ector.QueueConnectionFactoryWrapper.Demos7.-3f9cb723:113ca91421c:-7fff.22 []: ja
    vax.resource.spi.ResourceAdapterInternalException: Looking up java:comp/resource
    /oc4jjms/jms/collaxa/BPELInvokerQueueFactory: javax.naming.NameNotFoundException
    : No resource named 'oc4jjms/jms/collaxa/BPELInvokerQueueFactory'found
    07/07/15 12:49:30 WARNING: Application.setConfig Application: orabpel is in fail
    ed state as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: Resource excep
    tion(BPELjms) for MessageDrivenBean InvokerBean during endpoint activation: fail
    ure looking up resource provider factory for QueueConnectionFactoryWrapper [Queu
    e]-OracleASJMSConnector.QueueConnectionFactoryWrapper.Demos7.-3f9cb723:113ca9142
    1c:-7fff.22 []: javax.resource.spi.ResourceAdapterInternalException: Looking up
    java:comp/resource/oc4jjms/jms/collaxa/BPELInvokerQueueFactory: javax.naming.Nam
    eNotFoundException: No resource named 'oc4jjms/jms/collaxa/BPELInvokerQueueFacto
    ry'found
    2007-07-15 12:49:30.513 WARNING DEBUG GJRA-1100, oracle.j2ee.connector.messagein
    flow.MessageEndpointFactoryImpl@121c5df.
    2007-07-15 12:49:30.763 WARNING J2EE OJR-00013 Exception initializing deployed a
    pplication: orabpel. Application: orabpel is in failed state as initialization f
    ailed
    2007-07-15 12:49:31.374 ERROR J2EE EJB-03027 [hw_services] An error occured depl
    oying EJB module: com.evermind.server.ejb.deployment.InvalidEJBAssemblyException
    : [hw_services:hw_services_ejb:RemoteWorklistService] - Unable to load ejb-class
    oracle.tip.pc.services.hw.worklist.RemoteWorklistServiceBean, see section 23.2
    of the EJB 2.1 specificationoracle.classloader.util.AnnotatedClassNotFoundExcept
    ion:
    Missing class: oracle.tip.pc.services.hw.worklist.RemoteWorklistServic
    eBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc
    4j/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in META-INF/boot.xml in C:\product\10.1.3
    .1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at hw_services.root:0.0.0 using the Class.forName() meth
    od.
    The missing class is available from the following locations:
    1. Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/services/lib/
    bpm-services.jar (from <code-source> in /C:/product/10.1.3.1/OraBPEL_1/bpel/syst
    em/appserver/oc4j/j2ee/home/config/server.xml)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "hw_services" application.
    07/07/15 12:49:31 WARNING: Application.setConfig Application: hw_services is in
    failed state as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: [hw_services:h
    w_services_ejb:RemoteWorklistService] - Unable to load ejb-class oracle.tip.pc.s
    ervices.hw.worklist.RemoteWorklistServiceBean, see section 23.2 of the EJB 2.1 s
    pecificationoracle.classloader.util.AnnotatedClassNotFoundException:
    Missing class: oracle.tip.pc.services.hw.worklist.RemoteWorklistServic
    eBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc
    4j/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in META-INF/boot.xml in C:\product\10.1.3
    .1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at hw_services.root:0.0.0 using the Class.forName() meth
    od.
    The missing class is available from the following locations:
    1. Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/services/lib/
    bpm-services.jar (from <code-source> in /C:/product/10.1.3.1/OraBPEL_1/bpel/syst
    em/appserver/oc4j/j2ee/home/config/server.xml)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "hw_services" application.
    2007-07-15 12:49:31.394 WARNING J2EE OJR-00013 Exception initializing deployed a
    pplication: hw_services. Application: hw_services is in failed state as initiali
    zation failed
    2007-07-15 12:49:31.534 ERROR J2EE EJB-03027 [owf] An error occured deploying EJ
    B module: com.evermind.server.ejb.deployment.InvalidEJBAssemblyException: [owf:O
    WFWrapperEJB:OWFRemoteWrapper] - Unable to load ejb-class oracle.tip.pc.services
    .owf.OWFRemoteWrapperBean, see section 23.2 of the EJB 2.1 specificationoracle.c
    lassloader.util.AnnotatedClassNotFoundException:
    Missing class: oracle.tip.pc.services.owf.OWFRemoteWrapperBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc
    4j/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in META-INF/boot.xml in C:\product\10.1.3
    .1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at owf.root:0.0.0 using the Class.forName() method.
    The missing class is available from the following locations:
    1. Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/services/lib/
    bpm-services.jar (from <code-source> in /C:/product/10.1.3.1/OraBPEL_1/bpel/syst
    em/appserver/oc4j/j2ee/home/config/server.xml)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "owf" application.
    07/07/15 12:49:31 WARNING: Application.setConfig Application: owf is in failed s
    tate as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: [owf:OWFWrappe
    rEJB:OWFRemoteWrapper] - Unable to load ejb-class oracle.tip.pc.services.owf.OWF
    RemoteWrapperBean, see section 23.2 of the EJB 2.1 specificationoracle.classload
    er.util.AnnotatedClassNotFoundException:
    Missing class: oracle.tip.pc.services.owf.OWFRemoteWrapperBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc
    4j/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in META-INF/boot.xml in C:\product\10.1.3
    .1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at owf.root:0.0.0 using the Class.forName() method.
    The missing class is available from the following locations:
    1. Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/services/lib/
    bpm-services.jar (from <code-source> in /C:/product/10.1.3.1/OraBPEL_1/bpel/syst
    em/appserver/oc4j/j2ee/home/config/server.xml)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "owf" application.
    2007-07-15 12:49:31.544 WARNING J2EE OJR-00013 Exception initializing deployed a
    pplication: owf. Application: owf is in failed state as initialization failed
    2007-07-15 12:50:07.096 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: admin_war defined in web site OC4J 10g (10.1.3) Defau
    lt Web Site. Application: admin_war has been stopped
    2007-07-15 12:50:07.096 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: console_war defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: console_war has been stopped
    2007-07-15 12:50:07.246 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: startup_war defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: startup_war has been stopped
    2007-07-15 12:50:07.386 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: httpbinding defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: httpbinding has been stopped
    2007-07-15 12:50:26.003 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: deploy defined in web site OC4J 10g (10.1.3) Default
    Web Site. Application: deploy has been stopped
    2007-07-15 12:50:26.013 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: testconnection defined in web site OC4J 10g (10.1.3)
    Default Web Site. Application: testconnection has been stopped
    2007-07-15 12:50:26.023 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: taskservice defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: taskservice has been stopped
    2007-07-15 12:50:26.033 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: taskmetadataservice defined in web site OC4J 10g (10.
    1.3) Default Web Site. Application: taskmetadataservice has been stopped
    2007-07-15 12:50:26.033 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: taskqueryservice defined in web site OC4J 10g (10.1.3
    ) Default Web Site. Application: taskqueryservice has been stopped
    2007-07-15 12:50:26.033 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: IdentityService defined in web site OC4J 10g (10.1.3)
    Default Web Site. Application: IdentityService has been stopped
    2007-07-15 12:50:26.033 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: usermetadataservice defined in web site OC4J 10g (10.
    1.3) Default Web Site. Application: usermetadataservice has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: runtimeconfigservice defined in web site OC4J 10g (10
    .1.3) Default Web Site. Application: runtimeconfigservice has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: hw_services defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: hw_services has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: worklistxpress defined in web site OC4J 10g (10.1.3)
    Default Web Site. Application: worklistxpress has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: worklistapp defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: worklistapp has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: owf defined in web site OC4J 10g (10.1.3) Default Web
    Site. Application: owf has been stopped
    07/07/15 12:50:36 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    Thanks for your responses.
    Greetings.

    Hi,
    you said:
    it wasn't possible to set ORACLE_HOME variable because it had a value older than 1023 characteres
    What do you mean with older than 1023 chars?
    I think the easiest way is to uninstall the BPEL Console and run the installer again with correcting the ORACLE_HOME problem...

  • Strange problem: BPEL Console

    Hi all,
    We are facing a peculiar type of problem on BPEL Console.
    Scenario: I have created an empty BPEL process. That process gets initiated by a CSV file present in the specific folder (with the help of file adapter), and subsequently the values from that CSV file is used as an input parameter for calling a procedure (with the help of DB Adapter). The success or failure of the BPEL process is informed to particular set of people through Email. Everything is working perfectly fine including the process instance and the Email part.
    Problem: We are not able to see any instance created on BPEL console if we are passing more than 2000-3000 records in a CSV file. But the process is happening because procedure is doing its work and we are getting the success or failure Email also.
    Point to note, For less than 2000 its working perfectly fine.
    Any help in this case will be helpful for our team.
    Regards,
    Abhi...

    Hi JMehta,
    Thanks for the reply.
    We are not creating multiple bpel instances. Only one BPEL instance is there. We are not getting any error related to this. All the records (more than 2000/3000) are processed. The only concern is that the instance is not visible on console.
    Can you tell me exactly what config parameter you are trying to point out.
    I have checked some parameters on BPEL Console -> Manage BPEL Domain
    Some parameters and there respective values are listed below:
    1) auditDetailThreshold : 50000
    2) dspInvokeAllocFactor : 0.4
    3) dspMaxRequestDepth : 600
    4) dspMaxThreads : 100
    5) dspMinThreads : 5
    6) expirationMaxRetry : 5
    7) expirationRetryDelay : 120
    8) instanceKeyBlockSize : 10000
    9) largeDocumentThreshold : 50000
    10) processCheckSecs : 1
    11) statsLastN : 1000
    12) syncMaxWaitTime : 45
    Do I need to change any value here or any other place??
    Thanx in advance.
    Regards,
    Abhi..
    Message was edited by:
    Abhishek saurabh

  • Problem with BPEL Console

    Hi all,
    We are facing a peculiar type of problem on BPEL Console.
    Scenario: I have created an empty BPEL process. That process gets initiated by a CSV file present in the specific folder (with the help of file adapter), and subsequently the values from that CSV file is used as an input parameter for calling a procedure (with the help of DB Adapter). The success or failure of the BPEL process is informed to particular set of people through Email. Everything is working perfectly fine including the process instance and the Email part.
    Problem: We are not able to see any instance created on BPEL console if we are passing more than 2000-3000 records in a CSV file. But the process is happening because procedure is doing its work and we are getting the success or failure Email also.
    Point to note, For less than 2000 its working perfectly fine.
    Any help in this case will be helpful for our team.
    Regards,
    Abhi...

    This sounds like a bug in the administrative console. It would be interesting to see what happens if you query the database directly:
    There is a whitepaper that discusses that:
    http://www.oracle.com/technology/pub/articles/bpel_cookbook/blanvalet.html
    The relevant code for you is:
    whereCondition where = whereConditionHelper.whereInstancesStale();
    IInstanceHandle[] instances = getLocator(domainId, domainPassword).listInstances(where);
    BPEL ProcessManager API documentation can be found in [bpelhome]\integration\orabpel\docs\apidocs\index.html
    If this returns all instances, even when there are more than 2000, you know you hit a bug in the management console.
    Hope this helps,
    Lonneke

  • BPEL Console errors out after 10.1.3.4 MLR#9 8589928 upgrade

    BPEL Console is completely down after upgrading from 10.1.3.3 to 10.1.3.4 using patchset# 7272722 and on top of it applying the MLR#9 8589928 patch. It errors out as follows:-
    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.
    Build Information:
    Oracle BPEL Server version 10.1.3.4.0
    Build: 0
    Build time: Sat Aug 29 23:33:27 PDT 2009
    Build type: release
    Source tag: PCBPEL_10.1.3.4.0MLR9_GENERIC_RELEASE
    Exception Message:
    javax.servlet.ServletException - com.collaxa.cube.ejb.impl.BPELProcessManagerBean.getDefaultRevision(com.oracle.bpel.client.BPELProcessId, com.oracle.bpel.client.auth.DomainAuth)
    Any expedited response/answers to resolve this issue is very much appreciated as it is mission critical for us to bring up the environment for significant development tasks immediately. Thx!
    Edited by: user11995464 on Oct 11, 2009 1:58 AM

    This kind of problems have been observed earlier. May be some of the previous posts in this forum can help you
    SOA Suite 10.1.3.4 BPEL Console not working after install the mlr#4 patch
    http://blogaodosoa.blogspot.com/2009_04_01_archive.html

  • SOA Suite 10.1.3.4 BPEL Console not working after install the mlr#4 patch

    After install the mlr#4 patch for 10.1.3.4 version the BPEL console dos not work. The BEPL is up and running , I can deploy projects, all domains are fine and working (I see on the logs) but the console show the following error:
    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.
    Build Information:
    Oracle BPEL Server version 10.1.3.4.0
    Build: 0
    Build time: Sun Jan 11 19:33:46 PST 2009
    Build type: release
    Source tag: PCBPEL_10.1.3.4.0MLR#4_GENERIC_RELEASE
    Exception Message:
    javax.servlet.ServletException - com.collaxa.cube.ejb.impl.BPELProcessManagerBean.getDefaultRevision(com.oracle.bpel.client.BPELProcessId, com.oracle.bpel.client.auth.DomainAuth)
    When I check the log I can see this:
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2009-01-26T16:18:33.115+02:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>j2ee</COMPONENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>soasit.BCR.WAN</HOST_ID>
    <HOST_NWADDR>172.19.128.128</HOST_NWADDR>
    <MODULE_ID>security</MODULE_ID>
    <THREAD_ID>15</THREAD_ID>
    <USER_ID>oracle</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>1232979513:172.19.128.128:4415:0:247</UNIQUE_ID><SEQ>1</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ServletException cause</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[java.lang.NoSuchMethodException: com.collaxa.cube.ejb.impl.BPELProcessManagerBean.getDefaultRevision(com.oracle.bpel.client.BPELProcessId, com.oracle.bpel.client.auth.DomainAuth)
         at com.oracle.bpel.client.util.ExceptionUtils.handleServerException(ExceptionUtils.java:91)
         at com.oracle.bpel.client.BPELProcessHandle.getMetaData(BPELProcessHandle.java:236)
         at _ngDeployedProcesses._jspService(_ngDeployedProcesses.java:118)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_include(ServletRequestDispatcher.java:160)
         at com.evermind.server.http.ServletRequestDispatcher.access$000(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$1.oc4jRun(ServletRequestDispatcher.java:97)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:102)
         at com.evermind.server.http.EvermindPageContext.include(EvermindPageContext.java:456)
         at _index._jspService(_index.java:104)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.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:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:230)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         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:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.handleNotFound(HttpRequestHandler.java:1042)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:911)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         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)
    Caused by: java.lang.NoSuchMethodException: com.collaxa.cube.ejb.impl.BPELProcessManagerBean.getDefaultRevision(com.oracle.bpel.client.BPELProcessId, com.oracle.bpel.client.auth.DomainAuth)
         at java.lang.Class.getMethod(Class.java:1581)
         at com.evermind.server.ejb.interceptor.MethodStateFactory.createMethodState(MethodStateFactory.java:112)
         at com.evermind.server.ejb.deployment.ExposableBeanDescriptor.createMethodStates(ExposableBeanDescriptor.java:657)
         at com.evermind.server.ejb.deployment.ExposableBeanDescriptor.getRemoteComponentMethodStates(ExposableBeanDescriptor.java:723)
         at com.evermind.server.ejb.deployment.ExposableBeanDescriptor.getMethodState(ExposableBeanDescriptor.java:599)
         at com.evermind.server.ejb.AbstractEJBObject.OC4J_getMethodState(AbstractEJBObject.java:385)
         at ProcessManagerBean_RemoteProxy_4bin6i8.getMetaData(Unknown Source)
         at com.oracle.bpel.client.BPELProcessHandle.getMetaData(BPELProcessHandle.java:232)
         ... 52 more
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>
    If I rollback the mlr#4 , everithink works fine. With mlr#3, mlr#2 the problem is the same.
    The platform is one for development installer on RedHat 5 OS.
    Any ideea ?
    Edited by: [email protected] on Jan 26, 2009 4:34 PM

    Man Christian!
    1000 Thanks for your tip. I run into same issue on W2K3 with 10.1.3.4 MLR#4 (so far last MR allowed for AIA apps).
    I had the orabepl.ear file of the size as was mentioned earlier: 2.530.260 in the bpel\system and other one on the j2ee\ocj4_soa\applications folder.
    Copying did not help.
    I had to perform following steps from the <MLR#4>/custom/scripts/post.bat file which takes the file from the bpel\system,
    ADDS some another .jars in it and ONLY THEN move it to the j2ee\...\applications folder:
    copy %ORACLE_HOME%\bpel\system\j2ee\orabpel.ear %ORACLE_HOME%\bpel\system\services\lib\orabpel.ear
    copy %ORACLE_HOME%\bpel\system\j2ee\ejb\oc4j_ejb_services.jar %ORACLE_HOME%\bpel\system\services\lib\ejb_services.jar
    copy %ORACLE_HOME%\bpel\system\j2ee\ejb\ejb_ob_engine_oc4j.jar %ORACLE_HOME%\bpel\system\services\lib\ejb_ob_engine.jar
    cd %ORACLE_HOME%\bpel\system\services\lib
    %ORACLE_HOME%\jdk\bin\jar -uvf orabpel.ear ejb_services.jar ejb_ob_engine.jar
    After doing manually these steps the orabpel.ear in j2ee\...\applications has got the size: 2.798.840 which was bigger as right after patch application.
    Then I deleted the orabpel folder from the j2ee\...\aplication-deployments
    started the j2ee containe (it was named: oc4_soa ) and the BPEL Console started live well as before in 10.1.3.3
    As I did verify from other files The rest of steps from the post.bat file seems did well, only this part was not executed.
    With Best Regards,
    Alexey

  • SOA SUITE 10.1.3.4 BPEL Console Login Issue

    I have been hopeless for the past one week. CAn't get a single clue that what happened to my soa server. Each time I log in to the BPEL Console I get the following error NO domain accessible to the user logged in.
    I am using 10.1.3.4 bpel and OS-env:-winxp
    I have checked my backend database they are alll up.
    I tested through Jdev by creating a new Integration server connection and get the following
    Application Server: OK
    BPEL Process Manager Server: OK
    ESB Server: OK
    From the application.log file I have got the following error which I feel bit clueless to me.
    09/01/24 03:04:38.822 startup: Error preloading servlet
    javax.servlet.ServletException:
    ORABPEL START-UP ERROR!!!!!!!!
    OraBPEL run-time system failed to start due to exception:
         at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:87)
         at javax.servlet.GenericServlet.init(GenericServlet.java:256)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2379)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4830)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4754)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4942)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1144)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:741)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:431)
         at com.evermind.server.Application.getHttpApplication(Application.java:586)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1970)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.getHttpApplication(HttpSite.java:1922)
         at com.evermind.server.http.HttpSite.startHttpApplications(HttpSite.java:1851)
         at com.evermind.server.http.HttpServer.startHttpApplications(HttpServer.java:921)
         at com.evermind.server.Application.start(Application.java:1987)
         at oracle.oc4j.admin.management.mbeans.J2EEStateManageableObjectBase.start(J2EEStateManageableObjectBase.java:213)
         at oracle.oc4j.admin.management.mbeans.J2EEApplication.start(J2EEApplication.java:1348)
         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 sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
         at sun.reflect.GeneratedMethodAccessor84.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)
         at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at oracle.oc4j.admin.management.mbeans.J2EEApplication.commonStart(J2EEApplication.java:1434)
         at oracle.oc4j.admin.management.mbeans.J2EEApplication.start(J2EEApplication.java:1345)
         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 sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
         at sun.reflect.GeneratedMethodAccessor84.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)
         at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at oracle.oc4j.admin.jmx.server.state.ApplicationStateFilterMBeanServer.invoke(ApplicationStateFilterMBeanServer.java:572)
         at oracle.oc4j.admin.jmx.ejb.MBeanServerEjbBean.invoke(MBeanServerEjbBean.java:365)
         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.TxSupportsInterceptor.invoke(TxSupportsInterceptor.java:37)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SecurityRoleInterceptor.invoke(SecurityRoleInterceptor.java:47)
         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.StatefulSessionEJBObject.OC4J_invokeMethod(StatefulSessionEJBObject.java:844)
         at MBeanServerEjb_RemoteProxy_1me2j7.invoke(Unknown Source)
         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.rmi.RmiMethodCall.run(RmiMethodCall.java:53)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    When I login to the bpel domain I get the following....
    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.
    Build Information:
    Oracle BPEL Server version 10.1.3.4.0
    Build: 0
    Build time: Fri Jul 18 07:32:24 PDT 2008
    Build type: release
    Source tag: PCBPEL_10.1.3.4.0_GENERIC_080718.0645
    Exception Message:
    java.security.AccessControlException - access denied (com.collaxa.security.ServerPermission server read)
    Though my esb console, orawsm,rule author, hw_service all are working fine. For your info I am using default file based security. realm is jazn.com
    THe problem I fetched since I registered soa_oc4j with OID. and then assign orabpel instance level security provider to OID. later I switched to again my default existing file based security without checking OID is working or not. I restarted oc4j container, soa_oc4j and restarted database.DOne everything but all failed.
    Tried all possibility gone in vain. My requirement is so urgent that I am dying for it.
    plz if somebody can come up with a solution It will be highly appreciated.
    domain.log gives me the following..
    <2009-01-24 03:04:35,760> <ERROR> <default.collaxa.cube.engine.deployment> <DeploymentManager::loadAllProcesses> Error while loading process 'BPEL_oracle_application', rev '1.0': BPEL domain uninitializing.
    The BPEL domain "default" is currently uninitializing; the domain may not be accessed anymore.
    ORABPEL-02054
    BPEL domain uninitializing.
    The BPEL domain "default" is currently uninitializing; the domain may not be accessed anymore.
         at com.collaxa.cube.engine.deployment.DeploymentManager.extractProcess(DeploymentManager.java:1176)
         at com.collaxa.cube.engine.deployment.DeploymentManager.loadAllProcesses(DeploymentManager.java:332)
         at com.collaxa.cube.engine.CubeEngine.loadAllProcesses(CubeEngine.java:957)
         at com.collaxa.cube.admin.ServerManager.loadProcesses(ServerManager.java:313)
         at com.collaxa.cube.admin.ServerManager.loadProcesses(ServerManager.java:279)
         at com.collaxa.cube.ejb.impl.ServerBean.loadProcesses(ServerBean.java:273)
         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.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 ServerBean_RemoteProxy_4bin6i8.loadProcesses(Unknown Source)
         at com.collaxa.cube.admin.agents.ProcessLoaderAgent$ProcessJob.execute(ProcessLoaderAgent.java:379)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:191)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:516)

    Hi AJ,
    I have not followed the same. I have done to register OID from em console. and then simply changed the security provider as newly registered OID with bpel and hw_services.Is there any way to revert it back.*however I have found that the is_config.xml.BPM is missing from the <SOA_HOME>/bpel/system/services/config directory.*
    Later anyhow I have restored file based security provider to all the component currently running on my OAS. Here is the status of my jazn.xml file. Now I do not need OID at all.
    <?xml version = '1.0' encoding = 'UTF-8' standalone = 'yes'?>
    <jazn xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/jazn-10_0.xsd" schema-major-version="10" schema-minor-version="0" provider="XML" location="./system-jazn-data.xml" default-realm="jazn.com">
    <!-- properties to configure the 3rd party IDM framework -->
         <property name="idm.authentication.name" value="JavaSSO"/>
         <property name="idm.token.asserter.class" value="oracle.security.jazn.sso.SSOCookieTokenAsserter"/>
         <property name="idm.token.collector.class" value="oracle.security.jazn.sso.SSOCookieTokenCollector"/>
         <property name="idm.token.type" value="HTTP_COOKIE"/>
         <property name="idm.token.collector.cookie.1" value="ORA_OC4J_SSO"/>
    <!-- properties for the out of the box Java SSO -->
         <property name="custom.sso.url.login" value="/jsso/SSOLogin"/>
         <property name="custom.sso.url.logout" value="/jsso/SSOLogout"/>
         <property name="custom.sso.key.alias" value="ssoSymmetricKey"/>
    </jazn>
    <!--
    <jazn
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/jazn-10_0.xsd"
    schema-major-version="10"
    schema-minor-version="0"
    provider="LDAP"
    location="ldap://myoid.us.oracle.com:389"
    />
    -->

  • 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

  • Error when opening BPEL Console:No domains accessible to the user logged in

    Hi,
    I have upgraded the SOA SUITE from 10.1.3.1 to 10.1.3.4 by applying the patch. Before applying the patch, I run the scripts to upgrade the database for both ESB and BPEL. After applying the patch I made the change in <ORACLE_HOME>\j2ee\oc4j_soa\configdata-sources.xml file for the BPELPM_CONNECTION_POOL parameter. But when I am opening BPEL Console it is showing the error like “No domains accessible to the user logged in". And in the log file I am getting the error like
    ORABPEL-03003
    Incorrect db schema version.
    The database schema version "2.0.4" from the database does not match the version "10.1.3.4.0" expected by the server.
    The database schema currently in place has probably been configured for a previous release; please re-install the database schema and try to start the server again.
    Does anybody knows how to fix this problem?
    Thanks,
    Anju

    Hello,
    I had the same problem and reconfiguring the datasources.xml was the solution. Because the installer replace its values with all wrong values. For example: using polite driver instead OracleDriver, 1522 instead 1521, user and password.
    That solved my problem, maybe you must check all parameters of the datasources.xml and restart the server.

Maybe you are looking for

  • How to maintain table 'EDICONFIG'?

    Hi, All    Our project get a problem: all the persons get a workitem in inbox. Its text is 'The IDoc have no data records'. We have found out the reason. Beacuse the rule 30000001 in task TS30000020 can not obtain the EDI Administrator user ID from t

  • Apple support displayport 1.2?

    Is Apple planning to support displayport 1.2 anytime soon? Apple used to be pretty quick in supporting the latest technologies. However there have been quad HD (3840x2160@60Hz) displays around for a few years now. But apparently Apple hardware still

  • What is the best afordable/free Slow motion plugin for AE CS6?

    Howdy! I am new here and I couldn't really find the answer I was looking for. I need a affordable or Free is even better plugin for AE CS6 to do some editing on GoPro footage and some other High fps video. I really want a smooth and minimal blur effe

  • Tile Based RPG layering problems

    Hello, I'm having trouble making certain parts of an image go behind other images. There is an overlay image that is positioned on a tile and it covers about half of the tile above it. When i move my character to the tile above the overlay, the chara

  • V490 server not able to type at ok prompt

    Hello Guyz The problem is that when I power on the server with max diag post it will drop at ok prompt with all post result passed. But I am not able to type anything at ok prompt. Input device & Output device are set to ttya when checked from os con