Runtime exception or Webpage expired.

Hi,
We are using ISA application (CRM 3.0) and we are facing frequently performance issues.
users getting "Runtime exception or Webpage expired".
It is taking more time when some activities are performing on ISA application like changing order status etc.
Please guide / suggest any methods or activites to overcome this issue.
Is there the concepts like XCM configuration, Visual admin activities etc in 3.0?
Do we need to any daily checks to monitor the performance issues in ISA.
Regards,
Fedor.

Hi Ram,
Thanks for the response.
could you please let me know How to check / confirm (step by step) procedure for all the points?
I am new to ISA.  for the point 'orders' yes it is taking lot of time on ISA to change the transactions some times.
this is reported by the ISA users.
Resources in J2EE no idea at all.  Could you please let me know how to check this?
Many of the Bdocs 'product_mat' getting error with PME class.  Hope this is linked with the IPC area.
Could you please suggest how to rectify these kind of errors.
Thanks and Regards,
Fedor.

Similar Messages

  • Throwing Runtime Exceptions from BPM. How?

    Hi !
    I want to make appear a red flag in the SXMB_MONI as a result of a custom condition inside a BPM. I tried with the control step, but it makes no "red flag".
    Should I make a transform step between 2 dummy message types with a UDF that throws the runtime exception there?? is there another way ?? We want a red flag as a result of a expired deadline while waiting a file adapter transport acknowledgement.
    Thanks !!
    Matias.

    Matias,
    As you said before you want the BPM to be errored out if it reach the deadline, am I right. In control step if u say cancel process it equivalent to logically deleting the work items, so obviously you will get an succesfull message. What I suggest you to do is in  Deadline branch - control branch select throw exception. The exception name has to be defined in Block level. So if you throw an exception it will look for the exception branch in the same block level if not the higher(super)block level, if it couldn't find the exception branch it will run out to error. Actually the exception branch is used to catch that exception and continue the rest of the process, so i think there is no need for defining the exception branch itself.
    Hope it helps you!!!
    Best regards,
    raj.

  • Runtime Exception - Need Help

    Hi
    I have a simple BPEL process to test the exception handling. It basically consists of a Invoke to call a EJB and a catchAll around the invoke. If there is an exception due to the Target EJB not available , the catchAll catches the exception, but if there is a runtime exception thrown in the EJB such as a NullPointerException, the catchAll does not capture it and also i'm not able to even access the instance, the instance itself vanishes. I have included the detailed log below..
    can some one shed some light on this..?
    Thanks in advance
    Sam
    The log contains activities of creating a new instance from Dashboard and click on the 'Flow' in console
    >>>> Log Start >>>>
    <2005-02-04 10:24:08,953> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::getConnecti
    on> GOT CONNECTION 1
    <2005-02-04 10:24:08,953> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::closeConnec
    tion> CLOSE CONNECTION 0
    <2005-02-04 10:24:08,953> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::getConnecti
    on> GOT CONNECTION 1
    <2005-02-04 10:24:08,953> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::closeConnec
    tion> CLOSE CONNECTION 0
    <2005-02-04 10:24:08,968> <DEBUG> <default.collaxa.cube.xml> <WSDLSchemaUtil::getInputParameters> In
    put parameter name payload parameter type {http://acm.org/samples}EHT1Request
    <2005-02-04 10:24:09,046> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::getConnecti
    on> GOT TX CONNECTION 1
    <2005-02-04 10:24:09,062> <DEBUG> <default.collaxa.cube.engine.data> <BaseDeliveryPersistenceAdaptor
    ::storeInvoke> Compressed message bytes from 850 to 381
    <2005-02-04 10:24:09,062> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::closeConnec
    tion> CLOSE TX CONNECTION 0
    <2005-02-04 10:24:09,109> <DEBUG> <default.collaxa.cube.engine.dispatch> <Dispatcher::insert> Receiv
    ed batch message, 1 messages [invoke instance message aacf889e30f5e83a:125e791:101ddf7208b:-7ffb]
    <2005-02-04 10:24:09,109> <DEBUG> <default.collaxa.cube.engine.dispatch> <BaseDispatchSet::receive>
    Receiving message [invoke instance message aacf889e30f5e83a:125e791:101ddf7208b:-7ffb] for set invok
    e
    <2005-02-04 10:24:09,109> <DEBUG> <default.collaxa.cube.engine.dispatch> <BaseDispatchSet::receive>
    Receiving message [] for set engine
    <2005-02-04 10:24:09,109> <DEBUG> <default.collaxa.cube.engine.dispatch> <Dispatcher::receive> Alloc
    ating new thread; pending threads: 1, active threads: 0, total: 0
    <2005-02-04 10:24:09,171> <DEBUG> <default.collaxa.cube.engine.dispatch> <DispatcherBean::init> Done
    initializing dispatcher queue 'java:comp/env/jms/collaxa/BPELWorkerQueue'
    <2005-02-04 10:24:09,187> <DEBUG> <default.collaxa.cube.engine.dispatch> <InvokeDispatchSet::fetchSc
    heduled> Fetched message invoke instance message aacf889e30f5e83a:125e791:101ddf7208b:-7ffb from inv
    oke queue for processing
    <2005-02-04 10:24:09,234> <DEBUG> <default.collaxa.cube.engine.dispatch> <DispatcherBean::send> Sent
    message to queue java:comp/env/jms/collaxa/BPELWorkerQueue
    <2005-02-04 10:24:09,234> <DEBUG> <default.collaxa.cube.engine.dispatch> <Dispatcher::insert> Receiv
    ed batch message, 0 messages []
    <2005-02-04 10:24:09,250> <DEBUG> <default.collaxa.cube.engine.dispatch> <InvokeInstanceMessageHandl
    er::handle> Processing invoke instance message for domain default
    <2005-02-04 10:24:09,250> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::getConnecti
    on> GOT TX CONNECTION 1
    <2005-02-04 10:24:09,250> <DEBUG> <default.collaxa.cube.engine.dispatch> <BaseDispatchSet::receive>
    Receiving message [] for set invoke
    <2005-02-04 10:24:09,250> <DEBUG> <default.collaxa.cube.engine.dispatch> <BaseDispatchSet::receive>
    Receiving message [] for set engine
    <2005-02-04 10:24:09,250> <DEBUG> <default.collaxa.cube.engine.dispatch> <Dispatcher::receive> Alloc
    ating new thread; pending threads: 1, active threads: 1, total: 1
    <2005-02-04 10:24:09,250> <DEBUG> <default.collaxa.cube.engine.dispatch> <DispatcherBean::send> Sent
    message to queue java:comp/env/jms/collaxa/BPELWorkerQueue
    <2005-02-04 10:24:09,250> <DEBUG> <default.collaxa.cube.engine.dispatch> <BaseDispatchSet::receive>
    Receiving message remove dispatcher bean message aacf889e30f5e83a:125e791:101ddf7208b:-7ffa for set
    system
    <2005-02-04 10:24:09,250> <DEBUG> <default.collaxa.cube.engine.dispatch> <Dispatcher::receive> Alloc
    ating new thread; pending threads: 1, active threads: 1, total: 2
    <2005-02-04 10:24:09,265> <DEBUG> <default.collaxa.cube.engine.dispatch> <DispatcherBean::send> Sent
    message to queue java:comp/env/jms/collaxa/BPELWorkerQueue
    <2005-02-04 10:24:09,281> <DEBUG> <default.collaxa.cube.engine.dispatch> <SystemDispatchSet::fetchSc
    heduled> Fetched message remove dispatcher bean message aacf889e30f5e83a:125e791:101ddf7208b:-7ffa f
    rom system queue for processing
    <2005-02-04 10:24:09,281> <DEBUG> <default.collaxa.cube.engine.dispatch> <RemoveMessageHandler::hand
    le> Processing remove message for ticket aacf889e30f5e83a:125e791:101ddf7208b:-7ffa
    <2005-02-04 10:24:09,281> <DEBUG> <default.collaxa.cube.engine.dispatch> <BaseDispatchSet::acknowled
    ge> Acknowledged message remove dispatcher bean message aacf889e30f5e83a:125e791:101ddf7208b:-7ffa
    <2005-02-04 10:24:09,296> <DEBUG> <default.collaxa.cube.engine.data> <BaseInvokeHandler::load> Loade
    d message bytes, compressed 381 , uncompressed 850
    <2005-02-04 10:24:09,312> <DEBUG> <default.collaxa.cube.engine.delivery> <InvokeCache::remove> Remov
    ing cache entry for message aacf889e30f5e83a:125e791:101ddf7208b:-7ffb
    <2005-02-04 10:24:09,375> <DEBUG> <default.collaxa.cube.xml> <DOMElement__CXPM::__create> Creating n
    ormal element EHT1Request, state=0
    <2005-02-04 10:24:09,375> <DEBUG> <default.collaxa.cube.xml> <DomSerializerUtil::loadElement> Loaded
    element EHT1Request size=238
    <2005-02-04 10:24:09,390> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::getConnecti
    on> GOT TX CONNECTION 2
    <2005-02-04 10:24:09,390> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::closeConnec
    tion> CLOSE TX CONNECTION 1
    <2005-02-04 10:24:09,421> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::createInstance> Created
    cube instance '2701' from process 'EHT1' (revision '1.0')
    <2005-02-04 10:24:09,500> <DEBUG> <default.collaxa.cube.engine> <MethodCubeBlock::activate> Create m
    ethod scope 'BpPrc0.1' in block 'BpPrc0'
    <2005-02-04 10:24:09,500> <DEBUG> <default.collaxa.cube.engine> <MethodCubeBlock::activate> Method n
    ame:processTransaction type: not-supported
    <2005-02-04 10:24:09,515> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::invokeMethod> Invoking
    method 'initiate' on cube instance '2701'
    <2005-02-04 10:24:09,515> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Managing s
    cope 'BpPrc0.1' on cube instance '2701'
    <2005-02-04 10:24:09,531> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Can activa
    te block 'BpTry0' with scope 'BpPrc0.1'
    <2005-02-04 10:24:09,531> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELExecution::EHT1> entering
    <scope> at line [no line]
    <2005-02-04 10:24:09,531> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELExecution::EHT1> entering
    <scope> at line [no line]
    <2005-02-04 10:24:09,531> <DEBUG> <default.collaxa.cube.engine> <BaseCubeBlock::activate> Create sco
    pe 'BpTry0.2' in block 'BpTry0'
    <2005-02-04 10:24:09,531> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Can activa
    te block 'BpSeq0' with scope 'BpTry0.2'
    <2005-02-04 10:24:09,531> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELExecution::EHT1> entering
    <sequence> at line 35
    <2005-02-04 10:24:09,531> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELExecution::EHT1> entering
    <sequence> at line 35
    <2005-02-04 10:24:09,531> <DEBUG> <default.collaxa.cube.engine> <SensorManager::doCallback> queried
    map w/key main
    <2005-02-04 10:24:09,531> <DEBUG> <default.collaxa.cube.engine> <BaseCubeBlock::activate> Create sco
    pe 'BpSeq0.3' in block 'BpSeq0'
    <2005-02-04 10:24:09,546> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Can activa
    te node 'BpRcv0' with scope 'BpSeq0.3'
    <2005-02-04 10:24:09,546> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Scheduling
    workitem 2701-BpRcv0-BpSeq0.3-1 to be performed
    <2005-02-04 10:24:09,546> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Done manag
    ing scope 'BpPrc0.1'
    <2005-02-04 10:24:09,546> <DEBUG> <default.collaxa.cube.engine.dispatch> <DispatchHelper::sendMemory
    > Dispatching in-memory request, [workitem perform message 2701-BpRcv0-BpSeq0.3-1]
    <2005-02-04 10:24:09,546> <DEBUG> <default.collaxa.cube.engine.dispatch> <PerformMessageHandler::han
    dleLocal> Processing workitem perform message 2701-BpRcv0-BpSeq0.3-1 for domain default
    <2005-02-04 10:24:09,562> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::handleWorkItem> Attempt
    ing to handle workitem 2701-BpRcv0-BpSeq0.3-1 with transition 0
    <2005-02-04 10:24:09,562> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::performActivity> Perfor
    ming workitem '2701-BpRcv0-BpSeq0.3-1'
    <2005-02-04 10:24:09,562> <DEBUG> <default.collaxa.cube.engine> <SensorManager::doCallback> queried
    map w/key receiveInput
    <2005-02-04 10:24:09,562> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELEntryReceiveWMP::EHT1> exe
    cuting <receive> at line 39
    <2005-02-04 10:24:09,562> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELEntryReceiveWMP::EHT1> set
    variable 'input' to be readOnly.
    <2005-02-04 10:24:09,562> <DEBUG> <default.collaxa.cube.engine> <SensorManager::doCallback> queried
    map w/key input
    <2005-02-04 10:24:09,578> <DEBUG> <default.collaxa.cube.xml> <DOMElement::toXML> Converting to XML E
    HT1Request, state= 3
    <2005-02-04 10:24:09,578> <DEBUG> <default.collaxa.cube.xml> <DOMElement__CXPM::__toXML> Converting
    element input to xml, state=0
    <2005-02-04 10:24:09,578> <DEBUG> <default.collaxa.cube.xml> <DOMElement__CXPM::__toXML> Converting
    element input uri http://acm.org/samples to xml
    <2005-02-04 10:24:09,593> <DEBUG> <default.collaxa.cube.engine> <SensorManager::doCallback> queried
    map w/key receiveInput
    <2005-02-04 10:24:09,593> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::performActivity> Is per
    former 2701-BpRcv0-BpSeq0.3-1 idempotent? true
    <2005-02-04 10:24:09,593> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::checkBlockConditions> W
    orkitem '2701-BpRcv0-BpSeq0.3-1' has been marked as complete
    <2005-02-04 10:24:09,593> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::finalizeActivity> Attem
    pting to finalize workitem '2701-BpRcv0-BpSeq0.3-1'
    <2005-02-04 10:24:09,593> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::checkManageScope> Found
    highest dirty scope 'BpPrc0.1'
    <2005-02-04 10:24:09,593> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Managing s
    cope 'BpPrc0.1' on cube instance '2701'
    <2005-02-04 10:24:09,593> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Can activa
    te block 'BpScp0' with scope 'BpSeq0.3'
    <2005-02-04 10:24:09,593> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELExecution::EHT1> entering
    <scope> at line 44
    <2005-02-04 10:24:09,593> <DEBUG> <default.collaxa.cube.engine> <SensorManager::doCallback> queried
    map w/key scope-1
    <2005-02-04 10:24:09,609> <DEBUG> <default.collaxa.cube.engine> <BaseCubeBlock::activate> Create sco
    pe 'BpScp0.4' in block 'BpScp0'
    <2005-02-04 10:24:09,609> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Can activa
    te block 'BpTry1' with scope 'BpScp0.4'
    <2005-02-04 10:24:09,609> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELExecution::EHT1> entering
    <scope> at line [no line]
    <2005-02-04 10:24:09,609> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELExecution::EHT1> entering
    <scope> at line [no line]
    <2005-02-04 10:24:09,609> <DEBUG> <default.collaxa.cube.engine> <BaseCubeBlock::activate> Create sco
    pe 'BpTry1.5' in block 'BpTry1'
    <2005-02-04 10:24:09,609> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Can activa
    te block 'BpSeq1' with scope 'BpTry1.5'
    <2005-02-04 10:24:09,609> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELExecution::EHT1> entering
    <sequence> at line 52
    <2005-02-04 10:24:09,609> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELExecution::EHT1> entering
    <sequence> at line 52
    <2005-02-04 10:24:09,609> <DEBUG> <default.collaxa.cube.engine> <BaseCubeBlock::activate> Create sco
    pe 'BpSeq1.6' in block 'BpSeq1'
    <2005-02-04 10:24:09,625> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Can activa
    te node 'BpAss0' with scope 'BpSeq1.6'
    <2005-02-04 10:24:09,625> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Scheduling
    workitem 2701-BpAss0-BpSeq1.6-1 to be performed
    <2005-02-04 10:24:09,625> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Done manag
    ing scope 'BpPrc0.1'
    <2005-02-04 10:24:09,625> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::performActivity> Done p
    erforming workitem '2701-BpRcv0-BpSeq0.3-1'
    <2005-02-04 10:24:09,625> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::handleWorkItem> Done ha
    ndling workitem 2701-BpRcv0-BpSeq0.3-1
    <2005-02-04 10:24:09,625> <DEBUG> <default.collaxa.cube.engine.dispatch> <PerformMessageHandler::han
    dleLocal> Processing workitem perform message 2701-BpAss0-BpSeq1.6-1 for domain default
    <2005-02-04 10:24:09,640> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::handleWorkItem> Attempt
    ing to handle workitem 2701-BpAss0-BpSeq1.6-1 with transition 0
    <2005-02-04 10:24:09,640> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::performActivity> Perfor
    ming workitem '2701-BpAss0-BpSeq1.6-1'
    <2005-02-04 10:24:09,640> <DEBUG> <default.collaxa.cube.engine> <SensorManager::doCallback> queried
    map w/key initIS
    <2005-02-04 10:24:09,640> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELAssignWMP::EHT1> executing
    <copy> at line 52
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.xml> <XPathUtil::initXPath> namespaceMapping
    is: {bpws=http://schemas.xmlsoap.org/ws/2003/03/business-process/, tns=http://acm.org/samples, xsd=
    http://www.w3.org/2001/XMLSchema, bpelx=http://schemas.oracle.com/bpel/extension, ora=http://schemas
    .oracle.com/xpath/extension, nsxml0=http://www.emergingaspects.com/service/EXHT}
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.xml> <XPathUtil::evaluate> XPathQuery[string
    ("NOT OK")], XPath Result: class=java.lang.String value=NOT OK
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine.data> <PersistenceManager::copy( Obje
    ct )> copying %jS
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine> <SensorManager::doCallback> queried
    map w/key invokeStatus
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine> <SensorManager::doCallback> queried
    map w/key initIS
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::performActivity> Is per
    former 2701-BpAss0-BpSeq1.6-1 idempotent? true
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::checkBlockConditions> W
    orkitem '2701-BpAss0-BpSeq1.6-1' has been marked as complete
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::finalizeActivity> Attem
    pting to finalize workitem '2701-BpAss0-BpSeq1.6-1'
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::checkManageScope> Found
    highest dirty scope 'BpPrc0.1'
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Managing s
    cope 'BpPrc0.1' on cube instance '2701'
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Can activa
    te node 'BpInv0' with scope 'BpSeq1.6'
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Scheduling
    workitem 2701-BpInv0-BpSeq1.6-2 to be performed
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Done manag
    ing scope 'BpPrc0.1'
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::performActivity> Done p
    erforming workitem '2701-BpAss0-BpSeq1.6-1'
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::handleWorkItem> Done ha
    ndling workitem 2701-BpAss0-BpSeq1.6-1
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine.dispatch> <PerformMessageHandler::han
    dleLocal> Processing workitem perform message 2701-BpInv0-BpSeq1.6-2 for domain default
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::handleWorkItem> Attempt
    ing to handle workitem 2701-BpInv0-BpSeq1.6-2 with transition 0
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::performActivity> Perfor
    ming workitem '2701-BpInv0-BpSeq1.6-2'
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine> <SensorManager::doCallback> queried
    map w/key invokeEHTS
    <2005-02-04 10:24:09,671> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELInvokeWMP::EHT1> executing
    <invoke> at line 57
    <2005-02-04 10:24:09,703> <DEBUG> <default.collaxa.cube.ws> <WSInvocationManager::invoke> operation:
    doExceptionHandlingTest
    <2005-02-04 10:24:09,703> <DEBUG> <default.collaxa.cube.ws> <WSInvocationManager::invoke> inputConta
    iner: {payload=<payload xmlns="http://www.emergingaspects.com/service/EXHT"/>}
    <2005-02-04 10:24:09,703> <DEBUG> <default.collaxa.cube.ws> <WSInvocationManager::invoke> callProps:
    {is-initial-call=true, parentId=2701, syncPersistMode=null, process-id=EHT1, rootId=2701, conversat
    ionId=bpel://localhost/default/EHT1~1.0/2701-BpInv0-BpSeq1.6-2, location=null, priority=3, work-item
    -key=2701-BpInv0-BpSeq1.6-2, domain-id=default, revision-tag=1.0}
    <2005-02-04 10:24:09,718> <DEBUG> <default.collaxa.cube.ws> <WSDLManager::getWSDL> registered wsdl a
    t http://sampc:9700/orabpel/default/EHT1/ExceptionHandlingTestService.wsdl
    <2005-02-04 10:24:09,718> <DEBUG> <default.collaxa.cube.ws> <WSDLManager::getWSDL> got wsdl at: http
    ://sampc:9700/orabpel/default/EHT1/ExceptionHandlingTestService.wsdl
    <2005-02-04 10:24:09,718> <DEBUG> <default.collaxa.cube.ws> <WSInvocationManager::invoke> def is htt
    p://sampc:9700/orabpel/default/EHT1/ExceptionHandlingTestService.wsdl
    <2005-02-04 10:24:09,718> <DEBUG> <default.collaxa.cube.ws> <WSIFInvocationHandler::invoke> opName=d
    oExceptionHandlingTestportTypeQn={http://www.emergingaspects.com/service/EXHT}EXHTServiceserviceQn={
    http://www.emergingaspects.com/service/EXHT}EXHTService
    <2005-02-04 10:24:09,859> <DEBUG> <default.collaxa.cube.xml> <DOMSerializerUtil::binaryDeepCopy> Beg
    in binary deep copy for payload
    <2005-02-04 10:24:09,859> <DEBUG> <default.collaxa.cube.xml> <DOMElement__CXPM::__deepCopy> Deep cop
    ying payload, uri=http://www.emergingaspects.com/service/EXHT, state=0
    <2005-02-04 10:24:09,890> <DEBUG> <default.collaxa.cube.xml> <DOMElement__CXPM::__create> Creating n
    ormal element payload, state=0
    <2005-02-04 10:24:09,890> <DEBUG> <default.collaxa.cube.xml> <DOMSerializerUtil::binaryDeepCopy> Don
    e binary deep copy for payload
    WSIF0005E: An error occurred when invoking the method 'doExceptionHandlingTest'. ('EJB')
    <2005-02-04 10:24:09,953> <DEBUG> <default.collaxa.cube.ws> <WSIFInvocationHandler::invoke> Fault ha
    ppenned
    javax.transaction.TransactionRolledbackException: EJB Exception: : java.lang.NullPointerException
    at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean.doExceptionHandlingTest(Excepti
    onHandlingTestEJBBean.java:28)
    at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean_d9oiel_EOImpl.doExceptionHandli
    ngTest(ExceptionHandlingTestEJBBean_d9oiel_EOImpl.java:46)
    at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean_d9oiel_EOImpl_WLSkel.invoke(Unk
    nown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
    at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:108)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:353)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    ; nested exception is:
    java.lang.NullPointerException
    at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:284)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:244)
    at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean_d9oiel_EOImpl_812_WLStub.doExce
    ptionHandlingTest(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.collaxa.cube.ws.wsif.providers.ejb.WSIFOperation_EJB.executeRequestResponseOperation(
    WSIFOperation_EJB.java:1071)
    at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:392)
    at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:321)
    at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:143)
    at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:569)
    at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:299)
    at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:182)
    at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3447)
    at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1824)
    at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(Perfo
    rmMessageHandler.java:75)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:87
    at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:144)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5531)
    at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:1219)
    at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:480)
    at com.collaxa.cube.engine.bean.DeliveryBean.handleInvoke(DeliveryBean.java:307)
    at com.collaxa.cube.engine.bean.DeliveryBean_uhics8_ELOImpl.handleInvoke(DeliveryBean_uhics8
    _ELOImpl.java:274)
    at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(Invok
    eInstanceMessageHandler.java:36)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:64)
    at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:72)
    at com.collaxa.cube.engine.bean.WorkerBean.onMessage(WorkerBean.java:86)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:382)
    at weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:316)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:281)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2596)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2516)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Caused by: java.lang.NullPointerException
    at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean.doExceptionHandlingTest(Excepti
    onHandlingTestEJBBean.java:28)
    at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean_d9oiel_EOImpl.doExceptionHandli
    ngTest(ExceptionHandlingTestEJBBean_d9oiel_EOImpl.java:46)
    at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean_d9oiel_EOImpl_WLSkel.invoke(Unk
    nown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
    at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:108)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:353)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    ... 2 more
    <2005-02-04 10:24:09,953> <DEBUG> <default.collaxa.cube.ws> <BPELInvokeWMP::__invoke> Caught RemoteE
    xception
    orabpel.apache.wsif.WSIFException: Operation failed!; nested exception is:
    javax.transaction.TransactionRolledbackException: EJB Exception: : java.lang.NullPointerExce
    ption
    at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean.doExceptionHandlingTest(Excepti
    onHandlingTestEJBBean.java:28)
    at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean_d9oiel_EOImpl.doExceptionHandli
    ngTest(ExceptionHandlingTestEJBBean_d9oiel_EOImpl.java:46)
    at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean_d9oiel_EOImpl_WLSkel.invoke(Unk
    nown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
    at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:108)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:353)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    ; nested exception is:
    java.lang.NullPointerException
    at com.collaxa.cube.ws.wsif.providers.ejb.WSIFOperation_EJB.executeRequestResponseOperation(
    WSIFOperation_EJB.java:1207)
    at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:392)
    at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:321)
    at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:143)
    at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:569)
    at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:299)
    at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:182)
    at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3447)
    at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1824)
    at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(Perfo
    rmMessageHandler.java:75)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:87
    at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:144)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5531)
    at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:1219)
    at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:480)
    at com.collaxa.cube.engine.bean.DeliveryBean.handleInvoke(DeliveryBean.java:307)
    at com.collaxa.cube.engine.bean.DeliveryBean_uhics8_ELOImpl.handleInvoke(DeliveryBean_uhics8
    _ELOImpl.java:274)
    at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(Invok
    eInstanceMessageHandler.java:36)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:64)
    at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:72)
    at com.collaxa.cube.engine.bean.WorkerBean.onMessage(WorkerBean.java:86)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:382)
    at weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:316)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:281)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2596)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2516)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Caused by: javax.transaction.TransactionRolledbackException: EJB Exception: : java.lang.NullPointerE
    xception
    at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean.doExceptionHandlingTest(Excepti
    onHandlingTestEJBBean.java:28)
    at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean_d9oiel_EOImpl.doExceptionHandli
    ngTest(ExceptionHandlingTestEJBBean_d9oiel_EOImpl.java:46)
    at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean_d9oiel_EOImpl_WLSkel.invoke(Unk
    nown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
    at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:108)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:353)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    ; nested exception is:
    java.lang.NullPointerException
    at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:284)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:244)
    at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean_d9oiel_EOImpl_812_WLStub.doExce
    ptionHandlingTest(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.collaxa.cube.ws.wsif.providers.ejb.WSIFOperation_EJB.executeRequestResponseOperation(
    WSIFOperation_EJB.java:1071)
    ... 27 more
    Caused by: java.lang.NullPointerException
    at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean.doExceptionHandlingTest(Excepti
    onHandlingTestEJBBean.java:28)
    at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean_d9oiel_EOImpl.doExceptionHandli
    ngTest(ExceptionHandlingTestEJBBean_d9oiel_EOImpl.java:46)
    at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean_d9oiel_EOImpl_WLSkel.invoke(Unk
    nown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
    at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:108)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:353)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    ... 2 more
    <2005-02-04 10:24:09,968> <DEBUG> <default.collaxa.cube.engine> <bpel.p0.BPEL_BIN$$BPELC_BpInv0::per
    form> error thrown
    com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}bindingFault
    messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
    parts: {{summary=Operation failed!; nested exception is:
            javax.transaction.TransactionRolledbackException: EJB Exception: : java.lang.NullPointerExce
    ption
            at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean.doExceptionHandlingTest(Excepti
    onHandlingTestEJBBean.java:28)
            at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean_d9oiel_EOImpl.doExceptionHandli
    ngTest(ExceptionHandlingTestEJBBean_d9oiel_EOImpl.java:46)
            at com.ema.bpel.test.exceptions.ExceptionHandlingTestEJBBean_d9oiel_EOImpl_WLSkel.invoke(Unk
    nown Source)
            at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
            at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:108)
            at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:353)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
            at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
            at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
            at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
            at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    ; nested exception is:
            java.lang.NullPointerException}}
    at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:604)
    at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:299)
    at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:182)
    at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3447)
    at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1824)
    at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(Perfo
    rmMessageHandler.java:75)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:87
    at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:144)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5531)
    at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:1219)
    at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:480)
    at com.collaxa.cube.engine.bean.DeliveryBean.handleInvoke(DeliveryBean.java:307)
    at com.collaxa.cube.engine.bean.DeliveryBean_uhics8_ELOImpl.handleInvoke(DeliveryBean_uhics8
    _ELOImpl.java:274)
    at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(Invok
    eInstanceMessageHandler.java:36)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:64)
    at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:72)
    at com.collaxa.cube.engine.bean.WorkerBean.onMessage(WorkerBean.java:86)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:382)
    at weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:316)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:281)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2596)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2516)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    <2005-02-04 10:24:09,968> <DEBUG> <default.collaxa.cube.engine> <SensorManager::doCallback> queried
    map w/key invokeEHTS
    <2005-02-04 10:24:09,968> <DEBUG> <default.collaxa.cube.engine> <SensorManager::doCallback> queried
    map w/key {http://schemas.oracle.com/bpel/extension}bindingFault
    <2005-02-04 10:24:09,968> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::performActivity> Is per
    former 2701-BpInv0-BpSeq1.6-2 idempotent? false
    <2005-02-04 10:24:09,968> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::checkBlockConditions> W
    orkitem '2701-BpInv0-BpSeq1.6-2' has been marked as complete
    <2005-02-04 10:24:09,984> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::finalizeActivity> Attem
    pting to finalize workitem '2701-BpInv0-BpSeq1.6-2'
    <2005-02-04 10:24:09,984> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::finalizeActivity> Caugh
    t business exception at block 'BpTry1', rolling back
    <2005-02-04 10:24:09,984> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::forceCompleteScope> Is
    instance faulted? true
    <2005-02-04 10:24:09,984> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::forceCompleteScopeTree>
    Forcing to complete scope rooted at 'BpTry1.5'
    <2005-02-04 10:24:10,000> <DEBUG> <default.collaxa.cube.engine.data> <BaseWorkItemPersistenceAdaptor
    ::load> Skipping database load ... found workitems
    <2005-02-04 10:24:10,000> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::closeActivity> Workitem
    2701-BpInv0-BpSeq1.6-2 is faulted ... skipping cancel
    <2005-02-04 10:24:10,000> <DEBUG> <default.collaxa.cube.engine.agents> <ExpirationAgent::unscheduleW
    orkItem> Removing work item 2701-BpInv0-BpSeq1.6-2 from expiration scheduler
    <2005-02-04 10:24:10,000> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::checkExpirable> Removin
    g work item 2701-BpInv0-BpSeq1.6-2 from expiration agent
    <2005-02-04 10:24:10,000> <DEBUG> <default.collaxa.cube.engine> <ForceCompleteTreeIterator::apply> C
    ompleting scope 'BpTry1.5'
    <2005-02-04 10:24:10,000> <DEBUG> <default.collaxa.cube.engine> <ForceCompleteTreeIterator::apply> C
    ompleting scope 'BpSeq1.6'
    <2005-02-04 10:24:10,031> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::forceCompleteScopeTree>
    Done forced complete scope rooted at 'BpTry1.5'
    <2005-02-04 10:24:10,031> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::checkManageScope> Found
    highest dirty scope 'BpPrc0.1'
    <2005-02-04 10:24:10,031> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Managing s
    cope 'BpPrc0.1' on cube instance '2701'
    <2005-02-04 10:24:10,031> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Can activa
    te block 'BpCAl0' with scope 'BpScp0.4'
    <2005-02-04 10:24:10,031> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELExecution::EHT1> entering
    <catchAll> at line 48
    <2005-02-04 10:24:10,031> <DEBUG> <default.collaxa.cube.engine.bpel> <BPELExecution::EHT1> entering
    <catchAll> at line 48
    <2005-02-04 10:24:10,031> <DEBUG> <default.collaxa.cube.engine> <BaseCubeBlock::activate> Create sco
    pe 'BpCAl0.7' in block 'BpCAl0'
    <2005-02-04 10:24:10,031> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Can activa
    te node 'BpWai0' with scope 'BpCAl0.7'
    <2005-02-04 10:24:10,031> <DEBUG> <default.collaxa.cube.xml> <XPathUtil::initXPath> namespaceMapping
    is: {bpws=http://schemas.xmlsoap.org/ws/2003/03/business-process/, tns=http://acm.org/samples, xsd=
    http://www.w3.org/2001/XMLSchema, bpelx=http://schemas.oracle.com/bpel/extension, ora=http://schemas
    .oracle.com/xpath/extension, nsxml0=http://www.emergingaspects.com/service/EXHT}
    <2005-02-04 10:24:10,031> <DEBUG> <default.collaxa.cube.xml> <XPathUtil::evaluate> XPathQuery['PT30S
    '], XPath Result is: class java.lang.String
    <2005-02-04 10:24:10,031> <DEBUG> <default.collaxa.cube.engine.agents> <ExpirationAgent::unscheduleW
    orkItem> Removing work item 2701-BpWai0-BpCAl0.7-1 from expiration scheduler
    <2005-02-04 10:24:10,125> <DEBUG> <default.collaxa.cube.engine.agents> <ExpirationScheduler::schedul
    e> Work item 2701-BpWai0-BpCAl0.7-1 scheduled for Fri Feb 04 10:24:40 EST 2005
    <2005-02-04 10:24:10,125> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Scheduling
    workitem 2701-BpWai0-BpCAl0.7-1 to be performed
    <2005-02-04 10:24:10,125> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::manageScope> Done manag
    ing scope 'BpPrc0.1'
    <2005-02-04 10:24:10,125> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::performActivity> Done p
    erforming workitem '2701-BpInv0-BpSeq1.6-2'
    <2005-02-04 10:24:10,125> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::handleWorkItem> Done ha
    ndling workitem 2701-BpInv0-BpSeq1.6-2
    <2005-02-04 10:24:10,125> <DEBUG> <default.collaxa.cube.engine.dispatch> <DispatchHelper::sendMemory
    > In-memory false ... stop processing in-memory
    <2005-02-04 10:24:10,125> <DEBUG> <default.collaxa.cube.engine> <CubeEngine::store> Initial request
    ... storing instance 2701 to datastore
    <2005-02-04 10:24:10,125> <DEBUG> <default.collaxa.cube.engine.data> <CubeInstancePersistenceMgr::st
    ore> Storing instance 2701 to datastore
    <BaseCubeSessionBean::logError> Error while invoking bean "delivery": Cannot insert audit trail.
    The process domain was unable to insert the current log entries for the instance "2701" to the audit
    trail table. The exception reported is: The transaction is no longer active - status: 'Marked roll
    back. [Reason=java.lang.NullPointerException]'. No further JDBC access is allowed within this transa
    ction.
    Please check that the machine hosting the datasource is physically connected to the network. Otherw
    ise, check that the datasource connection parameters (user/password) is currently valid.
    sql statement: INSERT INTO audit_trail( cikey, domain_ref, count_id, block, block_csize, block_usiz
    e, log ) VALUES( ?, ?, ?, ?, ?, ?, ? )
    <2005-02-04 10:24:10,187> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::closeConnec
    tion> CLOSE TX CONNECTION 0
    <2005-02-04 10:24:10,250> <DEBUG> <default.collaxa.cube.engine.dispatch> <DispatchHelper::handleMess
    age> failed to handlerMessage
    ORABPEL-04004
    Cannot insert audit trail.
    The process domain was unable to insert the current log entries for the instance "2701" to the audit
    trail table. The exception reported is: The transaction is no longer active - status: 'Marked roll
    back. [Reason=java.lang.NullPointerException]'. No further JDBC access is allowed within this transa
    ction.
    Please check that the machine hosting the datasource is physically connected to the network. Otherw
    ise, check that the datasource connection parameters (user/password) is currently valid.
    sql statement: INSERT INTO audit_trail( cikey, domain_ref, count_id, block, block_csize, block_usiz
    e, log ) VALUES( ?, ?, ?, ?, ?, ?, ? )
    at com.collaxa.cube.engine.adaptors.oracle.AuditTrailPersistenceAdaptor$TrailHandler.store(A
    uditTrailPersistenceAdaptor.java:283)
    at com.collaxa.cube.engine.adaptors.common.BaseAuditTrailPersistenceAdaptor.store(BaseAuditT
    railPersistenceAdaptor.java:134)
    at com.collaxa.cube.engine.adaptors.oracle.AuditTrailPersistenceAdaptor.store(AuditTrailPers
    istenceAdaptor.java:62)
    at com.collaxa.cube.engine.data.AuditTrailPersistenceMgr.store(AuditTrailPersistenceMgr.java
    :239)
    at com.collaxa.cube.engine.adaptors.common.BaseCubeInstancePersistenceAdaptor.store(BaseCube
    InstancePersistenceAdaptor.java:466)
    at com.collaxa.cube.engine.adaptors.oracle.CubeInstancePersistenceAdaptor.store(CubeInstance
    PersistenceAdaptor.java:74)
    at com.collaxa.cube.engine.data.CubeInstancePersistenceMgr.store(CubeInstancePersistenceMgr.
    java:307)
    at com.collaxa.cube.engine.CubeEngine.store(CubeEngine.java:5295)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5540)
    at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:1219)
    at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:480)
    at com.collaxa.cube.engine.bean.DeliveryBean.handleInvoke(DeliveryBean.java:307)
    at com.collaxa.cube.engine.bean.DeliveryBean_uhics8_ELOImpl.handleInvoke(DeliveryBean_uhics8
    _ELOImpl.java:274)
    at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(Invok
    eInstanceMessageHandler.java:36)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:64)
    at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:72)
    at com.collaxa.cube.engine.bean.WorkerBean.onMessage(WorkerBean.java:86)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:382)
    at weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:316)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:281)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2596)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2516)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    <2005-02-04 10:24:10,265> <ERROR> <default.collaxa.cube.engine.dispatch> <BaseScheduledWorker::proce
    ss> Failed to handle dispatch message invoke instance message aacf889e30f5e83a:125e791:101ddf7208b:-
    7ffb ... exception Message handle error.
    An exception occurred while attempting to process the message "com.collaxa.cube.engine.dispatch.mess
    age.invoke.InvokeInstanceMessage"; the exception is: Cannot insert audit trail.
    The process domain was unable to insert the current log entries for the instance "2701" to the audit
    trail table. The exception reported is: The transaction is no longer active - status: 'Marked roll
    back. [Reason=java.lang.NullPointerException]'. No further JDBC access is allowed within this transa
    ction.
    Please check that the machine hosting the datasource is physically connected to the network. Otherw
    ise, check that the datasource connection parameters (user/password) is currently valid.
    sql statement: INSERT INTO audit_trail( cikey, domain_ref, count_id, block, block_csize, block_usiz
    e, log ) VALUES( ?, ?, ?, ?, ?, ?, ? )
    ORABPEL-05002
    Message handle error.
    An exception occurred while attempting to process the message "com.collaxa.cube.engine.dispatch.mess
    age.invoke.InvokeInstanceMessage"; the exception is: Cannot insert audit trail.
    The process domain was unable to insert the current log entries for the instance "2701" to the audit
    trail table. The exception reported is: The transaction is no longer active - status: 'Marked roll
    back. [Reason=java.lang.NullPointerException]'. No further JDBC access is allowed within this transa
    ction.
    Please check that the machine hosting the datasource is physically connected to the network. Otherw
    ise, check that the datasource connection parameters (user/password) is currently valid.
    sql statement: INSERT INTO audit_trail( cikey, domain_ref, count_id, block, block_csize, block_usiz
    e, log ) VALUES( ?, ?, ?, ?, ?, ?, ? )
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:73)
    at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:72)
    at com.collaxa.cube.engine.bean.WorkerBean.onMessage(WorkerBean.java:86)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:382)
    at weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:316)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:281)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2596)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2516)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    <2005-02-04 10:24:10,265> <DEBUG> <default.collaxa.cube.engine.dispatch> <BaseDispatchSet::acknowled
    ge> Acknowledged message invoke instance message aacf889e30f5e83a:125e791:101ddf7208b:-7ffb
    <2005-02-04 10:24:24,750> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::getConnecti
    on> GOT CONNECTION 1
    <BaseCubeSessionBean::logError> Error while invoking bean "finder": Instance not found in datasource
    The process domain was unable to fetch the instance with key "aacf889e30f5e83a:125e791:101ddf7208b:-
    7ffc" from the datasource.
    Please check that the instance key "aacf889e30f5e83a:125e791:101ddf7208b:-7ffc" refers to a valid in
    stance that has been started and not removed from the process domain.
    <2005-02-04 10:24:24,765> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::closeConnec
    tion> CLOSE CONNECTION 0
    <<<< Log End <<<<

    hmmm for some reason when you call your EJB and it throws an exception, the JTA transaction is marked as rollbakc so the BPEL EM engine fails to save the instance.
    Could you please provide us some additional pieces of information:
    obversion.bat.
    The exact exception that your EJB throws.
    JTA configuration of your bean
    Have you looked at the BankTransfer demo?
    Edwin

  • Error : ADS : SOAP Runtime Exception

    Hi,
       I am displaying an ALV report. After displaying ALV, if i select an option from menu, pdf is generated and printed but when i click on the menu option, i am getting the following error.
    ADS : SOAP Runtime Exception : CSoapExceptionTransport :(100101)
    I checked in debugging mode, this error is being thrown by a FM which is generated by SMARTFORM. It is a SYSTEM ERROR in Exceptions.
    How to resolve this issue?
    Thanks,
    Ibrahim

    Hello
    for PDF printing you need ADS configuration. You can check if ADS is configured in your system using program 
    FP_PDF_TEST_00.
    Execute this program in SE38 and it should give you ADS version if its installed else SOAP error if its not configured.
    if you have SOAP error ask your basis guy to configure ADS. normally SOAP error exist is you are not able to connect to ADS because of expiration of password to the ADS server.
    Hope this helps.
    you can also refer below link.
    http://help.sap.com/saphelp_nw70/helpdata/en/6f/8e0a414f3af223e10000000a155106/content.htm

  • Crystal Runtime exception: Missing parameter values

    Our company did a PeopleTools upgrade at one of our clients recently. We upgraded them to PeopleTools 8.50.08. We had to convert all the Crystal Reports to the 2008 format using the RPT converter which is included in the Client install of PeopleTools.
    The only problem now is that a lot of the Crystal processes in PeopleSoft are failing with the following error:
    Crystal Runtime exception: Missing parameter values.
    I've checked the parameters which are being passed to the report and I see both parameters are filled:
    E:\HR881\BIN\CLIENT\WINX86\PSCRRUN.EXE -CTORACLE -CDHRMKPDEV -COPSDUT -CPOPRPSWD -I218609 -RP"PUP202K" -OT6 -OP"G:\PS\PSPRCS\log_output\HRMKPDEV\CRW_PUP202K_218609" -LGDUT -OF2 -ORIENTL "2000-10-01" "2002-06-30"
    Database type is Oracle. HRMS version is 8.8. I can run the Query which gets the data in just fine and I can also run the report from Crystal fine. This only happens with Crystal reports which have a date field as a parameter/prompt in the report.
    There's currently an SR open at Oracle, but I was hoping that someone here can help me nail this issue. I'm not too happy with the quallity of Oracle support, but that's a whole different story.

    <s>Just to be sure, did you put a space after each parameter name or is it a typo over here ?
    E:\HR881\BIN\CLIENT\WINX86\PSCRRUN.EXE -CT ORACLE -CD HRMKPDEV -CO PSDUT -CP OPRPSWD -I 218609 -RP "PUP202K" -OT 6 -OP "G:\PS\PSPRCS\log_output\HRMKPDEV\CRW_PUP202K_218609" -LG DUT -OF 2 -OR IENTL "2000-10-01" "2002-06-30"</s>
    Nicolas.
    sorry, it was wrong assumption.
    Edited by: N Gasparotto on Jun 2, 2010 5:11 PM

  • SCOM 2012 R2 installing on SQL 2012 SP1 - Error Code: 0x80131904, Exception.Message: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

    Hi,
    I am getting an issue during a SCOM 2012 R2 installation while creating the SCOM DataWarehouse database. Setup seems to timeout during creating the datawarehouse database. I can see all database files created in windows explorer on the SQL server before
    setup rolls the SCOM install back.
    Has anyone seen this issue before or know how to help resolve it?
    Appreciate your help, below is the SCOM installation log:
    Thanks
    Marc
    [13:27:27]: Always: :Creating Database: OperationsManagerDW
    [13:35:28]: Warn: :Warning:Retry on SQL error -2: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    [13:43:28]: Warn: :Warning:Retry on SQL error -2: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    [13:51:29]: Warn: :Warning:Retry on SQL error -2: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    [13:59:30]: Warn: :Warning:Retry on SQL error -2: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    [14:07:30]: Warn: :Warning:Retry on SQL error -2: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    [14:15:31]: Warn: :Warning:Retry on SQL error -2: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    [14:23:31]: Warn: :Warning:Retry on SQL error -2: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    [14:31:32]: Warn: :Warning:Retry on SQL error -2: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    [14:39:32]: Warn: :Warning:Retry on SQL error -2: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    [14:47:33]: Warn: :Warning:Retry on SQL error -2: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    [14:55:33]: Error: :DB operations failed with SQL error -2: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    : Threw Exception.Type: System.Data.SqlClient.SqlException, Exception Error Code: 0x80131904, Exception.Message: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    [14:55:33]: Error: :StackTrace:   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
       at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
       at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
       at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SqlRetryHandler.ExecuteNonQuery(SqlCommand sqlCommand, Int32& result)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SqlRetryHandler.Execute[T](SqlCommand sqlCommand, SqlRetryPolicy retryPolicy, GenericExecute`1 genericExecute)
    [14:55:33]: Error: :Inner Exception.Type: System.ComponentModel.Win32Exception, Exception Error Code: 0x80131904, Exception.Message: The wait operation timed out
    [14:55:33]: Error: :InnerException.StackTrace:
    [14:55:33]: Error: :Error:Failed to execute sql command. Setup has reached maximum retry limit.
    [14:55:33]: Warn: :Sql error: 11. Error: -2. Error Message: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    [14:55:33]: Error: :Exception running sql string
    DECLARE @sql NVARCHAR(MAX);
    SET @sql = 'CREATE DATABASE ' + QUOTENAME(@DatabaseName) + '
        ON PRIMARY(NAME=MOM_DATA,FILENAME=''' + REPLACE(@Filename, '''', '''''') + ''',SIZE=' + CAST(@Size AS VARCHAR) + 'MB,MAXSIZE=UNLIMITED,FILEGROWTH=' + CAST(@FileGrowth AS VARCHAR) + 'MB)
        LOG ON(NAME=MOM_LOG, FILENAME=''' + REPLACE(@LogFilename, '''', '''''') + ''',SIZE=' + CAST(@LogSize AS VARCHAR) + 'MB,MAXSIZE=UNLIMITED,FILEGROWTH=' + CAST(@LogFileGrowth AS VARCHAR) + 'MB)';
    EXEC(@sql);: Threw Exception.Type: System.Data.SqlClient.SqlException, Exception Error Code: 0x80131904, Exception.Message: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    [14:55:33]: Error: :StackTrace:   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
       at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
       at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
       at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SqlRetryHandler.ExecuteNonQuery(SqlCommand sqlCommand, Int32& result)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SqlRetryHandler.Execute[T](SqlCommand sqlCommand, SqlRetryPolicy retryPolicy, GenericExecute`1 genericExecute)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.DBConfigurationHelper.DBConfiguration.RunSqlCommandsList(IEnumerable`1 sqlCommands)
    [14:55:33]: Error: :Inner Exception.Type: System.ComponentModel.Win32Exception, Exception Error Code: 0x80131904, Exception.Message: The wait operation timed out
    [14:55:33]: Error: :InnerException.StackTrace:
    [14:55:33]: Always: :Failed to create and configure the DB with exception.: Threw Exception.Type: System.Data.SqlClient.SqlException, Exception Error Code: 0x80131904, Exception.Message: Timeout expired.  The timeout period elapsed prior to completion
    of the operation or the server is not responding.
    [14:55:33]: Always: :StackTrace:   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
       at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
       at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
       at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SqlRetryHandler.ExecuteNonQuery(SqlCommand sqlCommand, Int32& result)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SqlRetryHandler.Execute[T](SqlCommand sqlCommand, SqlRetryPolicy retryPolicy, GenericExecute`1 genericExecute)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.DBConfigurationHelper.DBConfiguration.RunSqlCommandsList(IEnumerable`1 sqlCommands)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.DWConfigurationHelper.DWConfigurationProcessor.RunAdminScripts(String sqlServerInstance, Nullable`1 port, String databaseName, Int64 dbSize, Int64 logSize, String dbPath, String logPath)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.DWConfigurationHelper.DWConfigurationProcessor.ConfigureDataWarehouseDatabase(String sqlServerInstance, Nullable`1 port, String databaseName, Int64 dbSize, Int64 logSize, String dbPath,
    String logPath)
    [14:55:33]: Always: :Inner Exception.Type: System.ComponentModel.Win32Exception, Exception Error Code: 0x80131904, Exception.Message: The wait operation timed out
    [14:55:33]: Always: :InnerException.StackTrace:
    [14:55:33]: Error: :CreateDataWarehouse failed: Threw Exception.Type: System.Data.SqlClient.SqlException, Exception Error Code: 0x80131904, Exception.Message: Timeout expired.  The timeout period elapsed prior to completion of the operation or
    the server is not responding.
    [14:55:33]: Error: :StackTrace:   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
       at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
       at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
       at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SqlRetryHandler.ExecuteNonQuery(SqlCommand sqlCommand, Int32& result)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SqlRetryHandler.Execute[T](SqlCommand sqlCommand, SqlRetryPolicy retryPolicy, GenericExecute`1 genericExecute)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.DBConfigurationHelper.DBConfiguration.RunSqlCommandsList(IEnumerable`1 sqlCommands)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.DWConfigurationHelper.DWConfigurationProcessor.RunAdminScripts(String sqlServerInstance, Nullable`1 port, String databaseName, Int64 dbSize, Int64 logSize, String dbPath, String logPath)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.DWConfigurationHelper.DWConfigurationProcessor.ConfigureDataWarehouseDatabase(String sqlServerInstance, Nullable`1 port, String databaseName, Int64 dbSize, Int64 logSize, String dbPath,
    String logPath)
       at Microsoft.SystemCenter.Essentials.SetupFramework.InstallItemsDelegates.OMDataWarehouseProcessor.CreateDataWarehouse()
    [14:55:33]: Error: :Inner Exception.Type: System.ComponentModel.Win32Exception, Exception Error Code: 0x80131904, Exception.Message: The wait operation timed out
    [14:55:33]: Error: :InnerException.StackTrace:
    [14:55:33]: Error: :FATAL ACTION: CreateDataWarehouse
    [14:55:33]: Error: :FATAL ACTION: DWInstallActionsPostProcessor
    [14:55:33]: Error: :ProcessInstalls: Running the PostProcessDelegate returned false.
    [14:55:33]: Always: :SetErrorType: Setting VitalFailure. currentInstallItem: Data Warehouse Configuration
    [14:55:33]: Error: :ProcessInstalls: Running the PostProcessDelegate for OMDATAWAREHOUSE failed.... This is a fatal item.  Setting rollback.
    marc nalder

    Hi,
    Based on the log, I recommend you use the following way to test SQL connectivity.
    You can use a UDL file to test various connectivity scenarios, create a simple text file, rename the extension from TXT to UDL, fill out the necessary information on the connection tab then test the connection, and troubleshoot as necessary
    if it fails to connect.
    For more information, please review the link below:
    The easy way to test SQL connectivity
    http://blogs.technet.com/b/michaelgriswold/archive/2014/01/06/the-easy-way-to-test-sql-connectivity.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • SOAP Framework error: SOAP Runtime Exception: CSoa

    I got the error 'SOAP Framework error: SOAP Runtime Exception: CSoa' when I activate my Adobe Form. The form can be activated before but the error happens when I add the fourth main body page.
    Philip

    Hi  
    1. Check if your ADS is working. Use program FP_TEST_00 / FP_TEST_01 to test your ADS if it is working. 
    2. Test using super user, it might caused by authorization too.
    Thanks, Xiang Li

  • Error:Adobe document services error: SOAP Runtime Exception: CSoapException

    Dear All,
    While executing an adobe form I am facing the following error:
    Adobe document services error: SOAP Runtime Exception: CSoapExceptionTransport :
    Can you please suggest how the error can be rectified?
    Thanks and regards,
    Atanu
    Edited by: Atanu Dey on Feb 18, 2008 5:31 PM

    Hi, For solving this do one thing:
    The problem is In ECC the service AdobeDocumentServicesSec was set up in SM59 but nothing was configured for SSL. So you have to change this to:
    AdobeDocumentServicesSec.
    Thanks
    please reward points

  • Reg:- Runtime Exception on preview of Portal Activity Report Editor iView

    Hi All,
    I am trying to preview the iView, "Portal Activity Report Editor" located under Portal Content -> Content Provided by SAP -> Admin Interfaces -> Admin iView Templates -> Portal Editors under Content Administration role.
    But, when I previee the iView, I get a RunTime Exception as follows:
    #1.5 #0014C263546200A5000008B900000CEC000450DE5CE9A528#1214815878685#com.sap.portal.applicationFramework.tools.wizardframework#sap.com/irj#com.sap.portal.applicationFramework.tools.wizardframework#<User_ID>#152806##n/a##b3602110468111dd9e8e0014c2635462#SAPEngine_Application_Thread[impl:3]_56##0#0#Fatal#1#/System/Server#Java###wizard session No: 429: could not instantiate pane instance of type com.sapportals.admin.wizardframework.core.ClassNameAndConstructorArgs@1663bd## #1.5 #0014C263546200A5000008BA00000CEC000450DE5CE9A6F1#1214815878685#System.err#sap.com/irj#System.err#<User_ID>#152806##n/a##b3602110468111dd9e8e0014c2635462#SAPEngine_Application_Thread[impl:3]_56##0#0#Error##Plain###Jun 30, 2008 4:51:18 AM                     com.sap.portal.portal [SAPEngine_Application_Thread[impl:3]_56] Error: Exception ID:04:51_30/06/08_15351_4495550
    #1.5 #0014C263546200A5000008BC00000CEC000450DE5CE9B605#1214815878685#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#<User_ID>#152806##n/a##b3602110468111dd9e8e0014c2635462#SAPEngine_Application_Thread[impl:3]_56##0#0#Error#1#/System/Server#Java###Exception ID:04:51_30/06/08_15351_4495550
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.activityReportEditor
    Component class : com.sap.portal.webreport.editor.ActivityReportEditor
    User : <User_ID>
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:547)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: java.lang.RuntimeException: an Exception occured when instantating class com.sap.portal.admin.editor.pane.EditorPaneWrapper
         at com.sapportals.admin.wizardframework.core.TrivialPaneFactory.getComponent(TrivialPaneFactory.java:54)
         at com.sapportals.admin.wizardframework.core.WizardInstance.doWizard(WizardInstance.java:225)
         at com.sap.portal.admin.editor.Editor.doWizard(Editor.java:605)
         at com.sap.portal.admin.editor.Editor.run(Editor.java:150)
         at com.sap.portal.admin.editor.AbstractEditorComponent.doContent(AbstractEditorComponent.java:59)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         ... 29 more
    This happens for all Editor iViews.
    Kindly let me know what could be the problem.
    Thanks and Regards,
    Pavithra

    Hi Sandeep,
    Thank you for your inputs.
    I had raised an OSS Message with SAP some days ago on this issue. SAP has replied back saying that only users with Content Administration role can have access to configure portal acyivity report. All other users can only view the results.
    Regards,
    Pavithra

  • Runtime Exception in Message mapping

    Hi Experts,
    I have a scenario of  IDoc to  <third party adapter> cXML.
    The message caught the below error
    RuntimeException in Message-Mapping transformation : Runtime exception during processing target field mapping ......./ShipTo[2]/Address/PostalAddress/DeliverTo (suppressed field). The message is: Exception:[java.lang.ArrayIndexOutOfBoundsException: 7] in class com.sap.xi.tf._M_IDOC_to_cXML_ method getShipToContact$[, , com.sap.aii.mappingtool.tf3.rt.Q2QFunctionWrapper@253fdd8a]
    Please suggest on what went wrong, as everything is working fine before.
    Thanks in advance.
    MK

    Mk:
    Please check if the source fields which are mapped to the target are all generated by the SAP Script and make sure that they have data so that when they are mapped to the target. If they are mapped and source fields don't have data then it may error out. Sometimes SAP Script might not generate a node if there is not data for it, make sure you handle that condition also.
    RuntimeException in Message-Mapping transformation is
    due to the missing TEXT_LINE element in the segment Z1VOBTH for the TEXT_ID 'INVOICE_TO_LOCATION'
    I am not able to understand this. is Text_ID subelement of Text_Line?? Could you please post the complete error message as it is.

  • RuntimeException in Message-Mapping transformation: Runtime exception durin

    Hi Friends,
    Iam going test Message Mapping, i got the error like
      RuntimeException in Message-Mapping transformation: Runtime exception during processing target field mapping /ns0:LeapIndent_R3_MT/Recordset/RowData/QTY_TNS. The message is: Exception:[java.lang.NumberFormatException: empty String] in class com.sap.aii.mappingtool.flib3.Arithm method formatNumber[, com.sap.aii.mappingtool.tf3.rt.Context@27f972cf]
    Pls help me ..
    Thanks & Regards,
    Nvr

    Hi Ravi,
      Thanks for ur reply, the problem is solved, the Date field is Mandaratory, they are not mention the data field, so that way the problem is coming.
    Thanks & Regards,
    NVR

  • Runtime exception for Date format

    Hi,
    Scenario : RFC to IDOC
    found the error in my payload :
    RuntimeException in Message-Mapping transformation: Runtime exception during processing target field mapping /ZORDERS06/IDOC/E1EDK03/DATUM. The message is: Unparseable date: "2008-05-19" at com.sap.aii.mappingtool.tf3.AMappingProgram.start
    Here i has used DateTransformation from the Date Function.
    How can i give the format for Target side here.
    Regards,
    yeswanth.

    Hello Yeshwanth,
    RuntimeException in Message-Mapping transformation: Runtime exception during processing target field mapping /ZORDERS06/IDOC/E1EDK03/DATUM. The message is: Unparseable date: "2008-05-19" at com.sap.aii.mappingtool.tf3.AMappingProgram.start
    Here i has used DateTransformation from the Date Function.
    In Date Trans Properties:
    In Format Source date u select : yyyy-mm-dd
    In Target Format u select: yyyy/mm/dd
    Thanks,
    Satya

  • Runtime exception occurred during execution of application mapping program

    Hi all
    while testing intergase mapping i am getting this error----->
    com/sap/xi/tf/_XI_FI_BAPI_CC_DOCUMENT_POST_REQ_MM:
    com.sap.aii.utilxi.misc.api.BaseRuntimeException;RuntimeException in Message-Mapping transgormation:Runtime exception during processing target field mapping
    /ns1:BAPI_ACC_DOCUMENT_POST/DOCUMENTHEADER/HEADER_TXT. THE message is:Exception:[java.lang.NullPointerException] in class com.sap.aii.mappingtool.flib3.TextFunction s method substring [null,com.sap.aii.mappingtool.tf3.rt.Context@2388897239]
    I had used  in the message mapping two user defined function scan you please look into the user defined functions, getPriviousMounthLastDate and  FileName in the mapping for the target DocDate field
    ihave used even this getPriviousMounthLastDate user defined function before using FileName
    this is  the code of  userdefined function  getPriviousMounthLastDate
    Calendar cal = Calendar.getInstance();
    SimpleDateFormat output = new SimpleDateFormat("yyyyMMdd");
    cal.add(Calendar.MONTH,1);
    cal.set(Calendar.DAY_OF_MONTH,1);
    cal.add(Calendar.MONTH,-1);
    cal.add(Calendar.DATE,-1);
    StringBuffer dateBuffer = new StringBuffer();
    output.format(cal.getTime(),dateBuffer,new FieldPosition(0));
    return dateBuffer;
    this is the code of  userdefined function FileName
    DynamicConfiguration conf = (DynamicConfiguration) container
    .getTransformationParameters()
    .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create(
    "http://sap.com/xi/XI/System/File",
    "FileName");
    String valueOld = conf.get(key);
    return valueOld;
    thanks sandep
    Edited by: sandeep pendyala on Feb 6, 2008 6:52 AM

    Hi Sandeep,
                     please check the trace file in SXMB_MONI,
                     which is avialble in response node.
                      if you analyze the trace, u can find-out....
                     error happend because of ehich field.
                    first copy the inbound xml from MONI and test it at message mapping.
                     then also, u can find-out the error.
    regards
    mahesh.

  • Error in Runtime Exception

    Hi all,
    Iam trying out a scenario for IDOC to RNIF,
    While Iam testing my Interface i am getting Exception in Runtime Exception...
    ''Global Usage code does not match with -- Production''
    can you plese help me on this.
    Regards
    Srinivas

    Hi all,
    Iam trying out a scenario for IDOC to RNIF,
    While Iam testing my Interface i am getting Exception in Runtime Exception...
    ''Global Usage code does not match with -- Production''
    can you plese help me on this.
    Regards
    Srinivas

  • Multi Mapping Base Runtime Exception

    Hi all
    Im getting a Base Runtime Excecption in Multi mapping. My scenario is File to IDocs.
    when i test the message is IR its successful. However while testing End to end im getting Base Runtime excception.
    Any pointers to this
    --Keerthi

    Hi Abhishek,
    I tested from ID-Tools-Test configuration
    Its stopping at the Interface Detarmination&Mapping step. Now the Base Runtime exception is gone. Geeting a new error"Messages in multi-message format can only be sent to one Adapter Engine".
    According to the forum i've removed the Messages and Message 1 tag and tested.. But still the same error.
    My scenario is File to IDOCs using multi -mapping. I've changes the occurece to unbounded.. Used Enhanced Receiver determination..All my configuration seems perfect Also in SXMB_MONI multiple messages as desired are present under 'Message Branch According to Receiver List'
    But the error "Messages in multi-message format can only be sent to one Adapter Engine" is still there
    --Keerthi

Maybe you are looking for

  • Which version of PhotoShop Elements should I buy for Windows Vista Home Premium and from what source?

    First time buying PhotoShop.  I need it for a project I'm involved with at my school, but I can't download Creative Cloud or PhotoShop Elements 13 because Vista is not supported by Adobe.  However, I find it easier to find a version more fit for my c

  • Fake APPLE Account verification Phishing Scam Alert

    Hi guys I haven't managed to find a link to inform APPLE directly of this scam, so here are the details.. I recieved this email to my registered Apple ID address.... The link below connects to http://www.mesinpertanian.com/apple.htm which is obviousl

  • Primary keys in entity beans

    I am creating an assignment for an EJB class that I am teaching. The assignment will ask students to create an entity bean to represent messages posted to an internet bulletin board. The fields in the entity bean are ID number, topic, user name, date

  • ShObjIdl.h compile error when including Photoshop SDK header?

    I develop photoshop plugins on both Mac 10.6 and Windows 7, now my code has been built and run successfully on Mac, but on Windows there are curious compile errors in a file "ShObjIdl.h", this is a Windows SDK header file. ( my VC++ version is 2010 )

  • Newbie.  PSE8  missing instructions  for obtaining exercise files

    Very frustrating since it is obviously omitted on your video tutorials.  It appears this information needs to be purchased at Lynda.com, since you cannot view the information without a subscription.  I don't even know if these exercise files even exi