BPEL Starup Problem

I'm new to BPEL..
When I start the BPEL server(on Windows), the console shows the following messages after the
Oracle Application Server Containers for J2EE 10g initialized :
06/02/06 11:05:44 Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)
initialized
<2006-02-06 11:05:46,703> <ERROR> <collaxa> <ProcessJob::execute> java.lang.Arra
yIndexOutOfBoundsException: 65459
<2006-02-06 11:05:46,703> <ERROR> <collaxa> <ProcessJob::execute> Failed to conn
ect (0/15) ... retrying in 5 seconds ...
<2006-02-06 11:05:51,703> <ERROR> <collaxa> <ProcessJob::execute> java.lang.Arra
yIndexOutOfBoundsException: 65459
<2006-02-06 11:05:51,718> <ERROR> <collaxa> <ProcessJob::execute> Failed to conn
ect (1/15) ... retrying in 5 seconds ...
<2006-02-06 11:05:56,718> <ERROR> <collaxa> <ProcessJob::execute> java.lang.Arra
yIndexOutOfBoundsException: 65459
I can't figure out what's wrong with my installation of BPEL.
I just download the bpel installation file and click setup.exe. And I have read the installation guide.Should I do something about the Oracle App Server?
Ask for help of the exception message, thanks.

Check your domain.log for more detailed errors. This should give you more idea of what the problem is.

Similar Messages

  • BPEL Sensor problem

    Hi guys,
    I'm newbie here with oracle bpel. I'm creating a dashboard in the oracle BAM. I've already incorporated a sensor and sensor action in my bpel but once i've test sensor values gave me "null". It seems that the data which is supposedly populated in the database in not happening thus my data object in BAM has no entry.Hope you guys could help me in this problem.
    Thanks a lot in advance!

    Thanks for the reply.
    I think theres a data in the field where i put the sensor the problem is that the data doesnt stored or copied in to the BAM data objects. By the way i'm doing the hello world as my prctice in creating a BAM sensor. Just want to populate the BAM data object with the input i've made in the hello world bpel process.
    Thanks again..

  • 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                                                                                                                                                                                           

  • BPEL / BAM problem scope variable

    Hi,
    I try to notice BAM from a BPEL Process.
    Actually my DataObject in BAM make lookups on the another one. So i have to notice 2 times BAM :
    - 1 for the DataObject which is the target of the lookup of the 2nd DataObject (that i call genericDO)
    - 1 for the DataObject which make lookups (specificDO)
    The reason for these 2 notifications is that lookup fields are readonly. I can't set values using my specificDO. So i have to insert 1 genericDO and then a sspecificDO.
    So to have to do 2 notifications.
    Now the real problem :
    On the activity, i place 1 Sensor which use 2 BAMSensorAction.
    Sensor (use 1 simple variable which contains 3 strings) :
    *<sensor sensorName="BAM_KO_Sensor" classname="oracle.tip.pc.services.reports.dca.agents.BpelActivitySensorAgent" kind="activity" target="Invoke_signalerErreur">*
    *<activityConfig evalTime="all">*
    *<variable outputDataType="notification" outputNamespace="http://xmlns.oracle.com/NotificationBAM" target="$notification"/>*
    *</activityConfig>*
    *</sensor>*
    My 2 BAMSensorAction :
    *<action name="BAM_KO_SensorAction" publishName="OracleBam" publishType="BAM" enabled="true">*
    *<property name="bamDataObjectKey"></property>*
    *<property name="batchStatus">false</property>*
    *<property name="batchLowerLimit">100</property>*
    *<property name="batchTimeout">500</property>*
    *<property name="bamTransform">bam/BAM_SensorAction.xsl</property>*
    *<property name="bamServer">http://s-bam-dev:80/OracleBAM/DataObject/DataObjectOperations.asmx</property>*
    *<property name="batchDefault">true</property>*
    *<property name="bamOperation">Insert</property>*
    *<property name="bamDataObject">/DE/Activation/IntegrationProcess</property>*
    *<property name="batchUpperLimit">500</property>*
    *<sensorName>BAM_KO_Sensor</sensorName>*
    *</action>*
    *<action name="BAM_KO_Process_SensorAction" publishName="OracleBam" publishType="BAM" enabled="true">*
    *<property name="bamDataObjectKey"></property>*
    *<property name="batchStatus">false</property>*
    *<property name="batchLowerLimit">100</property>*
    *<property name="batchTimeout">500</property>*
    *<property name="bamTransform">bam/BAM_Process_SensorAction.xsl</property>*
    *<property name="bamServer">http://s-bam-dev:80/OracleBAM/DataObject/DataObjectOperations.asmx</property>*
    *<property name="batchDefault">true</property>*
    *<property name="bamOperation">Insert</property>*
    *<property name="bamDataObject">/DE/ProcessTransverse/Process</property>*
    *<property name="batchUpperLimit">500</property>*
    *<sensorName>BAM_KO_Sensor</sensorName>*
    *</action>*
    I deploy the process without compilation problem.
    And at runtime, the instance works well, i can see the 1st Insert in BAM, but the 2nd one is never done. In the log i can see that the 1st one is flushed, but i have this error for the 2nd one :
    *<2009-05-12 14:17:20,775> <ERROR> <default.collaxa.cube.sensor> <DataRouter::send> error*
    ORABPEL-20301
    Echec du Data Publisher.
    Echec du Reporting Data Publisher BAM_KO_Process_SensorAction.
    Pour plus dinformations, consultez le fichier journal.
    at com.collaxa.cube.engine.sensor.sa.DataRouter.send(DataRouter.java:101)
    at com.collaxa.cube.engine.sensor.sa.DataRouter.send(DataRouter.java:133)
    at com.collaxa.cube.engine.sensor.dca.DataCaptureAgency.send(DataCaptureAgency.java:181)
    at com.collaxa.cube.engine.sensor.dca.DataCaptureAgency.sendActivityData(DataCaptureAgency.java:153)
    at com.collaxa.cube.engine.sensor.dca.DataCaptureAgency.onActivityComplete(DataCaptureAgency.java:227)
    at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:205)
    at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3698)
    at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1655)
    at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:217)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:314)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5765)
    at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1722)
    at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.handleWorkItem(CubeEngineBean.java:307)
    at sun.reflect.GeneratedMethodAccessor209.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:693)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    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 CubeEngineBean_LocalProxy_4bin6i8.handleWorkItem(Unknown Source)
    at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handle(PerformMessageHandler.java:45)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:140)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:58)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: ORABPEL-20301
    Echec du Data Publisher.
    Echec du Reporting Data Publisher BAM_KO_Process_SensorAction.
    Pour plus dinformations, consultez le fichier journal.
    at com.collaxa.cube.engine.sensor.sa.BpelPublisher.publish(BpelPublisher.java:137)
    at com.collaxa.cube.engine.sensor.registry.BpelSensorActionInfo.publish(BpelSensorActionInfo.java:178)
    at com.collaxa.cube.engine.sensor.sa.DataRouter.send(DataRouter.java:93)
    *... 37 more*
    Caused by: ORABPEL-02117
    Variable déjà déclarée.
    Une variable portant la clé "bamserver.hostname" a déjà été déclarée dans le scope en cours.
    Enlevez du code linstruction de déclaration de variable.
    at com.collaxa.cube.engine.core.Scope.__checkVariantDecl(Scope.java:1411)
    at com.collaxa.cube.engine.core.Scope.declareAndSet(Scope.java:800)
    at com.collaxa.cube.engine.sensor.dca.data.BpelCapturedData.getHeaderProperties(BpelCapturedData.java:199)
    at com.collaxa.cube.engine.sensor.sa.FilteredDataPublisher.publish(FilteredDataPublisher.java:105)
    at com.collaxa.cube.engine.sensor.sa.BpelPublisher.publish(BpelPublisher.java:129)
    *... 39 more*
    All what i can say is that i never declare any variable with bamserver.hostname key. The only spot in all my process where this value can be seen is the bpel.xml :
    *<preferences>*
    *<property name="bamserver.hostname" encryption="plaintext">s-bam-dev</property>*
    *<property name="bamserver.protocol" encryption="plaintext">http</property>*
    *</preferences>*
    Seems like a variable is declared by the 1st SensorAction, and the 2nd one try to declare it again...
    Any ideas on the problem ?

    Hi,
    Thx for the response.
    Actually there's no variable declaration visible in the bpel.xml. It was the first thing that i have look for, regarding to the exeption.
    That's why i suppose that there's some sort of runtime variable declaration by the BAM sensor. No certitude on this...
    And yes, when you place the two BAMSensorAction on two Sensors which are on activities in separate scopes... it works.
    Finally i avoid the problem doing something like that :
    <ScopeForBAMNotification>
    <ScopeForNotification1>Empty activity 1 with 1 sensor activity which use 1 sensorBAMAction</ScopeForNotification1>
    <ScopeForNotification2>Empty activity 1 with 1 sensor activity which use 1 sensorBAMAction</ScopeForNotification2>
    </ScopeForBAMNotification>
    Not pretty, but works...

  • Bpel installation problem

    hi,
    i installed bpel softare in my machine,but i unable to open the window.plz tell me what is the problem.
    and how to connect niku clarity database to oracle erp database.
    Thanks & Regards,
    prashanth
    Rolta India Limited

    The information you give us is very limited. Can you give more detail info.
    Based on the current information: Do you have proxies set on your machine, the browser that you are using to connect to the SOA Suite?
    http://orasoa.blogspot.com/2007/05/newbie-getting-started-with-oracle-soa.html

  • Bpel cluster problem

    I aim to create an architecture of Oracle BPEL Clustering. I installed Oracle Application Server and Oracle BPEL Process Manager for OracleAS Middle Tier on three machines. I consider one of these three machines as Load Balancer. My problem is that when I execute opmnctl @ cluster status on a machine, the result of this command is only the instance installed on this machine.
    Thanks for help.
    Edited by: 857737 on 15 févr. 2012 08:42

    selfreply:
    you have to re-deploy processes after you change soapServerUrl for a domain.
    Karel

  • Invoking BPEL Process problem from Tomcat

    Hi, I got a problrm to invoke BPEL process through JSP.
    I think it's caused from BPEL Library.
    Where can i find com.evermind.server.rmi.RMIInitialContextFactory ?
    the error messages are below.
    javax.naming.NoInitialContextException: Cannot instantiate class: com.evermind.server.rmi.RMIInitialContextFactory [Root exception is java.lang.ClassNotFoundException: com.evermind.server.rmi.RMIInitialContextFactory]
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:652)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.init(InitialContext.java:219)
         at javax.naming.InitialContext.<init>(InitialContext.java:195)
         at com.oracle.bpel.client.util.BeanRegistry.lookupDeliveryBean(BeanRegistry.java:277)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:250)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:174)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:149)
         at org.apache.jsp.invokeBPEL_jsp._jspService(invokeBPEL_jsp.java:80)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    Caused by: java.lang.ClassNotFoundException: com.evermind.server.rmi.RMIInitialContextFactory
    Thanx.
    jean.

    Hi Rajesh,
    Please refer \bpel\samples\tutorials\102.InvokingProcesses\jsp.
    BPEL Tutorial 7: Invoking BPEL Processes through SOAP and Java : Reference: 2004/06/14/orabpel/d5/1.0
    Hope this helps!
    Regards
    Anirudh Pucha

  • 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)

  • 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 designer problem

    Hey guys,
    I am trying to download BPEL designer and it absolutely does not let me register my eclipse directory. The eclipse version I am using is 3.0.1, my eclipse dir is
    C:/eclipse and thats what I am entering when the BPEL designer installation asks me. But it keeps telling me that the eclipse version has to be more than 3.0
    Is there a trick to this I cant see? I have been trying diff. combinations but to no avail.
    Thanks in advance,
    Matt

    Sorry. This is a bug in the installer of BPEL designer 2.0.10. Please refer to BPEL plug-in not installing on eclipse 3.0.1 for more information. We are in the process of pushing out 0.9.6 which addresses this issue. -Edwin

  • Starup problem with black screen

    Dear All,
    for last few weeks my 4 year old macbook 10 showing black screen at start up while I can hear fan sound and sleep light on. It would only boot after some 20 minutes after several attempts. I have done smc, pram, restarted with safe boot but no help. also hard ware test showing no problem with hardware. I have also done repair disk. after start up system behaves normally but when I shut down and again press power button to start the same problem as mentioned above - black screen, fan sound, light on but no boot sound.
    is this software problem? will taking backup and reinstalling software help?? Please help.
    Thanks & Regards,

    light on but no boot sound.
    No "chord" on startup means the Mac didn't pass it's startup diagnostics tests.
    Try here >   Resolve startup issues and perform disk maintenance with Disk Utility and fsck
    It would only boot after some 20 minutes after several attempts.
    If you can get it to boot to the desktop, check to see how much free space there is on the startup disk.
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure there's a minimum of 15% free disk space.

  • BPEL has problems parsing XSD with attributes

    Hi,
    When I create a BPEL process with below output XSD, everything works fine.
    +<xsd:element name="WorkflowOutputData">+
    +<xsd:annotation>+
    +<xsd:documentation>+
    This element defines an XML output element
    which is used by all the BPEL workflow services,
    to send output to the calling program
    +</xsd:documentation>+
    +</xsd:annotation>+
    +<xsd:complexType>+
    +<xsd:sequence>+
    +<xsd:element name="Status" type="xsd:string" minOccurs="1" maxOccurs="1" />+
    +<xsd:element name="Errors" minOccurs="0" maxOccurs="1" >+
    +<xsd:complexType>+
    +<xsd:sequence minOccurs="0" maxOccurs="unbounded">+
    +<xsd:element name="Error" type="LogMessage"/>+
    +</xsd:sequence>+
    +</xsd:complexType>+
    +</xsd:element>+
    +<xsd:element name="Warnings" minOccurs="0" maxOccurs="1">+
    +<xsd:complexType>+
    +<xsd:sequence minOccurs="0" maxOccurs="unbounded">+
    +<xsd:element name="Warning" type="LogMessage"/>+
    +</xsd:sequence>+
    +</xsd:complexType>+
    +</xsd:element>+
    +</xsd:sequence>+
    +</xsd:complexType>+
    +</xsd:element>+
    +<xsd:complexType name="LogMessage">+
    +<xsd:sequence>+
    +<xsd:element name="Code" type="xsd:string" minOccurs="1" maxOccurs="1" />+
    +<xsd:element name="Description" type="xsd:string" minOccurs="1" maxOccurs="1" />+
    +<xsd:element name="FlexField1" type="xsd:string" />+
    +<xsd:element name="FlexField2" type="xsd:string" />+
    +<xsd:element name="FlexField3" type="xsd:string" />+
    +</xsd:sequence>+
    +</xsd:complexType>+
    As soon as I add below approvers element as shown below to the BPEL process output XSD, I'm not able to test the BPEL process in BPEL console.
    "Initiating a test instance" screen in BPEL console doesn't show any html or xml form to enter data.
    +<xsd:element name="WorkflowOutputData">+
    +<xsd:annotation>+
    +<xsd:documentation>+
    This element defines an XML output element
    which is used by all the BPEL workflow services,
    to send output to the calling program
    +</xsd:documentation>+
    +</xsd:annotation>+
    +<xsd:complexType>+
    +<xsd:sequence>+
    +<xsd:element name="Status" type="xsd:string" minOccurs="1" maxOccurs="1" />+
    +<xsd:element name="Errors" minOccurs="0" maxOccurs="1" >+
    +<xsd:complexType>+
    +<xsd:sequence minOccurs="0" maxOccurs="unbounded">+
    +<xsd:element name="Error" type="LogMessage"/>+
    +</xsd:sequence>+
    +</xsd:complexType>+
    +</xsd:element>+
    +<xsd:element name="Warnings" minOccurs="0" maxOccurs="1">+
    +<xsd:complexType>+
    +<xsd:sequence minOccurs="0" maxOccurs="unbounded">+
    +<xsd:element name="Warning" type="LogMessage"/>+
    +</xsd:sequence>+
    +</xsd:complexType>+
    +</xsd:element>+
    +<xsd:element name="Approvers" minOccurs="0" maxOccurs="1">+
    +<xsd:complexType>+
    +<xsd:sequence maxOccurs="unbounded">+
    +<xsd:element name="Approver" type="Actor" />+
    +</xsd:sequence>+
    +</xsd:complexType>+
    +</xsd:element>+
    +</xsd:sequence>+
    +</xsd:complexType>+
    +</xsd:element>+
    +</xsd:sequence>+
    +</xsd:complexType>+
    +</xsd:element>+
    +<xsd:complexType name="LogMessage">+
    +<xsd:sequence>+
    +<xsd:element name="Code" type="xsd:string" minOccurs="1" maxOccurs="1" />+
    +<xsd:element name="Description" type="xsd:string" minOccurs="1" maxOccurs="1" />+
    +<xsd:element name="FlexField1" type="xsd:string" />+
    +<xsd:element name="FlexField2" type="xsd:string" />+
    +<xsd:element name="FlexField3" type="xsd:string" />+
    +</xsd:sequence>+
    +</xsd:complexType>+
    +<xsd:complexType name="Actor">+
    +<xsd:attribute name="Name"/>+
    +<xsd:attribute name="Email"/>+
    +<xsd:attribute name="Designation"/>+
    +<xsd:attribute name="ApprovalSequence"/>+
    +<xsd:attribute name="FlexField1"/>+
    +<xsd:attribute name="FlexField2"/>+
    +<xsd:attribute name="FlexField3"/>+
    +<xsd:attribute name="FlexField4"/>+
    +<xsd:attribute name="FlexField5"/>+
    +</xsd:complexType>+
    1) approvers element is added to output xsd and not to input xsd.
    2) I see a javascript error "Object expected" iin "Initiating a test instance" BPEL screen.
    3) The new approver element contains only attributes.
    Could someone help me understand the issue with the XSD. Your help is highly appreciated.
    Thanks & Regards
    Leena

    Main issue was I was using an element
    <xsd:element name="DataElements" minOccurs="0" maxOccurs="1">
    <xsd:annotation>
    <xsd:documentation>
    Most of the worflow services return status, errors and warnings
    and doesn't return any DataElements.
    In current implementation, only one of the workflow services returns approver list.
    To take care of future scenarios
    where a data element might be required to return some data,
    an extra 'DataElement' field is added to the XSD.
    </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="DataElement" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
    <xsd:attribute name="Name"/>
    <xsd:attribute name="Value"/>
    <xsd:attribute name="FlexField1"/>
    <xsd:attribute name="FlexField2"/>
    <xsd:attribute name="FlexField3"/>
    <xsd:attribute name="FlexField4"/>
    <xsd:attribute name="FlexField5"/>
    </xsd:complexType>
    </xsd:element>
         </xsd:sequence>
              </xsd:complexType>     
              </xsd:element>
    which I had to change to
    <xsd:element name="DataElements" minOccurs="0" maxOccurs="1">
    <xsd:complexType>
    <xsd:sequence minOccurs="0" maxOccurs="unbounded">
    <xsd:element name="DataElement" type="DataElementType" />
    </xsd:sequence>
    </xsd:complexType>     
         </xsd:element>
    <xsd:complexType name="DataElementType">
    <xsd:attribute name="Name" type="xsd:string"/>
    <xsd:attribute name="Value" type="xsd:string"/>
    <xsd:attribute name="FlexField1" type="xsd:string"/>
    <xsd:attribute name="FlexField2" type="xsd:string"/>
    <xsd:attribute name="FlexField3" type="xsd:string"/>
    <xsd:attribute name="FlexField4" type="xsd:string"/>
    <xsd:attribute name="FlexField5" type="xsd:string"/>
    </xsd:complexType>

  • Startup problems with XA connection pools on Oracle and WLS 6.1

    I am having starup problems trying to set up a WLS 6.1 connection pool using
    XA. When I try to start the server, I get the following exception:
    <Nov 19, 2001 3:06:28 PM EST> <Error> <JDBC> <Cannot startup connection pool
    "dbdev1XAPool" weblogic.common.ResourceException: java.sql.SQLException:
    open failed for XAResource 'dbdev1' with error XAER_RMERR : A resource
    manager error has occured in the transaction branch. Check Oracle XA trace
    file(s) (if any) for database errors. The Oracle XA trace file(s) are
    located at the directory where yo
    u start the Weblogic Server, and have names like
    xa_<pool_name><MMDDYYYY>.trc.
    at weblogic.jdbc.oci.xa.XAConnection.<init>(XAConnection.java:58)
    at
    weblogic.jdbc.oci.xa.XADataSource.getXAConnection(XADataSource.java:600)
    at
    weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(XAConnec
    tionEnvFactory.java:194)
    at
    weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(XAConnec
    tionEnvFactory.java:54)
    at
    weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.j
    ava:698)
    at
    weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:282
    at
    weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:620
    at
    weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
    arget.java:329)
    The contents of the Oracle trace file:
    ORACLE XA: Version 8.1.7.0.0. RM name = 'Oracle_XA'.
    150627.1312:344.344.330727191:
    xaoopen:
    xa_info=Oracle_XA+Acc=P/cmauser/admin+SesTm=100+DB=dbdev1+Threads=true+LogDi
    r=.+DbgFl=0x15,rmid=330727191,flags=0x0
    150627.1312:344.344.330727191:
    ORA-12560: TNS:protocol adapter error
    150627.1312:344.344.330727191:
    xaolgn_help: XAER_RMERR; OCIServerAttach failed. ORA-12560.
    150627.1312:344.344.330727191:
    xaoopen: return -3
    I am running WLS 6.1 and Oracle 8.1.7 on windows (separate machines). The
    connection pool settings are:
    <JDBCConnectionPool CapacityIncrement="0"
    DriverName="weblogic.jdbc.oci.xa.XADataSource" InitialCapacity="40"
    MaxCapacity="40" Name="dbdev1XAPool"
    Properties="user=cmauser;password=admin;dataSourceName=dbdev1"
    RefreshMinutes="15" ShrinkingEnabled="false" SupportsLocalTransaction="true"
    Targets="cmatest" TestTableName="hppcontentsource" />
    I have not had any problems connecting to the same database through regular
    JDBC connection pools or through the utils.dbping utility.
    What am I doing wrong?

    This is a dup message. Add "DebugConfigInfo OFF" in httpd.conf.
    Jong
    [email protected] (Olaf Foellinger) wrote:
    >
    Hi,
    we're trying to setup apache on linux so that it's forwarding all jsp
    requests to Bea WLS 6.0 on Solaris. We've installed the mod_wl.so
    modules according to the documentation. When apache starts it shows the
    following warning:
    [Tue Jan  9 13:22:55 2001] [warn] Loaded DSO
    /usr/lib/apache/1.3/mod_wl.so uses plain Apache 1.3 +API, this module
    might crash under EAPI! (please recompile it with -DEAPI)
    and in fact, when we try to load a jsp page we get
    [Tue Jan  9 13:29:14 2001] [notice] child pid 5780 exit signal
    Segmentation fault (11)
    Does anyone have a working solution ? Can bea provide us with a plugin
    compiled with EAPI ?
    Greetings Olaf

  • String delimiter in bpel

    Hi All,
    i have a requirement in which I have to convert deleimited strings to xml in bpel.
    Problem statement
    String optioncode='341,5N0,A50'
    String OptionDescription='new description,LEVER PARKING BRAKE,SEAT FRT BKT'
    String optionTypecode='E,F,A'
    I have to convert the above mentioned strings into the below mentioned xml fragment in bpel.Can I use create-Nodeset-from-delimited-string().?
    If yes can you please tell me how
    <ns1:VehicleOption>
    <ns1:OptionCd>34I </ns1:OptionCd>
    <ns1:OptionDesc>new description</ns1:OptionDesc>
    <ns1:OptionTypeCd>E</ns1:OptionTypeCd>
    </ns1:VehicleOption>
    <ns1:VehicleOption >
    <ns1:OptionCd>5N0 </ns1:OptionCd>
    <ns1:OptionDesc>LEVER PARKING BRAKE</ns1:OptionDesc>
    <ns1:OptionTypeCd>F</ns1:OptionTypeCd>
    </ns1:VehicleOption>
    <ns1:VehicleOption>
    <ns1:OptionCd>A50 </ns1:OptionCd>
    <ns1:OptionDesc>SEAT FRT BKT</ns1:OptionDesc>
    <ns1:OptionTypeCd>A</ns1:OptionTypeCd>
    </ns1:VehicleOption>

    Hi,
    how you are getting that delimited data to BPEL?. I mean as a string data or you are reading from file?
    Regards
    PavanKumar.M

  • Javax.naming.NameNotFoundException: ejb/collaxa/system/DeliveryBean not fou

    Hi,
    I'm trying to run an esb process that invokes a bpel process but I'm getting the following error invoking bpel:
    oracle.tip.esb.server.common.exceptions.BusinessEventFatalException: Se ha devuelto una excepción no tratada en el sistema ESB. La excepción mostrada es: "java.lang.Exception: Fallo al crear el bean "ejb/collaxa/system/DeliveryBean"; la excepción mostrada es: "javax.naming.NameNotFoundException: ejb/collaxa/system/DeliveryBean not found
         at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:52)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.oracle.bpel.client.util.BeanRegistry.lookupDeliveryBean(BeanRegistry.java:279)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:250)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:174)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:158)
         at oracle.tip.esb.server.service.impl.bpel.BPELService.processBusinessEvent(BPELService.java:342)
         at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(InitialEventDispatcher.java:106)
         at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(InitialEventDispatcher.java:85)
         at oracle.tip.esb.server.dispatch.BusinessEvent.raise(BusinessEvent.java:1416)
         at oracle.tip.esb.utils.EventUtils.raiseBusinessEvent(EventUtils.java:105)
         at oracle.tip.esb.server.service.EsbRouterSubscription.onBusinessEvent(EsbRouterSubscription.java:273)
         at oracle.tip.esb.server.dispatch.EventDispatcher.executeSubscription(EventDispatcher.java:138)
         at oracle.tip.esb.server.dispatch.DeferredEventDispatcher.processSubscriptions(DeferredEventDispatcher.java:150)
         at oracle.tip.esb.server.dispatch.EventDispatcher.dispatchRoutingService(EventDispatcher.java:94)
         at oracle.tip.esb.server.dispatch.DeferredEventDispatcher.dispatch(DeferredEventDispatcher.java:67)
         at oracle.tip.esb.server.dispatch.agent.JavaDeferredMessageHandler.handleMessage(JavaDeferredMessageHandler.java:115)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.process(ESBWork.java:162)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.run(ESBWork.java:120)
         at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
         at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
         at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:814)
         at java.lang.Thread.run(Thread.java:595)
         at com.oracle.bpel.client.util.ExceptionUtils.handleServerException(ExceptionUtils.java:82)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:254)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:174)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:158)
         at oracle.tip.esb.server.service.impl.bpel.BPELService.processBusinessEvent(BPELService.java:342)
         at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(InitialEventDispatcher.java:106)
         at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(InitialEventDispatcher.java:85)
         at oracle.tip.esb.server.dispatch.BusinessEvent.raise(BusinessEvent.java:1416)
         at oracle.tip.esb.utils.EventUtils.raiseBusinessEvent(EventUtils.java:105)
         at oracle.tip.esb.server.service.EsbRouterSubscription.onBusinessEvent(EsbRouterSubscription.java:273)
         at oracle.tip.esb.server.dispatch.EventDispatcher.executeSubscription(EventDispatcher.java:138)
         at oracle.tip.esb.server.dispatch.DeferredEventDispatcher.processSubscriptions(DeferredEventDispatcher.java:150)
         at oracle.tip.esb.server.dispatch.EventDispatcher.dispatchRoutingService(EventDispatcher.java:94)
         at oracle.tip.esb.server.dispatch.DeferredEventDispatcher.dispatch(DeferredEventDispatcher.java:67)
         at oracle.tip.esb.server.dispatch.agent.JavaDeferredMessageHandler.handleMessage(JavaDeferredMessageHandler.java:115)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.process(ESBWork.jav
    I know that the processes work fine because I have deployed them in another server and they are working fine. The esb process invokes the bpel without problems.
    I have read some threads in this forum where this error appears, but they are related to jsps, and the solution given doesn't apply.
    I really appreciate any help. Thanks in advance,
    Zaloa

    here is the detailed properties.
    properties.put("java.naming.factory.initial",                         "com.evermind.server.rmi.RMIInitialContextFactory");
                   properties.put("java.naming.provider.url", "ormi://localhost");
                   properties.put("java.naming.security.principal",
                             "admin");
                   properties.put("java.naming.security.credentials",
                             "welcome"

Maybe you are looking for