[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

kot.filemon do-not-reply at jboss.com
Tue Feb 27 10:06:17 EST 2007


I did a tail server.log -n | grep 'org.jbpm'  to get only jbpm messages as I don't get anything for jbpm on stout. 

I hope they are the logs you have asked for.


  | 2007-02-27 15:59:33,872 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message, scheduler, logging, persistence, authentication]'
  | 2007-02-27 15:59:33,872 DEBUG [org.jbpm.JbpmContext] creating JbpmContext
  | 2007-02-27 15:59:33,872 DEBUG [org.jbpm.persistence.db.DbPersistenceServiceFactory] creating persistence service
  | 2007-02-27 15:59:33,872 DEBUG [org.jbpm.persistence.db.DbPersistenceService] creating hibernate session
  | 2007-02-27 15:59:33,874 DEBUG [org.hibernate.loader.Loader] result row: EntityKey[org.jbpm.graph.def.ProcessDefinition#1]
  | 2007-02-27 15:59:33,874 DEBUG [org.hibernate.engine.TwoPhaseLoad] resolving associations for [org.jbpm.graph.def.ProcessDefinition#1]
  | 2007-02-27 15:59:33,875 DEBUG [org.hibernate.engine.TwoPhaseLoad] adding entity to second-level cache: [org.jbpm.graph.def.ProcessDefinition#1]
  | 2007-02-27 15:59:33,875 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] Caching: org.jbpm.graph.def.ProcessDefinition#1
  | 2007-02-27 15:59:33,875 DEBUG [org.hibernate.engine.TwoPhaseLoad] done materializing entity [org.jbpm.graph.def.ProcessDefinition#1]
  | 2007-02-27 15:59:33,879 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] Cache lookup: org.jbpm.graph.def.ProcessDefinition.definitions#1
  | 2007-02-27 15:59:33,879 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] Cache lookup: org.jbpm.module.def.ModuleDefinition#1
  | 2007-02-27 15:59:33,879 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] Cache lookup: org.jbpm.module.def.ModuleDefinition#2
  | 2007-02-27 15:59:33,880 DEBUG [org.jbpm.graph.def.GraphElement] event 'process-start' on 'ProcessDefinition(vacationRequest)' for 'Token(/)'
  | 2007-02-27 15:59:33,880 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] Cache lookup: org.jbpm.graph.def.ProcessDefinition.events#1
  | 2007-02-27 15:59:33,880 DEBUG [org.hibernate.impl.SessionImpl] initializing proxy: [org.jbpm.graph.def.Node#1]
  | 2007-02-27 15:59:33,880 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] Cache lookup: org.jbpm.graph.def.Node#1
  | 2007-02-27 15:59:33,880 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] Cache lookup: org.jbpm.graph.def.Node.leavingTransitions#1
  | 2007-02-27 15:59:33,880 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] Cache lookup: org.jbpm.graph.def.Transition#1
  | 2007-02-27 15:59:33,881 DEBUG [org.jbpm.graph.def.GraphElement] event 'before-signal' on 'StartState(start)' for 'Token(/)'
  | 2007-02-27 15:59:33,881 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] Cache lookup: org.jbpm.graph.def.Node.events#1
  | 2007-02-27 15:59:33,881 DEBUG [org.jbpm.graph.def.GraphElement] event 'node-leave' on 'StartState(start)' for 'Token(/)'
  | 2007-02-27 15:59:33,881 DEBUG [org.jbpm.graph.def.GraphElement] event 'transition' on 'Transition()' for 'Token(/)'
  | 2007-02-27 15:59:33,881 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] Cache lookup: org.jbpm.graph.def.Transition.events#1
  | 2007-02-27 15:59:33,881 DEBUG [org.hibernate.impl.SessionImpl] initializing proxy: [org.jbpm.graph.def.Node#2]
  | 2007-02-27 15:59:33,881 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] Cache lookup: org.jbpm.graph.def.Node#2
  | 2007-02-27 15:59:33,881 DEBUG [org.jbpm.graph.def.GraphElement] event 'node-enter' on 'TaskNode(decision)' for 'Token(/)'
  | 2007-02-27 15:59:33,881 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] Cache lookup: org.jbpm.graph.def.Node.events#2
  | 2007-02-27 15:59:33,881 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] Cache lookup: org.jbpm.graph.node.TaskNode.tasks#2
  | 2007-02-27 15:59:33,881 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] Cache lookup: org.jbpm.taskmgmt.def.Task#1
  | 2007-02-27 15:59:33,882 WARN  [org.hibernate.engine.StatefulPersistenceContext.ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks ==
  | 2007-02-27 15:59:33,882 DEBUG [org.hibernate.impl.SessionImpl] initializing proxy: [org.jbpm.graph.node.TaskNode#2]
  | 2007-02-27 15:59:33,884 DEBUG [org.jbpm.graph.def.GraphElement] event 'task-create' on 'Task(decide)' for 'Token(/)'
  | 2007-02-27 15:59:33,884 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] Cache lookup: org.jbpm.taskmgmt.def.Task.events#1
  | 2007-02-27 15:59:33,886 DEBUG [org.jbpm.jpdl.el.impl.BeanMethod] invoking expression method 'assign'
  | 2007-02-27 15:59:33,888 DEBUG [org.jbpm.graph.def.GraphElement] event 'after-signal' on 'StartState(start)' for 'Token(/)'
  | 2007-02-27 15:59:33,888 DEBUG [org.jbpm.svc.Services] executing default save operations
  | 2007-02-27 15:59:33,888 DEBUG [org.jbpm.svc.save.HibernateSaveOperation] saving process instance
  | 2007-02-27 15:59:33,888 DEBUG [org.jbpm.svc.save.SaveLogsOperation] flushing logs to logging service.
  | 2007-02-27 15:59:33,894 DEBUG [org.jbpm.svc.save.CascadeSaveOperation] cascading save of 'org.jbpm.graph.exe.ProcessInstance at 1060f37'
  | 2007-02-27 15:59:33,894 DEBUG [org.jbpm.JbpmContext] closing JbpmContext
  | 2007-02-27 15:59:33,895 DEBUG [org.jbpm.svc.Services] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService at 18640f5
  | 2007-02-27 15:59:33,895 DEBUG [org.jbpm.persistence.db.DbPersistenceService] flushing hibernate session
  | 2007-02-27 15:59:33,900 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.graph.def.ProcessDefinition.events#1], was: [org.jbpm.graph.def.ProcessDefinition.even
  | ts#1] (initialized)
  | 2007-02-27 15:59:33,900 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.graph.def.ProcessDefinition.exceptionHandlers#1], was: [org.jbpm.graph.def.ProcessDefi
  | nition.exceptionHandlers#1] (uninitialized)
  | 2007-02-27 15:59:33,900 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.graph.def.ProcessDefinition.nodes#1], was: [org.jbpm.graph.def.ProcessDefinition.nodes
  | #1] (uninitialized)
  | 2007-02-27 15:59:33,900 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.graph.def.ProcessDefinition.actions#1], was: [org.jbpm.graph.def.ProcessDefinition.act
  | ions#1] (uninitialized)
  | 2007-02-27 15:59:33,900 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.graph.def.ProcessDefinition.definitions#1], was: [org.jbpm.graph.def.ProcessDefinition
  | 2007-02-27 15:59:33,901 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.graph.exe.ProcessInstance.instances#2], was: [<unreferenced>] (initialized)
  | 2007-02-27 15:59:33,901 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes#2], was: [org.jbpm.taskmgmt.def.TaskMgmtDefi
  | nition.swimlanes#2] (uninitialized)
  | 2007-02-27 15:59:33,901 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks#2], was: [org.jbpm.taskmgmt.def.TaskMgmtDefiniti
  | on.tasks#2] (uninitialized)
  | 2007-02-27 15:59:33,901 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.graph.def.Node.events#1], was: [org.jbpm.graph.def.Node.events#1] (initialized)
  | 2007-02-27 15:59:33,901 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.graph.def.Node.exceptionHandlers#1], was: [org.jbpm.graph.def.Node.exceptionHandlers#1
  | ] (uninitialized)
  | 2007-02-27 15:59:33,901 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.graph.def.Node.leavingTransitions#1], was: [org.jbpm.graph.def.Node.leavingTransitions
  | #1] (initialized)
  | 2007-02-27 15:59:33,901 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.graph.def.Node.arrivingTransitions#1], was: [org.jbpm.graph.def.Node.arrivingTransitio
  | ns#1] (uninitialized)
  | 2007-02-27 15:59:33,901 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.graph.def.Transition.events#1], was: [org.jbpm.graph.def.Transition.events#1] (initial
  | ized)
  | 2007-02-27 15:59:33,901 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.graph.def.Transition.exceptionHandlers#1], was: [org.jbpm.graph.def.Transition.excepti
  | onHandlers#1] (uninitialized)
  | 2007-02-27 15:59:33,901 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.graph.def.Node.events#2], was: [org.jbpm.graph.def.Node.events#2] (initialized)
  | 2007-02-27 15:59:33,901 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.graph.def.Node.exceptionHandlers#2], was: [org.jbpm.graph.def.Node.exceptionHandlers#2
  | ] (uninitialized)
  | 2007-02-27 15:59:33,901 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.graph.def.Node.leavingTransitions#2], was: [org.jbpm.graph.def.Node.leavingTransitions
  | #2] (uninitialized)
  | 2007-02-27 15:59:33,901 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.graph.def.Node.arrivingTransitions#2], was: [org.jbpm.graph.def.Node.arrivingTransitio
  | ns#2] (uninitialized)
  | 2007-02-27 15:59:33,901 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.graph.node.TaskNode.tasks#2], was: [org.jbpm.graph.node.TaskNode.tasks#2] (initialized
  | )
  | 2007-02-27 15:59:33,901 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.taskmgmt.def.Task.events#1], was: [org.jbpm.taskmgmt.def.Task.events#1] (initialized)
  | 2007-02-27 15:59:33,901 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.taskmgmt.def.Task.exceptionHandlers#1], was: [org.jbpm.taskmgmt.def.Task.exceptionHand
  | lers#1] (uninitialized)
  | 2007-02-27 15:59:33,902 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.taskmgmt.exe.TaskInstance.pooledActors#2], was: [<unreferenced>] (initialized)
  | 2007-02-27 15:59:33,902 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances#3], was: [<unreferenced>] (initialized)
  | 2007-02-27 15:59:33,902 DEBUG [org.hibernate.engine.Collections] Collection found: [org.jbpm.taskmgmt.exe.PooledActor.taskInstances#2], was: [<unreferenced>] (initialized)
  | 2007-02-27 15:59:33,902 DEBUG [org.hibernate.pretty.Printer] org.jbpm.taskmgmt.exe.PooledActor{actorId=admin, swimlaneInstance=null, taskInstances=[org.jbpm.taskmgmt.exe.TaskInsta
  | nce#2], id=2}
  | 2007-02-27 15:59:33,902 DEBUG [org.hibernate.pretty.Printer] org.jbpm.graph.log.SignalLog{index=1, transition=org.jbpm.graph.def.Transition#1, token=org.jbpm.graph.exe.Token#2, da
  | te=2007-02-27 15:59:33, parent=null, id=6}
  | 2007-02-27 15:59:33,902 DEBUG [org.hibernate.pretty.Printer] org.jbpm.context.def.ContextDefinition{name=org.jbpm.context.def.ContextDefinition, id=1, processDefinition=org.jbpm.g
  | raph.def.ProcessDefinition#1}
  | 2007-02-27 15:59:33,902 DEBUG [org.hibernate.pretty.Printer] org.jbpm.graph.def.Transition{to=org.jbpm.graph.def.Node#2, events=[], from=org.jbpm.graph.def.Node#1, exceptionHandle
  | rs=<uninitialized>, name=, id=1, processDefinition=org.jbpm.graph.def.ProcessDefinition#1}
  | 2007-02-27 15:59:33,902 DEBUG [org.hibernate.pretty.Printer] org.jbpm.taskmgmt.log.TaskCreateLog{taskActorId=null, taskInstance=org.jbpm.taskmgmt.exe.TaskInstance#2, index=3, toke
  | n=org.jbpm.graph.exe.Token#2, date=2007-02-27 15:59:33, parent=org.jbpm.logging.log.CompositeLog#6, id=8}
  | 2007-02-27 15:59:33,902 DEBUG [org.hibernate.pretty.Printer] org.jbpm.graph.def.ProcessDefinition{startState=org.jbpm.graph.def.Node#1, events=[], definitions=[org.jbpm.module.def
  | .ModuleDefinition#1, org.jbpm.module.def.ModuleDefinition#2], actions=<uninitialized>, nodes=<uninitialized>, exceptionHandlers=<uninitialized>, isTerminationImplicit=false, name=
  | vacationRequest, id=1, version=1}
  | 2007-02-27 15:59:33,903 DEBUG [org.hibernate.pretty.Printer] org.jbpm.graph.exe.Token{comments=null, processInstance=org.jbpm.graph.exe.ProcessInstance#2, subProcessInstance=null,
  |  start=2007-02-27 15:59:33, isSuspended=false, end=null, node=org.jbpm.graph.def.Node#0, id=2, version=0, nextLogIndex=4, name=null, isTerminationImplicit=false, children=null, is
  | AbleToReactivateParent=true, parent=null, nodeEnter=2007-02-27 15:59:33}
  | 2007-02-27 15:59:33,903 DEBUG [org.hibernate.pretty.Printer] org.jbpm.graph.node.TaskNode{signal=4, events=[], action=null, leavingTransitions=<uninitialized>, superState=null, ta
  | sks=[org.jbpm.taskmgmt.def.Task#1], id=2, createTasks=true, processDefinition=org.jbpm.graph.def.ProcessDefinition#1, isAsync=false, endTasks=false, exceptionHandlers=<uninitializ
  | ed>, name=decision, arrivingTransitions=<uninitialized>}
  | 2007-02-27 15:59:33,903 DEBUG [org.hibernate.pretty.Printer] org.jbpm.taskmgmt.exe.TaskInstance{comments=null, isBlocking=false, start=null, variableInstances=null, taskMgmtInstan
  | ce=org.jbpm.taskmgmt.exe.TaskMgmtInstance#3, isSuspended=false, isOpen=true, end=null, swimlaneInstance=null, dueDate=null, token=org.jbpm.graph.exe.Token#2, pooledActors=[org.jbp
  | m.taskmgmt.exe.PooledActor#2], id=2, actorId=null, isSignalling=true, create=2007-02-27 15:59:33, description=null, isCancelled=false, task=org.jbpm.taskmgmt.def.Task#1, name=deci
  | de, priority=3}
  | 2007-02-27 15:59:33,903 DEBUG [org.hibernate.pretty.Printer] org.jbpm.taskmgmt.def.TaskMgmtDefinition{swimlanes=<uninitialized>, startTask=org.jbpm.taskmgmt.def.Task#2, tasks=<uninitialized>, name=org.jbpm.taskmgmt.def.TaskMgmtDefinition, id=2, processDefinition=org.jbpm.graph.def.ProcessDefinition#1}
  | 2007-02-27 15:59:33,903 DEBUG [org.hibernate.pretty.Printer] org.jbpm.context.exe.ContextInstance{processInstance=org.jbpm.graph.exe.ProcessInstance#2, id=4, tokenVariableMaps=nul
  | l}
  | 2007-02-27 15:59:33,903 DEBUG [org.hibernate.pretty.Printer] org.jbpm.graph.log.TransitionLog{index=2, destinationNode=org.jbpm.graph.def.Node#2, sourceNode=org.jbpm.graph.def.Nod
  | e#1, transition=org.jbpm.graph.def.Transition#1, token=org.jbpm.graph.exe.Token#2, date=2007-02-27 15:59:33, parent=org.jbpm.logging.log.CompositeLog#6, id=7}
  | 2007-02-27 15:59:33,903 DEBUG [org.hibernate.pretty.Printer] org.jbpm.taskmgmt.def.Task{swimlane=null, assignmentDelegation=null, startState=null, events=[], isBlocking=false, due
  | Date=null, taskMgmtDefinition=org.jbpm.taskmgmt.def.TaskMgmtDefinition#2, pooledActorsExpression=#{vacationRequest.assign}, id=1, processDefinition=org.jbpm.graph.def.ProcessDefin
  | ition#1, taskNode=org.jbpm.graph.node.TaskNode#2, isSignalling=true, description=null, actorIdExpression=null, exceptionHandlers=<uninitialized>, taskController=null, name=decide}
  | 2007-02-27 15:59:33,903 DEBUG [org.hibernate.pretty.Printer] org.jbpm.taskmgmt.exe.TaskMgmtInstance{processInstance=org.jbpm.graph.exe.ProcessInstance#2, taskMgmtDefinition=org.jb
  | pm.taskmgmt.def.TaskMgmtDefinition#2, taskInstances=[org.jbpm.taskmgmt.exe.TaskInstance#2], swimlaneInstances=null, id=3}
  | 2007-02-27 15:59:33,903 DEBUG [org.hibernate.pretty.Printer] org.jbpm.graph.log.ProcessInstanceCreateLog{index=0, token=org.jbpm.graph.exe.Token#2, date=2007-02-27 15:59:33, paren
  | t=null, id=5}
  | 2007-02-27 15:59:33,903 DEBUG [org.hibernate.pretty.Printer] org.jbpm.graph.node.StartState{events=[], leavingTransitions=[org.jbpm.graph.def.Transition#1], action=null, superStat
  | e=null, exceptionHandlers=<uninitialized>, name=start, id=1, arrivingTransitions=<uninitialized>, isAsync=false, processDefinition=org.jbpm.graph.def.ProcessDefinition#1}
  | 2007-02-27 15:59:33,904 DEBUG [org.hibernate.pretty.Printer] org.jbpm.graph.exe.ProcessInstance{start=2007-02-27 15:59:33, instances=[org.jbpm.module.exe.ModuleInstance#3, org.jbp
  | m.module.exe.ModuleInstance#4], runtimeActions=null, isSuspended=false, end=null, superProcessToken=null, rootToken=org.jbpm.graph.exe.Token#2, id=2, processDefinition=org.jbpm.gr
  | aph.def.ProcessDefinition#1, version=1}
  | 2007-02-27 15:59:33,906 DEBUG [org.hibernate.persister.collection.AbstractCollectionPersister] Inserting collection: [org.jbpm.graph.exe.ProcessInstance.instances#2]
  | 2007-02-27 15:59:33,906 DEBUG [org.hibernate.persister.collection.AbstractCollectionPersister] Inserting collection: [org.jbpm.taskmgmt.exe.TaskInstance.pooledActors#2]
  | 2007-02-27 15:59:33,907 DEBUG [org.jbpm.persistence.db.DbPersistenceService] closing hibernate session
  | 2007-02-27 15:59:33,907 DEBUG [org.jbpm.svc.Services] closing service 'logging': org.jbpm.logging.db.DbLoggingService at dbe549
  | 2007-02-27 15:59:33,907 DEBUG [org.jbpm.svc.Services] closing service 'authentication': org.jbpm.security.authentication.DefaultAuthenticationService at aa4a39
  | 2007-02-27 15:59:34,012 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message, scheduler, logging, persistence, authentication]'
  | 2007-02-27 15:59:34,012 DEBUG [org.jbpm.JbpmContext] creating JbpmContext
  | 2007-02-27 15:59:34,012 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message, scheduler, logging, persistence, authentication]'
  | 2007-02-27 15:59:34,012 DEBUG [org.jbpm.JbpmContext] creating JbpmContext
  | 2007-02-27 15:59:34,012 DEBUG [org.jbpm.JbpmContext] closing JbpmContext
  | 2007-02-27 15:59:34,012 DEBUG [org.jbpm.persistence.db.DbPersistenceServiceFactory] creating persistence service
  | 2007-02-27 15:59:34,012 DEBUG [org.jbpm.persistence.db.DbPersistenceService] creating hibernate session
  | 2007-02-27 15:59:34,336 DEBUG [org.jbpm.JbpmContext] closing JbpmContext
  | 2007-02-27 15:59:34,336 DEBUG [org.jbpm.svc.Services] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService at ce92e7
  | 2007-02-27 15:59:34,336 DEBUG [org.jbpm.persistence.db.DbPersistenceService] flushing hibernate session
  | 2007-02-27 15:59:34,336 DEBUG [org.jbpm.persistence.db.DbPersistenceService] closing hibernate session
  | 2007-02-27 15:59:34,336 DEBUG [org.jbpm.svc.Services] closing service 'authentication': org.jbpm.security.authentication.DefaultAuthenticationService at e9cee
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023085#4023085

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023085



More information about the jboss-user mailing list