Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-3698

jBPM 5.3, JBoss7.1.1 ,After installation,starting jboss ,gunvor report errores

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • jBPM 5.4.0.Beta1
    • jBPM 5.3
    • Console
    • None

    Description

      jBPM 5.3, JBoss7.1.1 ,After installation,starting jboss ,gunvor report errores.
      Logs are here:
      13:13:14,574 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool – 25) JBAS010280: Activating Infinispan subsystem.
      13:13:14,641 INFO [org.jboss.as.connector] (MSC service thread 1-6) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
      13:13:14,654 INFO [org.jboss.as.security] (ServerService Thread Pool – 35) JBAS013101: Activating Security Subsystem
      13:13:14,660 INFO [org.jboss.as.osgi] (ServerService Thread Pool – 31) JBAS011940: Activating OSGi Subsystem
      13:13:14,663 INFO [org.jboss.as.security] (MSC service thread 1-3) JBAS013100: Current PicketBox version=4.0.7.Final
      13:13:14,665 INFO [org.jboss.as.naming] (ServerService Thread Pool – 29) JBAS011800: Activating Naming Subsystem
      13:13:14,688 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool – 21) JBAS010403: Deploying JDBC-compliant driver class oracle.jdbc.OracleDriver (version 11.2)
      13:13:14,705 INFO [org.jboss.as.naming] (MSC service thread 1-5) JBAS011802: Starting Naming Service
      13:13:15,793 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) JBAS015012: Started FileSystemDeploymentService for directory D:\DevTools\jbpm\jbpm-installer\jboss-as-7.1.1.Final\standalone\deployments
      13:13:15,883 INFO [org.apache.coyote.http11.Http11AprProtocol] (MSC service thread 1-6) Starting Coyote HTTP/1.1 on http-localhost-127.0.0.1-8080
      13:13:15,902 INFO [org.jboss.as.remoting] (MSC service thread 1-5) JBAS017100: Listening on /127.0.0.1:9999
      13:13:15,966 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) JBAS010400: Bound data source [java:jboss/datasources/jbpmDS]
      13:13:15,982 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "jbpm-gwt-console-server.war"
      13:13:15,983 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jbpm-human-task-war.war"
      13:13:15,982 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "jbpm-gwt-console.war"
      13:13:15,983 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "jbpm-form-builder.war"
      13:13:15,983 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "designer.war"
      13:13:15,982 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "drools-guvnor.war"
      13:13:18,413 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry activation.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-human-task-war.war/WEB-INF/lib/mail-1.4.jar" does not point to a valid jar for a Class-Path reference.
      13:13:18,449 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
      13:13:18,500 WARN [org.jboss.as.dependency.private] (MSC service thread 1-7) JBAS018567: Deployment "deployment.jbpm-human-task-war.war" is using a private module ("org.jboss.netty:main") which may be changed or removed in future versions without notice.
      13:13:18,801 INFO [org.hibernate.cfg.annotations.Version] (MSC service thread 1-7) Hibernate Annotations 3.4.0.GA
      13:13:18,808 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-7) Hibernate 3.3.2.GA
      13:13:18,810 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-7) hibernate.properties not found
      13:13:18,813 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-7) Bytecode provider name : javassist
      13:13:18,815 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-7) using JDK 1.4 java.sql.Timestamp handling
      13:13:18,856 INFO [org.hibernate.annotations.common.Version] (MSC service thread 1-7) Hibernate Commons Annotations 3.1.0.GA
      13:13:18,858 INFO [org.hibernate.ejb.Version] (MSC service thread 1-7) Hibernate EntityManager 3.4.0.GA
      13:13:18,985 INFO [org.hibernate.cfg.Configuration] (MSC service thread 1-7) Reading mappings from resource : META-INF/Taskorm.xml
      13:13:19,100 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: TasksAssignedAsBusinessAdministrator => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.subjects as subject left join t.descriptions as description left join t.names as name, OrganizationalEntity businessAdministrator where t.archived = 0 and businessAdministrator.id = :userId and businessAdministrator in elements ( t.peopleAssignments.businessAdministrators ) and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.expirationTime is null
      13:13:19,102 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: TasksAssignedAsExcludedOwner => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.subjects as subject left join t.descriptions as description left join t.names as name, OrganizationalEntity excludedOwners where t.archived = 0 and excludedOwners.id = :userId and excludedOwners in elements ( t.peopleAssignments.excludedOwners ) and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.expirationTime is null
      13:13:19,105 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: TasksAssignedAsPotentialOwner => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.taskData.actualOwner left join t.subjects as subject left join t.descriptions as description left join t.names as name, OrganizationalEntity potentialOwners where t.archived = 0 and potentialOwners.id = :userId and potentialOwners in elements ( t.peopleAssignments.potentialOwners ) and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.status in ('Created', 'Ready', 'Reserved', 'InProgress', 'Suspended') and t.taskData.expirationTime is null
      13:13:19,109 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: TasksAssignedAsPotentialOwnerByStatus => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.taskData.actualOwner left join t.subjects as subject left join t.descriptions as description left join t.names as name, OrganizationalEntity potentialOwners where t.archived = 0 and potentialOwners.id = :userId and potentialOwners in elements ( t.peopleAssignments.potentialOwners ) and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.status in (:status) and t.taskData.expirationTime is null
      13:13:19,199 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: TasksAssignedAsPotentialOwnerWithGroups => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.taskData.actualOwner left join t.subjects as subject left join t.descriptions as description left join t.names as name, OrganizationalEntity potentialOwners where t.archived = 0 and ( potentialOwners.id = :userId or potentialOwners.id in (:groupIds) ) and potentialOwners in elements ( t.peopleAssignments.potentialOwners ) and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.status in ('Created', 'Ready', 'Reserved', 'InProgress', 'Suspended') and t.taskData.expirationTime is null
      13:13:19,202 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: TasksAssignedAsPotentialOwnerByStatusWithGroups => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.taskData.actualOwner left join t.subjects as subject left join t.descriptions as description left join t.names as name, OrganizationalEntity potentialOwners where t.archived = 0 and ( potentialOwners.id = :userId or potentialOwners.id in (:groupIds) ) and potentialOwners in elements ( t.peopleAssignments.potentialOwners ) and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.status in (:status) and t.taskData.expirationTime is null
      13:13:19,205 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: TasksAssignedAsPotentialOwnerByGroup => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.taskData.actualOwner left join t.subjects as subject left join t.descriptions as description left join t.names as name, OrganizationalEntity potentialOwners where t.archived = 0 and potentialOwners.id = :groupId and potentialOwners in elements ( t.peopleAssignments.potentialOwners ) and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.status in ('Created', 'Ready', 'Reserved', 'InProgress', 'Suspended') and t.taskData.expirationTime is null
      13:13:19,209 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: TasksAssignedAsPotentialOwnerByStatusByGroup => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.taskData.actualOwner left join t.subjects as subject left join t.descriptions as description left join t.names as name, OrganizationalEntity potentialOwners where t.archived = 0 and potentialOwners.id = :groupId and potentialOwners in elements ( t.peopleAssignments.potentialOwners ) and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.status in (:status) and t.taskData.expirationTime is null
      13:13:19,299 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: SubTasksAssignedAsPotentialOwner => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.taskData.actualOwner left join t.subjects as subject left join t.descriptions as description left join t.names as name, OrganizationalEntity potentialOwners where t.archived = 0 and t.taskData.parentId = :parentId and potentialOwners.id = :userId and potentialOwners in elements ( t.peopleAssignments.potentialOwners ) and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.status in ('Created', 'Ready', 'Reserved', 'InProgress', 'Suspended') and t.taskData.expirationTime is null
      13:13:19,304 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: GetSubTasksByParentTaskId => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.subjects as subject left join t.descriptions as description left join t.names as name where t.archived = 0 and t.taskData.parentId = :parentId and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.status in ('Created', 'Ready', 'Reserved', 'InProgress', 'Suspended') and t.taskData.expirationTime is null
      13:13:19,310 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: TasksAssignedAsRecipient => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.subjects as subject left join t.descriptions as description left join t.names as name, OrganizationalEntity recipients where t.archived = 0 and recipients.id = :userId and recipients in elements ( t.peopleAssignments.recipients ) and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.expirationTime is null
      13:13:19,313 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: TasksAssignedAsTaskInitiator => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.subjects as subject left join t.descriptions as description left join t.names as name, OrganizationalEntity taskInitiator where t.archived = 0 and taskInitiator.id = :userId and taskInitiator = t.peopleAssignments.taskInitiator and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.expirationTime is null
      13:13:19,317 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: TasksAssignedAsTaskStakeholder => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.subjects as subject left join t.descriptions as description left join t.names as name, OrganizationalEntity taskStakeholder where t.archived = 0 and taskStakeholder.id = :userId and taskStakeholder in elements ( t.peopleAssignments.taskStakeholders ) and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.expirationTime is null
      13:13:19,399 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: TasksOwned => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.subjects as subject left join t.descriptions as description left join t.names as name where t.archived = 0 and t.taskData.actualOwner.id = :userId and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.expirationTime is null
      13:13:19,402 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: TasksByStatus => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.subjects as subject left join t.descriptions as description left join t.names as name where t.archived = 0 and t.taskData.status = :status and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.expirationTime is null
      13:13:19,405 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: TasksByStatusByProcessId => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.subjects as subject left join t.descriptions as description left join t.names as name where t.archived = 0 and t.taskData.status = :status and t.taskData.processInstanceId = :processId and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.expirationTime is null
      13:13:19,407 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: TasksByStatusSince => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.subjects as subject left join t.descriptions as description left join t.names as name where t.archived = 0 and t.taskData.status = :status and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.expirationTime is null and t.taskData.activationTime < :since
      13:13:19,410 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: ArchivedTasks => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.subjects as subject left join t.descriptions as description left join t.names as name where t.archived = 1 and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.expirationTime is null
      13:13:19,499 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: TasksOwnedWithParticularStatus => select new org.jbpm.task.query.TaskSummary( t.id, t.taskData.processInstanceId, name.text, subject.text, description.text, t.taskData.status, t.priority, t.taskData.skipable, t.taskData.actualOwner, t.taskData.createdBy, t.taskData.createdOn, t.taskData.activationTime, t.taskData.expirationTime, t.taskData.processId, t.taskData.processSessionId) from Task t left join t.taskData.createdBy left join t.subjects as subject left join t.descriptions as description left join t.names as name where t.taskData.actualOwner.id = :userId and t.taskData.status in (:status) and ( name.language = :language or t.names.size = 0 ) and ( subject.language = :language or t.subjects.size = 0 ) and ( description.language = :language or t.descriptions.size = 0 ) and t.taskData.expirationTime is null
      13:13:19,502 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: UnescalatedDeadlines => select new org.jbpm.task.query.DeadlineSummary( t.id, d.id, d.date) from Task t, Deadline d where t.archived = 0 and (d in elements( t.deadlines.startDeadlines ) or d in elements( t.deadlines.endDeadlines ) ) and d.escalated = 0 order by d.date
      13:13:19,504 INFO [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-7) Binding Named query: TaskByWorkItemId => select t from Task t where t.archived = 0 and t.taskData.workItemId = :workItemId
      13:13:19,508 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.Attachment
      13:13:19,522 INFO [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-7) Bind entity org.jbpm.task.Attachment on table Attachment
      13:13:19,550 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.BooleanExpression
      13:13:19,551 INFO [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-7) Bind entity org.jbpm.task.BooleanExpression on table BooleanExpression
      13:13:19,554 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.Comment
      13:13:19,555 INFO [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-7) Bind entity org.jbpm.task.Comment on table task_comment
      13:13:19,557 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.Content
      13:13:19,557 INFO [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-7) Bind entity org.jbpm.task.Content on table Content
      13:13:19,562 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.Deadline
      13:13:19,562 INFO [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-7) Bind entity org.jbpm.task.Deadline on table Deadline
      13:13:19,582 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.Notification
      13:13:19,583 INFO [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-7) Bind entity org.jbpm.task.Notification on table Notification
      13:13:19,617 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.EmailNotification
      13:13:19,755 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.EmailNotificationHeader
      13:13:19,756 INFO [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-7) Bind entity org.jbpm.task.EmailNotificationHeader on table email_header
      13:13:19,758 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.Escalation
      13:13:19,759 INFO [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-7) Bind entity org.jbpm.task.Escalation on table Escalation
      13:13:19,762 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.OrganizationalEntity
      13:13:19,763 INFO [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-7) Bind entity org.jbpm.task.OrganizationalEntity on table OrganizationalEntity
      13:13:19,764 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.Group
      13:13:19,765 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.I18NText
      13:13:19,766 INFO [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-7) Bind entity org.jbpm.task.I18NText on table I18NText
      13:13:19,768 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.SubTasksStrategy
      13:13:19,769 INFO [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-7) Bind entity org.jbpm.task.SubTasksStrategy on table SubTasksStrategy
      13:13:19,773 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.OnAllSubTasksEndParentEndStrategy
      13:13:19,774 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.OnParentAbortAllSubTasksEndStrategy
      13:13:19,775 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.Reassignment
      13:13:19,776 INFO [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-7) Bind entity org.jbpm.task.Reassignment on table Reassignment
      13:13:19,778 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.Task
      13:13:19,779 INFO [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-7) Bind entity org.jbpm.task.Task on table Task
      13:13:19,799 INFO [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-7) Binding entity from annotated class: org.jbpm.task.User
      13:13:19,804 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Task.taskData.comments -> task_comment
      13:13:19,805 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Task.taskData.attachments -> Attachment
      13:13:19,806 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Task.subjects -> I18NText
      13:13:19,807 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Task.subTaskStrategies -> SubTasksStrategy
      13:13:19,808 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Task.names -> I18NText
      13:13:19,808 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Task.descriptions -> I18NText
      13:13:19,809 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Task.deadlines.startDeadlines -> Deadline
      13:13:19,809 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Task.deadlines.endDeadlines -> Deadline
      13:13:19,810 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Reassignment.documentation -> I18NText
      13:13:19,811 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Escalation.reassignments -> Reassignment
      13:13:19,812 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Escalation.notifications -> Notification
      13:13:19,813 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Escalation.constraints -> BooleanExpression
      13:13:19,817 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Notification.subjects -> I18NText
      13:13:19,818 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Notification.names -> I18NText
      13:13:19,818 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Notification.documentation -> I18NText
      13:13:19,819 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Notification.descriptions -> I18NText
      13:13:19,819 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Deadline.escalations -> Escalation
      13:13:19,820 INFO [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-7) Mapping collection: org.jbpm.task.Deadline.documentation -> I18NText
      13:13:19,821 INFO [org.hibernate.cfg.AnnotationConfiguration] (MSC service thread 1-7) Hibernate Validator not found: ignoring
      13:13:19,847 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] (MSC service thread 1-7) Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
      13:13:19,868 INFO [org.hibernate.util.NamingHelper] (MSC service thread 1-7) JNDI InitialContext properties:{}
      13:13:19,869 INFO [org.hibernate.connection.DatasourceConnectionProvider] (MSC service thread 1-7) Using datasource: java:jboss/datasources/jbpmDS
      13:13:20,247 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) RDBMS: Oracle, version: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
      With the Partitioning, OLAP, Data Mining and Real Application Testing options
      13:13:20,248 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) JDBC driver: Oracle JDBC driver, version: 11.2.0.1.0
      13:13:20,259 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-7) Using dialect: org.hibernate.dialect.Oracle10gDialect
      13:13:20,263 INFO [org.hibernate.transaction.TransactionFactoryFactory] (MSC service thread 1-7) Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
      13:13:20,264 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] (MSC service thread 1-7) instantiating TransactionManagerLookup: org.jbpm.integration.console.JBPMTransactionManager
      13:13:20,265 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] (MSC service thread 1-7) instantiated TransactionManagerLookup
      13:13:20,266 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Automatic flush during beforeCompletion(): disabled
      13:13:20,266 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Automatic session close at end of transaction: disabled
      13:13:20,267 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) JDBC batch size: 15
      13:13:20,267 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) JDBC batch updates for versioned data: disabled
      13:13:20,268 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Scrollable result sets: enabled
      13:13:20,268 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) JDBC3 getGeneratedKeys(): disabled
      13:13:20,269 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Connection release mode: auto
      13:13:20,270 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Maximum outer join fetch depth: 3
      13:13:20,270 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Default batch fetch size: 1
      13:13:20,271 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Generate SQL with comments: disabled
      13:13:20,271 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Order SQL updates by primary key: disabled
      13:13:20,271 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Order SQL inserts for batching: disabled
      13:13:20,272 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
      13:13:20,273 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] (MSC service thread 1-7) Using ASTQueryTranslatorFactory
      13:13:20,274 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Query language substitutions: {}
      13:13:20,274 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) JPA-QL strict compliance: enabled
      13:13:20,274 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Second-level cache: enabled
      13:13:20,275 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Query cache: disabled
      13:13:20,275 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
      13:13:20,276 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Optimize cache for minimal puts: disabled
      13:13:20,277 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Structured second-level cache entries: disabled
      13:13:20,279 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Echoing all SQL to stdout
      13:13:20,281 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Statistics: disabled
      13:13:20,281 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Deleted entity synthetic identifier rollback: disabled
      13:13:20,282 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Default entity-mode: pojo
      13:13:20,282 INFO [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-7) Named query checking : enabled
      13:13:20,319 INFO [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-7) building session factory
      13:13:20,487 INFO [org.hibernate.impl.SessionFactoryObjectFactory] (MSC service thread 1-7) Not binding factory to JNDI, no JNDI name configured
      13:13:20,496 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-7) Running hbm2ddl schema export
      13:13:20,498 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-7) exporting generated schema to database
      13:13:36,807 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_cs.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      13:13:36,809 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_de_DE.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      13:13:36,810 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_es.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      13:13:36,811 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_fr.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      13:13:36,812 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_hu.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      13:13:36,814 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_it.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      13:13:36,815 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ja_JP.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      13:13:36,816 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ko_KR.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      13:13:36,818 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_pl.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      13:13:36,819 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_pt_BR.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      13:13:36,820 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ru.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      13:13:36,820 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_zh_CN.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      13:13:36,821 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_zh_TW.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.
      13:13:36,827 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry activation.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/mail-1.4.jar" does not point to a valid jar for a Class-Path reference.
      13:13:37,500 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
      13:13:38,095 ERROR [org.reflections.Reflections] (MSC service thread 1-4) could not create Vfs.Dir from url. ignoring the exception and continuing: org.reflections.ReflectionsException: could not create Dir using org.jboss.errai.bus.server.service.metadata.VFSUrlType from url vfs:/D:/DevTools/jbpm/jbpm-installer/content/jbpm-gwt-console.war/WEB-INF/classes/
      at org.reflections.vfs.Vfs.fromURL(Vfs.java:99) [reflections-0.9.5-RC2_jboss-SP1.jar:]
      at org.reflections.vfs.Vfs.fromURL(Vfs.java:89) [reflections-0.9.5-RC2_jboss-SP1.jar:]
      at org.reflections.Reflections.scan(Reflections.java:136) [reflections-0.9.5-RC2_jboss-SP1.jar:]
      at org.jboss.errai.bus.server.service.metadata.MetaDataScanner.<init>(MetaDataScanner.java:83) [errai-bus-1.1-Final.jar:1.1-Final]
      at org.jboss.errai.bus.server.service.metadata.MetaDataScanner.createInstance(MetaDataScanner.java:95) [errai-bus-1.1-Final.jar:1.1-Final]
      at org.jboss.errai.bus.server.service.metadata.MetaDataScanner.createInstance(MetaDataScanner.java:87) [errai-bus-1.1-Final.jar:1.1-Final]
      at org.jboss.errai.bus.server.service.ErraiServiceConfiguratorImpl.<init>(ErraiServiceConfiguratorImpl.java:58) [errai-bus-1.1-Final.jar:1.1-Final]
      at org.jboss.errai.bus.server.service.ErraiServiceConfiguratorImpl$$FastClassByGuice$$b6139751.newInstance(<generated>)
      at com.google.inject.internal.cglib.reflect.FastConstructor.newInstance(FastConstructor.java:40) [guice-2.0.jar:]
      at com.google.inject.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:60) [guice-2.0.jar:]
      at com.google.inject.ConstructorInjector.construct(ConstructorInjector.java:85) [guice-2.0.jar:]
      at com.google.inject.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:111) [guice-2.0.jar:]
      at com.google.inject.FactoryProxy.get(FactoryProxy.java:56) [guice-2.0.jar:]
      at com.google.inject.SingleParameterInjector.inject(SingleParameterInjector.java:42) [guice-2.0.jar:]
      at com.google.inject.SingleParameterInjector.getAll(SingleParameterInjector.java:66) [guice-2.0.jar:]
      at com.google.inject.ConstructorInjector.construct(ConstructorInjector.java:84) [guice-2.0.jar:]
      at com.google.inject.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:111) [guice-2.0.jar:]
      at com.google.inject.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:45) [guice-2.0.jar:]
      at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:811) [guice-2.0.jar:]
      at com.google.inject.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:42) [guice-2.0.jar:]
      at com.google.inject.Scopes$1$1.get(Scopes.java:54) [guice-2.0.jar:]
      at com.google.inject.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:48) [guice-2.0.jar:]
      at com.google.inject.FactoryProxy.get(FactoryProxy.java:56) [guice-2.0.jar:]
      at com.google.inject.InjectorImpl$4$1.call(InjectorImpl.java:758) [guice-2.0.jar:]
      at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:804) [guice-2.0.jar:]
      at com.google.inject.InjectorImpl$4.get(InjectorImpl.java:754) [guice-2.0.jar:]
      at com.google.inject.InjectorImpl.getInstance(InjectorImpl.java:793) [guice-2.0.jar:]
      at org.jboss.errai.bus.server.servlet.AbstractErraiServlet.buildService(AbstractErraiServlet.java:133) [errai-bus-1.1-Final.jar:1.1-Final]
      at org.jboss.errai.bus.server.servlet.AbstractErraiServlet.init(AbstractErraiServlet.java:104) [errai-bus-1.1-Final.jar:1.1-Final]
      at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202) [jbossweb-7.0.13.Final.jar:]
      at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1102) [jbossweb-7.0.13.Final.jar:]
      at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3655) [jbossweb-7.0.13.Final.jar:]
      at org.apache.catalina.core.StandardContext.start(StandardContext.java:3873) [jbossweb-7.0.13.Final.jar:]
      at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_05]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_05]
      at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_05]

      13:13:38,124 ERROR [org.reflections.Reflections] (MSC service thread 1-4) could not create Vfs.Dir from url. ignoring the exception and continuing: org.reflections.ReflectionsException: could not create Dir using org.jboss.errai.bus.server.service.metadata.VFSUrlType from url vfs:/D:/DevTools/jbpm/jbpm-installer/content/jbpm-gwt-console.war/WEB-INF/lib/activity-monitor-ui-lib-1.1.1.Final.jar/
      at org.reflections.vfs.Vfs.fromURL(Vfs.java:99) [reflections-0.9.5-RC2_jboss-SP1.jar:]
      at org.reflections.vfs.Vfs.fromURL(Vfs.java:89) [reflections-0.9.5-RC2_jboss-SP1.jar:]
      at org.reflections.Reflections.scan(Reflections.java:136) [reflections-0.9.5-RC2_jboss-SP1.jar:]
      at org.jboss.errai.bus.server.service.metadata.MetaDataScanner.<init>(MetaDataScanner.java:83) [errai-bus-1.1-Final.jar:1.1-Final]
      at org.jboss.errai.bus.server.service.metadata.MetaDataScanner.createInstance(MetaDataScanner.java:95) [errai-bus-1.1-Final.jar:1.1-Final]
      at org.jboss.errai.bus.server.service.metadata.MetaDataScanner.createInstance(MetaDataScanner.java:87) [errai-bus-1.1-Final.jar:1.1-Final]
      at org.jboss.errai.bus.server.service.ErraiServiceConfiguratorImpl.<init>(ErraiServiceConfiguratorImpl.java:58) [errai-bus-1.1-Final.jar:1.1-Final]
      at org.jboss.errai.bus.server.service.ErraiServiceConfiguratorImpl$$FastClassByGuice$$b6139751.newInstance(<generated>)
      at com.google.inject.internal.cglib.reflect.FastConstructor.newInstance(FastConstructor.java:40) [guice-2.0.jar:]
      at com.google.inject.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:60) [guice-2.0.jar:]
      at com.google.inject.ConstructorInjector.construct(ConstructorInjector.java:85) [guice-2.0.jar:]
      at com.google.inject.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:111) [guice-2.0.jar:]
      at com.google.inject.FactoryProxy.get(FactoryProxy.java:56) [guice-2.0.jar:]
      at com.google.inject.SingleParameterInjector.inject(SingleParameterInjector.java:42) [guice-2.0.jar:]
      at com.google.inject.SingleParameterInjector.getAll(SingleParameterInjector.java:66) [guice-2.0.jar:]
      at com.google.inject.ConstructorInjector.construct(ConstructorInjector.java:84) [guice-2.0.jar:]
      at com.google.inject.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:111) [guice-2.0.jar:]
      at com.google.inject.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:45) [guice-2.0.jar:]
      at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:811) [guice-2.0.jar:]
      at com.google.inject.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:42) [guice-2.0.jar:]
      at com.google.inject.Scopes$1$1.get(Scopes.java:54) [guice-2.0.jar:]
      at com.google.inject.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:48) [guice-2.0.jar:]
      at com.google.inject.FactoryProxy.get(FactoryProxy.java:56) [guice-2.0.jar:]
      at com.google.inject.InjectorImpl$4$1.call(InjectorImpl.java:758) [guice-2.0.jar:]
      at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:804) [guice-2.0.jar:]
      at com.google.inject.InjectorImpl$4.get(InjectorImpl.java:754) [guice-2.0.jar:]
      at com.google.inject.InjectorImpl.getInstance(InjectorImpl.java:793) [guice-2.0.jar:]
      at org.jboss.errai.bus.server.servlet.AbstractErraiServlet.buildService(AbstractErraiServlet.java:133) [errai-bus-1.1-Final.jar:1.1-Final]
      at org.jboss.errai.bus.server.servlet.AbstractErraiServlet.init(AbstractErraiServlet.java:104) [errai-bus-1.1-Final.jar:1.1-Final]
      at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202) [jbossweb-7.0.13.Final.jar:]
      at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1102) [jbossweb-7.0.13.Final.jar:]
      at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3655) [jbossweb-7.0.13.Final.jar:]
      at org.apache.catalina.core.StandardContext.start(StandardContext.java:3873) [jbossweb-7.0.13.Final.jar:]
      at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_05]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_05]
      at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_05]

      13:13:38,230 INFO [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (MSC service thread 1-4) Bootstrap Errai
      13:13:38,235 INFO [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (MSC service thread 1-4) using dispatcher implementation: org.jboss.errai.bus.server.AsyncDispatcher
      13:13:38,240 INFO [org.jboss.errai.bus.server.WorkerFactory] (MSC service thread 1-4) initializing async worker pools (poolSize: 5; workerTimeout: 5000)
      13:13:38,241 INFO [org.jboss.errai.bus.server.WorkerFactory] (MSC service thread 1-4) starting worker pool.
      13:13:38,242 INFO [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (MSC service thread 1-4) using session provider implementation: org.jboss.errai.bus.server.HttpSessionProvider
      13:13:38,247 INFO [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-4) beging searching for Errai extensions ...
      13:13:38,249 INFO [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-4) added extension binding: org.jboss.errai.bus.client.framework.ModelAdapter
      13:13:38,250 INFO [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-4) total extension binding: 1
      13:13:38,472 INFO [org.jboss.errai.bus.server.service.bootstrap.BootstrapContext] (MSC service thread 1-4) Running deferred bootstrap tasks ...
      13:13:38,472 INFO [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (MSC service thread 1-4) Bootstrap complete. Ready to rumble!
      13:13:39,109 INFO [org.jboss.web] (MSC service thread 1-4) JBAS018210: Registering web context: /jbpm-console
      13:13:41,599 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) JBAS010403: Deploying JDBC-compliant driver class org.apache.derby.jdbc.AutoloadedDriver (version 10.5)
      13:13:41,600 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
      13:13:41,612 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) JBAS010403: Deploying JDBC-compliant driver class oracle.jdbc.OracleDriver (version 11.2)
      13:13:44,778 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-7) schema export complete
      13:13:44,780 WARN [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-7) JTASessionContext being used with JDBCTransactionFactory; auto-flush will not operate correctly with getCurrentSession()
      13:13:45,361 INFO [stdout] (MSC service thread 1-7) Hibernate: select task0_.id as col_0_0_, deadline1_.id as col_1_0_, deadline1_.deadline_date as col_2_0_ from Task task0_, Deadline deadline1_ where task0_.archived=0 and (deadline1_.id in (select startdeadl2_.id from Deadline startdeadl2_ where task0_.id=startdeadl2_.Deadlines_StartDeadLine_Id) or deadline1_.id in (select enddeadlin3_.id from Deadline enddeadlin3_ where task0_.id=enddeadlin3_.Deadlines_EndDeadLine_Id)) and deadline1_.escalated=0 order by deadline1_.deadline_date

      13:13:45,662 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:45,676 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:45,994 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:45,996 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:46,158 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:46,161 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:46,240 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:46,242 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:46,390 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:46,392 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:46,511 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:46,513 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:46,768 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:46,771 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:46,805 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:46,807 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:46,854 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:46,856 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:46,954 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:46,956 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:47,101 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:47,104 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:47,288 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:47,290 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:47,391 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:47,394 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:47,525 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:47,528 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:47,586 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:47,588 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:47,808 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:47,810 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:47,896 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:47,899 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:48,290 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:48,292 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:48,412 INFO [stdout] (MSC service thread 1-7) Hibernate: select user0_.id as id8_0_ from OrganizationalEntity user0_ where user0_.id=? and user0_.DTYPE='User'

      13:13:48,414 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)

      13:13:48,646 INFO [stdout] (MSC service thread 1-7) Hibernate: select group0_.id as id8_0_ from OrganizationalEntity group0_ where group0_.id=? and group0_.DTYPE='Group'

      13:13:48,649 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('Group', ?)

      13:13:48,672 INFO [stdout] (MSC service thread 1-7) Hibernate: select group0_.id as id8_0_ from OrganizationalEntity group0_ where group0_.id=? and group0_.DTYPE='Group'

      13:13:48,675 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('Group', ?)

      13:13:48,973 INFO [stdout] (MSC service thread 1-7) Hibernate: select group0_.id as id8_0_ from OrganizationalEntity group0_ where group0_.id=? and group0_.DTYPE='Group'

      13:13:48,975 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('Group', ?)

      13:13:49,169 INFO [stdout] (MSC service thread 1-7) Hibernate: select group0_.id as id8_0_ from OrganizationalEntity group0_ where group0_.id=? and group0_.DTYPE='Group'

      13:13:49,171 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('Group', ?)

      13:13:49,449 INFO [stdout] (MSC service thread 1-7) Hibernate: select group0_.id as id8_0_ from OrganizationalEntity group0_ where group0_.id=? and group0_.DTYPE='Group'

      13:13:49,450 INFO [stdout] (MSC service thread 1-7) Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('Group', ?)

      13:13:49,691 INFO [stdout] (MSC service thread 1-7) HornetQ Task service started correctly !

      13:13:49,691 INFO [stdout] (MSC service thread 1-7) HornetQ Task service running ...

      13:13:49,693 INFO [org.jbpm.task.service.UserGroupCallbackManager] (MSC service thread 1-7) UserGroupCallback registered: org.jbpm.task.service.DefaultUserGroupCallbackImpl
      13:13:49,693 INFO [stdout] (MSC service thread 1-7) Task service startup completed successfully !

      13:13:49,694 INFO [org.jboss.web] (MSC service thread 1-7) JBAS018210: Registering web context: /jbpm-human-task-war
      13:13:50,180 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-59) live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/largemessages,pagingDirectory=data/paging)
      13:13:50,189 WARNING [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-59) Security risk! It has been detected that the cluster admin user and password have not been changed from the installation default. Please see the HornetQ user guide, cluster chapter, for instructions on how to do this.
      13:13:51,859 INFO [org.jboss.bpm.report.ReportFacade] (MSC service thread 1-5) Output dir: /output/
      13:13:51,860 INFO [org.jboss.bpm.report.ReportFacade] (MSC service thread 1-5) Report dir: /reports/
      13:13:51,866 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Deploying javax.ws.rs.core.Application: class org.jboss.bpm.console.server.ConsoleServerApplication
      13:13:51,869 INFO [org.jboss.bpm.report.BirtService] (BirtService-Init) Creating BIRT service in the background
      13:13:51,873 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.console.server.TaskListFacade from Application javax.ws.rs.core.Application
      13:13:51,873 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.console.server.InfoFacade from Application javax.ws.rs.core.Application
      13:13:51,874 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.console.server.ProcessHistoryFacade from Application javax.ws.rs.core.Application
      13:13:51,876 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.console.server.ProcessMgmtFacade from Application javax.ws.rs.core.Application
      13:13:51,877 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.report.ReportFacade from Application javax.ws.rs.core.Application
      13:13:51,878 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.console.server.EngineFacade from Application javax.ws.rs.core.Application
      13:13:51,879 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.console.server.TaskMgmtFacade from Application javax.ws.rs.core.Application
      13:13:51,879 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.console.server.UserMgmtFacade from Application javax.ws.rs.core.Application
      13:13:51,880 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.console.server.FormProcessingFacade from Application javax.ws.rs.core.Application
      13:13:52,676 ERROR [stderr] (BirtService-Init) Exception in thread "BirtService-Init" java.lang.RuntimeException: Failed to load reports

      13:13:52,676 ERROR [stderr] (BirtService-Init) at org.jboss.bpm.report.BirtService.create(BirtService.java:92)

      13:13:52,677 ERROR [stderr] (BirtService-Init) at org.jboss.bpm.report.BirtService$2.run(BirtService.java:210)

      13:13:52,677 ERROR [stderr] (BirtService-Init) at java.lang.Thread.run(Thread.java:722)

      13:13:52,678 ERROR [stderr] (BirtService-Init) Caused by: org.jboss.resteasy.spi.LoggableFailure: Unable to find contextual data of type: javax.servlet.ServletContext

      13:13:52,678 ERROR [stderr] (BirtService-Init) at org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:53)

      13:13:52,679 ERROR [stderr] (BirtService-Init) at $Proxy48.getRealPath(Unknown Source)

      13:13:52,679 ERROR [stderr] (BirtService-Init) at org.jboss.bpm.report.BirtService.loadReports(BirtService.java:102)

      13:13:52,680 ERROR [stderr] (BirtService-Init) at org.jboss.bpm.report.BirtService.create(BirtService.java:87)

      13:13:52,680 ERROR [stderr] (BirtService-Init) ... 2 more

      13:13:52,849 INFO [org.jboss.web] (MSC service thread 1-5) JBAS018210: Registering web context: /gwt-console-server
      13:13:53,956 INFO [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (Thread-59) Started Netty Acceptor version 3.2.5.Final-a96d88c localhost:5445 for CORE protocol
      13:13:53,957 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-59) Server is now live
      13:13:53,957 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-59) HornetQ Server version 2.2.10.Final (HQ_2_2_10_FINAL_AS7, 122) [1d0d8860-b5f0-11e1-b467-100ba9aabfa8]) started
      13:14:04,455 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry avalon-framework-4.2.0.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,456 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry batik-all-1.7.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,457 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry commons-io-1.3.1.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,458 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry serializer-2.7.0.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,459 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry servlet-2.2.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,460 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xalan-2.7.0.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,460 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xercesImpl-2.7.1.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,461 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xml-apis-ext-1.3.04.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,462 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xmlgraphics-commons-1.3.1.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,463 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry fop-hyph.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,464 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry jai_codec.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,464 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry jai_core.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,465 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry jai_imageio.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,466 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry jimi-1.0.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,467 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xmlunit1.0.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,468 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry jaxb-api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,469 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry activation.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,470 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry jsr173_1.0_api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,470 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry jaxb1-impl.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,472 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xml-apis-1.0.b2.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,473 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry commons-lang-2.6.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,474 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry commons-io-2.1.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,561 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry log4j-1.2.16.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,562 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry activation.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/mail-1.4.1.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,566 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xml-apis.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/serializer-2.7.1.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,568 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xercesImpl.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,568 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xml-apis.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,569 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry serializer.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar" does not point to a valid jar for a Class-Path reference.
      13:14:04,648 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
      13:14:04,766 INFO [org.jboss.web] (MSC service thread 1-5) JBAS018210: Registering web context: /designer
      13:15:30,777 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_cs.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,777 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_de_DE.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,777 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_es.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,777 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_fr.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,777 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_hu.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,777 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_it.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,777 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_ja_JP.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,777 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_ko_KR.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,777 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_pl.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,777 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_pt_BR.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,777 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_ru.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,792 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_zh_CN.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,792 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_zh_TW.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,792 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry iText-toolbox.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/itext-2.1.2.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,792 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry iText-toolbox-2.1.2.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/itext-2.1.2.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,792 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-impl-2.2.5.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,792 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-impl-2.2.5.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,792 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jsr173_1.0_api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-impl-2.2.5.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,792 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb1-impl.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-impl-2.2.5.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,792 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,823 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-impl.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,839 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jsr173_1.0_api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,839 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar" does not point to a valid jar for a Class-Path reference.
      13:15:30,995 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
      13:15:31,276 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_cs.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,276 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_de_DE.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,276 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_es.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,276 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_fr.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,291 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_hu.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,291 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_it.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,291 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ja_JP.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,291 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ko_KR.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,291 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_pl.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,291 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_pt_BR.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,291 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ru.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,291 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_zh_CN.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,291 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_zh_TW.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,291 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry iText-toolbox.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,291 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry iText-toolbox-2.1.2.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,291 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-impl-2.2.5.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,338 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-impl-2.2.5.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,338 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jsr173_1.0_api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-impl-2.2.5.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,338 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb1-impl.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-impl-2.2.5.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,338 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,338 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-impl.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,338 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jsr173_1.0_api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,338 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,338 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/mail-1.4.jar" does not point to a valid jar for a Class-Path reference.
      13:15:31,494 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'org.springframework.context.ApplicationContext,org.springframework.beans.BeansException' for service type 'org.apache.cxf.bus.factory'
      13:15:31,494 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.ConfigurableArchiveImpl' for service type 'org.jboss.shrinkwrap.spi.Configurable'
      13:15:31,494 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.GenericArchiveImpl' for service type 'org.jboss.shrinkwrap.api.GenericArchive'
      13:15:31,494 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'extension=.jar' for service type 'org.jboss.shrinkwrap.api.GenericArchive'
      13:15:31,494 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'archiveFormat=UNKNOWN' for service type 'org.jboss.shrinkwrap.api.GenericArchive'
      13:15:31,494 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.serialization.ZipSerializableViewImpl' for service type 'org.jboss.shrinkwrap.api.serialization.SerializableView'
      13:15:31,494 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.spec.JavaArchiveImpl' for service type 'org.jboss.shrinkwrap.api.spec.JavaArchive'
      13:15:31,494 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'extension=.jar' for service type 'org.jboss.shrinkwrap.api.spec.JavaArchive'
      13:15:31,494 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'archiveFormat=ZIP' for service type 'org.jboss.shrinkwrap.api.spec.JavaArchive'
      13:15:31,494 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.tar.TarExporterImpl' for service type 'org.jboss.shrinkwrap.api.exporter.TarExporter'
      13:15:31,494 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'extension=.tar' for service type 'org.jboss.shrinkwrap.api.exporter.TarExporter'
      13:15:31,510 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.importer.zip.ZipImporterImpl' for service type 'org.jboss.shrinkwrap.api.importer.ZipImporter'
      13:15:31,510 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'extension=.jar' for service type 'org.jboss.shrinkwrap.api.importer.ZipImporter'
      13:15:31,510 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterImpl' for service type 'org.jboss.shrinkwrap.api.importer.TarImporter'
      13:15:31,510 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'extension=.tar' for service type 'org.jboss.shrinkwrap.api.importer.TarImporter'
      13:15:31,510 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.spec.WebArchiveImpl' for service type 'org.jboss.shrinkwrap.api.spec.WebArchive'
      13:15:31,510 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'extension=.war' for service type 'org.jboss.shrinkwrap.api.spec.WebArchive'
      13:15:31,510 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'archiveFormat=ZIP' for service type 'org.jboss.shrinkwrap.api.spec.WebArchive'
      13:15:31,557 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.tar.TarGzExporterImpl' for service type 'org.jboss.shrinkwrap.api.exporter.TarGzExporter'
      13:15:31,557 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'extension=.tar.gz' for service type 'org.jboss.shrinkwrap.api.exporter.TarGzExporter'
      13:15:31,557 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.serialization.ZipSerializableViewImpl' for service type 'org.jboss.shrinkwrap.api.serialization.ZipSerializableView'
      13:15:31,557 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.importer.ExplodedImporterImpl' for service type 'org.jboss.shrinkwrap.api.importer.ExplodedImporter'
      13:15:31,557 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.spec.EnterpriseArchiveImpl' for service type 'org.jboss.shrinkwrap.api.spec.EnterpriseArchive'
      13:15:31,557 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'extension=.ear' for service type 'org.jboss.shrinkwrap.api.spec.EnterpriseArchive'
      13:15:31,557 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'archiveFormat=ZIP' for service type 'org.jboss.shrinkwrap.api.spec.EnterpriseArchive'
      13:15:31,557 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.spec.ResourceAdapterArchiveImpl' for service type 'org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive'
      13:15:31,557 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'extension=.rar' for service type 'org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive'
      13:15:31,557 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'archiveFormat=ZIP' for service type 'org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive'
      13:15:31,557 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.ExplodedExporterImpl' for service type 'org.jboss.shrinkwrap.api.exporter.ExplodedExporter'
      13:15:31,557 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.importer.tar.TarGzImporterImpl' for service type 'org.jboss.shrinkwrap.api.importer.TarGzImporter'
      13:15:31,557 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'extension=.tar.gz' for service type 'org.jboss.shrinkwrap.api.importer.TarGzImporter'
      13:15:31,557 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.zip.ZipExporterImpl' for service type 'org.jboss.shrinkwrap.api.exporter.ZipExporter'
      13:15:31,557 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
      13:15:34,099 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) JBAS016002: Processing weld deployment jbpm-form-builder.war
      13:15:34,567 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment drools-guvnor.war
      13:15:35,269 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) JBAS010403: Deploying JDBC-compliant driver class org.apache.derby.jdbc.AutoloadedDriver (version 10.5)
      13:15:35,269 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) JBAS016005: Starting Services for CDI deployment: jbpm-form-builder.war
      13:15:36,907 INFO [org.jboss.weld.Version] (MSC service thread 1-4) WELD-000900 1.1.5 (AS71)
      13:15:37,032 INFO [org.jboss.weld.deployer] (MSC service thread 1-8) JBAS016008: Starting weld service for deployment jbpm-form-builder.war
      13:15:38,072 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010403: Deploying JDBC-compliant driver class org.apache.derby.jdbc.AutoloadedDriver (version 10.5)
      13:15:38,074 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: drools-guvnor.war
      13:15:38,079 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment drools-guvnor.war
      13:15:45,043 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Solder Config XML provider starting...
      13:15:45,043 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Loading XmlDocumentProvider: org.jboss.solder.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider
      13:15:45,121 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/beans.xml
      13:15:45,215 WARN [org.jboss.solder.config.xml.model.ModelBuilder] (MSC service thread 1-2) Solder Config could not resolve XML namspace for: {}
      13:15:45,215 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/seam-transaction-3.1.0.Final.jar/META-INF/beans.xml
      13:15:45,215 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/guvnor-webapp-core-5.4.0-SNAPSHOT.jar/META-INF/beans.xml
      13:15:45,215 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/seam-international-api-3.1.0.Final.jar/META-INF/beans.xml
      13:15:45,231 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/seam-remoting-3.1.0.Final.jar/META-INF/beans.xml
      13:15:45,231 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/seam-security-3.1.0.Final.jar/META-INF/beans.xml
      13:15:45,231 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/seam-conversation-spi-3.0.0.Final.jar/META-INF/beans.xml
      13:15:45,231 WARN [org.jboss.solder.config.xml.model.ModelBuilder] (MSC service thread 1-2) Solder Config could not resolve XML namspace for: {}
      13:15:45,231 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/seam-persistence-3.1.0.Final.jar/META-INF/beans.xml
      13:15:45,231 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/seam-security-api-3.1.0.Final.jar/META-INF/beans.xml
      13:15:45,231 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/seam-international-3.1.0.Final.jar/META-INF/beans.xml
      13:15:45,231 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/guvnor-repository-5.4.0-SNAPSHOT.jar/META-INF/beans.xml
      13:15:45,246 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Adding XML Defined Bean: org.drools.guvnor.server.repository.GuvnorBootstrapConfiguration
      13:15:45,324 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Adding XML Defined Bean: org.jboss.seam.security.IdentityImpl
      13:15:45,340 INFO [org.jboss.solder.Version] (MSC service thread 1-2) Solder 3.1.1.Final (build id: 3.1.1.Final)
      13:15:47,435 INFO [org.jboss.resteasy.cdi.CdiInjectorFactory] (MSC service thread 1-5) Found BeanManager at java:comp/BeanManager
      13:15:47,445 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/jbpm-form-builder]] (MSC service thread 1-5) Initializing Spring root WebApplicationContext
      13:15:47,445 INFO [org.springframework.web.context.ContextLoader] (MSC service thread 1-5) Root WebApplicationContext: initialization started
      13:15:47,465 INFO [org.springframework.web.context.support.XmlWebApplicationContext] (MSC service thread 1-5) Refreshing Root WebApplicationContext: startup date [Thu Jun 28 13:15:47 CST 2012]; root of context hierarchy
      13:15:47,515 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (MSC service thread 1-5) Loading XML bean definitions from ServletContext resource [/WEB-INF/springComponents.xml]
      13:15:47,605 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] (MSC service thread 1-5) Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1bcbf19: defining beans [strategy,guvnorUrl,guvnorUser,guvnorPass,serviceFactory,guvnorFileService,guvnorFormService,guvnorTaskService,guvnorMenuService]; root of factory hierarchy
      13:15:48,400 INFO [org.springframework.web.context.ContextLoader] (MSC service thread 1-5) Root WebApplicationContext: initialization completed in 955 ms
      13:15:48,410 INFO [org.jboss.web] (MSC service thread 1-5) JBAS018210: Registering web context: /jbpm-form-builder
      13:15:49,000 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Preventing installation of default bean: org.drools.guvnor.server.repository.GuvnorBootstrapConfiguration
      13:15:49,450 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Preventing installation of default bean: org.jboss.seam.security.IdentityImpl
      13:15:49,580 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-2) Preventing class org.jboss.seam.security.SecurityEventMessages from being installed as bean due to @Veto annotation
      13:15:49,660 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-2) Preventing class org.jboss.seam.transaction.NoTransaction from being installed as bean due to @Veto annotation
      13:15:49,660 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-2) Preventing class org.jboss.seam.transaction.UTTransaction from being installed as bean due to @Veto annotation
      13:15:49,680 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-2) Preventing class org.jboss.seam.transaction.HibernateTransaction from being installed as bean due to @Veto annotation
      13:15:49,680 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-2) Preventing class org.jboss.seam.transaction.SeSynchronizations from being installed as bean due to @Veto annotation
      13:15:49,680 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-2) Preventing class org.jboss.seam.transaction.CMTTransaction from being installed as bean due to @Veto annotation
      13:15:49,690 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-2) Preventing class org.jboss.seam.transaction.EntityTransaction from being installed as bean due to @Veto annotation
      13:15:49,720 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-2) Preventing class org.jboss.seam.persistence.HibernatePersistenceProvider from being installed as bean due to @Veto annotation
      13:15:49,730 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-2) Preventing class org.jboss.seam.persistence.hibernate.HibernateManagedSessionExtensionImpl from being installed as bean due to @Veto annotation
      13:15:50,850 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-2) Preventing class org.jboss.seam.international.locale.LocaleConfiguration from being installed as bean due to @Veto annotation
      13:15:51,040 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Wrapping InjectionTarget to set field values: org.drools.guvnor.server.repository.GuvnorBootstrapConfiguration
      13:15:51,210 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Wrapping InjectionTarget to set field values: org.jboss.seam.security.IdentityImpl
      13:15:51,220 INFO [org.jboss.solder.exception.control.extension] (MSC service thread 1-2) Adding handler Qualifiers: [@javax.enterprise.inject.Any()] TraversalMode: BREADTH_FIRST Handles Type: class java.lang.Throwable Precedence: -100 [method] public org.jboss.seam.transaction.SimpleTransactionExceptionHandler.markTransactionRollback(CaughtException<Throwable>) to known handlers
      13:15:51,300 INFO [org.jboss.seam.international.status.TypedStatusMessageBundleExtension] (MSC service thread 1-2) Add @MessageBundle to org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder.messages injection point for the type: org.jboss.solder.support.SolderMessages
      13:15:51,330 INFO [org.jboss.seam.international.status.TypedStatusMessageBundleExtension] (MSC service thread 1-2) Add @MessageBundle to org.jboss.solder.reflection.annotated.AnnotationBuilder.messages injection point for the type: org.jboss.solder.support.SolderMessages
      13:15:51,800 INFO [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-3) Initializing Mojarra 2.1.7-jbossorg-1 (20120227-1401) for context '/drools-guvnor'
      13:15:54,552 INFO [org.hibernate.validator.util.Version] (MSC service thread 1-3) Hibernate Validator 4.2.0.Final
      13:15:57,312 INFO [solder-servlet] (MSC service thread 1-3) Catch Integration for Servlets enabled
      13:15:57,312 INFO [org.jboss.web] (MSC service thread 1-3) JBAS018210: Registering web context: /drools-guvnor
      13:15:57,312 INFO [org.jboss.as] (MSC service thread 1-4) JBAS015951: Admin console listening on http://127.0.0.1:9990
      13:15:57,312 INFO [org.jboss.as] (MSC service thread 1-4) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 163816ms - Started 526 of 603 services (76 services are passive or on-demand)
      13:15:57,522 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "jbpm-human-task-war.war"
      13:15:57,522 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "jbpm-gwt-console.war"
      13:15:57,522 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "jbpm-gwt-console-server.war"
      13:15:57,522 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "jbpm-form-builder.war"
      13:15:57,522 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "drools-guvnor.war"
      13:15:57,522 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "designer.war"
      14:11:33,305 INFO [org.jboss.as.osgi] (MSC service thread 1-7) JBAS011942: Stopping OSGi Framework

      Attachments

        Activity

          People

            swiderski.maciej Maciej Swiderski (Inactive)
            jackmin_jira min jack (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: