Ora:getFaultAsString() xpath extension

Hi all,
I found several posts on implementing ora:getFaultAsString() xpath extension in the CatchAll segment of BPEL processes. What I have not seen is how to make this fault friendly. Is there a way we can define a fault type and assign that error to that type and be able to access different parts of that fault (ie - message, summary, name, description, etc)?
Thanks,
Mike Guthrie

It is my understanding that this is used to catch all the other errors that are not part of the delivered errors. e.g. if you want to catch a remote fault you get the part using the following:
<catch faultName="bpelx:remoteFault" faultVariable="varName">
Unfortunately catchAll doesn't allow you to specify faultVariable as it can't guarantee what the message format will be. In some circumstances the detail and code is not part of the payload.
The option is to handle every system error as an individual catch routine, or use the catchAll and not mange the part.
cheers
James

Similar Messages

  • Is there any restriction to use ora:getFaultAsString() ??

    Hi All,
    I am using Jdev and SOA 11.1.1.2
    I have a process and in that I am using a transforation.
    I have tested below scenarios:
    1) We have a dateconversion function, and i passed in correct value to that function so it got faulted and throws subLanguage Exception.
    2)I have given wrong DVM name, so again it got faulted and throws subLanguage Exception.
    3)I defined an XSL variable and used that in another template without passing, so it got faulted and throws subLanguage Exception.
    4)I used a substring function without giving starting and ending indexes..so it got faulted and throws subLanguage Exception.
    I have a catchAll and in that i am sending notification and in that notification i am using conact('CustomInfo',ora:getFaultAsString())
    I found that except in 4th scenario in all scenarios ora:getFaultAsString() is returning null .(Even for 1,2,3, scenarios it is giving javax.xml.transform.TransformerException and for 4th scenario itis giving Fatal Error)
    I am giving errors returned below
    SubString Error(Successful)
    <bpelFault>
    <faultType>
    <message>0</message>
    </faultType>
    <subLanguageExecutionFault>
    <part  name="summary">
    <summary>XPath expression failed to execute.
    An error occurs while processing the XPath expression; the expression is
    ora:processXSLT('xsl/TransformSiebelOrderABMToTransportationOrder.xsl',bpws:getVariableData('receiveSiebelOrderABM_Consume_Message_InputVariable','body')).
    The XPath expression failed to execute; the reason was: XML-22900: (Fatal Error) An internal error condition occurred..
    Check the detailed root cause described in the exception message text and verify that the XPath query is correct.
    </summary>
    </part>
    <part  name="code">
    <code>XPathExecutionError</code>
    </part>
    </subLanguageExecutionFault>
    </bpelFault>
    DVM Error
    <bpelFault>
    <faultType>
    <message>0</message>
    </faultType>
    <subLanguageExecutionFault>
    <part  name="summary">
    <summary>XPath expression failed to execute.
    An error occurs while processing the XPath expression; the expression is
    ora:processXSLT('xsl/TransformSiebelOrderABMToTransportationOrder.xsl',bpws:getVariableData('receiveSiebelOrderABM_Consume_Message_InputVariable','body')).
    The XPath expression failed to execute; the reason was: javax.xml.transform.TransformerException: <Line 441,
    Column 233>: XML-22044: (Error) Extension function error: Error invoking 'lookupValue':'oracle.tip.dvm.exception.DVMValidationException:
    Unable to locate DVM "oramds:/deployed-composites/ZDVM_STOP_TYPE_rev1.1/STOP_TYPE.dvm"
    The Exception is "MDS-00013: no metadata found for metadata object "/deployed-composites/ZDVM_STOP_TYPE_rev1.1/STOP_TYPE.dvm""
    Please ensure the DVM exists at the location specified.'.
    Check the detailed root cause described in the exception message text and verify that the XPath query is correct.
    </summary>
    </part>
    <part  name="code">
    <code>XPathExecutionError</code>
    </part>
    </subLanguageExecutionFault>
    </bpelFault>
    Date Format Error
    <bpelFault>
    <faultType>
    <message>0</message>
    </faultType>
    <subLanguageExecutionFault>
    <part  name="summary">
    <summary>XPath expression failed to execute.
    An error occurs while processing the XPath expression; the expression is
    ora:processXSLT('xsl/TransformSiebelOrderABMToTransportationOrder.xsl',bpws:getVariableData('receiveSiebelOrderABM_Consume_Message_InputVariable','body')).
    The XPath expression failed to execute; the reason was: javax.xml.transform.TransformerException: <Line 135,
    Column 196>: XML-22044: (Error) Extension function error: Error invoking 'convertFormattedDttmToXSDDttm':'java.text.ParseException:
    Unparseable date: "10/17/201114:52:25"'.
    Check the detailed root cause described in the exception message text and verify that the XPath query is correct. </summary>
    </part>
    <part  name="code">
    <code>XPathExecutionError</code>
    </part>
    </subLanguageExecutionFault>
    </bpelFault>
    When a XSL variable is out of scope
    <bpelFault>
    <faultType>
    <message>0</message>
    </faultType>
    <subLanguageExecutionFault>
    <part  name="summary">
    <summary>XPath expression failed to execute.
    An error occurs while processing the XPath expression; the expression is
    ora:processXSLT('xsl/TransformSiebelOrderABMToTransportationOrder.xsl',bpws:getVariableData('receiveSiebelOrderABM_Consume_Message_InputVariable','body')).
    The XPath expression failed to execute; the reason was: javax.xml.transform.TransformerException:
    <Line 52, Column 50>: XML-22031: (Error) Variable not defined: 'Param'..
    Check the detailed root cause described in the exception message text and verify that the XPath query is correct. </summary>
    </part>
    <part  name="code">
    <code>XPathExecutionError</code>
    </part>
    </subLanguageExecutionFault>
    </bpelFault>Is there any restriction to use ora:getFaultAsString()
    Please guide me
    Regards
    PavanKumar.M

    Hi Pavan ,
    We frequently observe the following error in our logs:
    <Feb 11, 2011 11:12:50 AM CET> <Error> <oracle.soa.bpel.engine.xml> <BEA-000000> <BPEL1AssignWMP
    ORABPEL-09500
    XPath expression failed to execute.
    An error occurs while processing the XPath expression; the expression is ora:processXSLT('xsl/Xform_CustomerPartyListABMReqMsg_to_CustomerPartyEBMReqMsg.xsl',bpws:getVariableData('SyncCustomerPartyListReqMsg','SyncCustomerPartyList'),bpws:getVariableData('params')).
    The XPath expression failed to execute; the reason was: javax.xml.transform.TransformerException: <Line 15, Column 98>: XML-22031: (Error) Variable not defined: 'endIndex'..
    Check the detailed root cause described in the exception message text and verify that the XPath query is correct.
    Can you please share ..how you resolved it?
    Regards,
    Shagufta
    Edited by: 830719 on Feb 11, 2011 2:34 AM

  • How to parse/reformat data from catchall()'s ora:getFaultAsString()

    Hi,
    I would like to translate the ora:getFaultAsString() data that is available in a catchall() block into XML so it can be
    included in the Fault response message that I send back to the WS client in a client-friendly format.
    In other words, rather than returning the original fault data as an unstructured string element:
    com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}assertFailure} messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage} parts: {{ summary=<summary xmlns:def="http://www.w3.org/2001/XMLSchema" xsi:type="def:string" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Quote not found.</summary> ,detail=<detail xmlns:def="http://www.w3.org/2001/XMLSchema" xsi:type="def:string" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">No data found for quote id: 0 quote number: 1</detail> ,code=<code xmlns:def="http://www.w3.org/2001/XMLSchema" xsi:type="def:string" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">001</code>}
    I want to return the data available in that string in structured XML format within my response document. What I
    would like to generate from the above string is something like this:
    <faultAsString>
    <summary>Quote not found.</summary>
    <detail>No data found for quote id: 0 quote number: 1</detail>
    <code>001</code>
    </faultAsString>
    Is there a built-in way to do this? Not finding one myself, I tried using ora:parseEscapedXML(),
    but since ora:getFaultAsString() does not return pure XML, the parse function does not seem able to
    parse the string. I also was unsure of the XML object type that could be used to assign the returning
    object from parseEscapedXML() into if that is the correct approach.
    Any help is appreciated. Thanks!

    Here is the bpel I'm using in my catchAll() to try to manage the error string as described above. It does not work for me:
    <variable name="gRuntimeFault" messageType="bpelx:RuntimeFaultMessage"/>
    <assign name="AssignRutimeFaultMessage">
    <copy>
    <from expression="ora:parseEscapedXML(ora:getFaultAsString())"/>
    <to variable="gRuntimeFault"/>
    </copy>
    </assign>
    When I run my WS I get this error in response:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header/><env:Body><env:Fault><faultcode>env:Server</faultcode><faultstring>XPath expression failed to execute.
    An error occurs while processing the XPath expression; the expression is ora:parseEscapedXML(ora:getFaultAsString()).
    The XPath expression failed to execute; the reason was: Start of root element expected..
    Check the detailed root cause described in the exception message text and verify that the XPath query is correct.
    </faultstring><faultactor/><detail><exception/></detail></env:Fault></env:Body></env:Envelope>

  • Ora:getFaultAsString() call error

    Dear all,
    I have a problem while trying to retrieve string's fault. It seems that under certain scopes the function ends with the following error message:
    <2006-09-08 18:08:45,082> <ERROR> <SRH.collaxa.cube.ws> <AdapterFramework::Outbound> file:/oracle/as/10.1.2/ashub2/integration/orabpel/domains/SRH/tmp/.bpel_SRHReportingReminder_1.0.jar/calendarDB.wsdl [ calendarDB_ptt::calendarDB(InputParameters,OutputParameters) ] - Could not invoke operation 'calendarDB' against the 'Database Adapter' due to:
    ORABPEL-11811
    Error while trying to prepare and execute an API.
    An error occurred while preparing and executing the SRH.PKG_CALENDAR.SET_NOTIFICATION_FLAG API. Cause: java.sql.SQLException: ORA-04063: package body "SRH.PKG_CALENDAR" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SRH.PKG_CALENDAR"
    ORA-06512: at line 1
    Check to ensure that the API is defined in the database and that the parameters match the signature of the API. Contact oracle support if error is not fixable.
    <2006-09-08 18:08:45,089> <INFO> <SRH.collaxa.cube.ws> <AdapterFramework::Outbound> Change logging level for Logger 'SRH.collaxa.cube.ws' to DEBUG to see full error stack
    <2006-09-08 18:08:45,090> <ERROR> <SRH.collaxa.cube.ws> <AdapterFramework::Outbound> file:/oracle/as/10.1.2/ashub2/integration/orabpel/domains/SRH/tmp/.bpel_SRHReportingReminder_1.0.jar/calendarDB.wsdl [ calendarDB_ptt::calendarDB(InputParameters,OutputParameters) ] - Rolling back JCA LocalTransaction
    <2006-09-08 18:08:47,901> <ERROR> <SRH.collaxa.cube.xml> ORABPEL-09500
    XPath expression failed to execute.
    Error while processing xpath expression, the expression is "concat("Eroare la setarea flag-ului de reminder: ", ora:getFaultAsString())", the reason is .
    Please verify the xpath query.
    <2006-09-08 18:08:49,341> <ERROR> <SRH.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "cube engine": Type class not found.
    Cannot find class for type "%_ce". Please check that the class is located in the classpath.
    classpath: ....
    How this may be possible? In same process, other scope the function may be called without error.
    Any suggestions are appreciated,
    Regards,
    amo

    Hi Clemens,
    Below the full stack of messages I got in the domain.log file:
    <2006-09-08 18:08:45,082> <ERROR> <SRH.collaxa.cube.ws> <AdapterFramework::Outbound> file:/oracle/as/10.1.2/ashub2/integration/orabpel/domains/SRH/tmp/.bpel_SRHReportingReminder_1.0.jar/calendarDB.wsdl [ calendarDB_ptt::calendarDB(InputParameters,OutputParameters) ] - Could not invoke operation 'calendarDB' against the 'Database Adapter' due to:
    ORABPEL-11811
    Error while trying to prepare and execute an API.
    An error occurred while preparing and executing the SRH.PKG_CALENDAR.SET_NOTIFICATION_FLAG API. Cause: java.sql.SQLException: ORA-04063: package body "SRH.PKG_CALENDAR" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SRH.PKG_CALENDAR"
    ORA-06512: at line 1
    Check to ensure that the API is defined in the database and that the parameters match the signature of the API. Contact oracle support if error is not fixable.
    <2006-09-08 18:08:45,089> <INFO> <SRH.collaxa.cube.ws> <AdapterFramework::Outbound> Change logging level for Logger 'SRH.collaxa.cube.ws' to DEBUG to see full error stack
    <2006-09-08 18:08:45,090> <ERROR> <SRH.collaxa.cube.ws> <AdapterFramework::Outbound> file:/oracle/as/10.1.2/ashub2/integration/orabpel/domains/SRH/tmp/.bpel_SRHReportingReminder_1.0.jar/calendarDB.wsdl [ calendarDB_ptt::calendarDB(InputParameters,OutputParameters) ] - Rolling back JCA LocalTransaction
    <2006-09-08 18:08:47,901> <ERROR> <SRH.collaxa.cube.xml> ORABPEL-09500
    XPath expression failed to execute.
    Error while processing xpath expression, the expression is "concat("Eroare la setarea flag-ului de reminder: ", ora:getFaultAsString())", the reason is .
    Please verify the xpath query.
    <2006-09-08 18:08:49,341> <ERROR> <SRH.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "cube engine": Type class not found.
    Cannot find class for type "%_ce". Please check that the class is located in the classpath.
    classpath: oc4j.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/ejb.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/servlet.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/ojsp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jndi.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jdbc.jar:/oracle/as/10.1.2/ashub2/j2ee/home/iiop.jar:/oracle/as/10.1.2/ashub2/j2ee/home/iiop_gen_bin.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jta.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jmxri.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/javax77.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/javax88.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../opmn/lib/ons.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../opmn/lib/optic.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../lib/dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../dms/lib/dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../diagnostics/lib/ojdl.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../dms/diagnostics/lib/ojdl.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/connector.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/bcel.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/cos.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jsse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/lib/jsse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jnet.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jcert.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/activation.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/mail.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../javavm/lib/jasper.zip:/oracle/as/10.1.2/ashub2/j2ee/home/../../lib/xmlparserv2.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/lib/xmlparserv2.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/orai18n.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/orai18n.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jaxp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jaas.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jazn.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jdbc/lib/classes12dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jdbc/lib/classes12dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jdbc/lib/nls_charset12.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jdbc/lib/nls_charset12.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jaxb-rt-1.0-ea.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../soap/lib/soap.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../webservices/lib/wsserver.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../webservices/lib/wsdl.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../rdbms/jlib/aqapi.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jem.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../javacache/lib/cache.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/http_client.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/jssl-1_1.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/jssl-1_1.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/repository.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/repository.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jaasmodules.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../sqlj/lib/runtime12ee.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../sqlj/lib/translator.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/crimson.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpcs.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpcs.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpcp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpcp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpsmime.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpsmime.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpcms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpcms.jar::/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/applib:/oracle/as/10.1.2/ashub2/BC4J/lib:/oracle/as/10.1.2/ashub2/BC4J/lib/collections.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jdomorcl.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jimdomains.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jmt.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jct.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jmtejb.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jctejb.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/adfm.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/adfmtl.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/adfmweb.jar:/oracle/as/10.1.2/ashub2/jlib/ojmisc.jar:/oracle/as/10.1.2/ashub2/ord/jlib/ordim.jar:/oracle/as/10.1.2/ashub2/ord/jlib/ordhttp.jar:/oracle/as/10.1.2/ashub2/jlib/jdev-cm.jar:/oracle/as/10.1.2/ashub2/lib/dsv2.jar:/oracle/as/10.1.2/ashub2/lib/xsu12.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/ordjsptag.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/jaxen.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/ojsputil.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/standard.jar:/oracle/as/10.1.2/ashub2/uix/taglib:/oracle/as/10.1.2/ashub2/uix/taglib/uix2tags.jar:/oracle/as/10.1.2/ashub2/lib/oraclexsql.jar:/oracle/as/10.1.2/ashub2/lib/xsqlserializers.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/classes:/oracle/as/10.1.2/ashub2/jdk/lib/tools.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel-common.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel-thirdparty.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel-ant.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/ant-launcher_1.6.2.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/ant_1.6.2.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/oracle_http_client.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/commons-fileupload-1.0.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/bpm-infra.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/olite40.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orawsdl.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/config:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/bpm-services.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/wdk.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/pushapi.jar:/oracle/as/10.1.2/ashub2/jlib/ldap.jar:/oracle/as/10.1.2/ashub2/jlib/ldapjclnt10.jar:/oracle/as/10.1.2/ashub2/jlib/netcfg.jar:/oracle/as/10.1.2/ashub2/jlib/jssl-1_1.jar:/oracle/as/10.1.2/ashub2/jlib/javax-ssl-1_1.jar:/oracle/as/10.1.2/ashub2/jlib/orai18n.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/fndctx.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/wfapi.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/wfjava.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/oraclepki.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/phaos.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/bipres.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/bicmn.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/jewt4.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/uix2.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/share.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/regexp.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/xmlparserv2.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/IcAdapter/IcAdapter/icAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AqAdapter/AqAdapter/AqAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/FtpAdapter/FtpAdapter/ftpAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/DbAdapter/DbAdapter/DBAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/DbAdapter/DbAdapter/bcel-5.1.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/DbAdapter/DbAdapter/toplink.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/FileAdapter/FileAdapter/fileAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/JmsAdapter/JmsAdapter/JmsAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AppsAdapter/AppsAdapter/AppsAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AppsAdapter/AppsAdapter/toplink.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AppsAdapter/AppsAdapter/bcel-5.1.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/applications/orabpel/ejb_ob_engine.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/application-deployments/orabpel/ejb_ob_engine.jar/deployment.cache:
    ORABPEL-05222
    Type class not found.
    Cannot find class for type "%_ce". Please check that the class is located in the classpath.
    classpath: oc4j.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/ejb.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/servlet.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/ojsp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jndi.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jdbc.jar:/oracle/as/10.1.2/ashub2/j2ee/home/iiop.jar:/oracle/as/10.1.2/ashub2/j2ee/home/iiop_gen_bin.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jta.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jmxri.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/javax77.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/javax88.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../opmn/lib/ons.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../opmn/lib/optic.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../lib/dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../dms/lib/dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../diagnostics/lib/ojdl.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../dms/diagnostics/lib/ojdl.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/connector.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/bcel.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/cos.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jsse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/lib/jsse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jnet.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jcert.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/activation.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/mail.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../javavm/lib/jasper.zip:/oracle/as/10.1.2/ashub2/j2ee/home/../../lib/xmlparserv2.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/lib/xmlparserv2.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/orai18n.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/orai18n.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jaxp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jaas.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jazn.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jdbc/lib/classes12dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jdbc/lib/classes12dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jdbc/lib/nls_charset12.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jdbc/lib/nls_charset12.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jaxb-rt-1.0-ea.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../soap/lib/soap.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../webservices/lib/wsserver.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../webservices/lib/wsdl.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../rdbms/jlib/aqapi.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jem.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../javacache/lib/cache.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/http_client.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/jssl-1_1.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/jssl-1_1.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/repository.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/repository.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jaasmodules.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../sqlj/lib/runtime12ee.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../sqlj/lib/translator.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/crimson.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpcs.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpcs.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpcp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpcp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpsmime.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpsmime.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpcms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpcms.jar::/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/applib:/oracle/as/10.1.2/ashub2/BC4J/lib:/oracle/as/10.1.2/ashub2/BC4J/lib/collections.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jdomorcl.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jimdomains.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jmt.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jct.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jmtejb.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jctejb.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/adfm.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/adfmtl.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/adfmweb.jar:/oracle/as/10.1.2/ashub2/jlib/ojmisc.jar:/oracle/as/10.1.2/ashub2/ord/jlib/ordim.jar:/oracle/as/10.1.2/ashub2/ord/jlib/ordhttp.jar:/oracle/as/10.1.2/ashub2/jlib/jdev-cm.jar:/oracle/as/10.1.2/ashub2/lib/dsv2.jar:/oracle/as/10.1.2/ashub2/lib/xsu12.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/ordjsptag.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/jaxen.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/ojsputil.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/standard.jar:/oracle/as/10.1.2/ashub2/uix/taglib:/oracle/as/10.1.2/ashub2/uix/taglib/uix2tags.jar:/oracle/as/10.1.2/ashub2/lib/oraclexsql.jar:/oracle/as/10.1.2/ashub2/lib/xsqlserializers.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/classes:/oracle/as/10.1.2/ashub2/jdk/lib/tools.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel-common.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel-thirdparty.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel-ant.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/ant-launcher_1.6.2.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/ant_1.6.2.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/oracle_http_client.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/commons-fileupload-1.0.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/bpm-infra.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/olite40.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orawsdl.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/config:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/bpm-services.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/wdk.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/pushapi.jar:/oracle/as/10.1.2/ashub2/jlib/ldap.jar:/oracle/as/10.1.2/ashub2/jlib/ldapjclnt10.jar:/oracle/as/10.1.2/ashub2/jlib/netcfg.jar:/oracle/as/10.1.2/ashub2/jlib/jssl-1_1.jar:/oracle/as/10.1.2/ashub2/jlib/javax-ssl-1_1.jar:/oracle/as/10.1.2/ashub2/jlib/orai18n.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/fndctx.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/wfapi.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/wfjava.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/oraclepki.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/phaos.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/bipres.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/bicmn.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/jewt4.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/uix2.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/share.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/regexp.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/xmlparserv2.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/IcAdapter/IcAdapter/icAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AqAdapter/AqAdapter/AqAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/FtpAdapter/FtpAdapter/ftpAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/DbAdapter/DbAdapter/DBAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/DbAdapter/DbAdapter/bcel-5.1.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/DbAdapter/DbAdapter/toplink.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/FileAdapter/FileAdapter/fileAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/JmsAdapter/JmsAdapter/JmsAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AppsAdapter/AppsAdapter/AppsAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AppsAdapter/AppsAdapter/toplink.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AppsAdapter/AppsAdapter/bcel-5.1.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/applications/orabpel/ejb_ob_engine.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/application-deployments/orabpel/ejb_ob_engine.jar/deployment.cache:
         at com.collaxa.cube.engine.deployment.TypePersistenceRegistry.getPersistenceManager(TypePersistenceRegistry.java:192)
         at com.collaxa.cube.engine.core.PersistenceService.getPersistenceManager(PersistenceService.java:1345)
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java:170)
         at com.collaxa.cube.engine.persist.BaseScope__CXPM.prepareToSave(BaseScope__CXPM.java:101)
         at com.collaxa.cube.engine.persist.Scope__CXPM.prepareToSave(Scope__CXPM.java:55)
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java:180)
         at com.collaxa.cube.engine.persist.Scope__CXPM.prepareToSave(Scope__CXPM.java:67)
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java:180)
         at com.collaxa.cube.engine.persist.Scope__CXPM.prepareToSave(Scope__CXPM.java:67)
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java:180)
         at com.collaxa.cube.engine.enc.ScopeContextSerializer.serializeContext(ScopeContextSerializer.java:542)
         at com.collaxa.cube.engine.enc.ScopeContextSerializer.toBin(ScopeContextSerializer.java:99)
         at com.collaxa.cube.engine.adaptors.common.BaseCubeInstancePersistenceAdaptor.store(BaseCubeInstancePersistenceAdaptor.java:507)
         at com.collaxa.cube.engine.adaptors.oracle.CubeInstancePersistenceAdaptor.store(CubeInstancePersistenceAdaptor.java:80)
         at com.collaxa.cube.engine.data.CubeInstancePersistenceMgr.store(CubeInstancePersistenceMgr.java:391)
         at com.collaxa.cube.engine.CubeEngine.store(CubeEngine.java:5210)
         at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5446)
         at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1910)
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.handleWorkItem(CubeEngineBean.java:345)
         at ICubeEngineLocalBean_StatelessSessionBeanWrapper0.handleWorkItem(ICubeEngineLocalBean_StatelessSessionBeanWrapper0.java:1429)
         at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handle(PerformMessageHandler.java:45)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:125)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
         at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    <2006-09-08 18:08:49,421> <ERROR> <SRH.collaxa.cube.engine.dispatch> <DispatchHelper::handleMessage> failed to handle message
    ORABPEL-05222
    Type class not found.
    Cannot find class for type "%_ce". Please check that the class is located in the classpath.
    classpath: oc4j.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/ejb.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/servlet.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/ojsp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jndi.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jdbc.jar:/oracle/as/10.1.2/ashub2/j2ee/home/iiop.jar:/oracle/as/10.1.2/ashub2/j2ee/home/iiop_gen_bin.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jta.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jmxri.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/javax77.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/javax88.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../opmn/lib/ons.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../opmn/lib/optic.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../lib/dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../dms/lib/dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../diagnostics/lib/ojdl.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../dms/diagnostics/lib/ojdl.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/connector.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/bcel.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/cos.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jsse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/lib/jsse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jnet.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jcert.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/activation.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/mail.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../javavm/lib/jasper.zip:/oracle/as/10.1.2/ashub2/j2ee/home/../../lib/xmlparserv2.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/lib/xmlparserv2.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/orai18n.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/orai18n.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jaxp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jaas.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jazn.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jdbc/lib/classes12dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jdbc/lib/classes12dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jdbc/lib/nls_charset12.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jdbc/lib/nls_charset12.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jaxb-rt-1.0-ea.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../soap/lib/soap.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../webservices/lib/wsserver.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../webservices/lib/wsdl.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../rdbms/jlib/aqapi.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jem.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../javacache/lib/cache.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/http_client.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/jssl-1_1.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/jssl-1_1.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/repository.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/repository.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jaasmodules.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../sqlj/lib/runtime12ee.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../sqlj/lib/translator.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/crimson.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpcs.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpcs.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpcp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpcp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpsmime.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpsmime.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpcms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpcms.jar::/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/applib:/oracle/as/10.1.2/ashub2/BC4J/lib:/oracle/as/10.1.2/ashub2/BC4J/lib/collections.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jdomorcl.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jimdomains.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jmt.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jct.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jmtejb.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jctejb.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/adfm.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/adfmtl.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/adfmweb.jar:/oracle/as/10.1.2/ashub2/jlib/ojmisc.jar:/oracle/as/10.1.2/ashub2/ord/jlib/ordim.jar:/oracle/as/10.1.2/ashub2/ord/jlib/ordhttp.jar:/oracle/as/10.1.2/ashub2/jlib/jdev-cm.jar:/oracle/as/10.1.2/ashub2/lib/dsv2.jar:/oracle/as/10.1.2/ashub2/lib/xsu12.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/ordjsptag.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/jaxen.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/ojsputil.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/standard.jar:/oracle/as/10.1.2/ashub2/uix/taglib:/oracle/as/10.1.2/ashub2/uix/taglib/uix2tags.jar:/oracle/as/10.1.2/ashub2/lib/oraclexsql.jar:/oracle/as/10.1.2/ashub2/lib/xsqlserializers.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/classes:/oracle/as/10.1.2/ashub2/jdk/lib/tools.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel-common.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel-thirdparty.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel-ant.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/ant-launcher_1.6.2.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/ant_1.6.2.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/oracle_http_client.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/commons-fileupload-1.0.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/bpm-infra.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/olite40.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orawsdl.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/config:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/bpm-services.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/wdk.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/pushapi.jar:/oracle/as/10.1.2/ashub2/jlib/ldap.jar:/oracle/as/10.1.2/ashub2/jlib/ldapjclnt10.jar:/oracle/as/10.1.2/ashub2/jlib/netcfg.jar:/oracle/as/10.1.2/ashub2/jlib/jssl-1_1.jar:/oracle/as/10.1.2/ashub2/jlib/javax-ssl-1_1.jar:/oracle/as/10.1.2/ashub2/jlib/orai18n.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/fndctx.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/wfapi.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/wfjava.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/oraclepki.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/phaos.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/bipres.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/bicmn.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/jewt4.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/uix2.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/share.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/regexp.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/xmlparserv2.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/IcAdapter/IcAdapter/icAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AqAdapter/AqAdapter/AqAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/FtpAdapter/FtpAdapter/ftpAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/DbAdapter/DbAdapter/DBAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/DbAdapter/DbAdapter/bcel-5.1.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/DbAdapter/DbAdapter/toplink.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/FileAdapter/FileAdapter/fileAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/JmsAdapter/JmsAdapter/JmsAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AppsAdapter/AppsAdapter/AppsAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AppsAdapter/AppsAdapter/toplink.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AppsAdapter/AppsAdapter/bcel-5.1.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/applications/orabpel/ejb_ob_engine.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/application-deployments/orabpel/ejb_ob_engine.jar/deployment.cache:
         at com.collaxa.cube.engine.deployment.TypePersistenceRegistry.getPersistenceManager(TypePersistenceRegistry.java:192)
         at com.collaxa.cube.engine.core.PersistenceService.getPersistenceManager(PersistenceService.java:1345)
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java:170)
         at com.collaxa.cube.engine.persist.BaseScope__CXPM.prepareToSave(BaseScope__CXPM.java:101)
         at com.collaxa.cube.engine.persist.Scope__CXPM.prepareToSave(Scope__CXPM.java:55)
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java:180)
         at com.collaxa.cube.engine.persist.Scope__CXPM.prepareToSave(Scope__CXPM.java:67)
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java:180)
         at com.collaxa.cube.engine.persist.Scope__CXPM.prepareToSave(Scope__CXPM.java:67)
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java:180)
         at com.collaxa.cube.engine.enc.ScopeContextSerializer.serializeContext(ScopeContextSerializer.java:542)
         at com.collaxa.cube.engine.enc.ScopeContextSerializer.toBin(ScopeContextSerializer.java:99)
         at com.collaxa.cube.engine.adaptors.common.BaseCubeInstancePersistenceAdaptor.store(BaseCubeInstancePersistenceAdaptor.java:507)
         at com.collaxa.cube.engine.adaptors.oracle.CubeInstancePersistenceAdaptor.store(CubeInstancePersistenceAdaptor.java:80)
         at com.collaxa.cube.engine.data.CubeInstancePersistenceMgr.store(CubeInstancePersistenceMgr.java:391)
         at com.collaxa.cube.engine.CubeEngine.store(CubeEngine.java:5210)
         at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5446)
         at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1910)
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.handleWorkItem(CubeEngineBean.java:345)
         at ICubeEngineLocalBean_StatelessSessionBeanWrapper0.handleWorkItem(ICubeEngineLocalBean_StatelessSessionBeanWrapper0.java:1429)
         at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handle(PerformMessageHandler.java:45)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:125)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
         at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    <2006-09-08 18:08:49,430> <ERROR> <SRH.collaxa.cube.engine.dispatch> <BaseScheduledWorker::process> Failed to handle dispatch message ... exception ORABPEL-05002
    Message handle error.
    An exception occurred while attempting to process the message "com.collaxa.cube.engine.dispatch.message.instance.PerformMessage"; the exception is: Type class not found.
    Cannot find class for type "%_ce". Please check that the class is located in the classpath.
    classpath: oc4j.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/ejb.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/servlet.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/ojsp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jndi.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jdbc.jar:/oracle/as/10.1.2/ashub2/j2ee/home/iiop.jar:/oracle/as/10.1.2/ashub2/j2ee/home/iiop_gen_bin.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jta.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jmxri.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/javax77.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/javax88.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../opmn/lib/ons.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../opmn/lib/optic.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../lib/dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../dms/lib/dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../diagnostics/lib/ojdl.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../dms/diagnostics/lib/ojdl.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/connector.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/bcel.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/cos.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jsse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/lib/jsse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jnet.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jcert.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/activation.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/mail.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../javavm/lib/jasper.zip:/oracle/as/10.1.2/ashub2/j2ee/home/../../lib/xmlparserv2.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/lib/xmlparserv2.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/orai18n.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/orai18n.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jaxp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jaas.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jazn.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jdbc/lib/classes12dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jdbc/lib/classes12dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jdbc/lib/nls_charset12.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jdbc/lib/nls_charset12.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jaxb-rt-1.0-ea.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../soap/lib/soap.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../webservices/lib/wsserver.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../webservices/lib/wsdl.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../rdbms/jlib/aqapi.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jem.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../javacache/lib/cache.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/http_client.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/jssl-1_1.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/jssl-1_1.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/repository.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/repository.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jaasmodules.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../sqlj/lib/runtime12ee.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../sqlj/lib/translator.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/crimson.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpcs.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpcs.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpcp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpcp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpsmime.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpsmime.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpcms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpcms.jar::/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/applib:/oracle/as/10.1.2/ashub2/BC4J/lib:/oracle/as/10.1.2/ashub2/BC4J/lib/collections.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jdomorcl.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jimdomains.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jmt.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jct.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jmtejb.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jctejb.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/adfm.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/adfmtl.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/adfmweb.jar:/oracle/as/10.1.2/ashub2/jlib/ojmisc.jar:/oracle/as/10.1.2/ashub2/ord/jlib/ordim.jar:/oracle/as/10.1.2/ashub2/ord/jlib/ordhttp.jar:/oracle/as/10.1.2/ashub2/jlib/jdev-cm.jar:/oracle/as/10.1.2/ashub2/lib/dsv2.jar:/oracle/as/10.1.2/ashub2/lib/xsu12.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/ordjsptag.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/jaxen.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/ojsputil.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/standard.jar:/oracle/as/10.1.2/ashub2/uix/taglib:/oracle/as/10.1.2/ashub2/uix/taglib/uix2tags.jar:/oracle/as/10.1.2/ashub2/lib/oraclexsql.jar:/oracle/as/10.1.2/ashub2/lib/xsqlserializers.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/classes:/oracle/as/10.1.2/ashub2/jdk/lib/tools.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel-common.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel-thirdparty.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel-ant.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/ant-launcher_1.6.2.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/ant_1.6.2.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/oracle_http_client.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/commons-fileupload-1.0.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/bpm-infra.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/olite40.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orawsdl.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/config:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/bpm-services.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/wdk.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/pushapi.jar:/oracle/as/10.1.2/ashub2/jlib/ldap.jar:/oracle/as/10.1.2/ashub2/jlib/ldapjclnt10.jar:/oracle/as/10.1.2/ashub2/jlib/netcfg.jar:/oracle/as/10.1.2/ashub2/jlib/jssl-1_1.jar:/oracle/as/10.1.2/ashub2/jlib/javax-ssl-1_1.jar:/oracle/as/10.1.2/ashub2/jlib/orai18n.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/fndctx.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/wfapi.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/wfjava.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/oraclepki.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/phaos.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/bipres.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/bicmn.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/jewt4.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/uix2.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/share.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/regexp.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/xmlparserv2.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/IcAdapter/IcAdapter/icAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AqAdapter/AqAdapter/AqAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/FtpAdapter/FtpAdapter/ftpAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/DbAdapter/DbAdapter/DBAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/DbAdapter/DbAdapter/bcel-5.1.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/DbAdapter/DbAdapter/toplink.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/FileAdapter/FileAdapter/fileAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/JmsAdapter/JmsAdapter/JmsAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AppsAdapter/AppsAdapter/AppsAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AppsAdapter/AppsAdapter/toplink.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AppsAdapter/AppsAdapter/bcel-5.1.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/applications/orabpel/ejb_ob_engine.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/application-deployments/orabpel/ejb_ob_engine.jar/deployment.cache:
    ORABPEL-05002
    Message handle error.
    An exception occurred while attempting to process the message "com.collaxa.cube.engine.dispatch.message.instance.PerformMessage"; the exception is: Type class not found.
    Cannot find class for type "%_ce". Please check that the class is located in the classpath.
    classpath: oc4j.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/ejb.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/servlet.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/ojsp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jndi.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jdbc.jar:/oracle/as/10.1.2/ashub2/j2ee/home/iiop.jar:/oracle/as/10.1.2/ashub2/j2ee/home/iiop_gen_bin.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jta.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jmxri.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/javax77.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/javax88.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../opmn/lib/ons.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../opmn/lib/optic.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../lib/dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../dms/lib/dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../diagnostics/lib/ojdl.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../dms/diagnostics/lib/ojdl.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/connector.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/bcel.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/cos.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jsse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/lib/jsse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jnet.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jcert.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/activation.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/mail.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../javavm/lib/jasper.zip:/oracle/as/10.1.2/ashub2/j2ee/home/../../lib/xmlparserv2.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/lib/xmlparserv2.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/orai18n.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/orai18n.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jaxp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jaas.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jazn.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jdbc/lib/classes12dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jdbc/lib/classes12dms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jdbc/lib/nls_charset12.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jdbc/lib/nls_charset12.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jaxb-rt-1.0-ea.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../soap/lib/soap.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../webservices/lib/wsserver.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../webservices/lib/wsdl.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../rdbms/jlib/aqapi.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jem.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../javacache/lib/cache.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/http_client.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/jssl-1_1.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/jssl-1_1.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/repository.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/repository.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/jaasmodules.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../sqlj/lib/runtime12ee.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../sqlj/lib/translator.jar:/oracle/as/10.1.2/ashub2/j2ee/home/lib/crimson.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpcs.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpcs.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpcp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpcp.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpse.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpsmime.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpsmime.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../jlib/ojpcms.jar:/oracle/as/10.1.2/ashub2/j2ee/home/../../oracle/jlib/ojpcms.jar::/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/applib:/oracle/as/10.1.2/ashub2/BC4J/lib:/oracle/as/10.1.2/ashub2/BC4J/lib/collections.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jdomorcl.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jimdomains.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jmt.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jct.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jmtejb.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/bc4jctejb.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/adfm.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/adfmtl.jar:/oracle/as/10.1.2/ashub2/BC4J/lib/adfmweb.jar:/oracle/as/10.1.2/ashub2/jlib/ojmisc.jar:/oracle/as/10.1.2/ashub2/ord/jlib/ordim.jar:/oracle/as/10.1.2/ashub2/ord/jlib/ordhttp.jar:/oracle/as/10.1.2/ashub2/jlib/jdev-cm.jar:/oracle/as/10.1.2/ashub2/lib/dsv2.jar:/oracle/as/10.1.2/ashub2/lib/xsu12.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/ordjsptag.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/jaxen.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/ojsputil.jar:/oracle/as/10.1.2/ashub2/j2ee/home/jsp/lib/taglib/standard.jar:/oracle/as/10.1.2/ashub2/uix/taglib:/oracle/as/10.1.2/ashub2/uix/taglib/uix2tags.jar:/oracle/as/10.1.2/ashub2/lib/oraclexsql.jar:/oracle/as/10.1.2/ashub2/lib/xsqlserializers.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/classes:/oracle/as/10.1.2/ashub2/jdk/lib/tools.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel-common.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel-thirdparty.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orabpel-ant.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/ant-launcher_1.6.2.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/ant_1.6.2.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/oracle_http_client.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/commons-fileupload-1.0.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/bpm-infra.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/olite40.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/orawsdl.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/config:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/bpm-services.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/wdk.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/pushapi.jar:/oracle/as/10.1.2/ashub2/jlib/ldap.jar:/oracle/as/10.1.2/ashub2/jlib/ldapjclnt10.jar:/oracle/as/10.1.2/ashub2/jlib/netcfg.jar:/oracle/as/10.1.2/ashub2/jlib/jssl-1_1.jar:/oracle/as/10.1.2/ashub2/jlib/javax-ssl-1_1.jar:/oracle/as/10.1.2/ashub2/jlib/orai18n.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/fndctx.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/wfapi.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/wfjava.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/oraclepki.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/system/services/lib/phaos.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/bipres.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/bicmn.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/jewt4.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/uix2.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/share.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/regexp.jar:/oracle/as/10.1.2/ashub2/integration/orabpel/lib/xmlparserv2.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/IcAdapter/IcAdapter/icAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AqAdapter/AqAdapter/AqAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/FtpAdapter/FtpAdapter/ftpAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/DbAdapter/DbAdapter/DBAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/DbAdapter/DbAdapter/bcel-5.1.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/DbAdapter/DbAdapter/toplink.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/FileAdapter/FileAdapter/fileAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/JmsAdapter/JmsAdapter/JmsAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AppsAdapter/AppsAdapter/AppsAdapter.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AppsAdapter/AppsAdapter/toplink.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/connectors/AppsAdapter/AppsAdapter/bcel-5.1.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/applications/orabpel/ejb_ob_engine.jar:/oracle/as/10.1.2/ashub2/j2ee/OC4J_BPEL/application-deployments/orabpel/ejb_ob_engine.jar/deployment.cache:
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:152)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
         at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    I'll try also to catch the error with the debug turn on.
    Hope this will help you in giving me a hint.
    Regards,
    amo

  • Jar-file for XPath extension functions

    Hi all,
    can anyone tell me which jar-file contains the class for the following xpath extension function / method:
    oracle.tip.pc.services.functions.Xpath20.currentDate
    I need this for an ant xsl validation which runs without JDev.
    Thanks in advance, Ingo

    When you go to :
    <ORACLE_HOME>/bpel/system/config
    you will find the file : xpath-functions.xml
    In this file you will see :
        <function id="getCurrentDate" arity="0">
            <classname>com.collaxa.cube.xml.xpath.functions.datetime.GetCurrentDateFunction</classname>
            <comment>
            <![CDATA[This function returns current date as string.
            <p/>
            The signature of this function is <i>ora:getCurrentDate('format'?)</i>.  The argument (optional) specifies a string formatted accoding to java.text.SimpleDateFormat format.]]>
            </comment>
            <property id="namespace-uri">
                <value>http://schemas.oracle.com/xpath/extension</value>
                <comment>Namespace URI for this function</comment>
            </property>
            <property id="namespace-prefix">
                <value>ora</value>
                <comment>Namespace prefix for this function</comment>
            </property>
        </function>This classname can be found in the orabpel.jar
    sorry..wrong function..
    Message was edited by:
    Eric Elzinga (IT-Eye)

  • Error in giving variable in ora:readFile() Xpath function

    Hi,
    I have a requirement like i need to give a variable name in ora:readFile() Xpath function. Below is the method in which i am trying. but i am getting error
    ora:readFile('file:////home/casdevro/tbm/archive/bpws:getVariableData('inputFile')')
    Error iam getting while compiling is:
    Error(80):
    [Error ORABPEL-10039]: invalid xpath expression
    [Description]: in line 80 of "C:\Softwares\JDev10.1.3.4\jdevstudio10134\jdev\mywork\Test\bpel\Test.bpel", xpath expression "ora:readFile('file:////home/casdevro/tbm/archive/bpws:getVariableData('inputFile')')" specified in <from> is not valid, because XPath query syntax error.
    Syntax error while parsing xpath expression "ora:readFile('file:////home/casdevro/tbm/archive/bpws:getVariableData('inputFile')')", at position "71" the exception is Expected: ).
    Please verify the xpath query "ora:readFile('file:////home/casdevro/tbm/archive/bpws:getVariableData('inputFile')')" which is defined in BPEL process.
    [Potential fix]: Please make sure the expression is valid.
    Am i missing anything. Please guide me
    Thanks in advance.

    Try this. And I guess one forward slash after "file:" suffices.
    ora:readFile(concat('file:/home/casdevro/tbm/archive/', bpws:getVariableData('inputFile')'))

  • Ora:processXSLT xpath function and absolute paths

    It looks like ora:processXSLT xpath function does not honor absolute paths when specifying the location of the xslt to use in the first parameter. For example, if I call it like this:
    <copy>
    <from expression="ora:processXSLT('/u01/transforms/mytransform.xsl',bpws:getVariableData('xslInput','payload'))"/>
    <to variable="xslOutput"/>
    </copy>
    I get the following error in the bpel logs:
    Error while processing xpath expression, the expression is "ora:processXSLT('/u01/transforms/mytransform.xsl', bpws:getVariableData("xslInput", "payload"))", the reason is javax.xml.transform.TransformerException: java.io.FileNotFoundException: /u01/oracle/bpel/integration/orabpel/domains/test/tmp/.bpel_transformTest_1.0.jar/u01/transforms/mytransform.xsl (No such file or directory).
    Please verify the xpath query.
    It is assuming that the xsl will be relative to the bpel suitcase and just appending the supplied path to the relative path for the bpel process. Why would I want to do this? Well, I have hundreds of these maps and I want to be able to select one at runtime. I'm also adding new ones every day and I don't want to have to redeploy the process that uses them each time I add a new map. Is there any way to force this process to recognize the absolute path? I can work around it for now by using a bunch of ../../../../ stuff but that's a kludge and I'd like to find a better way to do it.
    I get the same error with xdk:processXSLT.
    Any suggestions?
    Thanks!
    Sean

    Hi Sean,
    Did you try to the file path with the file:// prefix and not just the path?
    ~ronen

  • Custom XPath Extensions vs Custom Java

    So, I was taking a look at some Custom Java abilities inside a BPEL process. It seemed to me that this was not too re-usable. So, I thought, maybe we could wrap this inside a custom XPath expression. The result of which you could just pass to a variable.
    However, there seems to be some limitations or lack of availability of some inherently available features in the Custom Java. IE. Lookup, get, set etc. Is there an easy way to get at the builtins for the custom java sections inside a custom xpath expression? Within an XPath extension, can I just get the context from the InitialContext() with no env specified?
    Am I taking a wrong approach here? Should I just stick with the Custom Java tasks?
    Thanks,
    BradW

    Thanks for the reply, I tried with
    public static String[] myUppercaseStringArray(String[] arg) in java file
    and Ljava.lang.String; myUppercaseStringArray([Ljava.lang.String;) in my xml config file, It doesnt work.
    Please suggest.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Looking for a definition of Oracle XPath extensions

    Hej,
    I'm looking for a definition of all Oracle XPath extensions. Especially I'm thinking of the additional XPath functions available in the BPEL server engine. In a tutorial I found that the extensions should be documented at http://schemas.oracle.com/xpath/extension but this URL is not working.
    Sebastian

    See item #2 in http://download-uk.oracle.com/docs/cd/B19306_01/network.102/b14266/policies.htm#sthref951

  • Ora:getFaultName()  and ora:getFaultAsString()

    Hi can any one please share the details about ora:getFaultName() and ora:getFaultAsString() and how to catch SOAP exceptions in BPEL

    Have a look at these...
    http://docs.oracle.com/cd/E12839_01/integration.1111/e10224/bp_faults.htm#BABGGIAA
    https://blogs.oracle.com/ateamsoab2b/entry/fault_management_framework_by_example
    Cheers,
    Vlad

  • Error while executing BPEL xpath extension function : doXSLTransformForDoc

    Hi All,
    I have used the transform activity in BPEL that uses 2 input variable and one target variable and process gets complied successfully. However, when the is deployed on the SOA server and tested then I get the following error :
    =======================================================================
    <faultType>0</faultType><subLanguageExecutionFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>XPath expression failed to execute.
    An error occurs while processing the XPath expression; the expression is ora:doXSLTransformForDoc('file:/C:/JDeveloper/mywork/xsl/tranform_02.xsl',bpws:getVariableData('ListOfInterestVariable'),'receiveInput_Consume_Message_InputVariable.body',bpws:getVariableData('receiveInput_Consume_Message_InputVariable','body')).
    The XPath expression failed to execute; the reason was: internal xpath error.
    Check the detailed root cause described in the exception message text and verify that the XPath query is correct.
    </summary>
    </part><part name="code"><code>XPathExecutionError</code>
    </part></subLanguageExecutionFault>
    ========================================================================
    Please suggest
    Thanks.

    That is because the bpel file contains the absolute path to the xsl file instead of the relative path.
    ora:doXSLTransformForDoc('file:/C:/JDeveloper/mywork/xsl/tranform_02.xsl' .....
    should be
    ora:doXSLTransformForDoc('xsl/tranform_02.xsl' .....
    As far as I know, this is a bug in JDeveloper for putting this information here. I've removed it using the source view only to find it there again.

  • ORA-01041 hostdef extension doesnt exist during Oracle 9.0.1.1.1 install

    Installing Oracle 9.0.1.1.1 with all default values on Windows 2000 Server SP2 gets the following errors during "Creating and Starting Oracle instance" in the Database Configuration Assistant:
    ORA-01041 internal error: hostdef extension doesn't exist
    ORA-24324 service handle not initialized
    These errors are displayed numerous times. When the Assistant finally exits, the install finishes and reports everything was successfully installed. I cannot, however, connect with SQL plus as I get "ORA-03113 end of file on cummunication channel" errors.
    I suppose the original problem reported "hostdef extension doesn't exist" is the main issue here. How do I rectify this situation?
    Thanks for your help,
    Joe

    Hmm. I resolved the problem nonetheless. (I don't know how to "fix" a package spec.)
    What I did: in a previous reply to someone else's question I found the solution. Don't ask me why it works nor why it is this way, because I don't know, but at least it now works.
    ANSWER: Remove the Windows 2000 server from the Windows domain.
    That's it. (Even logging in locally does not solve the problem if the server is still in the domain.) Then I reran the Database Configuration Assistant (which lo and behold ran successfully), and was able to connect from the server to itself via SQLPlus as well as from other clients with no more "ORA-03113 end of file on communication channel" errors.
    I know this is not elegant, but I don't have the time to make Oracle work the way it is supposed to. I just need a DB installed so I can do my real work. Hopefully in a soon to be released version this will be corrected so a server on the Windows domain can install and run Oracle.
    Joe
    I had exactly the same problem today morning with a 8.1.7 DB. The cause was that a function was defined twice in a package spec...
    Installing Oracle 9.0.1.1.1 with all default values on Windows 2000 Server SP2 gets the following errors during "Creating and Starting Oracle instance" in the Database Configuration Assistant:
    ORA-01041 internal error: hostdef extension doesn't exist
    ORA-24324 service handle not initialized
    These errors are displayed numerous times. When the Assistant finally exits, the install finishes and reports everything was successfully installed. I cannot, however, connect with SQL plus as I get "ORA-03113 end of file on cummunication channel" errors.
    I suppose the original problem reported "hostdef extension doesn't exist" is the main issue here. How do I rectify this situation?
    Thanks for your help,
    Joe

  • SOA XPath Extension Functions

    Hi any one can help my scenario I am new to BPM/SOA,
    I want to use this Xpath function for getting the previous task approver.{ hwf:getPreviousTaskApprover(bpmn:getDataObject('taskID'))}
    Let me know what exactly taskID is ?
    Can you please provide exact syntax and with any examples.
    Thanks & regards,
    Raju.

    Hi Raju,
    You need to get the taskId from the output of a human task in your previous Interactive activity in the process. Double click the Interactive -> click the activity's "Data Associations" in the "Implementation" tab -> click the "Output" tab -> expand the "execData" node and then expand the "systemAttributes" and scroll down to get to the "taskId" attribute you're looking for. There's more work you'll need to do to get this to work if you're going to use the getPreviousTaskApprover() method but at least this tells you how to get the prevous approver. This blog by Niall Commiskey goes into the detail on the remaining steps you have left to do after this: http://niallcblogs.blogspot.com/2011/06/pinning-tasks-to-user-in-bpm-11g.html.
    You might instead want to consider using the getLastPerformer() method. This method can be used inside the human task's assignment tab. To see what I'm talking about, determine the human task that is associated with the Interactive activity you want to assign to the previous participant -> in the BPM Project Navigator tab, expand the business catalog -> expand the "Human Tasks" -> double click the human task that is associated with the Interactive activity -> click the "Assignment" tab -> double click the person icon in the middle of the page next to the text "default...." -> in the dropdown beside the text "Build a list of participants using" scroll up and select "Names and expressions" from the dropdown -> click the plus icon -> click "Add User" -> change the Data Type from "By Name" to "By Expression" -> click the "..." button on the right -> click the dropdown below "Functions" -> click "BPM Functions" -> click "getLastPerformer" -> click "Insert Into Expression" -> click "OK".
    Dan

  • Identity service XPath extension ids:getGroupProperty returns empty

    HI All,
    We are using SOA Suite 11.1.6 for the current project and like to configure Active Directory as the identity provider. AD is working fine so far. Also, we use sAMAccountName as the user name attributes. The problem is that ids:getGroupProperty returns empty. For example, ids:getGroupProperty('group1','mail') return ''. Any idea?
    ids:getUserProperty works fine. The provider is configured with the following filters:
    user - (&(sAMAccountName=%u)(objectclass=user))
    group - (&(cn=%g)(objectclass=group))
    I did a LDAP search with the same group name and the search worked fine.
    Thanks in advance.
    Steven
    Edited by: sw12345 on Apr 29, 2012 9:39 AM
    Edited by: sw12345 on Apr 29, 2012 9:41 AM
    Edited by: sw12345 on Apr 29, 2012 9:41 AM

    The error:
    Error in evaluate <from> expression at line "116". The result is empty for the XPath expression : "/ns4:Fornecedor/ns4:Endereco/ns4:Rua"
    normally means that the XPATH query (in this case: /ns4:Fornecedor/ns4:Endereco/ns4:Rua) did not return any XML elements. I would check that BPEL is receiving a response back from the call to the PeopleSoft web service. If you can't see the response in the BPEL console try putting a checkpoint node after the receive but before you try to copy the variables. This will force the process to dehydrate and save the response to the database so you can see it in the console.
    To create a checkpoint node:
    Drag out a Java Embedding node. Put the Java call checkpoint(); in the body of the Java embedding function. I hope that helps.

  • Ora error lookup Extension

    I copied the jar file over to extentions folder to try to get it to work from the link on the SQL Developer window.
    After rebooting SQL DEVELOPER expective to see a list box where i could enter error coddes for look-up.
    Are there any other requirements to get a plug in working.

    Probably this belongs in the [SQL Developer|http://forums.oracle.com/forums/forum.jspa?forumID=260] forum.

Maybe you are looking for

  • Using bufferedreader to insert into a vector

    I am trying to read from a text file in an incremental fashion back into a form. I have tried it only reading the first record off the textfile and it works great; however, I run into problems when I try to read the entire file into a Vector or Array

  • Deleting games on nano

    I there a way to delete the games on the Nano? Would that free up more space for music? Don't really use the games.

  • Is It Possible To Reconver 10g forms to 6i?

    Hi all, i want to reconvert my 10g forms to 6i. when i open a 10g forms in 6i form builder i got the ROS error.Is it possible or any other utility is available for conversion process. Regards Gopinath M

  • Integration to portal

    I have a number of web applications needed to integrate to portal server. Any pointers or tips of what my option is. thanks - Daniel Target : portal server v 6.0

  • I can't get my mac to boot off the install discs

    I'm trying to boot off of the install disc, but I can't get the computer to even see it. I've tried the c, d and options keys. I've repaired permissions. I don't seem to have a firmware password. When I hold down d it tests and finds no problems with