[JBoss jBPM] - Re: JBoss + JBPM + Mysql - Deployment is not going through
by chocopie
hi,
I'm trying to deploy the jbpm-jpdl-3.2.2 jbpm-console project to JBoss Server 4.0.5.GA with MySQL database.
I have followed this forum and the jbpm tutorial:
http://docs.jboss.com/jbpm/v3/userguide/thejbpmdatabase.html
In the webapp I can login but can't show the jbpm process, which I deployed before and in the database there is the deployed process to see.
Here is the console output:
| 15:21:05,949 ERROR [STDERR] 06.12.2007 15:21:05 com.sun.faces.config.ConfigureListener contextInitialized
| INFO: Initializing Sun's JavaServer Faces implementation (1.2_03-b09-FCS) for context 'null'
| 15:21:06,167 ERROR [STDERR] 06.12.2007 15:21:06 com.sun.faces.spi.InjectionProviderFactory createInstance
| WARNUNG: JSF1033: Resource injection is DISABLED.
| 15:21:06,355 INFO [JbpmConfiguration] using jbpm configuration resource 'jbpm.cfg.xml'
| 15:21:06,636 INFO [StaleObjectLogConfigurer] stale object exceptions will be hidden from logging
| 15:21:06,714 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
| 15:21:06,745 INFO [Environment] Hibernate 3.2.0.ga
| 15:21:06,777 INFO [Environment] hibernate.properties not found
| 15:21:06,777 INFO [Environment] Bytecode provider name : javassist
| 15:21:06,777 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling
| 15:21:06,886 INFO [Configuration] configuring from resource: hibernate.cfg.xml
| 15:21:06,886 INFO [Configuration] Configuration resource: hibernate.cfg.xml
| 15:21:06,933 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
| 15:21:06,964 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/action/Script.hbm.xml
| 15:21:07,027 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
| 15:21:07,042 INFO [JkMain] Jk running ID=0 time=0/47 config=null
| 15:21:07,042 INFO [Configuration] Reading mappings from resource: org/jbpm/identity/User.hbm.xml
| 15:21:07,042 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)] Started in 15s:421ms
| 15:21:07,105 INFO [HbmBinder] Mapping class: org.jbpm.identity.User -> JBPM_ID_USER
| 15:21:07,152 INFO [HbmBinder] Mapping collection: org.jbpm.identity.User.permissions -> JBPM_ID_PERMISSIONS
| 15:21:07,152 INFO [Configuration] Reading mappings from resource: org/jbpm/identity/Group.hbm.xml
| 15:21:07,167 INFO [HbmBinder] Mapping class: org.jbpm.identity.Group -> JBPM_ID_GROUP
| 15:21:07,214 INFO [HbmBinder] Mapping collection: org.jbpm.identity.Group.permissions -> JBPM_ID_PERMISSIONS
| 15:21:07,214 INFO [Configuration] Reading mappings from resource: org/jbpm/identity/Membership.hbm.xml
| 15:21:07,230 INFO [HbmBinder] Mapping class: org.jbpm.identity.Membership -> JBPM_ID_MEMBERSHIP
| 15:21:07,230 INFO [HbmBinder] Mapping collection: org.jbpm.identity.Membership.permissions -> JBPM_ID_PERMISSIONS
| 15:21:07,230 INFO [Configuration] Reading mappings from resource: org/jbpm/db/hibernate.queries.hbm.xml
| 15:21:07,261 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/action/MailAction.hbm.xml
| 15:21:07,261 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/def/ProcessDefinition.hbm.xml
| 15:21:07,261 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.ProcessDefinition -> JBPM_PROCESSDEFINITION
| 15:21:07,292 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/def/Node.hbm.xml
| 15:21:07,308 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.Node -> JBPM_NODE
| 15:21:07,308 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/def/Transition.hbm.xml
| 15:21:07,323 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.Transition -> JBPM_TRANSITION
| 15:21:07,323 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/def/Event.hbm.xml
| 15:21:07,323 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.Event -> JBPM_EVENT
| 15:21:07,323 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/def/Action.hbm.xml
| 15:21:07,339 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.Action -> JBPM_ACTION
| 15:21:07,339 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/def/SuperState.hbm.xml
| 15:21:07,370 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.def.SuperState -> JBPM_NODE
| 15:21:07,386 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/def/ExceptionHandler.hbm.xml
| 15:21:07,386 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.ExceptionHandler -> JBPM_EXCEPTIONHANDLER
| 15:21:07,386 INFO [Configuration] Reading mappings from resource: org/jbpm/instantiation/Delegation.hbm.xml
| 15:21:07,386 INFO [HbmBinder] Mapping class: org.jbpm.instantiation.Delegation -> JBPM_DELEGATION
| 15:21:07,402 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/node/StartState.hbm.xml
| 15:21:07,402 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.StartState -> JBPM_NODE
| 15:21:07,402 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/node/EndState.hbm.xml
| 15:21:07,402 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.EndState -> JBPM_NODE
| 15:21:07,402 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/node/ProcessState.hbm.xml
| 15:21:07,417 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.ProcessState -> JBPM_NODE
| 15:21:07,417 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/node/Decision.hbm.xml
| 15:21:07,417 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.Decision -> JBPM_NODE
| 15:21:07,417 INFO [HbmBinder] Mapping collection: org.jbpm.graph.node.Decision.decisionConditions -> JBPM_DECISIONCONDITIONS
| 15:21:07,417 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/node/Fork.hbm.xml
| 15:21:07,433 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.Fork -> JBPM_NODE
| 15:21:07,433 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/node/Join.hbm.xml
| 15:21:07,433 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.Join -> JBPM_NODE
| 15:21:07,433 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/node/MailNode.hbm.xml
| 15:21:07,448 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.MailNode -> JBPM_NODE
| 15:21:07,448 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/node/State.hbm.xml
| 15:21:07,448 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.State -> JBPM_NODE
| 15:21:07,448 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/node/TaskNode.hbm.xml
| 15:21:07,464 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.TaskNode -> JBPM_NODE
| 15:21:07,464 INFO [Configuration] Reading mappings from resource: org/jbpm/context/def/ContextDefinition.hbm.xml
| 15:21:07,480 INFO [Configuration] Reading mappings from resource: org/jbpm/context/def/VariableAccess.hbm.xml
| 15:21:07,480 INFO [HbmBinder] Mapping class: org.jbpm.context.def.VariableAccess -> JBPM_VARIABLEACCESS
| 15:21:07,480 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
| 15:21:07,480 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/def/Swimlane.hbm.xml
| 15:21:07,495 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.Swimlane -> JBPM_SWIMLANE
| 15:21:07,495 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/def/Task.hbm.xml
| 15:21:07,495 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.Task -> JBPM_TASK
| 15:21:07,511 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/def/TaskController.hbm.xml
| 15:21:07,511 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.TaskController -> JBPM_TASKCONTROLLER
| 15:21:07,511 INFO [Configuration] Reading mappings from resource: org/jbpm/module/def/ModuleDefinition.hbm.xml
| 15:21:07,511 INFO [HbmBinder] Mapping class: org.jbpm.module.def.ModuleDefinition -> JBPM_MODULEDEFINITION
| 15:21:07,527 INFO [Configuration] Reading mappings from resource: org/jbpm/bytes/ByteArray.hbm.xml
| 15:21:07,527 INFO [HbmBinder] Mapping class: org.jbpm.bytes.ByteArray -> JBPM_BYTEARRAY
| 15:21:07,542 INFO [HbmBinder] Mapping collection: org.jbpm.bytes.ByteArray.byteBlocks -> JBPM_BYTEBLOCK
| 15:21:07,542 INFO [Configuration] Reading mappings from resource: org/jbpm/file/def/FileDefinition.hbm.xml
| 15:21:07,558 INFO [HbmBinder] Mapping subclass: org.jbpm.file.def.FileDefinition -> JBPM_MODULEDEFINITION
| 15:21:07,558 INFO [Configuration] Reading mappings from resource: org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
| 15:21:07,558 INFO [HbmBinder] Mapping subclass: org.jbpm.scheduler.def.CreateTimerAction -> JBPM_ACTION
| 15:21:07,558 INFO [Configuration] Reading mappings from resource: org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
| 15:21:07,589 INFO [HbmBinder] Mapping subclass: org.jbpm.scheduler.def.CancelTimerAction -> JBPM_ACTION
| 15:21:07,589 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/exe/Comment.hbm.xml
| 15:21:07,589 INFO [HbmBinder] Mapping class: org.jbpm.graph.exe.Comment -> JBPM_COMMENT
| 15:21:07,589 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/exe/ProcessInstance.hbm.xml
| 15:21:07,605 INFO [HbmBinder] Mapping class: org.jbpm.graph.exe.ProcessInstance -> JBPM_PROCESSINSTANCE
| 15:21:07,605 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/exe/Token.hbm.xml
| 15:21:07,605 INFO [HbmBinder] Mapping class: org.jbpm.graph.exe.Token -> JBPM_TOKEN
| 15:21:07,620 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/exe/RuntimeAction.hbm.xml
| 15:21:07,620 INFO [HbmBinder] Mapping class: org.jbpm.graph.exe.RuntimeAction -> JBPM_RUNTIMEACTION
| 15:21:07,620 INFO [Configuration] Reading mappings from resource: org/jbpm/module/exe/ModuleInstance.hbm.xml
| 15:21:07,620 INFO [HbmBinder] Mapping class: org.jbpm.module.exe.ModuleInstance -> JBPM_MODULEINSTANCE
| 15:21:07,620 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/ContextInstance.hbm.xml
| 15:21:07,636 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.ContextInstance -> JBPM_MODULEINSTANCE
| 15:21:07,636 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/TokenVariableMap.hbm.xml
| 15:21:07,636 INFO [HbmBinder] Mapping class: org.jbpm.context.exe.TokenVariableMap -> JBPM_TOKENVARIABLEMAP
| 15:21:07,652 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/VariableInstance.hbm.xml
| 15:21:07,652 INFO [HbmBinder] Mapping class: org.jbpm.context.exe.VariableInstance -> JBPM_VARIABLEINSTANCE
| 15:21:07,667 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/ByteArrayInstance.hbm.xml
| 15:21:07,667 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.ByteArrayInstance -> JBPM_VARIABLEINSTANCE
| 15:21:07,667 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml
| 15:21:07,667 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.DateInstance -> JBPM_VARIABLEINSTANCE
| 15:21:07,667 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml
| 15:21:07,683 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.DoubleInstance -> JBPM_VARIABLEINSTANCE
| 15:21:07,683 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.xml
| 15:21:07,683 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateLongInstance -> JBPM_VARIABLEINSTANCE
| 15:21:07,683 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
| 15:21:07,683 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateStringInstance -> JBPM_VARIABLEINSTANCE
| 15:21:07,683 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml
| 15:21:07,683 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.LongInstance -> JBPM_VARIABLEINSTANCE
| 15:21:07,683 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/NullInstance.hbm.xml
| 15:21:07,698 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.NullInstance -> JBPM_VARIABLEINSTANCE
| 15:21:07,698 INFO [Configuration] Reading mappings from resource: org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml
| 15:21:07,698 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.StringInstance -> JBPM_VARIABLEINSTANCE
| 15:21:07,698 INFO [Configuration] Reading mappings from resource: org/jbpm/job/Job.hbm.xml
| 15:21:07,698 INFO [HbmBinder] Mapping class: org.jbpm.job.Job -> JBPM_JOB
| 15:21:07,714 INFO [Configuration] Reading mappings from resource: org/jbpm/job/Timer.hbm.xml
| 15:21:07,714 INFO [HbmBinder] Mapping subclass: org.jbpm.job.Timer -> JBPM_JOB
| 15:21:07,714 INFO [Configuration] Reading mappings from resource: org/jbpm/job/ExecuteNodeJob.hbm.xml
| 15:21:07,714 INFO [HbmBinder] Mapping subclass: org.jbpm.job.ExecuteNodeJob -> JBPM_JOB
| 15:21:07,714 INFO [Configuration] Reading mappings from resource: org/jbpm/job/ExecuteActionJob.hbm.xml
| 15:21:07,730 INFO [HbmBinder] Mapping subclass: org.jbpm.job.ExecuteActionJob -> JBPM_JOB
| 15:21:07,730 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml
| 15:21:07,730 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.exe.TaskMgmtInstance -> JBPM_MODULEINSTANCE
| 15:21:07,730 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
| 15:21:07,745 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.TaskInstance -> JBPM_TASKINSTANCE
| 15:21:07,745 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.pooledActors -> JBPM_TASKACTORPOOL
| 15:21:07,745 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
| 15:21:07,761 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.PooledActor -> JBPM_POOLEDACTOR
| 15:21:07,761 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.PooledActor.taskInstances -> JBPM_TASKACTORPOOL
| 15:21:07,761 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
| 15:21:07,761 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.SwimlaneInstance -> JBPM_SWIMLANEINSTANCE
| 15:21:07,761 INFO [Configuration] Reading mappings from resource: org/jbpm/logging/log/ProcessLog.hbm.xml
| 15:21:07,761 INFO [HbmBinder] Mapping class: org.jbpm.logging.log.ProcessLog -> JBPM_LOG
| 15:21:07,761 INFO [Configuration] Reading mappings from resource: org/jbpm/logging/log/MessageLog.hbm.xml
| 15:21:07,777 INFO [HbmBinder] Mapping subclass: org.jbpm.logging.log.MessageLog -> JBPM_LOG
| 15:21:07,777 INFO [Configuration] Reading mappings from resource: org/jbpm/logging/log/CompositeLog.hbm.xml
| 15:21:07,777 INFO [HbmBinder] Mapping subclass: org.jbpm.logging.log.CompositeLog -> JBPM_LOG
| 15:21:07,777 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/log/ActionLog.hbm.xml
| 15:21:07,777 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.ActionLog -> JBPM_LOG
| 15:21:07,777 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/log/NodeLog.hbm.xml
| 15:21:07,792 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.NodeLog -> JBPM_LOG
| 15:21:07,792 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml
| 15:21:07,808 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessInstanceCreateLog -> JBPM_LOG
| 15:21:07,808 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml
| 15:21:07,808 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessInstanceEndLog -> JBPM_LOG
| 15:21:07,808 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/log/ProcessStateLog.hbm.xml
| 15:21:07,808 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessStateLog -> JBPM_LOG
| 15:21:07,808 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/log/SignalLog.hbm.xml
| 15:21:07,823 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.SignalLog -> JBPM_LOG
| 15:21:07,823 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/log/TokenCreateLog.hbm.xml
| 15:21:07,823 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.TokenCreateLog -> JBPM_LOG
| 15:21:07,823 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/log/TokenEndLog.hbm.xml
| 15:21:07,823 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.TokenEndLog -> JBPM_LOG
| 15:21:07,823 INFO [Configuration] Reading mappings from resource: org/jbpm/graph/log/TransitionLog.hbm.xml
| 15:21:07,839 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.TransitionLog -> JBPM_LOG
| 15:21:07,839 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/VariableLog.hbm.xml
| 15:21:07,839 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableLog -> JBPM_LOG
| 15:21:07,839 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/VariableCreateLog.hbm.xml
| 15:21:07,839 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableCreateLog -> JBPM_LOG
| 15:21:07,839 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/VariableDeleteLog.hbm.xml
| 15:21:07,855 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableDeleteLog -> JBPM_LOG
| 15:21:07,855 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/VariableUpdateLog.hbm.xml
| 15:21:07,855 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableUpdateLog -> JBPM_LOG
| 15:21:07,855 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/ByteArrayUpdateLog.hbm.xml
| 15:21:07,855 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.ByteArrayUpdateLog -> JBPM_LOG
| 15:21:07,855 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/DateUpdateLog.hbm.xml
| 15:21:07,870 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.DateUpdateLog -> JBPM_LOG
| 15:21:07,870 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/DoubleUpdateLog.hbm.xml
| 15:21:07,870 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.DoubleUpdateLog -> JBPM_LOG
| 15:21:07,870 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/HibernateLongUpdateLog.hbm.xml
| 15:21:07,870 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.HibernateLongUpdateLog -> JBPM_LOG
| 15:21:07,870 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/HibernateStringUpdateLog.hbm.xml
| 15:21:07,886 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.HibernateStringUpdateLog -> JBPM_LOG
| 15:21:07,886 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/LongUpdateLog.hbm.xml
| 15:21:07,886 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.LongUpdateLog -> JBPM_LOG
| 15:21:07,886 INFO [Configuration] Reading mappings from resource: org/jbpm/context/log/variableinstance/StringUpdateLog.hbm.xml
| 15:21:07,886 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.StringUpdateLog -> JBPM_LOG
| 15:21:07,886 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/TaskLog.hbm.xml
| 15:21:07,902 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskLog -> JBPM_LOG
| 15:21:07,902 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/TaskCreateLog.hbm.xml
| 15:21:07,902 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskCreateLog -> JBPM_LOG
| 15:21:07,902 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/TaskAssignLog.hbm.xml
| 15:21:07,902 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskAssignLog -> JBPM_LOG
| 15:21:07,902 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/TaskEndLog.hbm.xml
| 15:21:07,933 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskEndLog -> JBPM_LOG
| 15:21:07,933 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/SwimlaneLog.hbm.xml
| 15:21:07,933 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneLog -> JBPM_LOG
| 15:21:07,933 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/SwimlaneCreateLog.hbm.xml
| 15:21:07,933 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneCreateLog -> JBPM_LOG
| 15:21:07,933 INFO [Configuration] Reading mappings from resource: org/jbpm/taskmgmt/log/SwimlaneAssignLog.hbm.xml
| 15:21:07,933 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneAssignLog -> JBPM_LOG
| 15:21:07,933 INFO [Configuration] Configured SessionFactory: null
| 15:21:07,933 INFO [HbmBinder] Mapping subclass: org.jbpm.context.def.ContextDefinition -> JBPM_MODULEDEFINITION
| 15:21:07,933 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.action.Script -> JBPM_ACTION
| 15:21:07,933 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.def.TaskMgmtDefinition -> JBPM_MODULEDEFINITION
| 15:21:07,933 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.action.MailAction -> JBPM_ACTION
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.identity.User.memberships -> JBPM_ID_MEMBERSHIP
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.identity.Group.children -> JBPM_ID_GROUP
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.identity.Group.memberships -> JBPM_ID_MEMBERSHIP
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.events -> JBPM_EVENT
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.nodes -> JBPM_NODE
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.actions -> JBPM_ACTION
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.definitions -> JBPM_MODULEDEFINITION
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.events -> JBPM_EVENT
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.leavingTransitions -> JBPM_TRANSITION
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.arrivingTransitions -> JBPM_TRANSITION
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Transition.events -> JBPM_EVENT
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Transition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Event.actions -> JBPM_ACTION
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.SuperState.nodes -> JBPM_NODE
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ExceptionHandler.actions -> JBPM_ACTION
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.node.ProcessState.variableAccesses -> JBPM_VARIABLEACCESS
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.node.TaskNode.tasks -> JBPM_TASK
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Swimlane.tasks -> JBPM_TASK
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Task.events -> JBPM_EVENT
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Task.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskController.variableAccesses -> JBPM_VARIABLEACCESS
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.file.def.FileDefinition.processFiles -> JBPM_BYTEARRAY
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.exe.ProcessInstance.runtimeActions -> JBPM_RUNTIMEACTION
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.exe.ProcessInstance.instances -> JBPM_MODULEINSTANCE
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.exe.Token.children -> JBPM_TOKEN
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.exe.Token.comments -> JBPM_COMMENT
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.context.exe.ContextInstance.tokenVariableMaps -> JBPM_TOKENVARIABLEMAP
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.context.exe.TokenVariableMap.variableInstances -> JBPM_VARIABLEINSTANCE
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances -> JBPM_SWIMLANEINSTANCE
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances -> JBPM_TASKINSTANCE
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.variableInstances -> JBPM_VARIABLEINSTANCE
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.comments -> JBPM_COMMENT
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.SwimlaneInstance.pooledActors -> JBPM_POOLEDACTOR
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.logging.log.CompositeLog.children -> JBPM_LOG
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.graph.action.Script.variableAccesses -> JBPM_VARIABLEACCESS
| 15:21:07,933 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes -> JBPM_SWIMLANE
| 15:21:07,948 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks -> JBPM_TASK
| 15:21:08,011 INFO [NamingHelper] JNDI InitialContext properties:{}
| 15:21:08,011 INFO [DatasourceConnectionProvider] Using datasource: java:/JbpmDS
| 15:21:08,011 INFO [SettingsFactory] RDBMS: MySQL, version: 5.0.45-community-nt
| 15:21:08,011 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.0.8 ( Revision: ${svn.Revision} )
| 15:21:08,027 INFO [Dialect] Using dialect: org.hibernate.dialect.MySQLDialect
| 15:21:08,027 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.transaction.JTATransactionFactory
| 15:21:08,027 INFO [NamingHelper] JNDI InitialContext properties:{}
| 15:21:08,042 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
| 15:21:08,042 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
| 15:21:08,042 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
| 15:21:08,042 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
| 15:21:08,042 INFO [SettingsFactory] Automatic flush during beforeCompletion(): disabled
| 15:21:08,042 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
| 15:21:08,042 INFO [SettingsFactory] JDBC batch size: 15
| 15:21:08,042 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
| 15:21:08,042 INFO [SettingsFactory] Scrollable result sets: enabled
| 15:21:08,042 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
| 15:21:08,042 INFO [SettingsFactory] Connection release mode: auto
| 15:21:08,042 INFO [SettingsFactory] Maximum outer join fetch depth: 2
| 15:21:08,042 INFO [SettingsFactory] Default batch fetch size: 1
| 15:21:08,042 INFO [SettingsFactory] Generate SQL with comments: disabled
| 15:21:08,042 INFO [SettingsFactory] Order SQL updates by primary key: disabled
| 15:21:08,042 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
| 15:21:08,042 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
| 15:21:08,042 INFO [SettingsFactory] Query language substitutions: {}
| 15:21:08,042 INFO [SettingsFactory] JPA-QL strict compliance: disabled
| 15:21:08,042 INFO [SettingsFactory] Second-level cache: enabled
| 15:21:08,042 INFO [SettingsFactory] Query cache: disabled
| 15:21:08,042 INFO [SettingsFactory] Cache provider: org.hibernate.cache.HashtableCacheProvider
| 15:21:08,042 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
| 15:21:08,042 INFO [SettingsFactory] Structured second-level cache entries: disabled
| 15:21:08,058 INFO [SettingsFactory] Statistics: disabled
| 15:21:08,058 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
| 15:21:08,058 INFO [SettingsFactory] Default entity-mode: pojo
| 15:21:08,089 INFO [SessionFactoryImpl] building session factory
| 15:21:09,042 INFO [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
| 15:21:09,042 INFO [NamingHelper] JNDI InitialContext properties:{}
| 15:21:09,292 WARN [FromElementType] Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])]
| 15:21:09,292 WARN [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])]
| 15:21:09,417 WARN [FromElementType] Using non-qualified column reference [processInstance -> ([PROCESSINSTANCE_])]
| 15:21:09,448 WARN [FromElementType] Using non-qualified column reference [id -> ([ID_])]
| 15:21:09,448 WARN [FromElementType] Using non-qualified column reference [processInstance -> ([PROCESSINSTANCE_])]
| 15:21:09,464 WARN [FromElementType] Using non-qualified column reference [processInstance -> ([PROCESSINSTANCE_])]
| 15:21:09,480 WARN [FromElementType] Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])]
| 15:21:09,480 WARN [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])]
|
What do these WARNs mean?
| 15:21:30,588 ERROR [STDERR] 06.12.2007 15:21:30 com.sun.faces.lifecycle.ELResolverInitPhaseListener populateFacesELResolverForJsp
| INFO: JSF1027: [null] The ELResolvers for JSF were not registered with the JSP container.
| 15:21:30,807 ERROR [STDERR] 06.12.2007 15:21:30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
| INFO: Added Library from: jar:file:/C:/Programme/jbossAS/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp39885jbpm-console-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml
| 15:21:30,838 ERROR [STDERR] 06.12.2007 15:21:30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
| INFO: Added Library from: jar:file:/C:/Programme/jbossAS/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp39885jbpm-console-exp.war/WEB-INF/lib/gravel-14.jar!/META-INF/gravel-compat.taglib.xml
| 15:21:30,838 ERROR [STDERR] 06.12.2007 15:21:30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
| INFO: Added Library from: jar:file:/C:/Programme/jbossAS/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp39885jbpm-console-exp.war/WEB-INF/lib/jbpm4jsf-14.jar!/META-INF/tfl-compat.taglib.xml
| 15:21:30,854 ERROR [STDERR] 06.12.2007 15:21:30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
| INFO: Added Library from: jar:file:/C:/Programme/jbossAS/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp39885jbpm-console-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml
| 15:21:30,869 ERROR [STDERR] 06.12.2007 15:21:30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
| INFO: Added Library from: jar:file:/C:/Programme/jbossAS/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp39885jbpm-console-exp.war/WEB-INF/lib/jbpm4jsf-14.jar!/META-INF/tf.taglib.xml
| 15:21:30,885 ERROR [STDERR] 06.12.2007 15:21:30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
| INFO: Added Library from: jar:file:/C:/Programme/jbossAS/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp39885jbpm-console-exp.war/WEB-INF/lib/jbpm4jsf-14.jar!/META-INF/identity.taglib.xml
| 15:21:30,901 ERROR [STDERR] 06.12.2007 15:21:30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
| INFO: Added Library from: jar:file:/C:/Programme/jbossAS/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp39885jbpm-console-exp.war/WEB-INF/lib/gravel-14.jar!/META-INF/gravel-data.taglib.xml
| 15:21:30,916 ERROR [STDERR] 06.12.2007 15:21:30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
| INFO: Added Library from: jar:file:/C:/Programme/jbossAS/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp39885jbpm-console-exp.war/WEB-INF/lib/gravel-14.jar!/META-INF/gravel-action.taglib.xml
| 15:21:30,932 ERROR [STDERR] 06.12.2007 15:21:30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
| INFO: Added Library from: jar:file:/C:/Programme/jbossAS/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp39885jbpm-console-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml
| 15:21:30,932 ERROR [STDERR] 06.12.2007 15:21:30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
| INFO: Added Library from: jar:file:/C:/Programme/jbossAS/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp39885jbpm-console-exp.war/WEB-INF/lib/jbpm4jsf-14.jar!/META-INF/tfl.taglib.xml
| 15:21:30,963 ERROR [STDERR] 06.12.2007 15:21:30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
| INFO: Added Library from: jar:file:/C:/Programme/jbossAS/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp39885jbpm-console-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml
| 15:21:30,963 ERROR [STDERR] 06.12.2007 15:21:30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
| INFO: Added Library from: jar:file:/C:/Programme/jbossAS/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp39885jbpm-console-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml
| 15:21:30,979 ERROR [STDERR] 06.12.2007 15:21:30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
| INFO: Added Library from: jar:file:/C:/Programme/jbossAS/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp39885jbpm-console-exp.war/WEB-INF/lib/gravel-14.jar!/META-INF/gravel-nav.taglib.xml
| 15:21:30,994 ERROR [STDERR] 06.12.2007 15:21:30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
| INFO: Added Library from: jar:file:/C:/Programme/jbossAS/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp39885jbpm-console-exp.war/WEB-INF/lib/gravel-14.jar!/META-INF/gravel-simple.taglib.xml
| 15:21:30,994 ERROR [STDERR] 06.12.2007 15:21:30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
| INFO: Added Library from: jar:file:/C:/Programme/jbossAS/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp39885jbpm-console-exp.war/WEB-INF/lib/jbpm4jsf-14.jar!/META-INF/tf-compat.taglib.xml
| 15:21:31,369 ERROR [STDERR] 06.12.2007 15:21:31 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
| INFO: Added Library from: jar:file:/C:/Programme/jbossAS/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp39885jbpm-console-exp.war/WEB-INF/lib/jbpm4jsf-14.jar!/META-INF/core.taglib.xml
|
What do these errors mean?
| 15:21:43,478 ERROR [STDERR] java.lang.ClassCastException: org.jbpm.graph.def.Node_$$_javassist_80 cannot be cast to javassist.util.proxy.ProxyObject
| 15:21:43,478 ERROR [STDERR] at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.getProxy(JavassistLazyInitializer.java:126)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.proxy.pojo.javassist.JavassistProxyFactory.getProxy(JavassistProxyFactory.java:48)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.tuple.entity.AbstractEntityTuplizer.createProxy(AbstractEntityTuplizer.java:379)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.persister.entity.AbstractEntityPersister.createProxy(AbstractEntityPersister.java:3388)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.event.def.DefaultLoadEventListener.createProxyIfNecessary(DefaultLoadEventListener.java:255)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:189)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:101)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:878)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.impl.SessionImpl.internalLoad(SessionImpl.java:846)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.type.EntityType.resolveIdentifier(EntityType.java:266)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.type.EntityType.resolve(EntityType.java:303)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.engine.TwoPhaseLoad.initializeEntity(TwoPhaseLoad.java:116)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.loader.Loader.initializeEntitiesAndCollections(Loader.java:842)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.loader.Loader.doQuery(Loader.java:717)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.loader.Loader.doList(Loader.java:2144)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2028)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.loader.Loader.list(Loader.java:2023)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:393)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:338)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121)
| 15:21:43,478 ERROR [STDERR] at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
| 15:21:43,478 ERROR [STDERR] at org.jbpm.db.GraphSession.findAllProcessDefinitions(GraphSession.java:210)
| 15:21:43,478 ERROR [STDERR] at org.jbpm.jsf.core.action.ListProcessesActionListener.handleAction(ListProcessesActionListener.java:33)
| 15:21:43,478 ERROR [STDERR] at org.jbpm.jsf.core.impl.JbpmActionListenerWrapper.processAction(JbpmActionListenerWrapper.java:82)
| 15:21:43,478 ERROR [STDERR] at javax.faces.event.ActionEvent.processListener(ActionEvent.java:77)
| 15:21:43,478 ERROR [STDERR] at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:758)
| 15:21:43,478 ERROR [STDERR] at javax.faces.component.UICommand.broadcast(UICommand.java:368)
| 15:21:43,478 ERROR [STDERR] at org.jboss.gravel.action.handler.ResponseActionsHandler.onComponentPopulated(ResponseActionsHandler.java:24)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:180)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.tag.ui.DefineHandler.apply(DefineHandler.java:58)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:128)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:306)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:279)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.tag.ui.DefineHandler.apply(DefineHandler.java:58)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:128)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:306)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:279)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:143)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:113)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:143)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:113)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:503)
| 15:21:43,478 ERROR [STDERR] at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:546)
| 15:21:43,478 ERROR [STDERR] at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:178)
| 15:21:43,478 ERROR [STDERR] at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
| 15:21:43,478 ERROR [STDERR] at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:248)
| 15:21:43,478 ERROR [STDERR] at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
| 15:21:43,478 ERROR [STDERR] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
| 15:21:43,478 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| 15:21:43,478 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| 15:21:43,478 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| 15:21:43,478 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| 15:21:43,478 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| 15:21:43,478 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
| 15:21:43,478 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
| 15:21:43,478 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
| 15:21:43,478 ERROR [STDERR] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524)
| 15:21:43,478 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
| 15:21:43,478 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
| 15:21:43,478 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
| 15:21:43,478 ERROR [STDERR] at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
| 15:21:43,478 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
| 15:21:43,478 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
| 15:21:43,478 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
| 15:21:43,478 ERROR [STDERR] at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
| 15:21:43,478 ERROR [STDERR] at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
| 15:21:43,478 ERROR [STDERR] at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
| 15:21:43,478 ERROR [STDERR] at java.lang.Thread.run(Thread.java:619)
|
After I deployed my helloWorld process, I got this Exception.
Please give me some information about my errors? Thanks a lot.
regards
Chocopie
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110854#4110854
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110854
18 years, 4 months
[JBoss jBPM] - [Howto]: Hide WARN StatefulPersistenceContext : Narrowing pr
by dleerob
There have been a number of threads and posts about the WARN message that appears, which looks something like:
WARN StatefulPersistenceContext : Narrowing proxy to class org.jbpm.graph.node.StartState - this operation breaks ==
As has been mentioned numerous times before, it's not serious, it's just a warning, so you can ignore it. But, I find it does get annoying. So if you don't want that WARN message to be displayed, then Hibernate has kindly added a seperate logger for that warning message. As long as you have Hibernate version 3.1.2 or above, you can hide it. The logger is "org.hibernate.engine.StatefulPersistenceContext.ProxyWarnLog".
So, for example, in my log4j.properties file, I have added a line:
log4j.logger.org.hibernate.engine.StatefulPersistenceContext.ProxyWarnLog=ERROR
This will mean that the WARN message does not get logged, and wont fill up your console or log files.
Hope this helps some of you, and maybe this post will save Ronald some future headaches :)
Here's where I learnt about this: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1367
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110850#4110850
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110850
18 years, 4 months
[JBossCache] - Re: FileCacheLoader not evicting?
by manik.surtani@jboss.com
"arjan" wrote : Okay, well I didn't expect it to work that way :( .
|
You should have read the manual then. :-) That is precisely how it is designed to work.
The cache is an in-memory one which can be backed up onto disk using a CacheLoader. Eviction removes stuff from memory to free up memory and prevent OOMs. But it will not remove stuff from disk so state is not lost.
What you want is EXPIRATION, not eviction. We don't support expiry from disk at the moment, but if you want all you need is to add a timestamp to the attribute of each node in the cache, and have a separate thread run periodically, walk the tree and inspect the timestamps of each node, and do a cache.remove() on expired nodes.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110849#4110849
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110849
18 years, 4 months
[JBoss Messaging] - nevertheless ...
by slogger
Hi, Tim! Thank you very much fo your answer!
It necessary for me to make dialog between two JBOSS4.2.1 instances.
JMS Queue is deployed on only one central instance of Jboss AS.
Let me to retell JMS API a little bit :-):
QueueConnectionFactory has method
QueueConnection createQueueConnection()
It's allows to retain connection.
QueueConnection has method
QueueSession createQueueSession(boolean transacted, int acknowledgeMode)
Using QueueSession I'm allowed to create producer or sender
MessageProducer createProducer(Destination destination) throws JMSException
| QueueSender createSender(Queue queue) throws JMSException
How can I receive Destination or Queue? While I have got Queue via JNDI.
It sets to doubling of IP address of remote JMS provider for
my aplication in JMS Resource Adapter and in properties file for remote message sending.
How can I fix this problem?
Please sorry my English.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110845#4110845
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110845
18 years, 4 months