8 Replies Latest reply on Oct 18, 2007 12:34 PM by kierangreen

    Unable to get JBoss portal to start

    kierangreen

      Hi,

      I have downloaded the Jboss Bundled Portal and am unable to get the server to start, i recieve several messages about MBean not started - so i tried installing the portal onto jboss-4.2.0.GA directly, and get similar errors.

      The tables appear in the database in MySQL, but once these messages are recieved, i do not recieve any response from the server.

      Can anyone help? I have tried undeploying and redeploying etc. All ideas are gratefully received.



      From the jboss-4.2.0.GA with Portal binary inserted into deployment with XML to configure data source.

      -=-=-=-=-=-=-=-=-=
      16:54:29,382 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
      16:54:29,382 INFO [SettingsFactory] Structured second-level cache entries: disabled
      16:54:29,382 INFO [SettingsFactory] Query cache factory: org.hibernate.cache.StandardQueryCacheFactory
      16:54:29,397 INFO [SettingsFactory] Statistics: disabled
      16:54:29,397 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
      16:54:29,397 INFO [SettingsFactory] Default entity-mode: pojo
      16:54:29,397 INFO [SettingsFactory] Named query checking : enabled
      16:54:29,444 INFO [SessionFactoryImpl] building session factory
      16:54:29,710 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.cms.security.Criteria]; using defaults.
      16:54:29,725 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.cms.security.Permission]; using defaults.
      16:54:29,741 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.cms.security.PermUserAssoc]; using defaults.
      16:54:29,756 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.cms.security.PermRoleAssoc]; using defaults.
      16:54:29,772 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.cms.security.Permission.criteria]; using defaults.
      16:54:29,788 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.cms.security.Permission.roleAssoc]; using defaults.
      16:54:29,788 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.cms.security.Permission.userAssoc]; using defaults.
      16:54:29,866 INFO [SessionFactoryObjectFactory] Factory name: java:/portal/cms/CMSSessionFactory
      16:54:29,866 INFO [NamingHelper] JNDI InitialContext properties:{}
      16:54:29,881 INFO [NamingHelper] Creating subcontext: portal
      16:54:29,881 INFO [NamingHelper] Creating subcontext: cms
      16:54:29,881 INFO [SessionFactoryObjectFactory] Bound factory to JNDI name: java:/portal/cms/CMSSessionFactory
      16:54:29,881 WARN [SessionFactoryObjectFactory] InitialContext did not implement EventContext
      16:54:29,881 INFO [NamingHelper] JNDI InitialContext properties:{}
      16:54:29,881 INFO [UpdateTimestampsCache] starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsCache
      16:54:29,881 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.UpdateTimestampsCache]; using defaults.
      16:54:29,881 INFO [StandardQueryCache] starting query cache at region: org.hibernate.cache.StandardQueryCache
      16:54:29,881 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults.
      16:54:30,600 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.def.TaskMgmtDefinition -> JBPM_MODULEDEFINITION
      16:54:30,600 INFO [HbmBinder] Mapping subclass: org.jbpm.context.def.ContextDefinition -> JBPM_MODULEDEFINITION
      16:54:30,600 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.action.Script -> JBPM_ACTION
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.identity.User.memberships -> JBPM_ID_MEMBERSHIP
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.identity.Group.children -> JBPM_ID_GROUP
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.identity.Group.memberships -> JBPM_ID_MEMBERSHIP
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.events -> JBPM_EVENT
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.nodes -> JBPM_NODE
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.actions -> JBPM_ACTION
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.definitions -> JBPM_MODULEDEFINITION
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.events -> JBPM_EVENT
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.leavingTransitions -> JBPM_TRANSITION
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.arrivingTransitions -> JBPM_TRANSITION
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Transition.events -> JBPM_EVENT
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Transition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Event.actions -> JBPM_ACTION
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.SuperState.nodes -> JBPM_NODE
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ExceptionHandler.actions -> JBPM_ACTION
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.node.ProcessState.variableAccesses -> JBPM_VARIABLEACCESS
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.node.TaskNode.tasks -> JBPM_TASK
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Swimlane.tasks -> JBPM_TASK
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Task.events -> JBPM_EVENT
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Task.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskController.variableAccesses -> JBPM_VARIABLEACCESS
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.file.def.FileDefinition.processFiles -> JBPM_BYTEARRAY
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.exe.ProcessInstance.runtimeActions -> JBPM_RUNTIMEACTION
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.exe.ProcessInstance.instances -> JBPM_MODULEINSTANCE
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.exe.Token.children -> JBPM_TOKEN
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.exe.Token.comments -> JBPM_COMMENT
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.context.exe.ContextInstance.tokenVariableMaps -> JBPM_TOKENVARIABLEMAP
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.context.exe.TokenVariableMap.variableInstances -> JBPM_VARIABLEINSTANCE
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances -> JBPM_SWIMLANEINSTANCE
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances -> JBPM_TASKINSTANCE
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.variableInstances -> JBPM_VARIABLEINSTANCE
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.comments -> JBPM_COMMENT
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.SwimlaneInstance.pooledActors -> JBPM_POOLEDACTOR
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.logging.log.CompositeLog.children -> JBPM_LOG
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes -> JBPM_SWIMLANE
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks -> JBPM_TASK
      16:54:30,600 INFO [HbmBinder] Mapping collection: org.jbpm.graph.action.Script.variableAccesses -> JBPM_VARIABLEACCESS
      16:54:30,647 INFO [NamingHelper] JNDI InitialContext properties:{}
      16:54:30,647 INFO [DatasourceConnectionProvider] Using datasource: java:PortalDS
      16:54:30,647 INFO [SettingsFactory] RDBMS: MySQL, version: 5.0.45-community-nt
      16:54:30,647 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.14 ( $Date: 2006-10-18 17:40:15 +0200 (Wed, 18 Oct 2006) $, $Revision: 5888 $ )
      16:54:30,647 INFO [Dialect] Using dialect: org.hibernate.dialect.MySQLDialect
      16:54:30,647 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.transaction.JTATransactionFactory
      16:54:30,647 INFO [NamingHelper] JNDI InitialContext properties:{}
      16:54:30,647 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
      16:54:30,647 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
      16:54:30,647 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
      16:54:30,647 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
      16:54:30,647 INFO [SettingsFactory] Automatic flush during beforeCompletion(): enabled
      16:54:30,647 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
      16:54:30,647 INFO [SettingsFactory] JDBC batch size: 15
      16:54:30,647 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
      16:54:30,647 INFO [SettingsFactory] Scrollable result sets: enabled
      16:54:30,647 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
      16:54:30,647 INFO [SettingsFactory] Connection release mode: auto
      16:54:30,647 INFO [SettingsFactory] Maximum outer join fetch depth: 2
      16:54:30,647 INFO [SettingsFactory] Default batch fetch size: 1
      16:54:30,647 INFO [SettingsFactory] Generate SQL with comments: enabled
      16:54:30,647 INFO [SettingsFactory] Order SQL updates by primary key: disabled
      16:54:30,647 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
      16:54:30,647 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
      16:54:30,647 INFO [SettingsFactory] Query language substitutions: {}
      16:54:30,647 INFO [SettingsFactory] JPA-QL strict compliance: disabled
      16:54:30,647 INFO [SettingsFactory] Second-level cache: enabled
      16:54:30,647 INFO [SettingsFactory] Query cache: enabled
      16:54:30,647 INFO [SettingsFactory] Cache provider: org.hibernate.cache.EhCacheProvider
      16:54:30,647 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
      16:54:30,647 INFO [SettingsFactory] Structured second-level cache entries: disabled
      16:54:30,647 INFO [SettingsFactory] Query cache factory: org.hibernate.cache.StandardQueryCacheFactory
      16:54:30,647 INFO [SettingsFactory] Statistics: disabled
      16:54:30,647 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
      16:54:30,647 INFO [SettingsFactory] Default entity-mode: pojo
      16:54:30,647 INFO [SettingsFactory] Named query checking : enabled
      16:54:30,647 INFO [SessionFactoryImpl] building session factory
      16:54:30,663 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node]; using defaults.
      16:54:30,678 WARN [EhCacheProvider] Could not find configuration [org.jbpm.instantiation.Delegation]; using defaults.
      16:54:30,741 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.Task]; using defaults.
      16:54:30,803 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition]; using defaults.
      16:54:30,850 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ExceptionHandler]; using defaults.
      16:54:30,850 WARN [EhCacheProvider] Could not find configuration [org.jbpm.module.def.ModuleDefinition]; using defaults.
      16:54:30,960 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Action]; using defaults.
      16:54:31,006 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Event]; using defaults.
      16:54:31,038 WARN [EhCacheProvider] Could not find configuration [org.jbpm.context.def.VariableAccess]; using defaults.
      16:54:31,100 INFO [JbpmConfiguration] using jbpm configuration resource 'jbpm.cfg.xml'
      16:54:31,163 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Transition]; using defaults.
      16:54:31,225 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskController]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.node.ProcessState.variableAccesses]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.events]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.Swimlane.tasks]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node.leavingTransitions]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskController.variableAccesses]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.exceptionHandlers]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.node.Decision.decisionConditions]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.file.def.FileDefinition.processFiles]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.actions]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Transition.exceptionHandlers]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.nodes]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node.arrivingTransitions]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.node.TaskNode.tasks]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.definitions]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Event.actions]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.Task.events]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node.events]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.SuperState.nodes]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.action.Script.variableAccesses]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ExceptionHandler.actions]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.Task.exceptionHandlers]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node.exceptionHandlers]; using defaults.
      16:54:31,241 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Transition.events]; using defaults.
      16:54:31,803 INFO [SessionFactoryObjectFactory] Factory name: java:/portal/workflow/WorkFlowSessionFactory
      16:54:31,803 INFO [NamingHelper] JNDI InitialContext properties:{}
      16:54:31,803 INFO [NamingHelper] Creating subcontext: workflow
      16:54:31,803 INFO [SessionFactoryObjectFactory] Bound factory to JNDI name: java:/portal/workflow/WorkFlowSessionFactory
      16:54:31,803 WARN [SessionFactoryObjectFactory] InitialContext did not implement EventContext
      16:54:31,803 INFO [NamingHelper] JNDI InitialContext properties:{}
      16:54:31,803 INFO [UpdateTimestampsCache] starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsCache
      16:54:31,803 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.UpdateTimestampsCache]; using defaults.
      16:54:31,803 INFO [StandardQueryCache] starting query cache at region: org.hibernate.cache.StandardQueryCache
      16:54:31,803 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults.
      16:54:32,225 WARN [HQLQueryPlan] firstResult/maxResults specified on polymorphic query; applying in memory!
      16:54:32,335 INFO [HbmBinder] Mapping collection: org.jboss.portal.wsrp.consumer.RegistrationInfo.persistentRegistrationProperties -> JBP_REG_PROPERTY
      16:54:32,335 INFO [NamingHelper] JNDI InitialContext properties:{}
      16:54:32,335 INFO [DatasourceConnectionProvider] Using datasource: java:PortalDS
      16:54:32,350 INFO [SettingsFactory] RDBMS: MySQL, version: 5.0.45-community-nt
      16:54:32,350 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.14 ( $Date: 2006-10-18 17:40:15 +0200 (Wed, 18 Oct 2006) $, $Revision: 5888 $ )
      16:54:32,350 INFO [Dialect] Using dialect: org.hibernate.dialect.MySQLDialect
      16:54:32,350 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.transaction.JTATransactionFactory
      16:54:32,350 INFO [NamingHelper] JNDI InitialContext properties:{}
      16:54:32,350 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
      16:54:32,350 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
      16:54:32,350 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
      16:54:32,350 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
      16:54:32,350 INFO [SettingsFactory] Automatic flush during beforeCompletion(): enabled
      16:54:32,350 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
      16:54:32,350 INFO [SettingsFactory] JDBC batch size: 15
      16:54:32,350 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
      16:54:32,350 INFO [SettingsFactory] Scrollable result sets: enabled
      16:54:32,350 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
      16:54:32,350 INFO [SettingsFactory] Connection release mode: auto
      16:54:32,350 INFO [SettingsFactory] Maximum outer join fetch depth: 2
      16:54:32,350 INFO [SettingsFactory] Default batch fetch size: 1
      16:54:32,350 INFO [SettingsFactory] Generate SQL with comments: disabled
      16:54:32,350 INFO [SettingsFactory] Order SQL updates by primary key: disabled
      16:54:32,350 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
      16:54:32,350 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
      16:54:32,350 INFO [SettingsFactory] Query language substitutions: {}
      16:54:32,350 INFO [SettingsFactory] JPA-QL strict compliance: disabled
      16:54:32,350 INFO [SettingsFactory] Second-level cache: enabled
      16:54:32,350 INFO [SettingsFactory] Query cache: enabled
      16:54:32,350 INFO [SettingsFactory] Cache provider: org.hibernate.cache.EhCacheProvider
      16:54:32,350 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
      16:54:32,350 INFO [SettingsFactory] Structured second-level cache entries: disabled
      16:54:32,350 INFO [SettingsFactory] Query cache factory: org.hibernate.cache.StandardQueryCacheFactory
      16:54:32,350 INFO [SettingsFactory] Statistics: disabled
      16:54:32,350 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
      16:54:32,350 INFO [SettingsFactory] Default entity-mode: pojo
      16:54:32,350 INFO [SettingsFactory] Named query checking : enabled
      16:54:32,350 INFO [SessionFactoryImpl] building session factory
      16:54:32,350 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.wsrp.registration.RegistrationPropertyDescription]; using defaults.
      16:54:32,366 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.wsrp.consumer.RegistrationInfo]; using defaults.
      16:54:32,366 INFO [Configuration] configuring from resource: conf/hibernate/workflow/hibernate.cfg.xml
      16:54:32,366 INFO [Configuration] Configuration resource: conf/hibernate/workflow/hibernate.cfg.xml
      16:54:32,366 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/action/Script.hbm.xml
      16:54:32,366 INFO [Configuration] Reading mappings from resource : org/jbpm/identity/User.hbm.xml
      16:54:32,381 INFO [HbmBinder] Mapping class: org.jbpm.identity.User -> JBPM_ID_USER
      16:54:32,381 INFO [HbmBinder] Mapping collection: org.jbpm.identity.User.permissions -> JBPM_ID_PERMISSIONS
      16:54:32,381 INFO [Configuration] Reading mappings from resource : org/jbpm/identity/Group.hbm.xml
      16:54:32,381 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.wsrp.consumer.EndpointConfigurationInfo]; using defaults.
      16:54:32,381 INFO [HbmBinder] Mapping class: org.jbpm.identity.Group -> JBPM_ID_GROUP
      16:54:32,381 INFO [HbmBinder] Mapping collection: org.jbpm.identity.Group.permissions -> JBPM_ID_PERMISSIONS
      16:54:32,381 INFO [Configuration] Reading mappings from resource : org/jbpm/identity/Membership.hbm.xml
      16:54:32,397 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.wsrp.consumer.RegistrationProperty]; using defaults.
      16:54:32,397 INFO [HbmBinder] Mapping class: org.jbpm.identity.Membership -> JBPM_ID_MEMBERSHIP
      16:54:32,397 INFO [HbmBinder] Mapping collection: org.jbpm.identity.Membership.permissions -> JBPM_ID_PERMISSIONS
      16:54:32,397 INFO [Configuration] Reading mappings from resource : org/jbpm/db/hibernate.queries.hbm.xml
      16:54:32,397 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/def/ProcessDefinition.hbm.xml
      16:54:32,397 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.wsrp.consumer.ProducerInfo]; using defaults.
      16:54:32,413 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.ProcessDefinition -> JBPM_PROCESSDEFINITION
      16:54:32,413 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.wsrp.registration.RegistrationPropertyDescription.aliases]; using defaults.
      16:54:32,413 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.wsrp.consumer.RegistrationInfo.persistentRegistrationProperties]; using defaults.
      16:54:32,413 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/def/Node.hbm.xml
      16:54:32,413 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.wsrp.registration.RegistrationPropertyDescription.usages]; using defaults.
      16:54:32,741 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.Node -> JBPM_NODE
      16:54:32,741 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/def/Transition.hbm.xml
      16:54:32,741 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.Transition -> JBPM_TRANSITION
      16:54:32,741 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/def/Event.hbm.xml
      16:54:32,741 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.Event -> JBPM_EVENT
      16:54:32,741 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/def/Action.hbm.xml
      16:54:32,741 INFO [SessionFactoryObjectFactory] Factory name: java:/portal/WSRPConsumerSessionFactory
      16:54:32,741 INFO [NamingHelper] JNDI InitialContext properties:{}
      16:54:32,741 INFO [SessionFactoryObjectFactory] Bound factory to JNDI name: java:/portal/WSRPConsumerSessionFactory
      16:54:32,741 WARN [SessionFactoryObjectFactory] InitialContext did not implement EventContext
      16:54:32,741 INFO [NamingHelper] JNDI InitialContext properties:{}
      16:54:32,741 INFO [UpdateTimestampsCache] starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsCache
      16:54:32,741 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.UpdateTimestampsCache]; using defaults.
      16:54:32,741 INFO [StandardQueryCache] starting query cache at region: org.hibernate.cache.StandardQueryCache
      16:54:32,741 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults.
      16:54:32,756 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.Action -> JBPM_ACTION
      16:54:32,756 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/def/SuperState.hbm.xml
      16:54:32,756 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.def.SuperState -> JBPM_NODE
      16:54:32,756 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/def/ExceptionHandler.hbm.xml
      16:54:33,085 INFO [HbmBinder] Mapping class: org.jbpm.graph.def.ExceptionHandler -> JBPM_EXCEPTIONHANDLER
      16:54:33,085 INFO [Configuration] Reading mappings from resource : org/jbpm/instantiation/Delegation.hbm.xml
      16:54:33,100 INFO [HbmBinder] Mapping class: org.jbpm.instantiation.Delegation -> JBPM_DELEGATION
      16:54:33,100 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/node/StartState.hbm.xml
      16:54:33,100 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.StartState -> JBPM_NODE
      16:54:33,100 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/node/EndState.hbm.xml
      16:54:33,100 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.EndState -> JBPM_NODE
      16:54:33,100 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/node/ProcessState.hbm.xml
      16:54:33,100 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.ProcessState -> JBPM_NODE
      16:54:33,116 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/node/Decision.hbm.xml
      16:54:33,116 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.Decision -> JBPM_NODE
      16:54:33,116 INFO [HbmBinder] Mapping collection: org.jbpm.graph.node.Decision.decisionConditions -> JBPM_DECISIONCONDITIONS
      16:54:33,116 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/node/Fork.hbm.xml
      16:54:33,444 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.Fork -> JBPM_NODE
      16:54:33,444 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/node/Join.hbm.xml
      16:54:33,444 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.Join -> JBPM_NODE
      16:54:33,444 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/node/State.hbm.xml
      16:54:33,444 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.State -> JBPM_NODE
      16:54:33,444 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/node/TaskNode.hbm.xml
      16:54:33,460 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.node.TaskNode -> JBPM_NODE
      16:54:33,460 INFO [Configuration] Reading mappings from resource : org/jbpm/context/def/ContextDefinition.hbm.xml
      16:54:33,460 INFO [Configuration] Reading mappings from resource : org/jbpm/context/def/VariableAccess.hbm.xml
      16:54:33,460 INFO [HbmBinder] Mapping class: org.jbpm.context.def.VariableAccess -> JBPM_VARIABLEACCESS
      16:54:33,460 INFO [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
      16:54:33,475 INFO [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/Swimlane.hbm.xml
      16:54:33,475 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.Swimlane -> JBPM_SWIMLANE
      16:54:33,475 INFO [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/Task.hbm.xml
      16:54:33,881 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.Task -> JBPM_TASK
      16:54:33,881 INFO [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/def/TaskController.hbm.xml
      16:54:33,881 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.def.TaskController -> JBPM_TASKCONTROLLER
      16:54:33,881 INFO [Configuration] Reading mappings from resource : org/jbpm/module/def/ModuleDefinition.hbm.xml
      16:54:33,881 INFO [HbmBinder] Mapping class: org.jbpm.module.def.ModuleDefinition -> JBPM_MODULEDEFINITION
      16:54:33,881 INFO [Configuration] Reading mappings from resource : org/jbpm/bytes/ByteArray.hbm.xml
      16:54:33,897 INFO [HbmBinder] Mapping class: org.jbpm.bytes.ByteArray -> JBPM_BYTEARRAY
      16:54:33,897 INFO [HbmBinder] Mapping collection: org.jbpm.bytes.ByteArray.byteBlocks -> JBPM_BYTEBLOCK
      16:54:33,897 INFO [Configuration] Reading mappings from resource : org/jbpm/file/def/FileDefinition.hbm.xml
      16:54:33,897 INFO [HbmBinder] Mapping subclass: org.jbpm.file.def.FileDefinition -> JBPM_MODULEDEFINITION
      16:54:33,897 INFO [Configuration] Reading mappings from resource : org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
      16:54:33,897 INFO [HbmBinder] Mapping subclass: org.jbpm.scheduler.def.CreateTimerAction -> JBPM_ACTION
      16:54:33,897 INFO [Configuration] Reading mappings from resource : org/jbpm/scheduler/def/CancelTimerAction.hbm.xml
      16:54:34,225 INFO [HbmBinder] Mapping subclass: org.jbpm.scheduler.def.CancelTimerAction -> JBPM_ACTION
      16:54:34,225 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/exe/Comment.hbm.xml
      16:54:34,225 INFO [HbmBinder] Mapping class: org.jbpm.graph.exe.Comment -> JBPM_COMMENT
      16:54:34,225 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/exe/ProcessInstance.hbm.xml
      16:54:34,225 INFO [HbmBinder] Mapping class: org.jbpm.graph.exe.ProcessInstance -> JBPM_PROCESSINSTANCE
      16:54:34,225 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/exe/Token.hbm.xml
      16:54:34,241 INFO [HbmBinder] Mapping class: org.jbpm.graph.exe.Token -> JBPM_TOKEN
      16:54:34,241 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/exe/RuntimeAction.hbm.xml
      16:54:34,241 INFO [HbmBinder] Mapping class: org.jbpm.graph.exe.RuntimeAction -> JBPM_RUNTIMEACTION
      16:54:34,241 INFO [Configuration] Reading mappings from resource : org/jbpm/module/exe/ModuleInstance.hbm.xml
      16:54:34,241 INFO [WSRPConsumerImpl] Consumer with id 'self' started
      16:54:34,241 INFO [WSRPConsumerImpl] Consumer with id 'self' activated
      16:54:34,256 INFO [HbmBinder] Mapping class: org.jbpm.module.exe.ModuleInstance -> JBPM_MODULEINSTANCE
      16:54:34,256 INFO [Configuration] Reading mappings from resource : org/jbpm/context/exe/ContextInstance.hbm.xml
      16:54:34,256 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.ContextInstance -> JBPM_MODULEINSTANCE
      16:54:34,256 INFO [Configuration] Reading mappings from resource : org/jbpm/context/exe/TokenVariableMap.hbm.xml
      16:54:34,585 INFO [HbmBinder] Mapping class: org.jbpm.context.exe.TokenVariableMap -> JBPM_TOKENVARIABLEMAP
      16:54:34,585 INFO [Configuration] Reading mappings from resource : org/jbpm/context/exe/VariableInstance.hbm.xml
      16:54:34,600 INFO [HbmBinder] Mapping class: org.jbpm.context.exe.VariableInstance -> JBPM_VARIABLEINSTANCE
      16:54:34,600 INFO [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/ByteArrayInstance.hbm.xml
      16:54:34,600 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.ByteArrayInstance -> JBPM_VARIABLEINSTANCE
      16:54:34,600 INFO [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml
      16:54:34,600 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.DateInstance -> JBPM_VARIABLEINSTANCE
      16:54:34,600 INFO [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml
      16:54:34,616 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.DoubleInstance -> JBPM_VARIABLEINSTANCE
      16:54:34,616 INFO [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.xml
      16:54:34,616 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateLongInstance -> JBPM_VARIABLEINSTANCE
      16:54:34,616 INFO [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
      16:54:34,616 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.HibernateStringInstance -> JBPM_VARIABLEINSTANCE
      16:54:34,616 INFO [WSRPDeploymentFactory] Added consumer for producer 'self' with status: active (loaded from database).
      16:54:34,616 INFO [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml
      16:54:34,960 INFO [NamingHelper] JNDI InitialContext properties:{}
      16:54:34,960 INFO [DatasourceConnectionProvider] Using datasource: java:PortalDS
      16:54:34,960 INFO [SettingsFactory] RDBMS: MySQL, version: 5.0.45-community-nt
      16:54:34,960 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.14 ( $Date: 2006-10-18 17:40:15 +0200 (Wed, 18 Oct 2006) $, $Revision: 5888 $ )
      16:54:34,960 INFO [Dialect] Using dialect: org.hibernate.dialect.MySQLDialect
      16:54:34,960 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.LongInstance -> JBPM_VARIABLEINSTANCE
      16:54:34,960 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.transaction.JTATransactionFactory
      16:54:34,960 INFO [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/NullInstance.hbm.xml
      16:54:34,960 INFO [NamingHelper] JNDI InitialContext properties:{}
      16:54:34,960 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
      16:54:34,960 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
      16:54:34,960 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
      16:54:34,960 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
      16:54:34,960 INFO [SettingsFactory] Automatic flush during beforeCompletion(): enabled
      16:54:34,960 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
      16:54:34,960 INFO [SettingsFactory] JDBC batch size: 15
      16:54:34,960 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
      16:54:34,960 INFO [SettingsFactory] Scrollable result sets: enabled
      16:54:34,960 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
      16:54:34,960 INFO [SettingsFactory] Connection release mode: auto
      16:54:34,960 INFO [SettingsFactory] Maximum outer join fetch depth: 2
      16:54:34,960 INFO [SettingsFactory] Default batch fetch size: 1
      16:54:34,960 INFO [SettingsFactory] Generate SQL with comments: disabled
      16:54:34,960 INFO [SettingsFactory] Order SQL updates by primary key: disabled
      16:54:34,960 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
      16:54:34,960 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
      16:54:34,960 INFO [SettingsFactory] Query language substitutions: {}
      16:54:34,960 INFO [SettingsFactory] JPA-QL strict compliance: disabled
      16:54:34,960 INFO [SettingsFactory] Second-level cache: enabled
      16:54:34,960 INFO [SettingsFactory] Query cache: enabled
      16:54:34,960 INFO [SettingsFactory] Cache provider: org.hibernate.cache.EhCacheProvider
      16:54:34,960 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
      16:54:34,960 INFO [SettingsFactory] Structured second-level cache entries: disabled
      16:54:34,960 INFO [SettingsFactory] Query cache factory: org.hibernate.cache.StandardQueryCacheFactory
      16:54:34,960 INFO [SettingsFactory] Statistics: disabled
      16:54:34,960 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
      16:54:34,960 INFO [SettingsFactory] Default entity-mode: pojo
      16:54:34,960 INFO [SettingsFactory] Named query checking : enabled
      16:54:34,960 INFO [SessionFactoryImpl] building session factory
      16:54:34,960 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.NullInstance -> JBPM_VARIABLEINSTANCE
      16:54:34,960 INFO [Configuration] Reading mappings from resource : org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml
      16:54:34,960 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.identity.db.HibernateUserImpl]; using defaults.
      16:54:34,960 INFO [HbmBinder] Mapping subclass: org.jbpm.context.exe.variableinstance.StringInstance -> JBPM_VARIABLEINSTANCE
      16:54:34,960 INFO [Configuration] Reading mappings from resource : org/jbpm/msg/Message.hbm.xml
      16:54:34,960 INFO [HbmBinder] Mapping class: org.jbpm.msg.Message -> JBPM_MESSAGE
      16:54:34,960 INFO [Configuration] Reading mappings from resource : org/jbpm/msg/db/TextMessage.hbm.xml
      16:54:34,975 INFO [HbmBinder] Mapping subclass: org.jbpm.msg.db.TextMessage -> JBPM_MESSAGE
      16:54:34,975 INFO [Configuration] Reading mappings from resource : org/jbpm/command/ExecuteActionCommand.hbm.xml
      16:54:34,975 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.identity.db.HibernateRoleImpl]; using defaults.
      16:54:34,975 INFO [HbmBinder] Mapping subclass: org.jbpm.command.ExecuteActionCommand -> JBPM_MESSAGE
      16:54:34,975 INFO [Configuration] Reading mappings from resource : org/jbpm/command/ExecuteNodeCommand.hbm.xml
      16:54:35,381 INFO [HbmBinder] Mapping subclass: org.jbpm.command.ExecuteNodeCommand -> JBPM_MESSAGE
      16:54:35,381 INFO [Configuration] Reading mappings from resource : org/jbpm/command/SignalCommand.hbm.xml
      16:54:35,381 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.identity.db.HibernateUserImpl.roles]; using defaults.
      16:54:35,381 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.identity.db.HibernateUserImpl.dynamic]; using defaults.
      16:54:35,381 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.identity.db.HibernateRoleImpl.users]; using defaults.
      16:54:35,381 INFO [HbmBinder] Mapping subclass: org.jbpm.command.SignalCommand -> JBPM_MESSAGE
      16:54:35,381 INFO [Configuration] Reading mappings from resource : org/jbpm/command/TaskInstanceEndCommand.hbm.xml
      16:54:35,381 INFO [SessionFactoryObjectFactory] Factory name: java:/portal/IdentitySessionFactory
      16:54:35,381 INFO [NamingHelper] JNDI InitialContext properties:{}
      16:54:35,397 INFO [SessionFactoryObjectFactory] Bound factory to JNDI name: java:/portal/IdentitySessionFactory
      16:54:35,397 WARN [SessionFactoryObjectFactory] InitialContext did not implement EventContext
      16:54:35,397 INFO [NamingHelper] JNDI InitialContext properties:{}
      16:54:35,397 INFO [UpdateTimestampsCache] starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsCache
      16:54:35,397 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.UpdateTimestampsCache]; using defaults.
      16:54:35,397 INFO [StandardQueryCache] starting query cache at region: org.hibernate.cache.StandardQueryCache
      16:54:35,397 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults.
      16:54:35,397 INFO [HbmBinder] Mapping subclass: org.jbpm.command.TaskInstanceEndCommand -> JBPM_MESSAGE
      16:54:35,397 INFO [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml
      16:54:35,397 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.exe.TaskMgmtInstance -> JBPM_MODULEINSTANCE
      16:54:35,397 INFO [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
      16:54:35,397 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.TaskInstance -> JBPM_TASKINSTANCE
      16:54:35,397 INFO [ConfigurationParser] Processing portal identity configuration
      16:54:35,397 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.pooledActors -> JBPM_TASKACTORPOOL
      16:54:35,397 INFO [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
      16:54:35,413 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.PooledActor -> JBPM_POOLEDACTOR
      16:54:35,725 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.PooledActor.taskInstances -> JBPM_TASKACTORPOOL
      16:54:35,741 INFO [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
      16:54:35,741 INFO [HbmBinder] Mapping class: org.jbpm.taskmgmt.exe.SwimlaneInstance -> JBPM_SWIMLANEINSTANCE
      16:54:35,741 INFO [Configuration] Reading mappings from resource : org/jbpm/scheduler/exe/Timer.hbm.xml
      16:54:35,741 INFO [HbmBinder] Mapping class: org.jbpm.scheduler.exe.Timer -> JBPM_TIMER
      16:54:35,741 INFO [Configuration] Reading mappings from resource : org/jbpm/logging/log/ProcessLog.hbm.xml
      16:54:35,741 INFO [ConfigurationParser] Processing portal identity configuration
      16:54:35,756 INFO [HbmBinder] Mapping class: org.jbpm.logging.log.ProcessLog -> JBPM_LOG
      16:54:35,756 INFO [Configuration] Reading mappings from resource : org/jbpm/logging/log/MessageLog.hbm.xml
      16:54:35,756 INFO [HbmBinder] Mapping subclass: org.jbpm.logging.log.MessageLog -> JBPM_LOG
      16:54:35,756 INFO [Configuration] Reading mappings from resource : org/jbpm/logging/log/CompositeLog.hbm.xml
      16:54:35,756 INFO [HbmBinder] Mapping subclass: org.jbpm.logging.log.CompositeLog -> JBPM_LOG
      16:54:35,756 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/log/ActionLog.hbm.xml
      16:54:35,756 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.ActionLog -> JBPM_LOG
      16:54:35,756 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/log/NodeLog.hbm.xml
      16:54:36,085 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.NodeLog -> JBPM_LOG
      16:54:36,085 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml
      16:54:36,100 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessInstanceCreateLog -> JBPM_LOG
      16:54:36,100 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml
      16:54:36,100 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessInstanceEndLog -> JBPM_LOG
      16:54:36,100 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/log/ProcessStateLog.hbm.xml
      16:54:36,100 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.ProcessStateLog -> JBPM_LOG
      16:54:36,100 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/log/SignalLog.hbm.xml
      16:54:36,116 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.SignalLog -> JBPM_LOG
      16:54:36,116 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/log/TokenCreateLog.hbm.xml
      16:54:36,116 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.TokenCreateLog -> JBPM_LOG
      16:54:36,116 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/log/TokenEndLog.hbm.xml
      16:54:36,116 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.TokenEndLog -> JBPM_LOG
      16:54:36,116 INFO [Configuration] Reading mappings from resource : org/jbpm/graph/log/TransitionLog.hbm.xml
      16:54:36,444 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.log.TransitionLog -> JBPM_LOG
      16:54:36,444 INFO [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableLog.hbm.xml
      16:54:36,460 INFO [ConfigurationParser] Processing identity profile configuration
      16:54:36,460 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableLog -> JBPM_LOG
      16:54:36,460 INFO [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableCreateLog.hbm.xml
      16:54:36,460 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableCreateLog -> JBPM_LOG
      16:54:36,460 INFO [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableDeleteLog.hbm.xml
      16:54:36,460 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableDeleteLog -> JBPM_LOG
      16:54:36,460 INFO [Configuration] Reading mappings from resource : org/jbpm/context/log/VariableUpdateLog.hbm.xml
      16:54:36,460 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.VariableUpdateLog -> JBPM_LOG
      16:54:36,460 INFO [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/ByteArrayUpdateLog.hbm.xml
      16:54:36,475 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.ByteArrayUpdateLog -> JBPM_LOG
      16:54:36,475 INFO [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/DateUpdateLog.hbm.xml
      16:54:36,475 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.DateUpdateLog -> JBPM_LOG
      16:54:36,475 INFO [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/DoubleUpdateLog.hbm.xml
      16:54:36,475 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.DoubleUpdateLog -> JBPM_LOG
      16:54:36,475 INFO [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateLongUpdateLog.hbm.xml
      16:54:36,881 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.HibernateLongUpdateLog -> JBPM_LOG
      16:54:36,881 INFO [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/HibernateStringUpdateLog.hbm.xml
      16:54:36,897 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.HibernateStringUpdateLog -> JBPM_LOG
      16:54:36,897 INFO [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/LongUpdateLog.hbm.xml
      16:54:36,897 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.LongUpdateLog -> JBPM_LOG
      16:54:36,897 INFO [Configuration] Reading mappings from resource : org/jbpm/context/log/variableinstance/StringUpdateLog.hbm.xml
      16:54:36,897 INFO [HbmBinder] Mapping subclass: org.jbpm.context.log.variableinstance.StringUpdateLog -> JBPM_LOG
      16:54:36,897 INFO [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskLog.hbm.xml
      16:54:36,913 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskLog -> JBPM_LOG
      16:54:36,913 INFO [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskCreateLog.hbm.xml
      16:54:36,913 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskCreateLog -> JBPM_LOG
      16:54:36,913 INFO [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskAssignLog.hbm.xml
      16:54:36,913 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskAssignLog -> JBPM_LOG
      16:54:36,913 INFO [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/TaskEndLog.hbm.xml
      16:54:36,913 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.TaskEndLog -> JBPM_LOG
      16:54:36,913 INFO [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneLog.hbm.xml
      16:54:36,928 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneLog -> JBPM_LOG
      16:54:36,928 INFO [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneCreateLog.hbm.xml
      16:54:36,928 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneCreateLog -> JBPM_LOG
      16:54:36,928 INFO [Configuration] Reading mappings from resource : org/jbpm/taskmgmt/log/SwimlaneAssignLog.hbm.xml
      16:54:36,928 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.log.SwimlaneAssignLog -> JBPM_LOG
      16:54:36,928 INFO [Configuration] Configured SessionFactory: null
      16:54:36,928 INFO [HbmBinder] Mapping subclass: org.jbpm.graph.action.Script -> JBPM_ACTION
      16:54:36,928 INFO [HbmBinder] Mapping subclass: org.jbpm.taskmgmt.def.TaskMgmtDefinition -> JBPM_MODULEDEFINITION
      16:54:36,928 INFO [HbmBinder] Mapping subclass: org.jbpm.context.def.ContextDefinition -> JBPM_MODULEDEFINITION
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.identity.User.memberships -> JBPM_ID_MEMBERSHIP
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.identity.Group.children -> JBPM_ID_GROUP
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.identity.Group.memberships -> JBPM_ID_MEMBERSHIP
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.events -> JBPM_EVENT
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.nodes -> JBPM_NODE
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.actions -> JBPM_ACTION
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ProcessDefinition.definitions -> JBPM_MODULEDEFINITION
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.events -> JBPM_EVENT
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.leavingTransitions -> JBPM_TRANSITION
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Node.arrivingTransitions -> JBPM_TRANSITION
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Transition.events -> JBPM_EVENT
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Transition.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.Event.actions -> JBPM_ACTION
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.SuperState.nodes -> JBPM_NODE
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.graph.def.ExceptionHandler.actions -> JBPM_ACTION
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.graph.node.ProcessState.variableAccesses -> JBPM_VARIABLEACCESS
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.graph.node.TaskNode.tasks -> JBPM_TASK
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Swimlane.tasks -> JBPM_TASK
      16:54:36,928 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Task.events -> JBPM_EVENT
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.Task.exceptionHandlers -> JBPM_EXCEPTIONHANDLER
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskController.variableAccesses -> JBPM_VARIABLEACCESS
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.file.def.FileDefinition.processFiles -> JBPM_BYTEARRAY
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.graph.exe.ProcessInstance.runtimeActions -> JBPM_RUNTIMEACTION
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.graph.exe.ProcessInstance.instances -> JBPM_MODULEINSTANCE
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.graph.exe.Token.children -> JBPM_TOKEN
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.graph.exe.Token.comments -> JBPM_COMMENT
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.context.exe.ContextInstance.tokenVariableMaps -> JBPM_TOKENVARIABLEMAP
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.context.exe.TokenVariableMap.variableInstances -> JBPM_VARIABLEINSTANCE
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances -> JBPM_SWIMLANEINSTANCE
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances -> JBPM_TASKINSTANCE
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.variableInstances -> JBPM_VARIABLEINSTANCE
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.TaskInstance.comments -> JBPM_COMMENT
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.exe.SwimlaneInstance.pooledActors -> JBPM_POOLEDACTOR
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.logging.log.CompositeLog.children -> JBPM_LOG
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.graph.action.Script.variableAccesses -> JBPM_VARIABLEACCESS
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes -> JBPM_SWIMLANE
      16:54:36,944 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks -> JBPM_TASK
      16:54:37,272 INFO [NamingHelper] JNDI InitialContext properties:{}
      16:54:37,272 INFO [DatasourceConnectionProvider] Using datasource: java:PortalDS
      16:54:37,272 INFO [SettingsFactory] RDBMS: MySQL, version: 5.0.45-community-nt
      16:54:37,272 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.14 ( $Date: 2006-10-18 17:40:15 +0200 (Wed, 18 Oct 2006) $, $Revision: 5888 $ )
      16:54:37,272 INFO [Dialect] Using dialect: org.hibernate.dialect.MySQLDialect
      16:54:37,272 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.transaction.JTATransactionFactory
      16:54:37,272 INFO [NamingHelper] JNDI InitialContext properties:{}
      16:54:37,272 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
      16:54:37,272 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
      16:54:37,272 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
      16:54:37,272 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
      16:54:37,272 INFO [SettingsFactory] Automatic flush during beforeCompletion(): disabled
      16:54:37,272 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
      16:54:37,272 INFO [SettingsFactory] JDBC batch size: 15
      16:54:37,272 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
      16:54:37,272 INFO [SettingsFactory] Scrollable result sets: enabled
      16:54:37,272 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
      16:54:37,272 INFO [SettingsFactory] Connection release mode: auto
      16:54:37,272 INFO [SettingsFactory] Maximum outer join fetch depth: 2
      16:54:37,272 INFO [SettingsFactory] Default batch fetch size: 1
      16:54:37,272 INFO [SettingsFactory] Generate SQL with comments: enabled
      16:54:37,272 INFO [SettingsFactory] Order SQL updates by primary key: disabled
      16:54:37,272 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
      16:54:37,272 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
      16:54:37,272 INFO [SettingsFactory] Query language substitutions: {}
      16:54:37,272 INFO [SettingsFactory] JPA-QL strict compliance: disabled
      16:54:37,272 INFO [SettingsFactory] Second-level cache: enabled
      16:54:37,272 INFO [SettingsFactory] Query cache: enabled
      16:54:37,272 INFO [SettingsFactory] Cache provider: org.hibernate.cache.EhCacheProvider
      16:54:37,272 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
      16:54:37,272 INFO [SettingsFactory] Structured second-level cache entries: disabled
      16:54:37,272 INFO [SettingsFactory] Query cache factory: org.hibernate.cache.StandardQueryCacheFactory
      16:54:37,272 INFO [SettingsFactory] Statistics: disabled
      16:54:37,272 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
      16:54:37,272 INFO [SettingsFactory] Default entity-mode: pojo
      16:54:37,272 INFO [SettingsFactory] Named query checking : enabled
      16:54:37,272 INFO [SessionFactoryImpl] building session factory
      16:54:37,288 WARN [CacheManager] Creating a new instance of CacheManager using the diskStorePath "C:\DOCUME~1\greenk\LOCALS~1\Temp\/workflow" which is already used by an existing CacheManager.
      The source of the configuration was URL of file:/C:/Java/jboss-4.2.0.GA/jboss-4.2.0.GA/server/default/deploy/jboss-portal.sar/conf/hibernate/workflow/ehcache.xml.
      The diskStore path for this CacheManager will be set to C:\DOCUME~1\greenk\LOCALS~1\Temp\/workflow\ehcache_auto_created_1192636477288.
      To avoid this warning consider using the CacheManager factory methods to create a singleton CacheManager or specifying a separate ehcache configuration (ehcache.xml) for each CacheManager instance.
      16:54:37,288 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node]; using defaults.
      16:54:37,288 WARN [EhCacheProvider] Could not find configuration [org.jbpm.instantiation.Delegation]; using defaults.
      16:54:37,288 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.Task]; using defaults.
      16:54:37,303 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition]; using defaults.
      16:54:37,303 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ExceptionHandler]; using defaults.
      16:54:37,303 WARN [EhCacheProvider] Could not find configuration [org.jbpm.module.def.ModuleDefinition]; using defaults.
      16:54:37,663 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Action]; using defaults.
      16:54:37,663 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Event]; using defaults.
      16:54:37,663 WARN [EhCacheProvider] Could not find configuration [org.jbpm.context.def.VariableAccess]; using defaults.
      16:54:37,678 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Transition]; using defaults.
      16:54:38,022 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskController]; using defaults.
      16:54:38,022 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks]; using defaults.
      16:54:38,022 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.node.ProcessState.variableAccesses]; using defaults.
      16:54:38,022 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.events]; using defaults.
      16:54:38,022 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.Swimlane.tasks]; using defaults.
      16:54:38,022 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node.leavingTransitions]; using defaults.
      16:54:38,022 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskController.variableAccesses]; using defaults.
      16:54:38,022 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.exceptionHandlers]; using defaults.
      16:54:38,022 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.node.Decision.decisionConditions]; using defaults.
      16:54:38,022 WARN [EhCacheProvider] Could not find configuration [org.jbpm.file.def.FileDefinition.processFiles]; using defaults.
      16:54:38,038 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.actions]; using defaults.
      16:54:38,038 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Transition.exceptionHandlers]; using defaults.
      16:54:38,038 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.nodes]; using defaults.
      16:54:38,038 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node.arrivingTransitions]; using defaults.
      16:54:38,038 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.node.TaskNode.tasks]; using defaults.
      16:54:38,038 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.definitions]; using defaults.
      16:54:38,038 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Event.actions]; using defaults.
      16:54:38,038 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.Task.events]; using defaults.
      16:54:38,038 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node.events]; using defaults.
      16:54:38,038 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes]; using defaults.
      16:54:38,038 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.SuperState.nodes]; using defaults.
      16:54:38,038 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.action.Script.variableAccesses]; using defaults.
      16:54:38,038 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ExceptionHandler.actions]; using defaults.
      16:54:38,038 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.Task.exceptionHandlers]; using defaults.
      16:54:38,038 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node.exceptionHandlers]; using defaults.
      16:54:38,038 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Transition.events]; using defaults.
      16:54:40,569 INFO [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
      16:54:40,569 INFO [NamingHelper] JNDI InitialContext properties:{}
      16:54:40,569 INFO [UpdateTimestampsCache] starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsCache
      16:54:40,569 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.UpdateTimestampsCache]; using defaults.
      16:54:40,569 INFO [StandardQueryCache] starting query cache at region: org.hibernate.cache.StandardQueryCache
      16:54:40,569 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults.
      16:54:42,288 INFO [ACLInterceptor] AuthorizationManager initialized=org.jboss.portal.cms.security.AuthorizationManagerImpl@1e7b36d
      16:54:42,288 INFO [JCRCMS] JBossCache Version=1.4.1
      16:54:42,288 INFO [JCRCMS] Starting JCR CMS
      16:54:42,694 INFO [RepositoryImpl] Starting repository...
      16:54:44,022 INFO [JBossCachePersistenceManager] Pre-loading the PersistenceManager Cache in the background (started).......
      16:54:44,413 INFO [JBossCachePersistenceManager] Pre-loading the PersistenceManager Cache for/wsp_ref (finished).......
      16:54:44,428 INFO [JBossCachePersistenceManager] Pre-loading the PersistenceManager Cache for/wsp_node (finished).......
      16:54:44,444 INFO [JBossCachePersistenceManager] Pre-loading the PersistenceManager Cache for/version_ref (finished).......
      16:54:44,881 INFO [JBossCachePersistenceManager] Pre-loading the PersistenceManager Cache for/version_node (finished).......
      16:54:45,241 INFO [JBossCachePersistenceManager] Pre-loading the PersistenceManager Cache for/wsp_prop (finished).......
      16:54:45,241 INFO [JBossCachePersistenceManager] Pre-loading the PersistenceManager Cache for/version_prop (finished).......
      16:54:46,038 INFO [JBossCachePersistenceManager] -------------------------------------------------
      16:54:46,038 INFO [JBossCachePersistenceManager] JBossCachePersistenceManager is fully loaded.....
      16:54:46,038 INFO [JBossCachePersistenceManager] -------------------------------------------------
      16:54:46,428 INFO [RepositoryImpl] initializing workspace 'default'...
      16:54:47,569 INFO [RepositoryImpl] workspace 'default' initialized
      16:55:07,334 INFO [SearchIndex] Index initialized: C:\Java\jboss-4.2.0.GA\jboss-4.2.0.GA\server\default\data\portal\cms\conf\workspaces\default/index
      16:55:07,334 INFO [RepositoryImpl] Repository started
      16:55:07,334 INFO [JackrabbitJCRService] Repository 'PortalRepository' created
      16:55:10,943 INFO [JackrabbitJCRService] The repository has already the CMS node types registered
      16:55:11,334 INFO [JCRCMS] Started JCR CMS in: 29s:46ms
      16:55:23,053 ERROR [Scheduler$Listener] Invoke of the Schedulable MBean failed
      javax.management.RuntimeErrorException
      at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:178)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
      at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
      at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
      at org.jboss.varia.scheduler.Scheduler$MBeanListener.handleNotification(Scheduler.java:1346)
      at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
      at $Proxy11.handleNotification(Unknown Source)
      at javax.management.NotificationBroadcasterSupport.handleNotification(Unknown Source)
      at javax.management.NotificationBroadcasterSupport.sendNotification(Unknown Source)
      at javax.management.timer.Timer.sendNotification(Unknown Source)
      at javax.management.timer.Timer.notifyAlarmClock(Unknown Source)
      at javax.management.timer.TimerAlarmClock.run(Unknown Source)
      at java.util.TimerThread.mainLoop(Unknown Source)
      at java.util.TimerThread.run(Unknown Source)
      Caused by: java.lang.OutOfMemoryError: Java heap space
      16:55:23,428 INFO [IdentityUIConfigurationServiceImpl] not starting jBPM workflow ...
      16:55:23,428 INFO [HbmBinder] Mapping collection: org.jboss.portal.core.impl.model.instance.persi

        • 1. Re: Unable to get JBoss portal to start
          kierangreen

          this appears to have cut my post of for being too long ... here is the end of the stack trace ,,,,

          16:55:23,053 ERROR [Scheduler$Listener] Invoke of the Schedulable MBean failed
          javax.management.RuntimeErrorException
          at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:178)
          at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
          at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
          at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
          at org.jboss.varia.scheduler.Scheduler$MBeanListener.handleNotification(Scheduler.java:1346)
          at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)
          at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
          at $Proxy11.handleNotification(Unknown Source)
          at javax.management.NotificationBroadcasterSupport.handleNotification(Unknown Source)
          at javax.management.NotificationBroadcasterSupport.sendNotification(Unknown Source)
          at javax.management.timer.Timer.sendNotification(Unknown Source)
          at javax.management.timer.Timer.notifyAlarmClock(Unknown Source)
          at javax.management.timer.TimerAlarmClock.run(Unknown Source)
          at java.util.TimerThread.mainLoop(Unknown Source)
          at java.util.TimerThread.run(Unknown Source)
          Caused by: java.lang.OutOfMemoryError: Java heap space
          16:55:23,428 INFO [IdentityUIConfigurationServiceImpl] not starting jBPM workflow ...
          16:55:23,428 INFO [HbmBinder] Mapping collection: org.jboss.portal.core.impl.model.instance.persistent.PersistentInstanceDefinition.relatedSecurityBindings -> JBP_INSTANCE_SECURITY
          16:55:23,428 INFO [HbmBinder] Mapping collection: org.jboss.portal.core.impl.model.instance.persistent.PersistentInstanceDefinition.relatedCustomizations -> JBP_INSTANCE_PER_USER
          16:55:23,443 INFO [NamingHelper] JNDI InitialContext properties:{}
          16:55:23,787 INFO [DatasourceConnectionProvider] Using datasource: java:PortalDS
          16:55:23,787 INFO [SettingsFactory] RDBMS: MySQL, version: 5.0.45-community-nt
          16:55:23,787 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.14 ( $Date: 2006-10-18 17:40:15 +0200 (Wed, 18 Oct 2006) $, $Revision: 5888 $ )
          16:55:23,787 INFO [Dialect] Using dialect: org.hibernate.dialect.MySQLDialect
          16:55:23,787 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.transaction.JTATransactionFactory
          16:55:23,787 INFO [NamingHelper] JNDI InitialContext properties:{}
          16:55:23,787 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
          16:55:23,787 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
          16:55:23,787 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
          16:55:23,787 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
          16:55:23,787 INFO [SettingsFactory] Automatic flush during beforeCompletion(): enabled
          16:55:23,787 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
          16:55:23,787 INFO [SettingsFactory] JDBC batch size: 15
          16:55:23,787 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
          16:55:23,787 INFO [SettingsFactory] Scrollable result sets: enabled
          16:55:23,787 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
          16:55:23,787 INFO [SettingsFactory] Connection release mode: auto
          16:55:23,787 INFO [SettingsFactory] Maximum outer join fetch depth: 2
          16:55:23,787 INFO [SettingsFactory] Default batch fetch size: 1
          16:55:23,787 INFO [SettingsFactory] Generate SQL with comments: disabled
          16:55:23,787 INFO [SettingsFactory] Order SQL updates by primary key: disabled
          16:55:23,787 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
          16:55:23,787 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
          16:55:23,787 INFO [SettingsFactory] Query language substitutions: {}
          16:55:23,787 INFO [SettingsFactory] JPA-QL strict compliance: disabled
          16:55:23,787 INFO [SettingsFactory] Second-level cache: enabled
          16:55:23,787 INFO [SettingsFactory] Query cache: enabled
          16:55:23,787 INFO [SettingsFactory] Cache provider: org.hibernate.cache.EhCacheProvider
          16:55:23,787 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
          16:55:23,787 INFO [SettingsFactory] Structured second-level cache entries: disabled
          16:55:23,787 INFO [SettingsFactory] Query cache factory: org.hibernate.cache.StandardQueryCacheFactory
          16:55:23,787 INFO [SettingsFactory] Statistics: disabled
          16:55:23,787 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
          16:55:23,787 INFO [SettingsFactory] Default entity-mode: pojo
          16:55:23,787 INFO [SettingsFactory] Named query checking : enabled
          16:55:23,787 INFO [SessionFactoryImpl] building session factory
          16:55:23,787 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.instance.persistent.PersistentInstanceCustomization]; using defaults.
          16:55:23,803 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.instance.persistent.PersistentRoleSecurityBinding]; using defaults.
          16:55:23,803 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.instance.persistent.PersistentInstanceDefinition]; using defaults.
          16:55:23,803 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.instance.persistent.PersistentRoleSecurityBinding.actions]; using defaults.
          16:55:23,803 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.instance.persistent.PersistentInstanceDefinition.relatedCustomizations]; using defaults.
          16:55:23,803 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.instance.persistent.PersistentInstanceDefinition.relatedSecurityBindings]; using defaults.
          16:55:24,209 INFO [SessionFactoryObjectFactory] Factory name: java:/portal/InstanceSessionFactory
          16:55:24,209 INFO [NamingHelper] JNDI InitialContext properties:{}
          16:55:24,209 INFO [SessionFactoryObjectFactory] Bound factory to JNDI name: java:/portal/InstanceSessionFactory
          16:55:24,209 WARN [SessionFactoryObjectFactory] InitialContext did not implement EventContext
          16:55:24,209 INFO [NamingHelper] JNDI InitialContext properties:{}
          16:55:24,209 INFO [UpdateTimestampsCache] starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsCache
          16:55:24,209 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.UpdateTimestampsCache]; using defaults.
          16:55:24,209 INFO [StandardQueryCache] starting query cache at region: org.hibernate.cache.StandardQueryCache
          16:55:24,209 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults.
          16:55:24,568 INFO [HbmBinder] Mapping collection: org.jboss.portal.core.impl.model.portal.ObjectNode.children -> JBP_OBJECT_NODE
          16:55:24,568 INFO [HbmBinder] Mapping collection: org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints -> JBP_OBJECT_NODE_SEC
          16:55:24,584 INFO [NamingHelper] JNDI InitialContext properties:{}
          16:55:24,584 INFO [DatasourceConnectionProvider] Using datasource: java:PortalDS
          16:55:24,584 INFO [SettingsFactory] RDBMS: MySQL, version: 5.0.45-community-nt
          16:55:24,584 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.14 ( $Date: 2006-10-18 17:40:15 +0200 (Wed, 18 Oct 2006) $, $Revision: 5888 $ )
          16:55:24,584 INFO [Dialect] Using dialect: org.hibernate.dialect.MySQLDialect
          16:55:24,584 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.transaction.JTATransactionFactory
          16:55:24,584 INFO [NamingHelper] JNDI InitialContext properties:{}
          16:55:24,584 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
          16:55:24,584 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
          16:55:24,584 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
          16:55:24,584 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
          16:55:24,584 INFO [SettingsFactory] Automatic flush during beforeCompletion(): enabled
          16:55:24,584 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
          16:55:24,584 INFO [SettingsFactory] JDBC batch size: 15
          16:55:24,584 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
          16:55:24,584 INFO [SettingsFactory] Scrollable result sets: enabled
          16:55:24,584 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
          16:55:24,584 INFO [SettingsFactory] Connection release mode: auto
          16:55:24,584 INFO [SettingsFactory] Maximum outer join fetch depth: 2
          16:55:24,584 INFO [SettingsFactory] Default batch fetch size: 1
          16:55:24,584 INFO [SettingsFactory] Generate SQL with comments: disabled
          16:55:24,584 INFO [SettingsFactory] Order SQL updates by primary key: disabled
          16:55:24,584 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
          16:55:24,584 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
          16:55:24,584 INFO [SettingsFactory] Query language substitutions: {}
          16:55:24,584 INFO [SettingsFactory] JPA-QL strict compliance: disabled
          16:55:24,584 INFO [SettingsFactory] Second-level cache: enabled
          16:55:24,584 INFO [SettingsFactory] Query cache: enabled
          16:55:24,584 INFO [SettingsFactory] Cache provider: org.hibernate.cache.EhCacheProvider
          16:55:24,584 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
          16:55:24,584 INFO [SettingsFactory] Structured second-level cache entries: disabled
          16:55:24,584 INFO [SettingsFactory] Query cache factory: org.hibernate.cache.StandardQueryCacheFactory
          16:55:24,584 INFO [SettingsFactory] Statistics: disabled
          16:55:24,584 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
          16:55:24,584 INFO [SettingsFactory] Default entity-mode: pojo
          16:55:24,584 INFO [SettingsFactory] Named query checking : enabled
          16:55:24,584 INFO [SessionFactoryImpl] building session factory
          16:55:24,584 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.PortalObjectImpl]; using defaults.
          16:55:24,975 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.ObjectNode]; using defaults.
          16:55:25,318 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint]; using defaults.
          16:55:25,334 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.PortalImpl.windowStates]; using defaults.
          16:55:25,334 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredPropertyMap]; using defaults.
          16:55:25,334 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint.actions]; using defaults.
          16:55:25,334 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.ObjectNode.children]; using defaults.
          16:55:25,334 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.ObjectNode.securityConstraints]; using defaults.
          16:55:25,334 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.PortalImpl.modes]; using defaults.
          16:55:25,756 INFO [SessionFactoryObjectFactory] Factory name: java:/portal/PortalObjectSessionFactory
          16:55:25,756 INFO [NamingHelper] JNDI InitialContext properties:{}
          16:55:25,756 INFO [SessionFactoryObjectFactory] Bound factory to JNDI name: java:/portal/PortalObjectSessionFactory
          16:55:25,756 WARN [SessionFactoryObjectFactory] InitialContext did not implement EventContext
          16:55:25,756 INFO [NamingHelper] JNDI InitialContext properties:{}
          16:55:25,756 INFO [UpdateTimestampsCache] starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsCache
          16:55:25,756 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.UpdateTimestampsCache]; using defaults.
          16:55:25,756 INFO [StandardQueryCache] starting query cache at region: org.hibernate.cache.StandardQueryCache
          16:55:25,756 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults.
          16:55:38,802 INFO [HbmBinder] Mapping collection: org.jboss.portal.core.impl.portlet.state.PersistentPortletState.entries -> JBP_PORTLET_STATE_ENTRY
          16:55:38,802 INFO [HbmBinder] Mapping collection: org.jboss.portal.core.impl.portlet.state.PersistentPortletState.children -> JBP_PORTLET_STATE
          16:55:38,802 INFO [HbmBinder] Mapping collection: org.jboss.portal.core.impl.portlet.state.PersistentConsumerGroup.relatedConsumers -> JBP_PORTLET_CONSUMER
          16:55:38,802 INFO [HbmBinder] Mapping collection: org.jboss.portal.core.impl.portlet.state.PersistentConsumer.relatedRegistrations -> JBP_PORTLET_REG
          16:55:38,802 INFO [HbmBinder] Mapping collection: org.jboss.portal.core.impl.portlet.state.PersistentRegistration.relatedPortletStates -> JBP_PORTLET_STATE
          16:55:38,802 INFO [NamingHelper] JNDI InitialContext properties:{}
          16:55:38,802 INFO [DatasourceConnectionProvider] Using datasource: java:PortalDS
          16:55:38,802 INFO [SettingsFactory] RDBMS: MySQL, version: 5.0.45-community-nt
          16:55:38,802 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.14 ( $Date: 2006-10-18 17:40:15 +0200 (Wed, 18 Oct 2006) $, $Revision: 5888 $ )
          16:55:38,802 INFO [Dialect] Using dialect: org.hibernate.dialect.MySQLDialect
          16:55:38,802 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.transaction.JTATransactionFactory
          16:55:38,802 INFO [NamingHelper] JNDI InitialContext properties:{}
          16:55:38,802 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
          16:55:38,802 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
          16:55:38,802 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
          16:55:38,802 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
          16:55:38,802 INFO [SettingsFactory] Automatic flush during beforeCompletion(): enabled
          16:55:38,802 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
          16:55:38,802 INFO [SettingsFactory] JDBC batch size: 15
          16:55:38,802 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
          16:55:38,802 INFO [SettingsFactory] Scrollable result sets: enabled
          16:55:38,802 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
          16:55:38,802 INFO [SettingsFactory] Connection release mode: auto
          16:55:38,802 INFO [SettingsFactory] Maximum outer join fetch depth: 2
          16:55:38,802 INFO [SettingsFactory] Default batch fetch size: 1
          16:55:38,802 INFO [SettingsFactory] Generate SQL with comments: disabled
          16:55:38,802 INFO [SettingsFactory] Order SQL updates by primary key: disabled
          16:55:38,802 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
          16:55:38,802 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
          16:55:38,802 INFO [SettingsFactory] Query language substitutions: {}
          16:55:38,802 INFO [SettingsFactory] JPA-QL strict compliance: disabled
          16:55:38,802 INFO [SettingsFactory] Second-level cache: enabled
          16:55:38,802 INFO [SettingsFactory] Query cache: enabled
          16:55:38,802 INFO [SettingsFactory] Cache provider: org.hibernate.cache.EhCacheProvider
          16:55:38,802 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
          16:55:38,802 INFO [SettingsFactory] Structured second-level cache entries: disabled
          16:55:38,802 INFO [SettingsFactory] Query cache factory: org.hibernate.cache.StandardQueryCacheFactory
          16:55:38,802 INFO [SettingsFactory] Statistics: disabled
          16:55:38,802 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
          16:55:38,802 INFO [SettingsFactory] Default entity-mode: pojo
          16:55:38,802 INFO [SettingsFactory] Named query checking : enabled
          16:55:38,802 INFO [SessionFactoryImpl] building session factory
          16:55:39,162 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.portlet.state.PersistentRegistration]; using defaults.
          16:55:39,568 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.portlet.state.PersistentPortletStateEntry]; using defaults.
          16:55:39,584 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.portlet.state.PersistentPortletState]; using defaults.
          16:55:39,927 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.portlet.state.PersistentConsumerGroup]; using defaults.
          16:55:39,927 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.portlet.state.PersistentConsumer]; using defaults.
          16:55:40,287 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.portlet.state.PersistentPortletStateEntry.strings]; using defaults.
          16:55:40,287 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.portlet.state.PersistentRegistration.persistentProperties]; using defaults.
          16:55:40,287 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.portlet.state.PersistentRegistration.relatedPortletStates]; using defaults.
          16:55:40,287 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.portlet.state.PersistentConsumer.relatedRegistrations]; using defaults.
          16:55:40,287 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.portlet.state.PersistentPortletState.entries]; using defaults.
          16:55:40,287 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.portlet.state.PersistentConsumerGroup.relatedConsumers]; using defaults.
          16:55:40,287 WARN [EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.portlet.state.PersistentPortletState.children]; using defaults.
          16:55:40,646 INFO [SessionFactoryObjectFactory] Factory name: java:/portal/PortletSessionFactory
          16:55:40,646 INFO [NamingHelper] JNDI InitialContext properties:{}
          16:55:40,646 INFO [SessionFactoryObjectFactory] Bound factory to JNDI name: java:/portal/PortletSessionFactory
          16:55:40,646 WARN [SessionFactoryObjectFactory] InitialContext did not implement EventContext
          16:55:40,646 INFO [NamingHelper] JNDI InitialContext properties:{}
          16:55:40,646 INFO [UpdateTimestampsCache] starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsCache
          16:55:40,646 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.UpdateTimestampsCache]; using defaults.
          16:55:40,646 INFO [StandardQueryCache] starting query cache at region: org.hibernate.cache.StandardQueryCache
          16:55:40,646 WARN [EhCacheProvider] Could not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults.
          16:55:41,818 WARN [JDBCExceptionReporter] SQL Error: 1146, SQLState: 42S02
          16:55:41,818 ERROR [JDBCExceptionReporter] Table 'jbossportal.jbp_portlet_reg' doesn't exist
          16:55:42,177 WARN [JDBCExceptionReporter] SQL Error: 1146, SQLState: 42S02
          16:55:42,177 ERROR [JDBCExceptionReporter] Table 'jbossportal.jbp_portlet_state' doesn't exist
          16:55:42,177 WARN [JDBCExceptionReporter] SQL Error: 1146, SQLState: 42S02
          16:55:42,177 ERROR [JDBCExceptionReporter] Table 'jbossportal.jbp_portlet_state_entry' doesn't exist
          16:55:42,537 WARN [JDBCExceptionReporter] SQL Error: 1146, SQLState: 42S02
          16:55:42,537 ERROR [JDBCExceptionReporter] Table 'jbossportal.jbp_portlet_group' doesn't exist
          16:55:42,896 WARN [JDBCExceptionReporter] SQL Error: 1146, SQLState: 42S02
          16:55:42,896 ERROR [JDBCExceptionReporter] Table 'jbossportal.jbp_portlet_consumer' doesn't exist
          16:55:43,240 INFO [Dialect] Using dialect: org.hibernate.dialect.MySQLDialect
          16:55:43,256 INFO [SchemaExport] Running hbm2ddl schema export
          16:55:43,256 INFO [SchemaExport] exporting generated schema to database
          16:55:43,256 INFO [NamingHelper] JNDI InitialContext properties:{}
          16:55:43,256 INFO [DatasourceConnectionProvider] Using datasource: java:PortalDS
          16:55:44,818 INFO [SchemaExport] schema export complete
          16:56:24,302 WARN [ServiceController] Problem starting service portal:deploymentFactory=PortletApp
          java.lang.OutOfMemoryError: Java heap space
          16:56:31,708 ERROR [Scheduler$Listener] Invoke of the Schedulable MBean failed
          javax.management.RuntimeErrorException
          at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:178)
          at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
          at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
          at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
          at org.jboss.varia.scheduler.Scheduler$MBeanListener.handleNotification(Scheduler.java:1346)
          at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)
          at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
          at $Proxy11.handleNotification(Unknown Source)
          at javax.management.NotificationBroadcasterSupport.handleNotification(Unknown Source)
          at javax.management.NotificationBroadcasterSupport.sendNotification(Unknown Source)
          at javax.management.timer.Timer.sendNotification(Unknown Source)
          at javax.management.timer.Timer.notifyAlarmClock(Unknown Source)
          at javax.management.timer.TimerAlarmClock.run(Unknown Source)
          at java.util.TimerThread.mainLoop(Unknown Source)
          at java.util.TimerThread.run(Unknown Source)
          Caused by: java.lang.OutOfMemoryError: Java heap space
          16:56:32,833 ERROR [MainDeployer] Could not create deployment: file:/C:/Java/jboss-4.2.0.GA/jboss-4.2.0.GA/server/default/deploy/portal-mysql5-ds.xml
          org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.jca:service=LocalTxCM,name=PortalDS
          at org.jboss.system.ServiceCreator.install(ServiceCreator.java:103)
          at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:449)
          at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
          at org.jboss.system.ServiceController.install(ServiceController.java:226)
          at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)
          at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
          at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
          at $Proxy4.install(Unknown Source)
          at org.jboss.deployment.SARDeployer.create(SARDeployer.java:249)
          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.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
          at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
          at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
          at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
          at $Proxy197.create(Unknown Source)
          at org.jboss.deployment.XSLSubDeployer.create(XSLSubDeployer.java:192)
          at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
          at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)
          at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
          at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
          at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
          at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
          at $Proxy9.deploy(Unknown Source)
          at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
          at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
          at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
          at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
          at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
          at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
          at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)
          at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
          at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
          at $Proxy0.start(Unknown Source)
          at org.jboss.system.ServiceController.start(ServiceController.java:417)
          at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)
          at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
          at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
          at $Proxy4.start(Unknown Source)
          at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
          at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
          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.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
          at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
          at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
          at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
          at $Proxy5.deploy(Unknown Source)
          at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
          at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
          at org.jboss.Main.boot(Main.java:200)
          at org.jboss.Main$1.run(Main.java:508)
          at java.lang.Thread.run(Unknown Source)
          16:56:34,302 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
          16:56:44,458 ERROR [[/jmx-console]] StandardWrapper.Throwable
          java.lang.OutOfMemoryError: Java heap space
          16:56:44,458 ERROR [[/jmx-console]] Servlet /jmx-console threw load() exception
          java.lang.OutOfMemoryError: Java heap space
          16:56:45,849 ERROR [[/jmx-console]] StandardWrapper.Throwable
          java.lang.OutOfMemoryError: Java heap space
          16:56:45,849 ERROR [[/jmx-console]] Servlet /jmx-console threw load() exception
          java.lang.OutOfMemoryError: Java heap space
          16:56:46,536 ERROR [Registry] Null component jboss.web:type=JspMonitor,name=InspectMBean,WebModule=//localhost/jmx-console,J2EEApplication=none,J2EEServer=none
          16:56:46,895 ERROR [Registry] Null component jboss.web:type=JspMonitor,name=DisplayMBeans,WebModule=//localhost/jmx-console,J2EEApplication=none,J2EEServer=none
          16:57:06,223 ERROR [STDERR] Exception in thread "Timer-2"
          16:57:12,489 ERROR [BasicMBeanRegistry] Cannot register MBean
          java.lang.OutOfMemoryError: Java heap space
          16:57:16,707 ERROR [STDERR] Exception in thread "Timer-0"
          16:57:16,707 ERROR [STDERR] java.lang.OutOfMemoryError: Java heap space
          16:57:38,817 ERROR [MainDeployer] Could not start deployment: file:/C:/Java/jboss-4.2.0.GA/jboss-4.2.0.GA/server/default/deploy/jmx-console.war/
          java.lang.OutOfMemoryError: Java heap space
          16:57:44,832 WARN [ServiceController] Problem starting service jboss.deployment:type=DeploymentScanner,flavor=URL
          java.lang.OutOfMemoryError: Java heap space
          16:57:48,707 ERROR [Server] Root deployment has missing dependencies; continuing
          Incomplete Deployment listing:

          --- Incompletely deployed packages ---
          org.jboss.deployment.DeploymentInfo@1143f81e { url=file:/C:/Java/jboss-4.2.0.GA/jboss-4.2.0.GA/server/default/deploy/portal-mysql5-ds.xml }
          deployer: org.jboss.deployment.XSLSubDeployer@4b7c69
          status: Deployment FAILED reason: Trying to install an already registered mbean: jboss.jca:service=LocalTxCM,name=PortalDS
          state: FAILED
          watch: file:/C:/Java/jboss-4.2.0.GA/jboss-4.2.0.GA/server/default/deploy/portal-mysql5-ds.xml
          altDD: null
          lastDeployed: 1192636592489
          lastModified: 1192636592130
          mbeans:

          org.jboss.deployment.DeploymentInfo@fa203303 { url=file:/C:/Java/jboss-4.2.0.GA/jboss-4.2.0.GA/server/default/deploy/jmx-console.war/ }
          deployer: MBeanProxyExt[jboss.web:service=WebServer]
          status: Deployment FAILED reason: Java heap space
          state: FAILED
          watch: file:/C:/Java/jboss-4.2.0.GA/jboss-4.2.0.GA/server/default/deploy/jmx-console.war/WEB-INF/web.xml
          altDD: null
          lastDeployed: 1192636593958
          lastModified: 1187187887869
          mbeans:
          jboss.web:j2eeType=Servlet,name=InspectMBean,WebModule=//localhost/jmx-console,J2EEApplication=none,J2EEServer=none (state not available)
          jboss.web:j2eeType=Servlet,name=default,WebModule=//localhost/jmx-console,J2EEApplication=none,J2EEServer=none (state not available)
          jboss.web:j2eeType=Servlet,name=DisplayOpResult,WebModule=//localhost/jmx-console,J2EEApplication=none,J2EEServer=none (state not available)
          jboss.web:j2eeType=Servlet,name=ClusteredConsoleServlet,WebModule=//localhost/jmx-console,J2EEApplication=none,J2EEServer=none (state not available)
          jboss.web:j2eeType=Servlet,name=DisplayMBeans,WebModule=//localhost/jmx-console,J2EEApplication=none,J2EEServer=none (state not available)
          jboss.web:j2eeType=Servlet,name=HtmlAdaptor,WebModule=//localhost/jmx-console,J2EEApplication=none,J2EEServer=none (state not available)
          jboss.web:j2eeType=Servlet,name=ClusterView,WebModule=//localhost/jmx-console,J2EEApplication=none,J2EEServer=none (state not available)
          jboss.web:j2eeType=Servlet,name=jsp,WebModule=//localhost/jmx-console,J2EEApplication=none,J2EEServer=none (state not available)

          --- MBeans waiting for other MBeans ---
          ObjectName: jboss.deployment:type=DeploymentScanner,flavor=URL
          State: FAILED
          Reason: java.lang.OutOfMemoryError: Java heap space
          I Depend On:
          jboss.system:service=MainDeployer

          ObjectName: portal:deploymentFactory=PortletApp
          State: FAILED
          Reason: java.lang.OutOfMemoryError: Java heap space
          I Depend On:
          portal:service=PortletInvokerRegistration,id=local
          portal:deployer=PortalWebApp
          portal:service=WebAppRegistry
          portal:service=ServerConfig
          portal:service=PortletSecurityService
          portal:container=Instance
          portal:service=EntityResolver

          --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
          ObjectName: portal:deploymentFactory=PortletApp
          State: FAILED
          Reason: java.lang.OutOfMemoryError: Java heap space
          I Depend On:
          portal:service=PortletInvokerRegistration,id=local
          portal:deployer=PortalWebApp
          portal:service=WebAppRegistry
          portal:service=ServerConfig
          portal:service=PortletSecurityService
          portal:container=Instance
          portal:service=EntityResolver

          ObjectName: jboss.deployment:type=DeploymentScanner,flavor=URL
          State: FAILED
          Reason: java.lang.OutOfMemoryError: Java heap space
          I Depend On:
          jboss.system:service=MainDeployer


          at org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDeployer.java:1385)
          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:785)
          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
          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.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
          at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
          at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
          at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
          at $Proxy5.deploy(Unknown Source)
          at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
          at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
          at org.jboss.Main.boot(Main.java:200)
          at org.jboss.Main$1.run(Main.java:508)
          at java.lang.Thread.run(Unknown Source)
          16:58:07,347 INFO [Server] JBoss (MX MicroKernel) [4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440)] Started in 4m:1s:950ms

          • 2. Re: Unable to get JBoss portal to start
            peterj

            Did you see this:

            Caused by: java.lang.OutOfMemoryError: Java heap space

            What all do you have deployed? The standard JVM heap settings should be sufficient to run the Portal.

            • 3. Re: Unable to get JBoss portal to start
              kierangreen

              hi Peter,

              I do indeed see that error, i have depoyed jboss-portal.sar and the portal-mysql5-ds.xml descriptor.

              I have MySQL5 installed, and it has created the portal tables for me, but i get no reply from the server - not even a standard web app deployed on it.

              Many thanks
              Kieran


              heres an exmaple of the error you mentioned ...

              09:49:36,093 ERROR [Scheduler$Listener] Invoke of the Schedulable MBean failed
              javax.management.RuntimeErrorException
              at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:178)
              at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
              at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
              at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
              at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
              at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
              at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
              at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
              at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
              at org.jboss.varia.scheduler.Scheduler$MBeanListener.handleNotification(Scheduler.java:1346)
              at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              at java.lang.reflect.Method.invoke(Unknown Source)
              at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
              at $Proxy11.handleNotification(Unknown Source)
              at javax.management.NotificationBroadcasterSupport.handleNotification(Unknown Source)
              at javax.management.NotificationBroadcasterSupport.sendNotification(Unknown Source)
              at javax.management.timer.Timer.sendNotification(Unknown Source)
              at javax.management.timer.Timer.notifyAlarmClock(Unknown Source)
              at javax.management.timer.TimerAlarmClock.run(Unknown Source)
              at java.util.TimerThread.mainLoop(Unknown Source)
              at java.util.TimerThread.run(Unknown Source)
              Caused by: java.lang.OutOfMemoryError: Java heap space

              • 4. Re: Unable to get JBoss portal to start
                cry4dawn

                i would think then its getting in to some kind of endless loop trying to get to the DB. does your user have add create permisions of tables and sequences in their schema?

                • 5. Re: Unable to get JBoss portal to start
                  kierangreen

                  hi there,

                  I used the portal login to create the database and have assigned all available privedleges to the jbossportal database to the portal login. It creates 58 tables and a lot of indexes for me, but i cannot find anything ni these tables.

                  I will try writing a small app to access the MySQL instance with the portal JNDI and login etc and see if that works or fails.

                  Could it also be a problem with my PC? The JBoss community server works fine until i deploy the jboss-portal.sar ... at which point i get these errors on startup and i can not access anything on the seerver at all, not even the web-console without a heap error.

                  If i remove the portal deployment, the server works like a dream again.

                  If forgot to mention i also deployed the JConnect MySQL jars to the server lib.

                  I have now tried this with the 4.2.0, 4.2.1 and bundled packages for JBoss. With the same result.

                  I am running it on XP pro, machine is a 2.3ghz Dual Core processor with 2gb ram incorporateing a 3.3gb page file.

                  Is there some way i can increase the memory available to JBoss to see if this helps?

                  • 6. Re: Unable to get JBoss portal to start
                    kierangreen

                    I should be more specific ... when i start the server it created 58 tables and a lot of indexes.

                    • 7. Re: Unable to get JBoss portal to start
                      peterj

                      The JVM heap settings are in the run.bat script, change the value for -Xmx and -Xms in this line:

                      rem JVM memory allocation pool parameters. Modify as appropriate.
                      set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m


                      I recommend setting both to the same value for now (try 512M, and if that does not work, 1024M). If neither value works, there must be a memory leak somewhere. Try using the JDBC driver from MySQL instead of the one from JConnect.


                      • 8. Re: Unable to get JBoss portal to start
                        kierangreen

                        hi all,

                        I have found the issue i think - well, i changed a number of things and one of them worked ...

                        1. Increased Memory size for JVM options as you suggested.
                        2. Downloaded new jdk1.6.0_02 JVM from Sun and set JAVA_HOME to that JVM with -server option
                        3. Started JBoss via bin/run rather than relying on MyEclipse to handle it for me.

                        This now seems to have it running although the portal demo gives a 404 resource not found error.

                        It won't delpoy the portal admin .war at the moment, but i think i need the JBoss faces frameworks and stuff which i dont have at the moment. I will do some digging.

                        Thanks for all your help guys.
                        Kieran