11 Replies Latest reply on Oct 26, 2012 4:51 AM by lauradp

    How to fix this error

    lauradp

      Hello Everybody,

      I started JBoss with the attached configuration file (standalone-jbpm-Laura.xml), when I try to access the jms-metrics in the JBoss Management page (http://localhost:9990/console/App.html#jms-metrics) I get the following error:

       

      15:05:02,845 ERROR [org.jboss.as.controller.management-operation] (HttpManagementService-threads - 4) JBAS014612: Operation ("read-attribute") failed - address: ([

          ("subsystem" => "messaging"),

          ("hornetq-server" => "default"),

          ("jms-queue" => "testQueue")

      ]): java.lang.IllegalArgumentException: newValue is null

       

      Can anyone help me fixing this error.

        • 1. Re: How to fix this error
          jmesnil

          The error happens because you have not defined a dead letter address for the JMS queue. This is a bug that I'll fix.

           

          To work around this, you need to add a default address settings to your configuration file. The default address settings shipped with AS7 are:

           

                     <address-settings>

                         <!--default for catch all-->

                         <address-setting match="#">

                             <dead-letter-address>jms.queue.DLQ</dead-letter-address>

                             <expiry-address>jms.queue.ExpiryQueue</expiry-address>

                             <redelivery-delay>0</redelivery-delay>

                             <max-size-bytes>10485760</max-size-bytes>

                             <address-full-policy>BLOCK</address-full-policy>

                             <message-counter-history-day-limit>10</message-counter-history-day-limit>

                         </address-setting>

                     </address-settings>

          1 of 1 people found this helpful
          • 2. Re: How to fix this error
            lauradp

            Thanks, Jeff,

            with this work around I get the error: "Failed to parse response: null" and I cannot access the jBPM Console anymore

            • 3. Re: How to fix this error
              jmesnil

              can you attach the server's log with the configured address-settings, please?

              • 4. Re: How to fix this error
                lauradp

                When I try to access the jBPM Console I get the following error:  The requested resource (/jbpm-console) is not available.

                This is the log (sorry, I cannot attach the file to an answer):

                16:02:13,797 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 31) JBAS011800: Activating Naming Subsystem

                16:02:13,816 INFO  [org.jboss.as.naming] (MSC service thread 1-4) JBAS011802: Starting Naming Service

                16:02:13,828 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 26) JBAS010280: Activating Infinispan subsystem.

                16:02:13,845 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 33) JBAS011940: Activating OSGi Subsystem

                16:02:13,927 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 37) JBAS013101: Activating Security Subsystem

                16:02:13,936 INFO  [org.jboss.as.security] (MSC service thread 1-5) JBAS013100: Current PicketBox version=4.0.7.Final

                16:02:13,964 INFO  [org.jboss.as.connector] (MSC service thread 1-8) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)

                16:02:14,185 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 22) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

                16:02:14,936 WARN  [org.jboss.as.messaging] (MSC service thread 1-3) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal

                16:02:15,259 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-3) live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=C:\ApplicationServer\jbpm-installer\jboss-as-7.1.1.Final\standalone\data\messagingjournal,bindingsDirectory=C:\ApplicationServer\jbpm-installer\jboss-as-7.1.1.Final\standalone\data\messagingbindings,largeMessagesDirectory=C:\ApplicationServer\jbpm-installer\jboss-as-7.1.1.Final\standalone\data\messaginglargemessages,pagingDirectory=C:\ApplicationServer\jbpm-installer\jboss-as-7.1.1.Final\standalone\data\messagingpaging)

                16:02:15,263 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-3) Waiting to obtain live lock

                16:02:15,388 INFO  [org.hornetq.core.persistence.impl.journal.JournalStorageManager] (MSC service thread 1-3) Using NIO Journal

                16:02:15,527 INFO  [org.jboss.as.remoting] (MSC service thread 1-7) JBAS017100: Listening on /127.0.0.1:9999

                16:02:15,564 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-5) JBAS015012: Started FileSystemDeploymentService for directory C:\ApplicationServer\jbpm-installer\jboss-as-7.1.1.Final\standalone\deployments

                16:02:15,712 INFO  [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-3) Waiting to obtain live lock

                16:02:15,714 INFO  [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-3) Live Server Obtained live lock

                16:02:16,006 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) JBAS010400: Bound data source [java:jboss/datasources/jbpmDS]

                16:02:16,452 INFO  [org.apache.coyote.http11.Http11AprProtocol] (MSC service thread 1-8) Starting Coyote HTTP/1.1 on http-localhost-127.0.0.1-8080

                16:02:17,718 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-3) Server is now live

                16:02:17,720 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-3) HornetQ Server version 2.2.13.Final (HQ_2_2_13_FINAL_AS7, 122) [985bfe05-c122-11e1-a346-1c7508415871]) started

                16:02:17,724 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-3) trying to deploy queue jms.queue.testQueue

                16:02:17,735 INFO  [org.jboss.as.messaging] (MSC service thread 1-3) JBAS011601: Bound messaging object to jndi name java:/queue/test

                16:02:17,736 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-5) trying to deploy queue jms.topic.testTopic

                16:02:17,763 INFO  [org.jboss.as.messaging] (MSC service thread 1-5) JBAS011601: Bound messaging object to jndi name java:/topic/test

                16:02:18,322 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "drools-guvnor.war"

                16:02:18,322 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "jbpm-human-task-war.war"

                16:02:18,323 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jbpm-gwt-console.war"

                16:02:18,332 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "designer.war"

                16:02:18,332 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "jbpm-gwt-console-server.war"

                16:02:18,337 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "jbpm-form-builder.war"

                16:02:36,348 ERROR [org.jboss.remoting.remote.connection] (Remoting "dis04836:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: Connessione interrotta dal software del computer host

                16:02:36,360 ERROR [org.jboss.remoting.remote.connection] (Remoting "dis04836:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: Connessione interrotta dal software del computer host

                16:02:36,364 ERROR [org.jboss.remoting.remote.connection] (Remoting "dis04836:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: Connessione interrotta dal software del computer host

                16:02:40,333 ERROR [org.jboss.remoting.remote.connection] (Remoting "dis04836:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: Connessione interrotta dal software del computer host

                16:03:13,588 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:03:17,387 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'

                16:03:20,687 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) 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.

                16:03:34,960 INFO  [org.hibernate.cfg.annotations.Version] (MSC service thread 1-6) Hibernate Annotations 3.4.0.GA

                16:03:35,951 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-6) Hibernate 3.3.2.GA

                16:03:35,955 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-6) hibernate.properties not found

                16:03:35,960 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-6) Bytecode provider name : javassist

                16:03:36,290 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-6) using JDK 1.4 java.sql.Timestamp handling

                16:03:36,342 INFO  [org.hibernate.annotations.common.Version] (MSC service thread 1-6) Hibernate Commons Annotations 3.1.0.GA

                16:03:36,346 INFO  [org.hibernate.ejb.Version] (MSC service thread 1-6) Hibernate EntityManager 3.4.0.GA

                16:03:40,355 INFO  [org.hibernate.cfg.Configuration] (MSC service thread 1-6) Reading mappings from resource : META-INF/Taskorm.xml

                16:03:41,462 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,470 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,478 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,488 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,496 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,505 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,513 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,524 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,532 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,542 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,549 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,558 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,575 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,586 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,595 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,617 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,633 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,641 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,652 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,661 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                16:03:41,665 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) Binding Named query: TaskByWorkItemId => select t from Task t where t.archived = 0 and t.taskData.workItemId = :workItemId

                16:03:41,672 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Attachment

                16:03:41,719 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Attachment on table Attachment

                16:03:43,594 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.BooleanExpression

                16:03:43,596 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.BooleanExpression on table BooleanExpression

                16:03:44,367 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Comment

                16:03:44,369 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Comment on table task_comment

                16:03:44,375 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Content

                16:03:44,376 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Content on table Content

                16:03:44,390 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Deadline

                16:03:44,391 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Deadline on table Deadline

                16:03:44,454 INFO  [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (MSC service thread 1-1) Bootstrap Errai

                16:03:44,470 INFO  [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (MSC service thread 1-1) using dispatcher implementation: org.jboss.errai.bus.server.AsyncDispatcher

                16:03:44,571 INFO  [org.jboss.errai.bus.server.WorkerFactory] (MSC service thread 1-1) initializing async worker pools (poolSize: 5; workerTimeout: 5000)

                16:03:44,571 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Notification

                16:03:44,573 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Notification on table Notification

                16:03:44,574 INFO  [org.jboss.errai.bus.server.WorkerFactory] (MSC service thread 1-1) starting worker pool.

                16:03:44,577 INFO  [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (MSC service thread 1-1) using session provider implementation: org.jboss.errai.bus.server.HttpSessionProvider

                16:03:44,585 INFO  [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-1) beging searching for Errai extensions ...

                16:03:44,589 INFO  [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-1) added extension binding: org.jboss.errai.bus.client.framework.ModelAdapter

                16:03:44,591 INFO  [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-1) total extension binding: 1

                16:03:44,678 INFO  [org.jboss.errai.bus.server.service.bootstrap.BootstrapContext] (MSC service thread 1-1) Running deferred bootstrap tasks ...

                16:03:44,680 INFO  [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (MSC service thread 1-1) Bootstrap complete. Ready to rumble!

                16:03:44,701 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.EmailNotification

                16:03:44,735 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.EmailNotificationHeader

                16:03:44,737 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.EmailNotificationHeader on table email_header

                16:03:44,743 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Escalation

                16:03:44,745 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Escalation on table Escalation

                16:03:44,753 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.OrganizationalEntity

                16:03:44,755 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.OrganizationalEntity on table OrganizationalEntity

                16:03:44,759 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Group

                16:03:44,761 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.I18NText

                16:03:44,763 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.I18NText on table I18NText

                16:03:44,766 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.SubTasksStrategy

                16:03:44,768 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.SubTasksStrategy on table SubTasksStrategy

                16:03:44,777 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.OnAllSubTasksEndParentEndStrategy

                16:03:44,780 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.OnParentAbortAllSubTasksEndStrategy

                16:03:44,795 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Reassignment

                16:03:44,798 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Reassignment on table Reassignment

                16:03:44,809 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Task

                16:03:44,812 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Task on table Task

                16:03:44,866 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.User

                16:03:44,875 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.taskData.comments -> task_comment

                16:03:44,879 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.taskData.attachments -> Attachment

                16:03:44,880 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.subjects -> I18NText

                16:03:44,882 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.subTaskStrategies -> SubTasksStrategy

                16:03:44,913 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.names -> I18NText

                16:03:44,915 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.descriptions -> I18NText

                16:03:44,917 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.deadlines.startDeadlines -> Deadline

                16:03:44,919 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.deadlines.endDeadlines -> Deadline

                16:03:44,922 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Reassignment.documentation -> I18NText

                16:03:44,924 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Escalation.reassignments -> Reassignment

                16:03:44,926 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Escalation.notifications -> Notification

                16:03:44,928 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Escalation.constraints -> BooleanExpression

                16:03:44,936 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Notification.subjects -> I18NText

                16:03:44,955 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Notification.names -> I18NText

                16:03:44,957 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Notification.documentation -> I18NText

                16:03:44,958 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Notification.descriptions -> I18NText

                16:03:44,960 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Deadline.escalations -> Escalation

                16:03:44,963 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Deadline.documentation -> I18NText

                16:03:44,966 INFO  [org.hibernate.cfg.AnnotationConfiguration] (MSC service thread 1-6) Hibernate Validator not found: ignoring

                16:03:46,349 INFO  [org.jboss.web] (MSC service thread 1-1) JBAS018210: Registering web context: /jbpm-console

                16:03:46,547 INFO  [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] (MSC service thread 1-6) Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.

                16:03:46,600 INFO  [org.hibernate.util.NamingHelper] (MSC service thread 1-6) JNDI InitialContext properties:{}

                16:03:46,701 INFO  [org.hibernate.connection.DatasourceConnectionProvider] (MSC service thread 1-6) Using datasource: java:jboss/datasources/jbpmDS

                16:03:58,815 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) RDBMS: H2, version: 1.3.161 (2011-10-28)

                16:03:58,816 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) JDBC driver: H2 JDBC Driver, version: 1.3.161 (2011-10-28)

                16:04:00,301 INFO  [org.hibernate.dialect.Dialect] (MSC service thread 1-6) Using dialect: org.hibernate.dialect.H2Dialect

                16:04:00,417 INFO  [org.hibernate.transaction.TransactionFactoryFactory] (MSC service thread 1-6) Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory

                16:04:00,434 INFO  [org.hibernate.transaction.TransactionManagerLookupFactory] (MSC service thread 1-6) instantiating TransactionManagerLookup: org.jbpm.integration.console.JBPMTransactionManager

                16:04:00,437 INFO  [org.hibernate.transaction.TransactionManagerLookupFactory] (MSC service thread 1-6) instantiated TransactionManagerLookup

                16:04:00,439 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Automatic flush during beforeCompletion(): disabled

                16:04:00,440 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Automatic session close at end of transaction: disabled

                16:04:00,441 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) JDBC batch size: 15

                16:04:00,442 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) JDBC batch updates for versioned data: disabled

                16:04:00,445 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Scrollable result sets: enabled

                16:04:00,446 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) JDBC3 getGeneratedKeys(): enabled

                16:04:00,447 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Connection release mode: auto

                16:04:00,521 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Maximum outer join fetch depth: 3

                16:04:00,522 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Default batch fetch size: 1

                16:04:00,523 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Generate SQL with comments: disabled

                16:04:00,524 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Order SQL updates by primary key: disabled

                16:04:00,524 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Order SQL inserts for batching: disabled

                16:04:00,525 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory

                16:04:00,641 INFO  [org.hibernate.hql.ast.ASTQueryTranslatorFactory] (MSC service thread 1-6) Using ASTQueryTranslatorFactory

                16:04:00,643 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Query language substitutions: {}

                16:04:00,644 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) JPA-QL strict compliance: enabled

                16:04:00,645 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Second-level cache: enabled

                16:04:00,647 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Query cache: disabled

                16:04:00,648 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory

                16:04:00,650 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Optimize cache for minimal puts: disabled

                16:04:00,652 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Structured second-level cache entries: disabled

                16:04:00,711 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Statistics: disabled

                16:04:00,712 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Deleted entity synthetic identifier rollback: disabled

                16:04:00,713 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Default entity-mode: pojo

                16:04:00,715 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Named query checking : enabled

                16:04:03,011 INFO  [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-6) building session factory

                16:04:06,306 INFO  [org.hibernate.impl.SessionFactoryObjectFactory] (MSC service thread 1-6) Not binding factory to JNDI, no JNDI name configured

                16:04:06,413 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) Running hbm2ddl schema export

                16:04:06,415 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) exporting generated schema to database

                16:04:12,311 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) schema export complete

                16:04:12,391 WARN  [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-6) JTASessionContext being used with JDBCTransactionFactory; auto-flush will not operate correctly with getCurrentSession()

                16:04:22,940 INFO  [stdout] (MSC service thread 1-6) HornetQ Task service started correctly !

                 

                 

                16:04:22,942 INFO  [stdout] (MSC service thread 1-6) HornetQ Task service running ...

                 

                 

                16:04:22,949 INFO  [org.jbpm.task.service.UserGroupCallbackManager] (MSC service thread 1-6) UserGroupCallback registered: org.jbpm.task.service.DefaultUserGroupCallbackImpl

                16:04:22,951 INFO  [stdout] (MSC service thread 1-6) Task service startup completed successfully !

                 

                 

                16:04:22,955 INFO  [org.jboss.web] (MSC service thread 1-6) JBAS018210: Registering web context: /jbpm-human-task-war

                16:04:23,097 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-65) 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)

                16:04:23,195 AVVERTENZA [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-65) 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.

                16:04:28,379 INFO  [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (Thread-65) Started Netty Acceptor version 3.2.5.Final-a96d88c localhost:5445 for CORE protocol

                16:04:28,382 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-65) Server is now live

                16:04:28,384 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-65) HornetQ Server version 2.2.10.Final (HQ_2_2_10_FINAL_AS7, 122) [6978f682-c448-11e1-b47e-1c7508415871]) started

                16:04:40,788 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry avalon-framework-4.2.0.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,791 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry batik-all-1.7.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,794 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry commons-io-1.3.1.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,797 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry serializer-2.7.0.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,799 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry servlet-2.2.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,802 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry xalan-2.7.0.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,805 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry xercesImpl-2.7.1.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,807 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry xml-apis-ext-1.3.04.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,811 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry xmlgraphics-commons-1.3.1.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,814 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry fop-hyph.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,817 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry jai_codec.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,819 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry jai_core.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,821 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry jai_imageio.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,824 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry jimi-1.0.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,827 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry xmlunit1.0.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,831 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry jaxb-api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,834 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,837 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry jsr173_1.0_api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,846 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry jaxb1-impl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,850 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry xml-apis-1.0.b2.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,853 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry commons-lang-2.6.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,856 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry commons-io-2.1.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,859 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry log4j-1.2.16.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,864 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/mail-1.4.1.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,878 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry xml-apis.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/serializer-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,882 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry xercesImpl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,885 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry xml-apis.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:40,887 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry serializer.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                16:04:41,316 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'

                16:04:42,105 INFO  [org.jboss.web] (MSC service thread 1-6) JBAS018210: Registering web context: /designer

                16:05:21,684 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_cs.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,686 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_de_DE.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,689 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_es.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,691 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_fr.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,692 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_hu.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,695 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_it.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,697 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ja_JP.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,699 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ko_KR.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,701 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_pl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,703 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_pt_BR.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,705 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ru.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,708 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_zh_CN.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,711 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_zh_TW.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,716 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry iText-toolbox.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,718 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry iText-toolbox-2.1.2.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,721 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb-api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,723 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,725 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jsr173_1.0_api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,727 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb1-impl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,729 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb-api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,731 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb-impl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,734 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jsr173_1.0_api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:21,736 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:05:22,518 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'

                16:05:27,940 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016002: Processing weld deployment jbpm-form-builder.war

                16:05:31,207 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)

                16:05:31,213 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) JBAS016005: Starting Services for CDI deployment: jbpm-form-builder.war

                16:05:32,498 INFO  [org.jboss.weld.Version] (MSC service thread 1-4) WELD-000900 1.1.5 (AS71)

                16:05:33,207 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016008: Starting weld service for deployment jbpm-form-builder.war

                16:06:06,077 INFO  [org.jboss.resteasy.cdi.CdiInjectorFactory] (MSC service thread 1-3) Found BeanManager at java:comp/BeanManager

                16:06:06,194 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/jbpm-form-builder]] (MSC service thread 1-3) Initializing Spring root WebApplicationContext

                16:06:06,196 INFO  [org.springframework.web.context.ContextLoader] (MSC service thread 1-3) Root WebApplicationContext: initialization started

                16:06:06,226 INFO  [org.springframework.web.context.support.XmlWebApplicationContext] (MSC service thread 1-3) Refreshing Root WebApplicationContext: startup date [Wed Oct 24 16:06:06 CEST 2012]; root of context hierarchy

                16:06:06,269 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (MSC service thread 1-3) Loading XML bean definitions from ServletContext resource [/WEB-INF/springComponents.xml]

                16:06:06,426 INFO  [org.springframework.beans.factory.support.DefaultListableBeanFactory] (MSC service thread 1-3) Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@304b0cbc: defining beans [strategy,guvnorUrl,guvnorUser,guvnorPass,serviceFactory,guvnorFileService,guvnorFormService,guvnorTaskService,guvnorMenuService]; root of factory hierarchy

                16:06:06,905 INFO  [org.springframework.web.context.ContextLoader] (MSC service thread 1-3) Root WebApplicationContext: initialization completed in 708 ms

                16:06:07,111 INFO  [org.jboss.web] (MSC service thread 1-3) JBAS018210: Registering web context: /jbpm-form-builder

                16:06:13,840 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_cs.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,843 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_de_DE.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,846 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_es.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,848 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_fr.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,851 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_hu.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,853 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_it.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,856 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ja_JP.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,858 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ko_KR.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,862 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_pl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,864 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_pt_BR.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,866 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ru.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,869 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_zh_CN.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,870 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_zh_TW.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,876 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry iText-toolbox.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.

                16:06:13,879 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry iText-toolbox-2.1.2.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.

                16:06:13,882 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,885 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,887 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jsr173_1.0_api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,890 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb1-impl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,892 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,895 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-impl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,898 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jsr173_1.0_api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,902 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                16:06:13,908 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/mail-1.4.jar"  does not point to a valid jar for a Class-Path reference.

                16:06:14,045 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'org.springframework.context.ApplicationContext,org.springframework.beans.BeansException' for service type 'org.apache.cxf.bus.factory'

                16:06:14,050 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.ConfigurableArchiveImpl' for service type 'org.jboss.shrinkwrap.spi.Configurable'

                16:06:14,053 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.GenericArchiveImpl' for service type 'org.jboss.shrinkwrap.api.GenericArchive'

                16:06:14,055 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.jar' for service type 'org.jboss.shrinkwrap.api.GenericArchive'

                16:06:14,058 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'archiveFormat=UNKNOWN' for service type 'org.jboss.shrinkwrap.api.GenericArchive'

                16:06:14,060 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.serialization.ZipSerializableViewImpl' for service type 'org.jboss.shrinkwrap.api.serialization.SerializableView'

                16:06:14,063 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.spec.JavaArchiveImpl' for service type 'org.jboss.shrinkwrap.api.spec.JavaArchive'

                16:06:14,065 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.jar' for service type 'org.jboss.shrinkwrap.api.spec.JavaArchive'

                16:06:14,067 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'archiveFormat=ZIP' for service type 'org.jboss.shrinkwrap.api.spec.JavaArchive'

                16:06:14,069 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.tar.TarExporterImpl' for service type 'org.jboss.shrinkwrap.api.exporter.TarExporter'

                16:06:14,072 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.tar' for service type 'org.jboss.shrinkwrap.api.exporter.TarExporter'

                16:06:14,074 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.importer.zip.ZipImporterImpl' for service type 'org.jboss.shrinkwrap.api.importer.ZipImporter'

                16:06:14,077 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.jar' for service type 'org.jboss.shrinkwrap.api.importer.ZipImporter'

                16:06:14,079 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterImpl' for service type 'org.jboss.shrinkwrap.api.importer.TarImporter'

                16:06:14,081 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.tar' for service type 'org.jboss.shrinkwrap.api.importer.TarImporter'

                16:06:14,083 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.spec.WebArchiveImpl' for service type 'org.jboss.shrinkwrap.api.spec.WebArchive'

                16:06:14,085 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.war' for service type 'org.jboss.shrinkwrap.api.spec.WebArchive'

                16:06:14,086 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'archiveFormat=ZIP' for service type 'org.jboss.shrinkwrap.api.spec.WebArchive'

                16:06:14,088 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.tar.TarGzExporterImpl' for service type 'org.jboss.shrinkwrap.api.exporter.TarGzExporter'

                16:06:14,090 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.tar.gz' for service type 'org.jboss.shrinkwrap.api.exporter.TarGzExporter'

                16:06:14,092 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.serialization.ZipSerializableViewImpl' for service type 'org.jboss.shrinkwrap.api.serialization.ZipSerializableView'

                16:06:14,095 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.importer.ExplodedImporterImpl' for service type 'org.jboss.shrinkwrap.api.importer.ExplodedImporter'

                16:06:14,097 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.spec.EnterpriseArchiveImpl' for service type 'org.jboss.shrinkwrap.api.spec.EnterpriseArchive'

                16:06:14,100 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.ear' for service type 'org.jboss.shrinkwrap.api.spec.EnterpriseArchive'

                16:06:14,102 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'archiveFormat=ZIP' for service type 'org.jboss.shrinkwrap.api.spec.EnterpriseArchive'

                16:06:14,106 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.spec.ResourceAdapterArchiveImpl' for service type 'org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive'

                16:06:14,110 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.rar' for service type 'org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive'

                16:06:14,112 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'archiveFormat=ZIP' for service type 'org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive'

                16:06:14,115 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.ExplodedExporterImpl' for service type 'org.jboss.shrinkwrap.api.exporter.ExplodedExporter'

                16:06:14,118 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.importer.tar.TarGzImporterImpl' for service type 'org.jboss.shrinkwrap.api.importer.TarGzImporter'

                16:06:14,124 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.tar.gz' for service type 'org.jboss.shrinkwrap.api.importer.TarGzImporter'

                16:06:14,126 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.zip.ZipExporterImpl' for service type 'org.jboss.shrinkwrap.api.exporter.ZipExporter'

                16:06:14,129 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'

                16:06:15,384 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016002: Processing weld deployment drools-guvnor.war

                16:06:17,069 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) JBAS010403: Deploying JDBC-compliant driver class org.apache.derby.jdbc.AutoloadedDriver (version 10.5)

                16:06:17,075 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016005: Starting Services for CDI deployment: drools-guvnor.war

                16:06:17,095 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment drools-guvnor.war

                16:06:17,410 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Solder Config XML provider starting...

                16:06:17,413 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Loading XmlDocumentProvider: org.jboss.solder.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider

                16:06:17,605 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/beans.xml

                16:06:17,785 WARN  [org.jboss.solder.config.xml.model.ModelBuilder] (MSC service thread 1-2) Solder Config could not resolve XML namspace for: {}

                16:06:17,787 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/seam-security-3.1.0.Final.jar/META-INF/beans.xml

                16:06:17,790 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/seam-persistence-3.1.0.Final.jar/META-INF/beans.xml

                16:06:17,795 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/seam-security-api-3.1.0.Final.jar/META-INF/beans.xml

                16:06:17,798 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/guvnor-webapp-core-5.4.0-SNAPSHOT.jar/META-INF/beans.xml

                16:06:17,802 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/seam-transaction-3.1.0.Final.jar/META-INF/beans.xml

                16:06:17,806 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/seam-international-api-3.1.0.Final.jar/META-INF/beans.xml

                16:06:17,810 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/guvnor-repository-5.4.0-SNAPSHOT.jar/META-INF/beans.xml

                16:06:17,814 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/seam-conversation-spi-3.0.0.Final.jar/META-INF/beans.xml

                16:06:17,818 WARN  [org.jboss.solder.config.xml.model.ModelBuilder] (MSC service thread 1-2) Solder Config could not resolve XML namspace for: {}

                16:06:17,819 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/seam-international-3.1.0.Final.jar/META-INF/beans.xml

                16:06:17,824 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/seam-remoting-3.1.0.Final.jar/META-INF/beans.xml

                16:06:17,838 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Adding XML Defined Bean: org.drools.guvnor.server.repository.GuvnorBootstrapConfiguration

                16:06:17,888 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Adding XML Defined Bean: org.jboss.seam.security.IdentityImpl

                16:06:17,899 INFO  [org.jboss.solder.Version] (MSC service thread 1-2) Solder 3.1.1.Final (build id: 3.1.1.Final)

                16:06:18,343 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

                16:06:22,893 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Preventing installation of default bean: org.drools.guvnor.server.repository.GuvnorBootstrapConfiguration

                16:06:24,667 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Preventing installation of default bean: org.jboss.seam.security.IdentityImpl

                16:06:24,712 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

                16:06:27,379 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

                16:06:27,387 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

                16:06:27,417 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

                16:06:27,429 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

                16:06:27,437 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

                16:06:27,442 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

                16:06:28,640 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

                16:06:28,654 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

                16:06:29,162 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

                16:06:29,539 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Wrapping InjectionTarget to set field values: org.jboss.seam.security.IdentityImpl

                16:06:29,645 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

                16:06:30,730 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

                16:06:30,797 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

                16:06:32,570 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'

                 

                 


                • 5. Re: How to fix this error
                  jmesnil

                  that's weird, I don't see the relation between this changes (which correspond to the shipped AS7 configuration) and the jbpm error...

                  • 6. Re: How to fix this error
                    lauradp

                    I succeded in oening the jbpm console (I had to wait a long time), but I still have the error on accessing jms-metrics: "Failed to parse response: null"

                    • 7. Re: How to fix this error
                      jmesnil

                      can you post the new server logs when you get the "Failed to parse response: null" error? I'd like to see what's missing again.

                      • 8. Re: How to fix this error
                        lauradp

                        Here you are!

                         

                        17:38:33,901 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 37) JBAS013101: Activating Security Subsystem

                        17:38:33,922 INFO  [org.jboss.as.security] (MSC service thread 1-6) JBAS013100: Current PicketBox version=4.0.7.Final

                        17:38:33,927 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 33) JBAS011940: Activating OSGi Subsystem

                        17:38:33,927 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 26) JBAS010280: Activating Infinispan subsystem.

                        17:38:33,957 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 31) JBAS011800: Activating Naming Subsystem

                        17:38:33,980 INFO  [org.jboss.as.connector] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)

                        17:38:34,021 INFO  [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service

                        17:38:34,056 INFO  [org.jboss.as.remoting] (MSC service thread 1-3) JBAS017100: Listening on /127.0.0.1:9999

                        17:38:34,239 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 22) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

                        17:38:34,822 WARN  [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal

                        17:38:35,051 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-2) live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=C:\ApplicationServer\jbpm-installer\jboss-as-7.1.1.Final\standalone\data\messagingjournal,bindingsDirectory=C:\ApplicationServer\jbpm-installer\jboss-as-7.1.1.Final\standalone\data\messagingbindings,largeMessagesDirectory=C:\ApplicationServer\jbpm-installer\jboss-as-7.1.1.Final\standalone\data\messaginglargemessages,pagingDirectory=C:\ApplicationServer\jbpm-installer\jboss-as-7.1.1.Final\standalone\data\messagingpaging)

                        17:38:35,103 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-2) Waiting to obtain live lock

                        17:38:35,889 INFO  [org.hornetq.core.persistence.impl.journal.JournalStorageManager] (MSC service thread 1-2) Using NIO Journal

                        17:38:36,116 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) JBAS015012: Started FileSystemDeploymentService for directory C:\ApplicationServer\jbpm-installer\jboss-as-7.1.1.Final\standalone\deployments

                        17:38:36,182 INFO  [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-2) Waiting to obtain live lock

                        17:38:36,185 INFO  [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-2) Live Server Obtained live lock

                        17:38:36,462 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) JBAS010400: Bound data source [java:jboss/datasources/jbpmDS]

                        17:38:36,757 INFO  [org.apache.coyote.http11.Http11AprProtocol] (MSC service thread 1-8) Starting Coyote HTTP/1.1 on http-localhost-127.0.0.1-8080

                        17:38:37,710 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-2) Server is now live

                        17:38:37,711 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-2) HornetQ Server version 2.2.13.Final (HQ_2_2_13_FINAL_AS7, 122) [985bfe05-c122-11e1-a346-1c7508415871]) started

                        17:38:37,716 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-2) trying to deploy queue jms.topic.testTopic

                        17:38:37,748 INFO  [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:/topic/test

                        17:38:37,750 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-8) trying to deploy queue jms.queue.testQueue

                        17:38:37,761 INFO  [org.jboss.as.messaging] (MSC service thread 1-8) JBAS011601: Bound messaging object to jndi name java:/queue/test

                        17:38:37,811 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "jbpm-form-builder.war"

                        17:38:37,811 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jbpm-human-task-war.war"

                        17:38:37,812 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "jbpm-gwt-console.war"

                        17:38:37,812 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "drools-guvnor.war"

                        17:38:37,812 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jbpm-gwt-console-server.war"

                        17:38:37,811 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "designer.war"

                        17:39:17,856 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:39:24,007 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'

                        17:39:24,828 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) 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.

                        17:39:46,666 INFO  [org.hibernate.cfg.annotations.Version] (MSC service thread 1-6) Hibernate Annotations 3.4.0.GA

                        17:39:46,802 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-6) Hibernate 3.3.2.GA

                        17:39:46,807 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-6) hibernate.properties not found

                        17:39:46,814 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-6) Bytecode provider name : javassist

                        17:39:46,939 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-6) using JDK 1.4 java.sql.Timestamp handling

                        17:39:47,010 INFO  [org.hibernate.annotations.common.Version] (MSC service thread 1-6) Hibernate Commons Annotations 3.1.0.GA

                        17:39:47,014 INFO  [org.hibernate.ejb.Version] (MSC service thread 1-6) Hibernate EntityManager 3.4.0.GA

                        17:39:55,629 INFO  [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (MSC service thread 1-3) Bootstrap Errai

                        17:39:55,635 INFO  [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (MSC service thread 1-3) using dispatcher implementation: org.jboss.errai.bus.server.AsyncDispatcher

                        17:39:56,137 INFO  [org.jboss.errai.bus.server.WorkerFactory] (MSC service thread 1-3) initializing async worker pools (poolSize: 5; workerTimeout: 5000)

                        17:39:56,140 INFO  [org.jboss.errai.bus.server.WorkerFactory] (MSC service thread 1-3) starting worker pool.

                        17:39:56,143 INFO  [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (MSC service thread 1-3) using session provider implementation: org.jboss.errai.bus.server.HttpSessionProvider

                        17:39:56,151 INFO  [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-3) beging searching for Errai extensions ...

                        17:39:56,155 INFO  [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-3) added extension binding: org.jboss.errai.bus.client.framework.ModelAdapter

                        17:39:56,156 INFO  [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-3) total extension binding: 1

                        17:39:56,657 INFO  [org.jboss.errai.bus.server.service.bootstrap.BootstrapContext] (MSC service thread 1-3) Running deferred bootstrap tasks ...

                        17:39:56,659 INFO  [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (MSC service thread 1-3) Bootstrap complete. Ready to rumble!

                        17:39:58,070 INFO  [org.jboss.web] (MSC service thread 1-3) JBAS018210: Registering web context: /jbpm-console

                        17:39:58,877 INFO  [org.hibernate.cfg.Configuration] (MSC service thread 1-6) Reading mappings from resource : META-INF/Taskorm.xml

                        17:40:00,651 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,664 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,674 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,684 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,694 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,704 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,712 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,722 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,731 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,743 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,752 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,761 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,770 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,779 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,788 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,797 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,806 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,814 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,823 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,832 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        17:40:00,836 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) Binding Named query: TaskByWorkItemId => select t from Task t where t.archived = 0 and t.taskData.workItemId = :workItemId

                        17:40:00,843 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Attachment

                        17:40:00,874 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Attachment on table Attachment

                        17:40:02,721 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.BooleanExpression

                        17:40:02,722 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.BooleanExpression on table BooleanExpression

                        17:40:06,100 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Comment

                        17:40:06,103 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Comment on table task_comment

                        17:40:06,108 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Content

                        17:40:06,111 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Content on table Content

                        17:40:06,121 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Deadline

                        17:40:06,123 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Deadline on table Deadline

                        17:40:07,128 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Notification

                        17:40:07,129 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Notification on table Notification

                        17:40:08,212 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.EmailNotification

                        17:40:08,574 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.EmailNotificationHeader

                        17:40:08,575 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.EmailNotificationHeader on table email_header

                        17:40:08,580 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Escalation

                        17:40:08,582 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Escalation on table Escalation

                        17:40:08,588 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.OrganizationalEntity

                        17:40:08,590 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.OrganizationalEntity on table OrganizationalEntity

                        17:40:08,595 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Group

                        17:40:08,598 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.I18NText

                        17:40:08,602 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.I18NText on table I18NText

                        17:40:08,605 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.SubTasksStrategy

                        17:40:08,607 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.SubTasksStrategy on table SubTasksStrategy

                        17:40:08,653 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.OnAllSubTasksEndParentEndStrategy

                        17:40:08,656 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.OnParentAbortAllSubTasksEndStrategy

                        17:40:08,659 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Reassignment

                        17:40:08,660 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Reassignment on table Reassignment

                        17:40:08,667 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Task

                        17:40:08,669 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Task on table Task

                        17:40:08,918 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.User

                        17:40:08,928 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.taskData.comments -> task_comment

                        17:40:08,930 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.taskData.attachments -> Attachment

                        17:40:08,931 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.subjects -> I18NText

                        17:40:08,932 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.subTaskStrategies -> SubTasksStrategy

                        17:40:08,935 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.names -> I18NText

                        17:40:08,936 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.descriptions -> I18NText

                        17:40:08,937 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.deadlines.startDeadlines -> Deadline

                        17:40:08,938 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.deadlines.endDeadlines -> Deadline

                        17:40:08,940 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Reassignment.documentation -> I18NText

                        17:40:08,941 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Escalation.reassignments -> Reassignment

                        17:40:08,943 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Escalation.notifications -> Notification

                        17:40:08,944 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Escalation.constraints -> BooleanExpression

                        17:40:08,951 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Notification.subjects -> I18NText

                        17:40:08,953 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Notification.names -> I18NText

                        17:40:08,954 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Notification.documentation -> I18NText

                        17:40:08,955 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Notification.descriptions -> I18NText

                        17:40:08,957 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Deadline.escalations -> Escalation

                        17:40:08,958 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Deadline.documentation -> I18NText

                        17:40:08,960 INFO  [org.hibernate.cfg.AnnotationConfiguration] (MSC service thread 1-6) Hibernate Validator not found: ignoring

                        17:40:12,460 INFO  [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] (MSC service thread 1-6) Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.

                        17:40:13,747 INFO  [org.hibernate.util.NamingHelper] (MSC service thread 1-6) JNDI InitialContext properties:{}

                        17:40:14,401 INFO  [org.hibernate.connection.DatasourceConnectionProvider] (MSC service thread 1-6) Using datasource: java:jboss/datasources/jbpmDS

                        17:40:28,934 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_cs.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:28,937 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_de_DE.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:28,940 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_es.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:28,942 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_fr.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:28,944 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_hu.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:28,946 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_it.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:28,949 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ja_JP.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:28,952 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ko_KR.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:28,954 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_pl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:28,956 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_pt_BR.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:28,958 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ru.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:28,960 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_zh_CN.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:28,963 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_zh_TW.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:28,970 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:40:29,853 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) RDBMS: H2, version: 1.3.161 (2011-10-28)

                        17:40:29,854 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) JDBC driver: H2 JDBC Driver, version: 1.3.161 (2011-10-28)

                        17:40:29,850 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'

                        17:40:30,237 INFO  [org.hibernate.dialect.Dialect] (MSC service thread 1-6) Using dialect: org.hibernate.dialect.H2Dialect

                        17:40:30,349 INFO  [org.hibernate.transaction.TransactionFactoryFactory] (MSC service thread 1-6) Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory

                        17:40:30,482 INFO  [org.hibernate.transaction.TransactionManagerLookupFactory] (MSC service thread 1-6) instantiating TransactionManagerLookup: org.jbpm.integration.console.JBPMTransactionManager

                        17:40:30,486 INFO  [org.hibernate.transaction.TransactionManagerLookupFactory] (MSC service thread 1-6) instantiated TransactionManagerLookup

                        17:40:30,487 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Automatic flush during beforeCompletion(): disabled

                        17:40:30,489 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Automatic session close at end of transaction: disabled

                        17:40:30,492 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) JDBC batch size: 15

                        17:40:30,493 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) JDBC batch updates for versioned data: disabled

                        17:40:30,496 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Scrollable result sets: enabled

                        17:40:30,498 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) JDBC3 getGeneratedKeys(): enabled

                        17:40:30,500 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Connection release mode: auto

                        17:40:30,619 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Maximum outer join fetch depth: 3

                        17:40:30,620 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Default batch fetch size: 1

                        17:40:30,621 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Generate SQL with comments: disabled

                        17:40:30,621 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Order SQL updates by primary key: disabled

                        17:40:30,622 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Order SQL inserts for batching: disabled

                        17:40:30,623 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory

                        17:40:30,760 INFO  [org.hibernate.hql.ast.ASTQueryTranslatorFactory] (MSC service thread 1-6) Using ASTQueryTranslatorFactory

                        17:40:30,762 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Query language substitutions: {}

                        17:40:30,763 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) JPA-QL strict compliance: enabled

                        17:40:30,763 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Second-level cache: enabled

                        17:40:30,764 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Query cache: disabled

                        17:40:30,765 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory

                        17:40:30,766 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Optimize cache for minimal puts: disabled

                        17:40:30,767 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Structured second-level cache entries: disabled

                        17:40:30,876 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Statistics: disabled

                        17:40:30,878 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Deleted entity synthetic identifier rollback: disabled

                        17:40:30,880 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Default entity-mode: pojo

                        17:40:30,882 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Named query checking : enabled

                        17:40:32,262 INFO  [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-6) building session factory

                        17:40:34,815 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) JBAS010403: Deploying JDBC-compliant driver class org.apache.derby.jdbc.AutoloadedDriver (version 10.5)

                        17:40:34,819 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

                        17:40:35,802 INFO  [org.hibernate.impl.SessionFactoryObjectFactory] (MSC service thread 1-6) Not binding factory to JNDI, no JNDI name configured

                        17:40:35,864 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) Running hbm2ddl schema export

                        17:40:35,868 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) exporting generated schema to database

                        17:40:36,429 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) schema export complete

                        17:40:36,431 WARN  [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-6) JTASessionContext being used with JDBCTransactionFactory; auto-flush will not operate correctly with getCurrentSession()

                        17:40:41,452 INFO  [stdout] (MSC service thread 1-6) HornetQ Task service started correctly !

                         

                         

                        17:40:41,453 INFO  [stdout] (MSC service thread 1-6) HornetQ Task service running ...

                         

                         

                        17:40:41,456 INFO  [org.jbpm.task.service.UserGroupCallbackManager] (MSC service thread 1-6) UserGroupCallback registered: org.jbpm.task.service.DefaultUserGroupCallbackImpl

                        17:40:41,457 INFO  [stdout] (MSC service thread 1-6) Task service startup completed successfully !

                         

                         

                        17:40:41,459 INFO  [org.jboss.web] (MSC service thread 1-6) JBAS018210: Registering web context: /jbpm-human-task-war

                        17:40:41,584 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-64) 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)

                        17:40:41,638 AVVERTENZA [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-64) 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.

                        17:40:45,660 INFO  [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (Thread-64) Started Netty Acceptor version 3.2.5.Final-a96d88c localhost:5445 for CORE protocol

                        17:40:45,662 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-64) Server is now live

                        17:40:45,663 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-64) HornetQ Server version 2.2.10.Final (HQ_2_2_10_FINAL_AS7, 122) [6978f682-c448-11e1-b47e-1c7508415871]) started

                        17:40:49,932 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-7) Deploying javax.ws.rs.core.Application: class org.jboss.bpm.console.server.ConsoleServerApplication

                        17:40:50,297 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-7) Adding singleton resource org.jboss.bpm.console.server.ProcessHistoryFacade from Application javax.ws.rs.core.Application

                        17:40:50,299 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-7) Adding singleton resource org.jboss.bpm.console.server.ProcessMgmtFacade from Application javax.ws.rs.core.Application

                        17:40:50,301 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-7) Adding singleton resource org.jboss.bpm.console.server.InfoFacade from Application javax.ws.rs.core.Application

                        17:40:50,303 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-7) Adding singleton resource org.jboss.bpm.console.server.UserMgmtFacade from Application javax.ws.rs.core.Application

                        17:40:50,305 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-7) Adding singleton resource org.jboss.bpm.console.server.FormProcessingFacade from Application javax.ws.rs.core.Application

                        17:40:50,307 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-7) Adding singleton resource org.jboss.bpm.console.server.EngineFacade from Application javax.ws.rs.core.Application

                        17:40:50,310 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-7) Adding singleton resource org.jboss.bpm.console.server.TaskListFacade from Application javax.ws.rs.core.Application

                        17:40:50,312 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-7) Adding singleton resource org.jboss.bpm.console.server.TaskMgmtFacade from Application javax.ws.rs.core.Application

                        17:40:50,314 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-7) Adding singleton resource org.jboss.bpm.report.ReportFacade from Application javax.ws.rs.core.Application

                        17:40:51,621 INFO  [org.jboss.web] (MSC service thread 1-7) JBAS018210: Registering web context: /gwt-console-server

                        17:40:57,425 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry avalon-framework-4.2.0.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,427 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry batik-all-1.7.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,429 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry commons-io-1.3.1.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,432 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry serializer-2.7.0.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,434 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry servlet-2.2.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,436 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xalan-2.7.0.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,438 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xercesImpl-2.7.1.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,441 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xml-apis-ext-1.3.04.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,443 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xmlgraphics-commons-1.3.1.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,446 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry fop-hyph.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,449 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jai_codec.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,451 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jai_core.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,453 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jai_imageio.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,455 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jimi-1.0.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,457 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xmlunit1.0.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,459 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jaxb-api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,462 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,464 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jsr173_1.0_api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,466 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jaxb1-impl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,469 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xml-apis-1.0.b2.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,471 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry commons-lang-2.6.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,474 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry commons-io-2.1.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,476 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry log4j-1.2.16.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,486 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/mail-1.4.1.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,491 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xml-apis.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/serializer-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,498 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xercesImpl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,501 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xml-apis.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,505 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry serializer.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                        17:40:57,659 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'

                        17:40:57,882 INFO  [org.jboss.web] (MSC service thread 1-2) JBAS018210: Registering web context: /designer

                        17:41:40,269 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_cs.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,271 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_de_DE.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,273 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_es.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,275 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_fr.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,277 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_hu.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,279 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_it.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,281 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_ja_JP.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,283 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_ko_KR.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,285 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_pl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,287 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_pt_BR.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,289 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_ru.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,291 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_zh_CN.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,293 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_zh_TW.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,297 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry iText-toolbox.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,299 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry iText-toolbox-2.1.2.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,302 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry jaxb-api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,304 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,306 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry jsr173_1.0_api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,308 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry jaxb1-impl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,310 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry jaxb-api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,312 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry jaxb-impl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,314 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry jsr173_1.0_api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,316 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:40,462 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'

                        17:41:42,154 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment jbpm-form-builder.war

                        17:41:42,771 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010403: Deploying JDBC-compliant driver class org.apache.derby.jdbc.AutoloadedDriver (version 10.5)

                        17:41:42,774 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016005: Starting Services for CDI deployment: jbpm-form-builder.war

                        17:41:43,597 INFO  [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900 1.1.5 (AS71)

                        17:41:43,684 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016008: Starting weld service for deployment jbpm-form-builder.war

                        17:41:51,075 INFO  [org.jboss.resteasy.cdi.CdiInjectorFactory] (MSC service thread 1-3) Found BeanManager at java:comp/BeanManager

                        17:41:51,134 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/jbpm-form-builder]] (MSC service thread 1-3) Initializing Spring root WebApplicationContext

                        17:41:51,136 INFO  [org.springframework.web.context.ContextLoader] (MSC service thread 1-3) Root WebApplicationContext: initialization started

                        17:41:51,182 INFO  [org.springframework.web.context.support.XmlWebApplicationContext] (MSC service thread 1-3) Refreshing Root WebApplicationContext: startup date [Wed Oct 24 17:41:51 CEST 2012]; root of context hierarchy

                        17:41:51,233 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (MSC service thread 1-3) Loading XML bean definitions from ServletContext resource [/WEB-INF/springComponents.xml]

                        17:41:51,434 INFO  [org.springframework.beans.factory.support.DefaultListableBeanFactory] (MSC service thread 1-3) Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fdf50a3: defining beans [strategy,guvnorUrl,guvnorUser,guvnorPass,serviceFactory,guvnorFileService,guvnorFormService,guvnorTaskService,guvnorMenuService]; root of factory hierarchy

                        17:41:51,775 INFO  [org.springframework.web.context.ContextLoader] (MSC service thread 1-3) Root WebApplicationContext: initialization completed in 638 ms

                        17:41:51,787 INFO  [org.jboss.web] (MSC service thread 1-3) JBAS018210: Registering web context: /jbpm-form-builder

                        17:41:52,633 WARN  [org.jbpm.integration.console.StatefulKnowledgeSessionUtil] (http-localhost-127.0.0.1-8080-3) Could not connect to Guvnor.

                        17:41:52,845 INFO  [org.jbpm.integration.console.StatefulKnowledgeSessionUtil] (http-localhost-127.0.0.1-8080-3) jbpm.console.directory property not found - processes from local file system will not be loaded

                        17:41:52,933 INFO  [org.hibernate.cfg.annotations.Version] (http-localhost-127.0.0.1-8080-3) Hibernate Annotations 3.4.0.GA

                        17:41:53,014 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_cs.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,015 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_de_DE.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,018 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_es.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,019 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_fr.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,021 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_hu.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,024 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_it.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,026 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_ja_JP.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,028 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_ko_KR.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,030 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_pl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,032 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_pt_BR.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,033 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_ru.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,035 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_zh_CN.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,036 INFO  [org.hibernate.cfg.Environment] (http-localhost-127.0.0.1-8080-3) Hibernate 3.3.2.GA

                        17:41:53,038 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_zh_TW.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,042 INFO  [org.hibernate.cfg.Environment] (http-localhost-127.0.0.1-8080-3) hibernate.properties not found

                        17:41:53,043 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry iText-toolbox.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.

                        17:41:53,046 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry iText-toolbox-2.1.2.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.

                        17:41:53,048 INFO  [org.hibernate.cfg.Environment] (http-localhost-127.0.0.1-8080-3) Bytecode provider name : javassist

                        17:41:53,049 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,051 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,052 INFO  [org.hibernate.cfg.Environment] (http-localhost-127.0.0.1-8080-3) using JDK 1.4 java.sql.Timestamp handling

                        17:41:53,054 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jsr173_1.0_api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,057 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb1-impl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,059 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,061 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-impl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,063 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jsr173_1.0_api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,065 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        17:41:53,069 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/mail-1.4.jar"  does not point to a valid jar for a Class-Path reference.

                        17:41:53,144 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'org.springframework.context.ApplicationContext,org.springframework.beans.BeansException' for service type 'org.apache.cxf.bus.factory'

                        17:41:53,150 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.ConfigurableArchiveImpl' for service type 'org.jboss.shrinkwrap.spi.Configurable'

                        17:41:53,152 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.GenericArchiveImpl' for service type 'org.jboss.shrinkwrap.api.GenericArchive'

                        17:41:53,155 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.jar' for service type 'org.jboss.shrinkwrap.api.GenericArchive'

                        17:41:53,158 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'archiveFormat=UNKNOWN' for service type 'org.jboss.shrinkwrap.api.GenericArchive'

                        17:41:53,160 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.serialization.ZipSerializableViewImpl' for service type 'org.jboss.shrinkwrap.api.serialization.SerializableView'

                        17:41:53,163 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.spec.JavaArchiveImpl' for service type 'org.jboss.shrinkwrap.api.spec.JavaArchive'

                        17:41:53,165 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.jar' for service type 'org.jboss.shrinkwrap.api.spec.JavaArchive'

                        17:41:53,166 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'archiveFormat=ZIP' for service type 'org.jboss.shrinkwrap.api.spec.JavaArchive'

                        17:41:53,168 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.tar.TarExporterImpl' for service type 'org.jboss.shrinkwrap.api.exporter.TarExporter'

                        17:41:53,170 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.tar' for service type 'org.jboss.shrinkwrap.api.exporter.TarExporter'

                        17:41:53,172 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.importer.zip.ZipImporterImpl' for service type 'org.jboss.shrinkwrap.api.importer.ZipImporter'

                        17:41:53,173 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.jar' for service type 'org.jboss.shrinkwrap.api.importer.ZipImporter'

                        17:41:53,175 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterImpl' for service type 'org.jboss.shrinkwrap.api.importer.TarImporter'

                        17:41:53,177 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.tar' for service type 'org.jboss.shrinkwrap.api.importer.TarImporter'

                        17:41:53,179 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.spec.WebArchiveImpl' for service type 'org.jboss.shrinkwrap.api.spec.WebArchive'

                        17:41:53,181 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.war' for service type 'org.jboss.shrinkwrap.api.spec.WebArchive'

                        17:41:53,183 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'archiveFormat=ZIP' for service type 'org.jboss.shrinkwrap.api.spec.WebArchive'

                        17:41:53,184 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.tar.TarGzExporterImpl' for service type 'org.jboss.shrinkwrap.api.exporter.TarGzExporter'

                        17:41:53,186 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.tar.gz' for service type 'org.jboss.shrinkwrap.api.exporter.TarGzExporter'

                        17:41:53,186 INFO  [org.hibernate.annotations.common.Version] (http-localhost-127.0.0.1-8080-3) Hibernate Commons Annotations 3.1.0.GA

                        17:41:53,187 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.serialization.ZipSerializableViewImpl' for service type 'org.jboss.shrinkwrap.api.serialization.ZipSerializableView'

                        17:41:53,191 INFO  [org.hibernate.ejb.Version] (http-localhost-127.0.0.1-8080-3) Hibernate EntityManager 3.4.0.GA

                        17:41:53,191 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.importer.ExplodedImporterImpl' for service type 'org.jboss.shrinkwrap.api.importer.ExplodedImporter'

                        17:41:53,195 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.spec.EnterpriseArchiveImpl' for service type 'org.jboss.shrinkwrap.api.spec.EnterpriseArchive'

                        17:41:53,197 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.ear' for service type 'org.jboss.shrinkwrap.api.spec.EnterpriseArchive'

                        17:41:53,198 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'archiveFormat=ZIP' for service type 'org.jboss.shrinkwrap.api.spec.EnterpriseArchive'

                        17:41:53,200 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.spec.ResourceAdapterArchiveImpl' for service type 'org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive'

                        17:41:53,202 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.rar' for service type 'org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive'

                        17:41:53,203 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'archiveFormat=ZIP' for service type 'org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive'

                        17:41:53,205 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.ExplodedExporterImpl' for service type 'org.jboss.shrinkwrap.api.exporter.ExplodedExporter'

                        17:41:53,207 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.importer.tar.TarGzImporterImpl' for service type 'org.jboss.shrinkwrap.api.importer.TarGzImporter'

                        17:41:53,209 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'extension=.tar.gz' for service type 'org.jboss.shrinkwrap.api.importer.TarGzImporter'

                        17:41:53,211 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.zip.ZipExporterImpl' for service type 'org.jboss.shrinkwrap.api.exporter.ZipExporter'

                        17:41:53,216 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'

                        17:41:53,748 INFO  [org.hibernate.cfg.Configuration] (http-localhost-127.0.0.1-8080-3) Reading mappings from resource : META-INF/JBPMorm.xml

                        17:41:53,917 INFO  [org.hibernate.cfg.Configuration] (http-localhost-127.0.0.1-8080-3) Reading mappings from resource : META-INF/ProcessInstanceInfo.hbm.xml

                        17:41:54,213 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment drools-guvnor.war

                        17:41:54,423 INFO  [org.hibernate.cfg.annotations.QueryBinder] (http-localhost-127.0.0.1-8080-3) Binding Named query: ProcessInstancesWaitingForEvent => select processInstanceInfo.processInstanceId from ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes where eventTypes = :type

                        17:41:54,685 INFO  [org.hibernate.cfg.HbmBinder] (http-localhost-127.0.0.1-8080-3) Mapping class: org.jbpm.persistence.processinstance.ProcessInstanceInfo -> ProcessInstanceInfo

                        17:41:54,827 INFO  [org.hibernate.cfg.HbmBinder] (http-localhost-127.0.0.1-8080-3) Mapping collection: org.jbpm.persistence.processinstance.ProcessInstanceInfo.eventTypes -> EventTypes

                        17:41:54,832 INFO  [org.hibernate.cfg.AnnotationBinder] (http-localhost-127.0.0.1-8080-3) Binding entity from annotated class: org.drools.persistence.info.SessionInfo

                        17:41:54,880 INFO  [org.hibernate.cfg.annotations.EntityBinder] (http-localhost-127.0.0.1-8080-3) Bind entity org.drools.persistence.info.SessionInfo on table SessionInfo

                        17:41:54,951 INFO  [org.hibernate.cfg.AnnotationBinder] (http-localhost-127.0.0.1-8080-3) Binding entity from annotated class: org.drools.persistence.info.WorkItemInfo

                        17:41:54,952 INFO  [org.hibernate.cfg.annotations.EntityBinder] (http-localhost-127.0.0.1-8080-3) Bind entity org.drools.persistence.info.WorkItemInfo on table WorkItemInfo

                        17:41:55,164 INFO  [org.hibernate.cfg.AnnotationBinder] (http-localhost-127.0.0.1-8080-3) Binding entity from annotated class: org.jbpm.process.audit.ProcessInstanceLog

                        17:41:55,166 INFO  [org.hibernate.cfg.annotations.EntityBinder] (http-localhost-127.0.0.1-8080-3) Bind entity org.jbpm.process.audit.ProcessInstanceLog on table ProcessInstanceLog

                        17:41:55,172 INFO  [org.hibernate.cfg.AnnotationBinder] (http-localhost-127.0.0.1-8080-3) Binding entity from annotated class: org.jbpm.process.audit.NodeInstanceLog

                        17:41:55,173 INFO  [org.hibernate.cfg.annotations.EntityBinder] (http-localhost-127.0.0.1-8080-3) Bind entity org.jbpm.process.audit.NodeInstanceLog on table NodeInstanceLog

                        17:41:55,220 INFO  [org.hibernate.cfg.AnnotationBinder] (http-localhost-127.0.0.1-8080-3) Binding entity from annotated class: org.jbpm.process.audit.VariableInstanceLog

                        17:41:55,222 INFO  [org.hibernate.cfg.annotations.EntityBinder] (http-localhost-127.0.0.1-8080-3) Bind entity org.jbpm.process.audit.VariableInstanceLog on table VariableInstanceLog

                        17:41:55,228 INFO  [org.hibernate.cfg.AnnotationConfiguration] (http-localhost-127.0.0.1-8080-3) Hibernate Validator not found: ignoring

                        17:41:55,251 INFO  [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] (http-localhost-127.0.0.1-8080-3) Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.

                        17:41:55,730 INFO  [org.hibernate.util.NamingHelper] (http-localhost-127.0.0.1-8080-3) JNDI InitialContext properties:{}

                        17:41:55,731 INFO  [org.hibernate.connection.DatasourceConnectionProvider] (http-localhost-127.0.0.1-8080-3) Using datasource: java:jboss/datasources/jbpmDS

                        17:41:55,733 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) RDBMS: H2, version: 1.3.161 (2011-10-28)

                        17:41:55,734 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) JDBC driver: H2 JDBC Driver, version: 1.3.161 (2011-10-28)

                        17:41:55,738 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010403: Deploying JDBC-compliant driver class org.apache.derby.jdbc.AutoloadedDriver (version 10.5)

                        17:41:55,741 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016005: Starting Services for CDI deployment: drools-guvnor.war

                        17:41:55,756 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) JBAS016008: Starting weld service for deployment drools-guvnor.war

                        17:41:55,911 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Solder Config XML provider starting...

                        17:41:55,914 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Loading XmlDocumentProvider: org.jboss.solder.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider

                        17:41:55,993 INFO  [org.hibernate.dialect.Dialect] (http-localhost-127.0.0.1-8080-3) Using dialect: org.hibernate.dialect.H2Dialect

                        17:41:56,012 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/beans.xml

                        17:41:56,066 WARN  [org.jboss.solder.config.xml.model.ModelBuilder] (MSC service thread 1-4) Solder Config could not resolve XML namspace for: {}

                        17:41:56,067 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/seam-security-3.1.0.Final.jar/META-INF/beans.xml

                        17:41:56,071 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/seam-persistence-3.1.0.Final.jar/META-INF/beans.xml

                        17:41:56,074 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/seam-security-api-3.1.0.Final.jar/META-INF/beans.xml

                        17:41:56,077 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/guvnor-webapp-core-5.4.0-SNAPSHOT.jar/META-INF/beans.xml

                        17:41:56,080 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/seam-transaction-3.1.0.Final.jar/META-INF/beans.xml

                        17:41:56,084 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/seam-international-api-3.1.0.Final.jar/META-INF/beans.xml

                        17:41:56,088 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/guvnor-repository-5.4.0-SNAPSHOT.jar/META-INF/beans.xml

                        17:41:56,091 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/seam-conversation-spi-3.0.0.Final.jar/META-INF/beans.xml

                        17:41:56,094 WARN  [org.jboss.solder.config.xml.model.ModelBuilder] (MSC service thread 1-4) Solder Config could not resolve XML namspace for: {}

                        17:41:56,095 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/seam-international-3.1.0.Final.jar/META-INF/beans.xml

                        17:41:56,099 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Reading XML file: vfs:/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/drools-guvnor.war/WEB-INF/lib/seam-remoting-3.1.0.Final.jar/META-INF/beans.xml

                        17:41:56,111 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Adding XML Defined Bean: org.drools.guvnor.server.repository.GuvnorBootstrapConfiguration

                        17:41:56,290 INFO  [org.hibernate.transaction.TransactionFactoryFactory] (http-localhost-127.0.0.1-8080-3) Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory

                        17:41:56,318 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Adding XML Defined Bean: org.jboss.seam.security.IdentityImpl

                        17:41:56,329 INFO  [org.jboss.solder.Version] (MSC service thread 1-4) Solder 3.1.1.Final (build id: 3.1.1.Final)

                        17:41:56,334 INFO  [org.hibernate.transaction.TransactionManagerLookupFactory] (http-localhost-127.0.0.1-8080-3) instantiating TransactionManagerLookup: org.jbpm.integration.console.JBPMTransactionManager

                        17:41:56,336 INFO  [org.hibernate.transaction.TransactionManagerLookupFactory] (http-localhost-127.0.0.1-8080-3) instantiated TransactionManagerLookup

                        17:41:56,337 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Automatic flush during beforeCompletion(): disabled

                        17:41:56,338 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Automatic session close at end of transaction: disabled

                        17:41:56,339 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) JDBC batch size: 15

                        17:41:56,340 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) JDBC batch updates for versioned data: disabled

                        17:41:56,342 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Scrollable result sets: enabled

                        17:41:56,342 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) JDBC3 getGeneratedKeys(): enabled

                        17:41:56,343 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Connection release mode: auto

                        17:41:56,345 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Maximum outer join fetch depth: 3

                        17:41:56,346 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Default batch fetch size: 1

                        17:41:56,347 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Generate SQL with comments: disabled

                        17:41:56,348 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Order SQL updates by primary key: disabled

                        17:41:56,348 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Order SQL inserts for batching: disabled

                        17:41:56,349 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory

                        17:41:56,352 INFO  [org.hibernate.hql.ast.ASTQueryTranslatorFactory] (http-localhost-127.0.0.1-8080-3) Using ASTQueryTranslatorFactory

                        17:41:56,353 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Query language substitutions: {}

                        17:41:56,354 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) JPA-QL strict compliance: enabled

                        17:41:56,354 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Second-level cache: enabled

                        17:41:56,355 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Query cache: disabled

                        17:41:56,356 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory

                        17:41:56,358 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Optimize cache for minimal puts: disabled

                        17:41:56,359 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Structured second-level cache entries: disabled

                        17:41:56,366 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Statistics: disabled

                        17:41:56,367 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Deleted entity synthetic identifier rollback: disabled

                        17:41:56,368 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Default entity-mode: pojo

                        17:41:56,369 INFO  [org.hibernate.cfg.SettingsFactory] (http-localhost-127.0.0.1-8080-3) Named query checking : enabled

                        17:41:56,460 INFO  [org.hibernate.impl.SessionFactoryImpl] (http-localhost-127.0.0.1-8080-3) building session factory

                        17:41:56,904 INFO  [org.hibernate.impl.SessionFactoryObjectFactory] (http-localhost-127.0.0.1-8080-3) Not binding factory to JNDI, no JNDI name configured

                        17:41:56,913 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (http-localhost-127.0.0.1-8080-3) Running hbm2ddl schema update

                        17:41:56,915 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (http-localhost-127.0.0.1-8080-3) fetching database metadata

                        17:41:56,944 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (http-localhost-127.0.0.1-8080-3) updating schema

                        17:41:57,150 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) table found: JBPM.PUBLIC.EVENTTYPES

                        17:41:57,152 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) columns: [element, instanceid]

                        17:41:57,153 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) foreign keys: [fkb0e5621f7665489a]

                        17:41:57,155 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) indexes: [fkb0e5621f7665489a_index_5]

                        17:41:57,183 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) table found: JBPM.PUBLIC.NODEINSTANCELOG

                        17:41:57,184 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) columns: [id, nodename, log_date, nodeinstanceid, type, processinstanceid, processid, nodeid]

                        17:41:57,185 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) foreign keys: []

                        17:41:57,186 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) indexes: [primary_key_8]

                        17:41:57,217 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) table found: JBPM.PUBLIC.PROCESSINSTANCEINFO

                        17:41:57,220 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) columns: [startdate, lastreaddate, state, processinstancebytearray, optlock, instanceid, lastmodificationdate, processid]

                        17:41:57,222 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) foreign keys: []

                        17:41:57,223 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) indexes: [primary_key_4f]

                        17:41:57,240 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) table found: JBPM.PUBLIC.PROCESSINSTANCELOG

                        17:41:57,241 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) columns: [id, end_date, start_date, processinstanceid, processid]

                        17:41:57,246 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) foreign keys: []

                        17:41:57,247 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) indexes: [primary_key_1]

                        17:41:57,255 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) table found: JBPM.PUBLIC.SESSIONINFO

                        17:41:57,258 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) columns: [rulesbytearray, id, startdate, optlock, lastmodificationdate]

                        17:41:57,260 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) foreign keys: []

                        17:41:57,261 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) indexes: [primary_key_7f]

                        17:41:57,269 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) table found: JBPM.PUBLIC.VARIABLEINSTANCELOG

                        17:41:57,270 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) columns: [id, variableinstanceid, variableid, value, log_date, processinstanceid, processid]

                        17:41:57,272 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) foreign keys: []

                        17:41:57,272 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) indexes: [primary_key_19]

                        17:41:57,278 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) table found: JBPM.PUBLIC.WORKITEMINFO

                        17:41:57,279 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) columns: [workitembytearray, name, workitemid, state, optlock, creationdate, processinstanceid]

                        17:41:57,280 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) foreign keys: []

                        17:41:57,281 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (http-localhost-127.0.0.1-8080-3) indexes: [primary_key_b]

                        17:41:57,283 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (http-localhost-127.0.0.1-8080-3) schema update complete

                        17:41:58,164 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-4) Preventing class org.jboss.seam.transaction.NoTransaction from being installed as bean due to @Veto annotation

                        17:41:58,169 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-4) Preventing class org.jboss.seam.transaction.UTTransaction from being installed as bean due to @Veto annotation

                        17:41:58,214 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-4) Preventing class org.jboss.seam.transaction.HibernateTransaction from being installed as bean due to @Veto annotation

                        17:41:58,232 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-4) Preventing class org.jboss.seam.transaction.SeSynchronizations from being installed as bean due to @Veto annotation

                        17:41:58,242 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-4) Preventing class org.jboss.seam.transaction.CMTTransaction from being installed as bean due to @Veto annotation

                        17:41:58,252 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-4) Preventing class org.jboss.seam.transaction.EntityTransaction from being installed as bean due to @Veto annotation

                        17:42:00,306 INFO  [org.jboss.bpm.console.server.plugin.PluginMgr] (http-localhost-127.0.0.1-8080-3) Successfully loaded plugin 'org.jboss.bpm.console.server.plugin.FormDispatcherPlugin': class org.jbpm.integration.console.forms.FormDispatcherComposite

                        17:42:00,880 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Preventing installation of default bean: org.drools.guvnor.server.repository.GuvnorBootstrapConfiguration

                        17:42:02,250 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-4) Preventing class org.jboss.seam.international.locale.LocaleConfiguration from being installed as bean due to @Veto annotation

                        17:42:02,374 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Preventing installation of default bean: org.jboss.seam.security.IdentityImpl

                        17:42:02,425 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-4) Preventing class org.jboss.seam.security.SecurityEventMessages from being installed as bean due to @Veto annotation

                        17:42:02,561 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-4) Preventing class org.jboss.seam.persistence.HibernatePersistenceProvider from being installed as bean due to @Veto annotation

                        17:42:02,586 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-4) Preventing class org.jboss.seam.persistence.hibernate.HibernateManagedSessionExtensionImpl from being installed as bean due to @Veto annotation

                        17:42:03,107 INFO  [org.jboss.seam.international.status.TypedStatusMessageBundleExtension] (MSC service thread 1-4) Add @MessageBundle to org.jboss.solder.reflection.annotated.AnnotationBuilder.messages injection point for the type: org.jboss.solder.support.SolderMessages

                        17:42:03,174 INFO  [org.jboss.seam.international.status.TypedStatusMessageBundleExtension] (MSC service thread 1-4) Add @MessageBundle to org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder.messages injection point for the type: org.jboss.solder.support.SolderMessages

                        17:42:03,279 INFO  [org.jboss.solder.exception.control.extension] (MSC service thread 1-4) 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

                        17:42:03,397 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Wrapping InjectionTarget to set field values: org.drools.guvnor.server.repository.GuvnorBootstrapConfiguration

                        17:42:03,943 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-4) Wrapping InjectionTarget to set field values: org.jboss.seam.security.IdentityImpl

                        17:42:04,903 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-5) Initializing Mojarra 2.1.7-jbossorg-1 (20120227-1401) for context '/drools-guvnor'

                        17:42:08,511 INFO  [org.hibernate.validator.util.Version] (MSC service thread 1-5) Hibernate Validator 4.2.0.Final

                        17:42:09,725 INFO  [solder-servlet] (MSC service thread 1-5) Catch Integration for Servlets enabled

                        17:42:09,733 INFO  [org.jboss.web] (MSC service thread 1-5) JBAS018210: Registering web context: /drools-guvnor

                        17:42:09,737 INFO  [org.jboss.as] (MSC service thread 1-5) JBAS015951: Admin console listening on http://127.0.0.1:9990

                        17:42:09,739 INFO  [org.jboss.as] (MSC service thread 1-5) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 218507ms - Started 540 of 624 services (83 services are passive or on-demand)

                        17:42:10,032 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "jbpm-human-task-war.war"

                        17:42:10,034 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "jbpm-gwt-console.war"

                        17:42:10,036 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "jbpm-gwt-console-server.war"

                        17:42:10,039 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "jbpm-form-builder.war"

                        17:42:10,041 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "drools-guvnor.war"

                        17:42:10,043 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "designer.war"

                        09:23:35,893 INFO  [org.jboss.as.security] (MSC service thread 1-1) JBAS013100: Current PicketBox version=4.0.7.Final

                        09:23:35,897 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 40) JBAS011800: Activating Naming Subsystem

                        09:23:36,024 INFO  [org.jboss.as.connector] (MSC service thread 1-7) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)

                        09:23:36,520 INFO  [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on /127.0.0.1:9999

                        09:23:36,701 INFO  [org.jboss.as.naming] (MSC service thread 1-7) JBAS011802: Starting Naming Service

                        09:23:37,894 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 31) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

                        09:23:41,769 INFO  [org.apache.coyote.http11.Http11AprProtocol] (MSC service thread 1-6) Starting Coyote HTTP/1.1 on http-localhost-127.0.0.1-8080

                        09:23:42,215 WARN  [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal

                        09:23:43,801 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-1) live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=C:\ApplicationServer\jbpm-installer\jboss-as-7.1.1.Final\standalone\data\messagingjournal,bindingsDirectory=C:\ApplicationServer\jbpm-installer\jboss-as-7.1.1.Final\standalone\data\messagingbindings,largeMessagesDirectory=C:\ApplicationServer\jbpm-installer\jboss-as-7.1.1.Final\standalone\data\messaginglargemessages,pagingDirectory=C:\ApplicationServer\jbpm-installer\jboss-as-7.1.1.Final\standalone\data\messagingpaging)

                        09:23:43,804 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-1) Waiting to obtain live lock

                        09:23:43,882 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory C:\ApplicationServer\jbpm-installer\jboss-as-7.1.1.Final\standalone\deployments

                        09:23:44,434 INFO  [org.hornetq.core.persistence.impl.journal.JournalStorageManager] (MSC service thread 1-1) Using NIO Journal

                        09:23:45,119 INFO  [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-1) Waiting to obtain live lock

                        09:23:45,119 INFO  [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-1) Live Server Obtained live lock

                        09:23:45,269 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) JBAS010400: Bound data source [java:jboss/datasources/jbpmDS]

                        09:23:46,529 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-1) Server is now live

                        09:23:46,530 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-1) HornetQ Server version 2.2.13.Final (HQ_2_2_13_FINAL_AS7, 122) [985bfe05-c122-11e1-a346-1c7508415871]) started

                        09:23:46,535 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-1) trying to deploy queue jms.topic.testTopic

                        09:23:46,591 INFO  [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011601: Bound messaging object to jndi name java:/topic/test

                        09:23:46,592 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-6) trying to deploy queue jms.queue.testQueue

                        09:23:46,601 INFO  [org.jboss.as.messaging] (MSC service thread 1-6) JBAS011601: Bound messaging object to jndi name java:/queue/test

                        09:23:46,704 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "jbpm-form-builder.war"

                        09:23:46,705 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jbpm-human-task-war.war"

                        09:23:46,711 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "jbpm-gwt-console.war"

                        09:23:46,704 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jbpm-gwt-console-server.war"

                        09:23:46,713 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "designer.war"

                        09:23:46,713 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "drools-guvnor.war"

                        09:24:29,912 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        09:24:33,862 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'

                        09:24:35,841 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) 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.

                        09:25:07,339 INFO  [org.hibernate.cfg.annotations.Version] (MSC service thread 1-6) Hibernate Annotations 3.4.0.GA

                        09:25:07,372 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-6) Hibernate 3.3.2.GA

                        09:25:07,375 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-6) hibernate.properties not found

                        09:25:07,378 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-6) Bytecode provider name : javassist

                        09:25:07,394 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-6) using JDK 1.4 java.sql.Timestamp handling

                        09:25:07,442 INFO  [org.hibernate.annotations.common.Version] (MSC service thread 1-6) Hibernate Commons Annotations 3.1.0.GA

                        09:25:07,445 INFO  [org.hibernate.ejb.Version] (MSC service thread 1-6) Hibernate EntityManager 3.4.0.GA

                        09:25:21,962 INFO  [org.hibernate.cfg.Configuration] (MSC service thread 1-6) Reading mappings from resource : META-INF/Taskorm.xml

                        09:25:23,593 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,599 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,605 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,611 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,619 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,625 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,632 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,639 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,645 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,656 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,662 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,667 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,675 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,680 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,685 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,690 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,696 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,702 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,717 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,724 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) 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

                        09:25:23,726 INFO  [org.hibernate.cfg.annotations.QueryBinder] (MSC service thread 1-6) Binding Named query: TaskByWorkItemId => select t from Task t where t.archived = 0 and t.taskData.workItemId = :workItemId

                        09:25:23,732 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Attachment

                        09:25:23,758 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Attachment on table Attachment

                        09:25:23,852 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.BooleanExpression

                        09:25:23,853 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.BooleanExpression on table BooleanExpression

                        09:25:24,122 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Comment

                        09:25:24,123 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Comment on table task_comment

                        09:25:24,127 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Content

                        09:25:24,129 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Content on table Content

                        09:25:24,136 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Deadline

                        09:25:24,138 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Deadline on table Deadline

                        09:25:24,139 INFO  [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (MSC service thread 1-7) Bootstrap Errai

                        09:25:24,149 INFO  [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (MSC service thread 1-7) using dispatcher implementation: org.jboss.errai.bus.server.AsyncDispatcher

                        09:25:24,215 INFO  [org.jboss.errai.bus.server.WorkerFactory] (MSC service thread 1-7) initializing async worker pools (poolSize: 5; workerTimeout: 5000)

                        09:25:24,215 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Notification

                        09:25:24,217 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Notification on table Notification

                        09:25:24,218 INFO  [org.jboss.errai.bus.server.WorkerFactory] (MSC service thread 1-7) starting worker pool.

                        09:25:24,221 INFO  [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (MSC service thread 1-7) using session provider implementation: org.jboss.errai.bus.server.HttpSessionProvider

                        09:25:24,230 INFO  [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-7) beging searching for Errai extensions ...

                        09:25:24,235 INFO  [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-7) added extension binding: org.jboss.errai.bus.client.framework.ModelAdapter

                        09:25:24,236 INFO  [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-7) total extension binding: 1

                        09:25:24,833 INFO  [org.jboss.errai.bus.server.service.bootstrap.BootstrapContext] (MSC service thread 1-7) Running deferred bootstrap tasks ...

                        09:25:24,834 INFO  [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (MSC service thread 1-7) Bootstrap complete. Ready to rumble!

                        09:25:24,845 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.EmailNotification

                        09:25:24,864 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.EmailNotificationHeader

                        09:25:24,865 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.EmailNotificationHeader on table email_header

                        09:25:24,868 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Escalation

                        09:25:24,869 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Escalation on table Escalation

                        09:25:24,874 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.OrganizationalEntity

                        09:25:24,875 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.OrganizationalEntity on table OrganizationalEntity

                        09:25:24,876 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Group

                        09:25:24,877 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.I18NText

                        09:25:24,878 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.I18NText on table I18NText

                        09:25:24,880 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.SubTasksStrategy

                        09:25:24,881 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.SubTasksStrategy on table SubTasksStrategy

                        09:25:24,886 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.OnAllSubTasksEndParentEndStrategy

                        09:25:24,887 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.OnParentAbortAllSubTasksEndStrategy

                        09:25:24,888 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Reassignment

                        09:25:24,889 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Reassignment on table Reassignment

                        09:25:24,893 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.Task

                        09:25:24,894 INFO  [org.hibernate.cfg.annotations.EntityBinder] (MSC service thread 1-6) Bind entity org.jbpm.task.Task on table Task

                        09:25:25,269 INFO  [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-6) Binding entity from annotated class: org.jbpm.task.User

                        09:25:25,280 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.taskData.comments -> task_comment

                        09:25:25,284 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.taskData.attachments -> Attachment

                        09:25:25,285 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.subjects -> I18NText

                        09:25:25,287 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.subTaskStrategies -> SubTasksStrategy

                        09:25:25,290 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.names -> I18NText

                        09:25:25,291 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.descriptions -> I18NText

                        09:25:25,293 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.deadlines.startDeadlines -> Deadline

                        09:25:25,294 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Task.deadlines.endDeadlines -> Deadline

                        09:25:25,295 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Reassignment.documentation -> I18NText

                        09:25:25,295 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Escalation.reassignments -> Reassignment

                        09:25:25,296 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Escalation.notifications -> Notification

                        09:25:25,297 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Escalation.constraints -> BooleanExpression

                        09:25:25,302 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Notification.subjects -> I18NText

                        09:25:25,303 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Notification.names -> I18NText

                        09:25:25,304 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Notification.documentation -> I18NText

                        09:25:25,304 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Notification.descriptions -> I18NText

                        09:25:25,305 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Deadline.escalations -> Escalation

                        09:25:25,306 INFO  [org.hibernate.cfg.annotations.CollectionBinder] (MSC service thread 1-6) Mapping collection: org.jbpm.task.Deadline.documentation -> I18NText

                        09:25:25,307 INFO  [org.hibernate.cfg.AnnotationConfiguration] (MSC service thread 1-6) Hibernate Validator not found: ignoring

                        09:25:27,128 INFO  [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] (MSC service thread 1-6) Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.

                        09:25:27,167 INFO  [org.hibernate.util.NamingHelper] (MSC service thread 1-6) JNDI InitialContext properties:{}

                        09:25:27,656 INFO  [org.hibernate.connection.DatasourceConnectionProvider] (MSC service thread 1-6) Using datasource: java:jboss/datasources/jbpmDS

                        09:25:28,536 INFO  [org.jboss.web] (MSC service thread 1-7) JBAS018210: Registering web context: /jbpm-console

                        09:25:49,989 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) RDBMS: H2, version: 1.3.161 (2011-10-28)

                        09:25:49,991 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) JDBC driver: H2 JDBC Driver, version: 1.3.161 (2011-10-28)

                        09:25:50,015 INFO  [org.hibernate.dialect.Dialect] (MSC service thread 1-6) Using dialect: org.hibernate.dialect.H2Dialect

                        09:25:50,026 INFO  [org.hibernate.transaction.TransactionFactoryFactory] (MSC service thread 1-6) Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory

                        09:25:50,033 INFO  [org.hibernate.transaction.TransactionManagerLookupFactory] (MSC service thread 1-6) instantiating TransactionManagerLookup: org.jbpm.integration.console.JBPMTransactionManager

                        09:25:50,039 INFO  [org.hibernate.transaction.TransactionManagerLookupFactory] (MSC service thread 1-6) instantiated TransactionManagerLookup

                        09:25:50,042 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Automatic flush during beforeCompletion(): disabled

                        09:25:50,044 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Automatic session close at end of transaction: disabled

                        09:25:50,061 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) JDBC batch size: 15

                        09:25:50,062 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) JDBC batch updates for versioned data: disabled

                        09:25:50,064 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Scrollable result sets: enabled

                        09:25:50,065 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) JDBC3 getGeneratedKeys(): enabled

                        09:25:50,066 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Connection release mode: auto

                        09:25:50,069 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Maximum outer join fetch depth: 3

                        09:25:50,070 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Default batch fetch size: 1

                        09:25:50,071 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Generate SQL with comments: disabled

                        09:25:50,072 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Order SQL updates by primary key: disabled

                        09:25:50,074 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Order SQL inserts for batching: disabled

                        09:25:50,076 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory

                        09:25:50,079 INFO  [org.hibernate.hql.ast.ASTQueryTranslatorFactory] (MSC service thread 1-6) Using ASTQueryTranslatorFactory

                        09:25:50,081 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Query language substitutions: {}

                        09:25:50,088 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) JPA-QL strict compliance: enabled

                        09:25:50,089 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Second-level cache: enabled

                        09:25:50,090 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Query cache: disabled

                        09:25:50,092 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory

                        09:25:50,093 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Optimize cache for minimal puts: disabled

                        09:25:50,094 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Structured second-level cache entries: disabled

                        09:25:50,099 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Statistics: disabled

                        09:25:50,100 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Deleted entity synthetic identifier rollback: disabled

                        09:25:50,102 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Default entity-mode: pojo

                        09:25:50,103 INFO  [org.hibernate.cfg.SettingsFactory] (MSC service thread 1-6) Named query checking : enabled

                        09:25:50,138 INFO  [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-6) building session factory

                        09:25:50,568 INFO  [org.hibernate.impl.SessionFactoryObjectFactory] (MSC service thread 1-6) Not binding factory to JNDI, no JNDI name configured

                        09:25:50,583 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) Running hbm2ddl schema export

                        09:25:50,586 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) exporting generated schema to database

                        09:25:52,370 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) schema export complete

                        09:25:52,373 WARN  [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-6) JTASessionContext being used with JDBCTransactionFactory; auto-flush will not operate correctly with getCurrentSession()

                        09:25:54,312 INFO  [stdout] (MSC service thread 1-6) HornetQ Task service started correctly !

                         

                         

                        09:25:54,313 INFO  [stdout] (MSC service thread 1-6) HornetQ Task service running ...

                         

                         

                        09:25:54,319 INFO  [org.jbpm.task.service.UserGroupCallbackManager] (MSC service thread 1-6) UserGroupCallback registered: org.jbpm.task.service.DefaultUserGroupCallbackImpl

                        09:25:54,320 INFO  [stdout] (MSC service thread 1-6) Task service startup completed successfully !

                         

                         

                        09:25:54,323 INFO  [org.jboss.web] (MSC service thread 1-6) JBAS018210: Registering web context: /jbpm-human-task-war

                        09:25:54,933 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-72) 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)

                        09:25:54,947 AVVERTENZA [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-72) 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.

                        09:25:58,076 INFO  [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (Thread-72) Started Netty Acceptor version 3.2.5.Final-a96d88c localhost:5445 for CORE protocol

                        09:25:58,078 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-72) Server is now live

                        09:25:58,079 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-72) HornetQ Server version 2.2.10.Final (HQ_2_2_10_FINAL_AS7, 122) [6978f682-c448-11e1-b47e-1c7508415871]) started

                        09:26:07,896 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry derbyLocale_cs.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:07,899 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry derbyLocale_de_DE.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:07,902 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry derbyLocale_es.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:07,906 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry derbyLocale_fr.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:07,908 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry derbyLocale_hu.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:07,911 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry derbyLocale_it.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:07,913 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry derbyLocale_ja_JP.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:07,915 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry derbyLocale_ko_KR.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:07,917 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry derbyLocale_pl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:07,919 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry derbyLocale_pt_BR.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:07,922 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry derbyLocale_ru.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:07,924 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry derbyLocale_zh_CN.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:07,927 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry derbyLocale_zh_TW.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:07,937 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/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.

                        09:26:08,545 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'

                        09:26:22,738 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010403: Deploying JDBC-compliant driver class org.apache.derby.jdbc.AutoloadedDriver (version 10.5)

                        09:26:22,742 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

                        09:26:34,375 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Deploying javax.ws.rs.core.Application: class org.jboss.bpm.console.server.ConsoleServerApplication

                        09:26:35,096 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding singleton resource org.jboss.bpm.console.server.TaskListFacade from Application javax.ws.rs.core.Application

                        09:26:35,098 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding singleton resource org.jboss.bpm.report.ReportFacade from Application javax.ws.rs.core.Application

                        09:26:35,101 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding singleton resource org.jboss.bpm.console.server.UserMgmtFacade from Application javax.ws.rs.core.Application

                        09:26:35,103 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding singleton resource org.jboss.bpm.console.server.FormProcessingFacade from Application javax.ws.rs.core.Application

                        09:26:35,110 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding singleton resource org.jboss.bpm.console.server.ProcessHistoryFacade from Application javax.ws.rs.core.Application

                        09:26:35,112 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding singleton resource org.jboss.bpm.console.server.ProcessMgmtFacade from Application javax.ws.rs.core.Application

                        09:26:35,115 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding singleton resource org.jboss.bpm.console.server.TaskMgmtFacade from Application javax.ws.rs.core.Application

                        09:26:35,117 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding singleton resource org.jboss.bpm.console.server.InfoFacade from Application javax.ws.rs.core.Application

                        09:26:35,119 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-2) Adding singleton resource org.jboss.bpm.console.server.EngineFacade from Application javax.ws.rs.core.Application

                        09:26:36,234 INFO  [org.jboss.web] (MSC service thread 1-2) JBAS018210: Registering web context: /gwt-console-server

                        09:26:36,952 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry avalon-framework-4.2.0.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,954 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry batik-all-1.7.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,956 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry commons-io-1.3.1.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,958 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry serializer-2.7.0.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,960 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry servlet-2.2.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,962 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xalan-2.7.0.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,964 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xercesImpl-2.7.1.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,965 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xml-apis-ext-1.3.04.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,968 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xmlgraphics-commons-1.3.1.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,970 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry fop-hyph.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,971 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jai_codec.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,973 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jai_core.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,975 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jai_imageio.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,977 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jimi-1.0.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,978 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xmlunit1.0.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,981 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jaxb-api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,983 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,985 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jsr173_1.0_api.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,987 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jaxb1-impl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,990 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xml-apis-1.0.b2.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,992 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry commons-lang-2.6.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,993 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry commons-io-2.1.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,995 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry log4j-1.2.16.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:36,998 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry activation.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/mail-1.4.1.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:37,003 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xml-apis.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/serializer-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:37,005 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xercesImpl.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:37,008 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xml-apis.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:37,009 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry serializer.jar in "/C:/ApplicationServer/jbpm-installer/jboss-as-7.1.1.Final/bin/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                        09:26:37,314 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'

                        09:26:37,558 INFO  [org.jboss.web] (MSC service thread 1-7) JBAS018210: Registering web context: /designer

                        • 9. Re: How to fix this error
                          jmesnil

                          I don't see anything in the logs that correspond to an error when viewing JMS destination metrics.

                          • 10. Re: How to fix this error
                            lauradp

                            I secceeded avoiding the error above with the configuration below, but now I getthis error:

                            10:29:30,930 ERROR [org.hornetq.core.protocol.core.impl.HornetQPacketHandler] (Old I/O server worker (parentId: 1702990, [id: 0x0019fc4e, localhost/127.0.0.1:5445])) Failed to create session : HornetQException[errorCode=105 message=Unable to validate user: null]

                                      at org.hornetq.core.security.impl.SecurityStoreImpl.authenticate(SecurityStoreImpl.java:147) [hornetq-core-2.2.13.Final.jar:]

                                      at org.hornetq.core.server.impl.HornetQServerImpl.createSession(HornetQServerImpl.java:807) [hornetq-core-2.2.13.Final.jar:]

                                      at org.hornetq.core.protocol.core.impl.HornetQPacketHandler.handleCreateSession(HornetQPacketHandler.java:187) [hornetq-core-2.2.13.Final.jar:]

                                      at org.hornetq.core.protocol.core.impl.HornetQPacketHandler.handlePacket(HornetQPacketHandler.java:85) [hornetq-core-2.2.13.Final.jar:]

                                      at org.hornetq.core.protocol.core.impl.ChannelImpl.handlePacket(ChannelImpl.java:508) [hornetq-core-2.2.13.Final.jar:]

                                      at org.hornetq.core.protocol.core.impl.RemotingConnectionImpl.doBufferReceived(RemotingConnectionImpl.java:556) [hornetq-core-2.2.13.Final.jar:]

                                      at org.hornetq.core.protocol.core.impl.RemotingConnectionImpl.bufferReceived(RemotingConnectionImpl.java:517) [hornetq-core-2.2.13.Final.jar:]

                                      at org.hornetq.core.remoting.server.impl.RemotingServiceImpl$DelegatingBufferHandler.bufferReceived(RemotingServiceImpl.java:533) [hornetq-core-2.2.13.Final.jar:]

                                      at org.hornetq.core.remoting.impl.netty.HornetQChannelHandler.messageReceived(HornetQChannelHandler.java:73) [hornetq-core-2.2.13.Final.jar:]

                                      at org.jboss.netty.channel.SimpleChannelHandler.handleUpstream(SimpleChannelHandler.java:100) [netty-3.2.6.Final.jar:]

                                      at org.jboss.netty.channel.StaticChannelPipeline.sendUpstream(StaticChannelPipeline.java:372) [netty-3.2.6.Final.jar:]

                                      at org.jboss.netty.channel.StaticChannelPipeline$StaticChannelHandlerContext.sendUpstream(StaticChannelPipeline.java:534) [netty-3.2.6.Final.jar:]

                                      at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:287) [netty-3.2.6.Final.jar:]

                                      at org.hornetq.core.remoting.impl.netty.HornetQFrameDecoder2.decode(HornetQFrameDecoder2.java:169) [hornetq-core-2.2.13.Final.jar:]

                                      at org.hornetq.core.remoting.impl.netty.HornetQFrameDecoder2.messageReceived(HornetQFrameDecoder2.java:134) [hornetq-core-2.2.13.Final.jar:]

                                      at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:80) [netty-3.2.6.Final.jar:]

                                      at org.jboss.netty.channel.StaticChannelPipeline.sendUpstream(StaticChannelPipeline.java:372) [netty-3.2.6.Final.jar:]

                                      at org.jboss.netty.channel.StaticChannelPipeline.sendUpstream(StaticChannelPipeline.java:367) [netty-3.2.6.Final.jar:]

                                      at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:274) [netty-3.2.6.Final.jar:]

                                      at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:261) [netty-3.2.6.Final.jar:]

                                      at org.jboss.netty.channel.socket.oio.OioWorker.run(OioWorker.java:100) [netty-3.2.6.Final.jar:]

                                      at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108) [netty-3.2.6.Final.jar:]

                                      at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:44) [netty-3.2.6.Final.jar:]

                                      at org.jboss.netty.util.VirtualExecutorService$ChildExecutorRunnable.run(VirtualExecutorService.java:181) [netty-3.2.6.Final.jar:]

                                      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) [rt.jar:1.6.0_32]

                                      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.6.0_32]

                                      at java.lang.Thread.run(Unknown Source) [rt.jar:1.6.0_32]

                             

                             

                            10:29:30,955 ERROR [org.jbpm.task.service.TaskServer] (Thread-62) Unable to validate user: null

                             

                             

                             

                             

                             

                            <subsystem xmlns="urn:jboss:domain:messaging:1.1">

                                        <hornetq-server>

                                            <persistence-enabled>true</persistence-enabled>

                                            <cluster-user>admin</cluster-user>

                                            <cluster-password>admin1</cluster-password>

                             

                             

                                            <connectors>

                                                <netty-connector name="netty" socket-binding="messaging"/>

                                                <netty-connector name="netty-throughput" socket-binding="messaging-throughput">

                                                    <param key="batch-delay" value="50"/>

                                                </netty-connector>

                                                <in-vm-connector name="in-vm" server-id="0"/>

                                            </connectors>

                             

                             

                                            <acceptors>

                                                <netty-acceptor name="netty" socket-binding="messaging"/>

                                                <netty-acceptor name="netty-throughput" socket-binding="messaging-throughput">

                                                    <param key="batch-delay" value="50"/>

                                                    <param key="direct-deliver" value="false"/>

                                                </netty-acceptor>

                                                <in-vm-acceptor name="in-vm" server-id="0"/>

                                            </acceptors>

                             

                             

                                            <security-settings>

                                                <security-setting match="#">

                                                    <permission type="send" roles="jmsProducer"/>

                                                    <permission type="consume" roles="guest"/>

                                                    <permission type="createNonDurableQueue" roles="jmsProducer"/>

                                                    <permission type="deleteNonDurableQueue" roles="jmsProducer"/>

                                                </security-setting>

                                            </security-settings>

                             

                             

                                            <address-settings>

                                                <address-setting match="#">

                                                    <dead-letter-address>jms.queue.DLQ</dead-letter-address>

                                                    <expiry-address>jms.queue.ExpiryQueue</expiry-address>

                                                    <redelivery-delay>0</redelivery-delay>

                                                    <max-size-bytes>10485760</max-size-bytes>

                                                    <address-full-policy>BLOCK</address-full-policy>

                                                    <message-counter-history-day-limit>10</message-counter-history-day-limit>

                                                </address-setting>

                                            </address-settings>

                             

                             

                                            <jms-connection-factories>

                                                <connection-factory name="InVmConnectionFactory">

                                                    <connectors>

                                                        <connector-ref connector-name="in-vm"/>

                                                    </connectors>

                                                    <entries>

                                                        <entry name="java:/ConnectionFactory"/>

                                                    </entries>

                                                </connection-factory>

                                                <connection-factory name="RemoteConnectionFactory">

                                                    <connectors>

                                                        <connector-ref connector-name="netty"/>

                                                    </connectors>

                                                    <entries>

                                                        <entry name="RemoteConnectionFactory"/>

                                                        <entry name="java:jboss/exported/jms/RemoteConnectionFactory"/>

                                                    </entries>

                                                </connection-factory>

                                                <pooled-connection-factory name="hornetq-ra">

                                                    <transaction mode="xa"/>

                                                    <connectors>

                                                        <connector-ref connector-name="in-vm"/>

                                                    </connectors>

                                                    <entries>

                                                        <entry name="java:/JmsXA"/>

                                                    </entries>

                                                </pooled-connection-factory>

                                            </jms-connection-factories>

                             

                             

                                            <jms-destinations>

                                                <jms-queue name="testQueue">

                                                    <entry name="queue/test"/>

                                                </jms-queue>

                                                <jms-queue name="testQ">

                                                    <entry name="queue/TestQ"/>

                                                </jms-queue>

                                                <jms-topic name="testTopic">

                                                    <entry name="topic/test"/>

                                                </jms-topic>

                                            </jms-destinations>

                                        </hornetq-server>

                                    </subsystem>