Sorry, NPE is short for NullPointerException. And as I mentioned last time
the exception doesn't happen in a class that's in ODE so I can't help I
don't even have the code for it.
Thanks,
Matthieu
On Thu, Sep 4, 2008 at 12:35 AM, Giorgio M. <[EMAIL PROTECTED]>wrote:
>
> Il giorno mer, 03/09/2008 alle 10.54 -0700, Matthieu Riou ha scritto:
> > On Wed, Sep 3, 2008 at 6:03 AM, Giorgio M. <[EMAIL PROTECTED]
> >wrote:
> >
> > > Hi to all,
> > >
> > > i have a problem in servicemix when a service within the BPEL process
> is
> > > invoked. Here is the log:
> > >
> > > WARN - MonitorStandardConsumerProcessor - createMessageExchange -> No
> > > configured Sender endpoint for
> > > exchange:[EMAIL PROTECTED]
> > > WARN - MonitorStandardConsumerProcessor - createMessageExchange -> No
> > > configured Sender endpoint for
> > > exchange:[EMAIL PROTECTED]
> > > ERROR - OdeListener - Problems during process
> > > execution
> > > java.lang.NullPointerException
> > > at
> > >
> > >
> org.spagic.monitoring.ode.listeners.OdeListener.onEvent(OdeListener.java:153)
> > > at
> > >
> > >
> org.apache.ode.bpel.engine.BpelEngineImpl.fireEvent(BpelEngineImpl.java:422)
> > > at
> > >
> > >
> org.apache.ode.bpel.engine.BpelRuntimeContextImpl.sendEvent(BpelRuntimeContextImpl.java:1000)
> > > at
> org.apache.ode.bpel.runtime.ACTIVITY.sendEvent(ACTIVITY.java:106)
> > > at
> org.apache.ode.bpel.runtime.INVOKE$1.onResponse(INVOKE.java:123)
> > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> > > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
> Source)
> > > at java.lang.reflect.Method.invoke(Unknown Source)
> > > at org.apache.ode.jacob.vpu.JacobVPU
> > > $JacobThreadImpl.run(JacobVPU.java:451)
> > > at org.apache.ode.jacob.vpu.JacobVPU.execute(JacobVPU.java:139)
> > > at
> > >
> > >
> org.apache.ode.bpel.engine.BpelRuntimeContextImpl.execute(BpelRuntimeContextImpl.java:812)
> > > at
> > >
> > >
> org.apache.ode.bpel.engine.BpelProcess.handleWorkEvent(BpelProcess.java:392)
> > > at
> > >
> > >
> org.apache.ode.bpel.engine.BpelEngineImpl.onScheduledJob(BpelEngineImpl.java:328)
> > > at
> > >
> > >
> org.apache.ode.bpel.engine.BpelServerImpl.onScheduledJob(BpelServerImpl.java:373)
> > > at org.apache.ode.scheduler.simple.SimpleScheduler$4
> > > $1.call(SimpleScheduler.java:341)
> > > at org.apache.ode.scheduler.simple.SimpleScheduler$4
> > > $1.call(SimpleScheduler.java:340)
> > > at
> > >
> > >
> org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:179)
> > > at org.apache.ode.scheduler.simple.SimpleScheduler
> > > $4.call(SimpleScheduler.java:339)
> > > at org.apache.ode.scheduler.simple.SimpleScheduler
> > > $4.call(SimpleScheduler.java:336)
> > > at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
> > > at java.util.concurrent.FutureTask.run(Unknown Source)
> > > at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
> > > Source)
> > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
> > > Source)
> > > at java.lang.Thread.run(Unknown Source)
> > > WARN - MonitorStandardConsumerProcessor - createMessageExchange -> No
> > > configured Sender endpoint for
> > > exchange:[EMAIL PROTECTED]
> > >
> > > ....
> > >
> > > does someone can help me?
> > >
> >
> > The NPE doesn't happen in ODE, do you know where this class comes from?
> >
> > org.spagic.monitoring.ode.listeners.OdeListener
> >
> > Thanks,
> > Matthieu
>
> I don't know what is NPE and i know the class
> org.spagic.monitoring.ode.listeners.OdeListener.
>
> But why? i didn't understand!
>
> However i attach the whole debug log:
>
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ProcessInstanceStartedEvent:
> RootScopeId = 0
> ScopeDeclarationId = 3
> Type = instanceLifecycle
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:02 GMT+01:00 2008
> LineNo = -1
> Class = class
> org.apache.ode.bpel.evt.ProcessInstanceStartedEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityEnabledEvent:
> Type = activityLifecycle
> ActivityType = OSequence
> ActivityId = 2
> ActivityName = main
> ActivityDeclarationId = 22
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:03 GMT+01:00 2008
> LineNo = 25
> Class = class org.apache.ode.bpel.evt.ActivityEnabledEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecStartEvent:
> Type = activityLifecycle
> ActivityType = OSequence
> ActivityId = 2
> ActivityName = main
> ActivityDeclarationId = 22
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:03 GMT+01:00 2008
> LineNo = 25
> Class = class org.apache.ode.bpel.evt.ActivityExecStartEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityEnabledEvent:
> Type = activityLifecycle
> ActivityType = OPickReceive
> ActivityId = 4
> ActivityName = Start
> ActivityDeclarationId = 23
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:03 GMT+01:00 2008
> LineNo = 28
> Class = class org.apache.ode.bpel.evt.ActivityEnabledEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecStartEvent:
> Type = activityLifecycle
> ActivityType = OPickReceive
> ActivityId = 4
> ActivityName = Start
> ActivityDeclarationId = 23
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:03 GMT+01:00 2008
> LineNo = 28
> Class = class org.apache.ode.bpel.evt.ActivityExecStartEvent
> DEBUG - OdeListener - Tracing event..
> DEBUG - OdeListener - Unable to retrieve variables
> map for process: 0
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ProcessInstanceStateChangeEvent:
> OldState = 0
> NewState = 10
> Type = instanceLifecycle
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:03 GMT+01:00 2008
> LineNo = -1
> Class = class
> org.apache.ode.bpel.evt.ProcessInstanceStateChangeEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ProcessInstanceStateChangeEvent:
> OldState = 10
> NewState = 20
> Type = instanceLifecycle
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:03 GMT+01:00 2008
> LineNo = -1
> Class = class
> org.apache.ode.bpel.evt.ProcessInstanceStateChangeEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> VariableModificationEvent:
> NewValue = [message: null]
> Type = dataHandling
> VarName = input
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:03 GMT+01:00 2008
> LineNo = 28
> Class = class org.apache.ode.bpel.evt.VariableModificationEvent
> DEBUG - OdeListener - Variable changed. Variable
> name: input
> DEBUG - OdeListener - Variable value: <?xml
> version="1.0" encoding="UTF-8"?>
> <message><payload><tns:FirstProcessRequest
> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:tns="urn:eng:spagic:processes:FirstProcess:v0">
> <tns:input>AXA</tns:input>
> </tns:FirstProcessRequest></payload></message>
> DEBUG - OdeListener - Created variable map for
> process: 0
> DEBUG - OdeListener - Created scope map for scope id
> 0 and process: 0
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityEnabledEvent:
> Type = activityLifecycle
> ActivityType = OEmpty
> ActivityId = 6
> ActivityDeclarationId = 25
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:03 GMT+01:00 2008
> LineNo = 7
> Class = class org.apache.ode.bpel.evt.ActivityEnabledEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecStartEvent:
> Type = activityLifecycle
> ActivityType = OEmpty
> ActivityId = 6
> ActivityDeclarationId = 25
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:03 GMT+01:00 2008
> LineNo = 7
> Class = class org.apache.ode.bpel.evt.ActivityExecStartEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecEndEvent:
> Type = activityLifecycle
> ActivityType = OEmpty
> ActivityId = 6
> ActivityDeclarationId = 25
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:03 GMT+01:00 2008
> LineNo = 7
> Class = class org.apache.ode.bpel.evt.ActivityExecEndEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecEndEvent:
> Type = activityLifecycle
> ActivityType = OPickReceive
> ActivityId = 4
> ActivityName = Start
> ActivityDeclarationId = 23
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:03 GMT+01:00 2008
> LineNo = 28
> Class = class org.apache.ode.bpel.evt.ActivityExecEndEvent
> DEBUG - OdeListener - Tracing event..
> DEBUG - OdeListener - Retrieved variables map for
> process: 0
> DEBUG - OdeListener - Retrieve the Communication
> Pattern
> DEBUG - OdeListener - Communication Pattern Retrieved
> [null]
> DEBUG - OdeListener - Search Transition Instance for
> a record with ID = ODE:0:4:1220449825560
> DEBUG - OdeListener - Transition Instance not found:
> first process transition
> DEBUG - OdeListener - Event traced
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityEnabledEvent:
> Type = activityLifecycle
> ActivityType = OAssign
> ActivityId = 8
> ActivityName = InitializeVariable
> ActivityDeclarationId = 26
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:04 GMT+01:00 2008
> LineNo = 29
> Class = class org.apache.ode.bpel.evt.ActivityEnabledEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecStartEvent:
> Type = activityLifecycle
> ActivityType = OAssign
> ActivityId = 8
> ActivityName = InitializeVariable
> ActivityDeclarationId = 26
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:04 GMT+01:00 2008
> LineNo = 29
> Class = class org.apache.ode.bpel.evt.ActivityExecStartEvent
> DEBUG - OdeListener - Tracing event..
> DEBUG - OdeListener - Retrieved variables map for
> process: 0
> DEBUG - OdeListener - Retrieve the Communication
> Pattern
> DEBUG - OdeListener - Communication Pattern Retrieved
> [null]
> DEBUG - OdeListener - Creating a new Transition
> Instance....
> DEBUG - OdeListener - createMessageExchange:: START
> DEBUG - OdeListener - createMessageExchange -> No
> configured Sender endpoint for
> exchange:[EMAIL PROTECTED]
> DEBUG - OdeListener - createMessageExchange -> Target
> Step [null]
> DEBUG - OdeListener - Process not registered on
> database, targetStep null not found
> DEBUG - OdeListener -
> targetServiceName.getNamespaceURI():
> urn:eng:spagic:processes:FirstProcess:v0
> DEBUG - OdeListener -
> targetServiceName.getLocalPart(): InitializeVariable
> DEBUG - OdeListener -
> DEBUG - OdeListener - Event traced
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> VariableModificationEvent:
> NewValue = [message: null]
> Type = dataHandling
> VarName = output
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:04 GMT+01:00 2008
> LineNo = 30
> Class = class org.apache.ode.bpel.evt.VariableModificationEvent
> DEBUG - OdeListener - Variable changed. Variable
> name: output
> DEBUG - OdeListener - Variable value: <?xml
> version="1.0" encoding="UTF-8"?>
> <message><payload><FirstProcessResponse
> xmlns="urn:eng:spagic:processes:FirstProcess:v0"
> xmlns:xsd="urn:eng:spagic:processes:FirstProcess:v0">
> <xsd:result/>
> </FirstProcessResponse></payload></message>
> DEBUG - OdeListener - Retrieved variable map for
> process: 0
> DEBUG - OdeListener - Retrieved scope map for scope
> id 0 and process: 0
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> VariableModificationEvent:
> NewValue = [message: null]
> Type = dataHandling
> VarName = inputInvoke
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:04 GMT+01:00 2008
> LineNo = 40
> Class = class org.apache.ode.bpel.evt.VariableModificationEvent
> DEBUG - OdeListener - Variable changed. Variable
> name: inputInvoke
> DEBUG - OdeListener - Variable value: <?xml
> version="1.0" encoding="UTF-8"?>
> <message><parameters><getStockFullName
> xmlns="http://axis1.description.wsdlservice.engineering.wservice"
> xmlns:xsd="http://axis1.description.wsdlservice.engineering.wservice">
> <xsd:symbol/>
> </getStockFullName></parameters></message>
> DEBUG - OdeListener - Retrieved variable map for
> process: 0
> DEBUG - OdeListener - Retrieved scope map for scope
> id 0 and process: 0
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> VariableModificationEvent:
> NewValue = [message: null]
> Type = dataHandling
> VarName = outputInvoke
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:04 GMT+01:00 2008
> LineNo = 50
> Class = class org.apache.ode.bpel.evt.VariableModificationEvent
> DEBUG - OdeListener - Variable changed. Variable
> name: outputInvoke
> DEBUG - OdeListener - Variable value: <?xml
> version="1.0" encoding="UTF-8"?>
> <message><parameters><getStockFullNameResponse
> xmlns="http://axis1.description.wsdlservice.engineering.wservice"
> xmlns:xsd="http://axis1.description.wsdlservice.engineering.wservice">
> <xsd:getStockFullNameReturn/>
>
> </getStockFullNameResponse></parameters></message>
> DEBUG - OdeListener - Retrieved variable map for
> process: 0
> DEBUG - OdeListener - Retrieved scope map for scope
> id 0 and process: 0
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecEndEvent:
> Type = activityLifecycle
> ActivityType = OAssign
> ActivityId = 8
> ActivityName = InitializeVariable
> ActivityDeclarationId = 26
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:04 GMT+01:00 2008
> LineNo = 29
> Class = class org.apache.ode.bpel.evt.ActivityExecEndEvent
> DEBUG - OdeListener - Tracing event..
> DEBUG - OdeListener - Retrieved variables map for
> process: 0
> DEBUG - OdeListener - Retrieve the Communication
> Pattern
> DEBUG - OdeListener - Communication Pattern Retrieved
> [null]
> DEBUG - OdeListener - Search Transition Instance for
> a record with ID = ODE:0:8:1220449825560
> DEBUG - OdeListener - Transition Instance not found:
> first process transition
> DEBUG - OdeListener - Event traced
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityEnabledEvent:
> Type = activityLifecycle
> ActivityType = OAssign
> ActivityId = 10
> ActivityName = AssignSymbol
> ActivityDeclarationId = 36
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:05 GMT+01:00 2008
> LineNo = 61
> Class = class org.apache.ode.bpel.evt.ActivityEnabledEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecStartEvent:
> Type = activityLifecycle
> ActivityType = OAssign
> ActivityId = 10
> ActivityName = AssignSymbol
> ActivityDeclarationId = 36
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:05 GMT+01:00 2008
> LineNo = 61
> Class = class org.apache.ode.bpel.evt.ActivityExecStartEvent
> DEBUG - OdeListener - Tracing event..
> DEBUG - OdeListener - Retrieved variables map for
> process: 0
> DEBUG - OdeListener - Retrieve the Communication
> Pattern
> DEBUG - OdeListener - Communication Pattern Retrieved
> [null]
> DEBUG - OdeListener - Creating a new Transition
> Instance....
> DEBUG - OdeListener - createMessageExchange:: START
> DEBUG - OdeListener - createMessageExchange -> No
> configured Sender endpoint for
> exchange:[EMAIL PROTECTED]
> DEBUG - OdeListener - createMessageExchange -> Target
> Step [null]
> DEBUG - OdeListener - Process not registered on
> database, targetStep null not found
> DEBUG - OdeListener -
> targetServiceName.getNamespaceURI():
> urn:eng:spagic:processes:FirstProcess:v0
> DEBUG - OdeListener -
> targetServiceName.getLocalPart(): AssignSymbol
> DEBUG - OdeListener -
> DEBUG - OdeListener - Event traced
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> VariableReadEvent:
> Type = dataHandling
> VarName = input
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:05 GMT+01:00 2008
> LineNo = 61
> Class = class org.apache.ode.bpel.evt.VariableReadEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> VariableModificationEvent:
> NewValue = [message: null]
> Type = dataHandling
> VarName = inputInvoke
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:05 GMT+01:00 2008
> LineNo = 62
> Class = class org.apache.ode.bpel.evt.VariableModificationEvent
> DEBUG - OdeListener - Variable changed. Variable
> name: inputInvoke
> DEBUG - OdeListener - Variable value: <?xml
> version="1.0" encoding="UTF-8"?>
> <message><parameters><getStockFullName
> xmlns="http://axis1.description.wsdlservice.engineering.wservice"
> xmlns:xsd="http://axis1.description.wsdlservice.engineering.wservice">
> <symbol>AXA</symbol>
> </getStockFullName></parameters></message>
> DEBUG - OdeListener - Retrieved variable map for
> process: 0
> DEBUG - OdeListener - Retrieved scope map for scope
> id 0 and process: 0
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecEndEvent:
> Type = activityLifecycle
> ActivityType = OAssign
> ActivityId = 10
> ActivityName = AssignSymbol
> ActivityDeclarationId = 36
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:05 GMT+01:00 2008
> LineNo = 61
> Class = class org.apache.ode.bpel.evt.ActivityExecEndEvent
> DEBUG - OdeListener - Tracing event..
> DEBUG - OdeListener - Retrieved variables map for
> process: 0
> DEBUG - OdeListener - Retrieve the Communication
> Pattern
> DEBUG - OdeListener - Communication Pattern Retrieved
> [null]
> DEBUG - OdeListener - Search Transition Instance for
> a record with ID = ODE:0:10:1220449825560
> DEBUG - OdeListener - Transition Instance not found:
> first process transition
> DEBUG - OdeListener - Event traced
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityEnabledEvent:
> Type = activityLifecycle
> ActivityType = OScope
> ActivityId = 12
> ActivityDeclarationId = 43
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:05 GMT+01:00 2008
> LineNo = 73
> Class = class org.apache.ode.bpel.evt.ActivityEnabledEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecStartEvent:
> Type = activityLifecycle
> ActivityType = OScope
> ActivityId = 12
> ActivityDeclarationId = 43
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:05 GMT+01:00 2008
> LineNo = 73
> Class = class org.apache.ode.bpel.evt.ActivityExecStartEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityEnabledEvent:
> Type = activityLifecycle
> ActivityType = OInvoke
> ActivityId = 14
> ActivityName = Invoke
> ActivityDeclarationId = 44
> ScopeId = 1
> ParentScopeId = 0
> ScopeDeclarationId = 43
> ParentScopesNames = [Invoke, __PROCESS_SCOPE:FirstProcess]
> ScopeName = Invoke
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:05 GMT+01:00 2008
> LineNo = 73
> Class = class org.apache.ode.bpel.evt.ActivityEnabledEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecStartEvent:
> Type = activityLifecycle
> ActivityType = OInvoke
> ActivityId = 14
> ActivityName = Invoke
> ActivityDeclarationId = 44
> ScopeId = 1
> ParentScopeId = 0
> ScopeDeclarationId = 43
> ParentScopesNames = [Invoke, __PROCESS_SCOPE:FirstProcess]
> ScopeName = Invoke
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:05 GMT+01:00 2008
> LineNo = 73
> Class = class org.apache.ode.bpel.evt.ActivityExecStartEvent
> DEBUG - OdeListener - Tracing event..
> DEBUG - OdeListener - Retrieved variables map for
> process: 0
> DEBUG - OdeListener - Retrieve the Communication
> Pattern
> DEBUG - OdeListener - Communication Pattern Retrieved
> [null]
> DEBUG - OdeListener - Creating a new Transition
> Instance....
> DEBUG - OdeListener - createMessageExchange:: START
> DEBUG - OdeListener - createMessageExchange -> No
> configured Sender endpoint for
> exchange:[EMAIL PROTECTED]
> DEBUG - OdeListener - createMessageExchange -> Target
> Step [null]
> DEBUG - OdeListener - Process not registered on
> database, targetStep null not found
> DEBUG - OdeListener -
> targetServiceName.getNamespaceURI():
> urn:eng:spagic:processes:FirstProcess:v0
> DEBUG - OdeListener -
> targetServiceName.getLocalPart(): Invoke
> DEBUG - OdeListener -
> DEBUG - OdeListener - Event traced
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> VariableReadEvent:
> Type = dataHandling
> VarName = inputInvoke
> ScopeId = 1
> ParentScopeId = 0
> ScopeDeclarationId = 43
> ParentScopesNames = [Invoke, __PROCESS_SCOPE:FirstProcess]
> ScopeName = Invoke
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:05 GMT+01:00 2008
> LineNo = 73
> Class = class org.apache.ode.bpel.evt.VariableReadEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ProcessMessageExchangeEvent:
> Operation = getStockFullName
> PortType =
> {http://axis1.description.wsdlservice.engineering.wservice
> }RetrievalDescription
> MessageExchangeId = 4611686018427387904
> Aspect = 3
> Type = instanceLifecycle
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:05 GMT+01:00 2008
> LineNo = -1
> Class = class
> org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
> WARN - MonitorStandardConsumerProcessor - createMessageExchange -> No
> configured Sender endpoint for
> exchange:[EMAIL PROTECTED]
> WARN - MonitorStandardConsumerProcessor - createMessageExchange -> No
> configured Sender endpoint for
> exchange:[EMAIL PROTECTED]
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ProcessMessageExchangeEvent:
> Operation = getStockFullName
> PortType =
> {http://axis1.description.wsdlservice.engineering.wservice
> }RetrievalDescription
> MessageExchangeId = 4611686018427387904
> Aspect = 4
> Type = instanceLifecycle
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:12 GMT+01:00 2008
> LineNo = -1
> Class = class
> org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> VariableModificationEvent:
> NewValue = [message: null]
> Type = dataHandling
> VarName = outputInvoke
> ScopeId = 1
> ParentScopeId = 0
> ScopeDeclarationId = 43
> ParentScopesNames = [Invoke, __PROCESS_SCOPE:FirstProcess]
> ScopeName = Invoke
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:12 GMT+01:00 2008
> LineNo = 73
> Class = class org.apache.ode.bpel.evt.VariableModificationEvent
> DEBUG - OdeListener - Variable changed. Variable
> name: outputInvoke
> ERROR - OdeListener - Problems during process
> execution
> java.lang.NullPointerException
> at
>
> org.spagic.monitoring.ode.listeners.OdeListener.onEvent(OdeListener.java:153)
> at
>
> org.apache.ode.bpel.engine.BpelEngineImpl.fireEvent(BpelEngineImpl.java:422)
> at
>
> org.apache.ode.bpel.engine.BpelRuntimeContextImpl.sendEvent(BpelRuntimeContextImpl.java:1000)
> at
> org.apache.ode.bpel.runtime.ACTIVITY.sendEvent(ACTIVITY.java:106)
> at org.apache.ode.bpel.runtime.INVOKE
> $1.onResponse(INVOKE.java:123)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
> Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.apache.ode.jacob.vpu.JacobVPU
> $JacobThreadImpl.run(JacobVPU.java:451)
> at org.apache.ode.jacob.vpu.JacobVPU.execute(JacobVPU.java:139)
> at
>
> org.apache.ode.bpel.engine.BpelRuntimeContextImpl.execute(BpelRuntimeContextImpl.java:812)
> at
>
> org.apache.ode.bpel.engine.BpelProcess.handleWorkEvent(BpelProcess.java:392)
> at
>
> org.apache.ode.bpel.engine.BpelEngineImpl.onScheduledJob(BpelEngineImpl.java:328)
> at
>
> org.apache.ode.bpel.engine.BpelServerImpl.onScheduledJob(BpelServerImpl.java:373)
> at org.apache.ode.scheduler.simple.SimpleScheduler$4
> $1.call(SimpleScheduler.java:341)
> at org.apache.ode.scheduler.simple.SimpleScheduler$4
> $1.call(SimpleScheduler.java:340)
> at
>
> org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:179)
> at org.apache.ode.scheduler.simple.SimpleScheduler
> $4.call(SimpleScheduler.java:339)
> at org.apache.ode.scheduler.simple.SimpleScheduler
> $4.call(SimpleScheduler.java:336)
> at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
> at java.util.concurrent.FutureTask.run(Unknown Source)
> at java.util.concurrent.ThreadPoolExecutor
> $Worker.runTask(Unknown
> Source)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
> Source)
> at java.lang.Thread.run(Unknown Source)
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecEndEvent:
> Type = activityLifecycle
> ActivityType = OInvoke
> ActivityId = 14
> ActivityName = Invoke
> ActivityDeclarationId = 44
> ScopeId = 1
> ParentScopeId = 0
> ScopeDeclarationId = 43
> ParentScopesNames = [Invoke, __PROCESS_SCOPE:FirstProcess]
> ScopeName = Invoke
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:12 GMT+01:00 2008
> LineNo = 73
> Class = class org.apache.ode.bpel.evt.ActivityExecEndEvent
> DEBUG - OdeListener - Tracing event..
> DEBUG - OdeListener - Retrieved variables map for
> process: 0
> DEBUG - OdeListener - Retrieve the Communication
> Pattern
> DEBUG - OdeListener - Communication Pattern Retrieved
> [null]
> DEBUG - OdeListener - Search Transition Instance for
> a record with ID = ODE:0:14:1220449825560
> DEBUG - OdeListener - Transition Instance not found:
> first process transition
> DEBUG - OdeListener - Event traced
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecEndEvent:
> Type = activityLifecycle
> ActivityType = OScope
> ActivityId = 12
> ActivityDeclarationId = 43
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:12 GMT+01:00 2008
> LineNo = 73
> Class = class org.apache.ode.bpel.evt.ActivityExecEndEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityEnabledEvent:
> Type = activityLifecycle
> ActivityType = OAssign
> ActivityId = 16
> ActivityName = AssignFullName
> ActivityDeclarationId = 50
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:12 GMT+01:00 2008
> LineNo = 74
> Class = class org.apache.ode.bpel.evt.ActivityEnabledEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecStartEvent:
> Type = activityLifecycle
> ActivityType = OAssign
> ActivityId = 16
> ActivityName = AssignFullName
> ActivityDeclarationId = 50
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:12 GMT+01:00 2008
> LineNo = 74
> Class = class org.apache.ode.bpel.evt.ActivityExecStartEvent
> DEBUG - OdeListener - Tracing event..
> DEBUG - OdeListener - Retrieved variables map for
> process: 0
> DEBUG - OdeListener - Retrieve the Communication
> Pattern
> DEBUG - OdeListener - Communication Pattern Retrieved
> [null]
> DEBUG - OdeListener - Creating a new Transition
> Instance....
> DEBUG - OdeListener - createMessageExchange:: START
> DEBUG - OdeListener - createMessageExchange -> No
> configured Sender endpoint for
> exchange:[EMAIL PROTECTED]
> DEBUG - OdeListener - createMessageExchange -> Target
> Step [null]
> DEBUG - OdeListener - Process not registered on
> database, targetStep null not found
> DEBUG - OdeListener -
> targetServiceName.getNamespaceURI():
> urn:eng:spagic:processes:FirstProcess:v0
> DEBUG - OdeListener -
> targetServiceName.getLocalPart(): AssignFullName
> DEBUG - OdeListener -
> DEBUG - OdeListener - Event traced
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> VariableReadEvent:
> Type = dataHandling
> VarName = outputInvoke
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:12 GMT+01:00 2008
> LineNo = 74
> Class = class org.apache.ode.bpel.evt.VariableReadEvent
> WARN - MonitorStandardConsumerProcessor - createMessageExchange -> No
> configured Sender endpoint for
> exchange:[EMAIL PROTECTED]
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> VariableModificationEvent:
> NewValue = [message: null]
> Type = dataHandling
> VarName = output
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:12 GMT+01:00 2008
> LineNo = 75
> Class = class org.apache.ode.bpel.evt.VariableModificationEvent
> DEBUG - OdeListener - Variable changed. Variable
> name: output
> DEBUG - OdeListener - Variable value: <?xml
> version="1.0" encoding="UTF-8"?>
> <message><payload><FirstProcessResponse
> xmlns="urn:eng:spagic:processes:FirstProcess:v0"
> xmlns:xsd="urn:eng:spagic:processes:FirstProcess:v0">
> <result>null</result>
> </FirstProcessResponse></payload></message>
> DEBUG - OdeListener - Retrieved variable map for
> process: 0
> DEBUG - OdeListener - Retrieved scope map for scope
> id 0 and process: 0
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecEndEvent:
> Type = activityLifecycle
> ActivityType = OAssign
> ActivityId = 16
> ActivityName = AssignFullName
> ActivityDeclarationId = 50
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:12 GMT+01:00 2008
> LineNo = 74
> Class = class org.apache.ode.bpel.evt.ActivityExecEndEvent
> DEBUG - OdeListener - Tracing event..
> DEBUG - OdeListener - Retrieved variables map for
> process: 0
> DEBUG - OdeListener - Retrieve the Communication
> Pattern
> DEBUG - OdeListener - Communication Pattern Retrieved
> [null]
> DEBUG - OdeListener - Search Transition Instance for
> a record with ID = ODE:0:16:1220449825560
> DEBUG - OdeListener - Transition Instance not found:
> first process transition
> DEBUG - OdeListener - Event traced
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityEnabledEvent:
> Type = activityLifecycle
> ActivityType = OReply
> ActivityId = 18
> ActivityName = End
> ActivityDeclarationId = 56
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:12 GMT+01:00 2008
> LineNo = 85
> Class = class org.apache.ode.bpel.evt.ActivityEnabledEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecStartEvent:
> Type = activityLifecycle
> ActivityType = OReply
> ActivityId = 18
> ActivityName = End
> ActivityDeclarationId = 56
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:12 GMT+01:00 2008
> LineNo = 85
> Class = class org.apache.ode.bpel.evt.ActivityExecStartEvent
> DEBUG - OdeListener - Tracing event..
> DEBUG - OdeListener - Retrieved variables map for
> process: 0
> DEBUG - OdeListener - Retrieve the Communication
> Pattern
> DEBUG - OdeListener - Communication Pattern Retrieved
> [null]
> DEBUG - OdeListener - Creating a new Transition
> Instance....
> DEBUG - OdeListener - createMessageExchange:: START
> DEBUG - OdeListener - createMessageExchange -> No
> configured Sender endpoint for
> exchange:[EMAIL PROTECTED]
> DEBUG - OdeListener - createMessageExchange -> Target
> Step [null]
> DEBUG - OdeListener - Process not registered on
> database, targetStep null not found
> DEBUG - OdeListener -
> targetServiceName.getNamespaceURI():
> urn:eng:spagic:processes:FirstProcess:v0
> DEBUG - OdeListener -
> targetServiceName.getLocalPart(): End
> DEBUG - OdeListener -
> DEBUG - OdeListener - Event traced
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> VariableReadEvent:
> Type = dataHandling
> VarName = output
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:13 GMT+01:00 2008
> LineNo = 85
> Class = class org.apache.ode.bpel.evt.VariableReadEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ProcessMessageExchangeEvent:
> Operation = process
> PortType =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Aspect = 1
> Type = instanceLifecycle
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:13 GMT+01:00 2008
> LineNo = -1
> Class = class
> org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecEndEvent:
> Type = activityLifecycle
> ActivityType = OReply
> ActivityId = 18
> ActivityName = End
> ActivityDeclarationId = 56
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:13 GMT+01:00 2008
> LineNo = 85
> Class = class org.apache.ode.bpel.evt.ActivityExecEndEvent
> DEBUG - OdeListener - Tracing event..
> DEBUG - OdeListener - Retrieved variables map for
> process: 0
> DEBUG - OdeListener - Retrieve the Communication
> Pattern
> DEBUG - OdeListener - Communication Pattern Retrieved
> [null]
> DEBUG - OdeListener - Search Transition Instance for
> a record with ID = ODE:0:18:1220449825560
> DEBUG - OdeListener - Transition Instance not found:
> first process transition
> DEBUG - OdeListener - Event traced
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ActivityExecEndEvent:
> Type = activityLifecycle
> ActivityType = OSequence
> ActivityId = 2
> ActivityName = main
> ActivityDeclarationId = 22
> ScopeId = 0
> ScopeDeclarationId = 3
> ParentScopesNames = [__PROCESS_SCOPE:FirstProcess]
> ScopeName = __PROCESS_SCOPE:FirstProcess
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:13 GMT+01:00 2008
> LineNo = 25
> Class = class org.apache.ode.bpel.evt.ActivityExecEndEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ProcessInstanceStateChangeEvent:
> OldState = 20
> NewState = 30
> Type = instanceLifecycle
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:13 GMT+01:00 2008
> LineNo = -1
> Class = class
> org.apache.ode.bpel.evt.ProcessInstanceStateChangeEvent
> DEBUG - OdeListener - Tracing event:
> DEBUG - OdeListener -
> ProcessCompletionEvent:
> Type = instanceLifecycle
> ProcessInstanceId = 0
> ProcessId =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess-12
> ProcessName =
> {urn:eng:spagic:processes:FirstProcess:v0}FirstProcess
> Timestamp = Wed Sep 03 14:52:13 GMT+01:00 2008
> LineNo = -1
> Class = class org.apache.ode.bpel.evt.ProcessCompletionEvent
> DEBUG - OdeListener - Tracing event..
> DEBUG - OdeListener - Retrieved variables map for
> process: 0
> DEBUG - OdeListener - Retrieve the Communication
> Pattern
> DEBUG - OdeListener - Communication Pattern Retrieved
> [null]
> DEBUG - OdeListener - createMessageExchange::
> Correlation ID [ODE:0:1220449825560]
> DEBUG - OdeListener - Event traced
> DEBUG - OdeListener - Process 0 completed
>
>
> Hope you can help me.
>
> Best regards
>
>
> > >
> > > thanks very much
> > >
> > >
>
>