1 2 3 4 Previous Next 47 Replies Latest reply on May 24, 2013 9:47 AM by rehankhan Go to original post
      • 30. Re: jBPM 5.3 jbpm-console problem
        keymaker19

        it doesn't work. Its given this error. Please publish a version of something that fix the problems of JBPM console.

         

        18:09:36,917 INFO  [stdout] (http-localhost-127.0.0.1-8080-13) INFO  07-06 18:09:36,917 (DemoAuthenticator.java:authenticate:65)   Demo login for user (admin) succeeded.18:09:43,781 ERROR [stderr] (Thread-21) javax.persistence.NoResultException: No entity found for query18:09:43,781 ERROR [stderr] (Thread-21)  at org.hibernate.ejb.QueryImpl.getSingleResult(QueryImpl.java:104)18:09:43,781 ERROR [stderr] (Thread-21)  at org.jbpm.task.service.TaskServiceSession.getTaskByWorkItemId(TaskServiceSession.java:644)18:09:43,781 ERROR [stderr] (Thread-21)  at org.jbpm.task.service.TaskServerHandler.messageReceived(TaskServerHandler.java:258)18:09:43,781 ERROR [stderr] (Thread-21)  at org.jbpm.task.service.hornetq.HornetQTaskServerHandler.messageReceived(HornetQTaskServerHandler.java:44)18:09:43,781 ERROR [stderr] (Thread-21)  at org.jbpm.task.service.hornetq.BaseHornetQTaskServer.run(BaseHornetQTaskServer.java:85)18:09:43,781 ERROR [stderr] (Thread-21)  at java.lang.Thread.run(Thread.java:619)18:09:43,796 ERROR [stderr] (Thread-36) Exception in thread "Thread-36" java.lang.RuntimeException: Client Exception with class class org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1 using port 544518:09:43,796 ERROR [stderr] (Thread-36)  at org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1.run(HornetQTaskClientConnector.java:134)18:09:43,796 ERROR [stderr] (Thread-36)  at java.lang.Thread.run(Thread.java:619)18:09:43,796 ERROR [stderr] (Thread-36) Caused by: java.lang.ClassCastException: org.jbpm.process.workitem.wsht.CommandBasedWSHumanTaskHandler$AbortTaskResponseHandler cannot be cast to org.jbpm.task.service.TaskClientHandler$TaskSummaryResponseHandler18:09:43,796 ERROR [stderr] (Thread-36)  at org.jbpm.task.service.TaskClientHandler.messageReceived(TaskClientHandler.java:171)18:09:43,796 ERROR [stderr] (Thread-36)  at org.jbpm.task.service.hornetq.HornetQTaskClientHandler.messageReceived(HornetQTaskClientHandler.java:56)18:09:43,796 ERROR [stderr] (Thread-36)  at org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1.run(HornetQTaskClientConnector.java:120)18:09:43,796 ERROR [stderr] (Thread-36)  ... 1 more

         

         

        • 31. Re: jBPM 5.3 jbpm-console problem
          kifayath

            when i am login to krisv or any other user's to jbpm - console i am getting the following error, please help me

           

           

          org.jboss.resteasy.spi.UnhandledException: java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder

          org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345)

          org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321)

          org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214)

          org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190)

          org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534)

          org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496)

          org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119)

          org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)

          org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)

          org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)

          javax.servlet.http.HttpServlet.service(HttpServlet.java:847)

          org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)

           

          root cause

          java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder
               org.jbpm.integration.console.StatefulKnowledgeSessionUtil.getStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:131)
               org.jbpm.integration.console.SessionInitializer.<init>(SessionInitializer.java:25)
               org.jbpm.integration.console.TaskManagement.<init>(TaskManagement.java:51)
               org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:26)
               org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:19)
               org.jboss.bpm.console.server.TaskListFacade.getTaskManagement(TaskListFacade.java:72)
               org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:101)
               sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
               sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
               sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
               java.lang.reflect.Method.invoke(Method.java:601)
               org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140)
               org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255)
               org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220)
               org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209)
               org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519)
               org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496)
               org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119)
               org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)
               org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)
               org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)
               javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
               org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)
          • 32. Re: jBPM 5.3 jbpm-console problem
            shamalk

            I have the same problem too. I saw this thread after opening another thread. I have detailed information there. Please have a look and help me to fix this. https://community.jboss.org/thread/201986 is this something to do with BAM persistence?

            • 33. Re: jBPM 5.3 jbpm-console problem
              chandrasachin16

              Hi,

                  I had a query. I am facing the same problem with JBPM 5.3 .I have successfully done integration of JBPM 5.3   with Microsoft Active Directory .I am able to login into the JBPM console.But when I switch to Process tab I get error something like :

               

              15:15:18,301 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http-localhost-127.0.0.1-8080-11) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder

                  at org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345) [resteasy-jaxrs-2.2.1.GA.jar:]

                  at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321) [resteasy-jaxrs-2.2.1.GA.jar:]

                  at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.2.1.GA.jar:]

                  at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.2.1.GA.jar:]

                  at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534) [resteasy-jaxrs-2.2.1.GA.jar:]

                  at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) [resteasy-jaxrs-2.2.1.GA.jar:]

                  at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.2.1.GA.jar:]

                  at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.2.1.GA.jar:]

                  at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.2.1.GA.jar:]

                  at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.2.1.GA.jar:]

                  at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]

                  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                  at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59) [classes:]

                  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                  at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]

                  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                  at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]

                  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                  at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                  at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                  at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                  at java.lang.Thread.run(Thread.java:662) [:1.6.0_24]

              Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder

                  at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.getStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:131) [jbpm-gwt-core-5.3.0.Final.jar:]

                  at org.jbpm.integration.console.SessionInitializer.<init>(SessionInitializer.java:25) [jbpm-gwt-core-5.3.0.Final.jar:]

                  at org.jbpm.integration.console.TaskManagement.<init>(TaskManagement.java:51) [jbpm-gwt-core-5.3.0.Final.jar:]

                  at org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:26) [jbpm-gwt-core-5.3.0.Final.jar:]

                  at org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:19) [jbpm-gwt-core-5.3.0.Final.jar:]

                  at org.jboss.bpm.console.server.TaskListFacade.getTaskManagement(TaskListFacade.java:72) [classes:]

                  at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:101) [classes:]

                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_24]

                  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_24]

                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_24]

                  at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_24]

                  at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140) [resteasy-jaxrs-2.2.1.GA.jar:]

                  at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255) [resteasy-jaxrs-2.2.1.GA.jar:]

                  at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) [resteasy-jaxrs-2.2.1.GA.jar:]

                  at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) [resteasy-jaxrs-2.2.1.GA.jar:]

                  at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) [resteasy-jaxrs-2.2.1.GA.jar:]

                  ... 24 more

               

              As per your previous post I came to know that hornetq service runs on port 5445 which is used by human task .I checked the running ports on my machine using TCP View but couldn't find anything running on the same port(5445).There is no service running on the port 5445. So is it the same problem? If it's the same what's the solution of this .

              Need your help.

               

              Sachin

              • 34. Re: jBPM 5.3 jbpm-console problem
                keymaker19

                hi i build the installer from source spend a lot of time in this and the console is still with the same issue. When i login with mary and john i don't see any task in the evaluation example process. This issue has a very long time is important and still not resolved.

                • 35. Re: jBPM 5.3 jbpm-console problem
                  agamk8

                  Hello,

                   

                  I change to the db postgres following the documentation, but when I access to the console I get this

                   

                  01:22:50,613 INFO  [org.jboss.web] (MSC service thread 1-1) registering web context: /jbpm-human-task-war

                  01:22:50,671 INFO  [org.jboss.web] (MSC service thread 1-3) registering web context: /jbpm-form-builder

                  01:22:55,256 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry avalon-framework-4.2.0.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,256 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry batik-all-1.7.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,256 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-io-1.3.1.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,256 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-logging-1.0.4.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,257 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry serializer-2.7.0.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,257 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry servlet-2.2.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,257 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xalan-2.7.0.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,257 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xercesImpl-2.7.1.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,258 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xml-apis-1.3.04.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,258 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xml-apis-ext-1.3.04.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,258 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xmlgraphics-commons-1.3.1.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,258 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry fop-hyph.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,259 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jai_codec.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,259 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jai_core.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,259 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jai_imageio.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,259 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jimi-1.0.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,259 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xmlunit1.0.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,260 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-api.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,260 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,260 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jsr173_1.0_api.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,260 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb1-impl.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,261 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xalan-2.7.1.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,261 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry serializer-2.7.1.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,261 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xercesImpl-2.9.1.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,261 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xml-apis-1.0.b2.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,262 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-lang-2.6.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,262 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-io-2.1.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,262 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry log4j-1.2.16.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,262 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/mail-1.4.1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,263 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xml-apis.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/serializer-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,263 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xercesImpl.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,263 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xml-apis.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,263 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry serializer.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:22:55,278 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-1) Encountered invalid class name "org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer" for service type "org.xmlpull.v1.XmlPullParserFactory"

                  01:22:55,732 INFO  [org.jboss.web] (MSC service thread 1-1) registering web context: /designer

                  01:23:01,068 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_cs.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,069 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_de_DE.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,069 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_es.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,069 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_fr.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,070 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_hu.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,070 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_it.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,070 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ja_JP.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,070 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ko_KR.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,070 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_pl.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,071 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_pt_BR.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,071 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ru.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,071 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_zh_CN.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,071 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_zh_TW.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,072 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry iText-toolbox.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,072 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry iText-toolbox-2.1.2.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,072 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry bcmail-jdk14-138.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,072 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry bcprov-jdk14-138.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,075 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-api.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,076 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,076 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jsr173_1.0_api.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,076 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb1-impl.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,077 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-api.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,077 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-impl.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,077 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jsr173_1.0_api.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,077 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,078 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/mail-1.4.jar"  does not point to a valid jar for a Class-Path reference.

                  01:23:01,151 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "org.springframework.context.ApplicationContext,org.springframework.beans.BeansException" for service type "org.apache.cxf.bus.factory"

                  01:23:01,153 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "implementingClassName=org.jboss.shrinkwrap.impl.base.ConfigurableArchiveImpl" for service type "org.jboss.shrinkwrap.spi.Configurable"

                  01:23:01,154 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "implementingClassName=org.jboss.shrinkwrap.impl.base.GenericArchiveImpl" for service type "org.jboss.shrinkwrap.api.GenericArchive"

                  01:23:01,154 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "extension=.jar" for service type "org.jboss.shrinkwrap.api.GenericArchive"

                  01:23:01,154 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "archiveFormat=UNKNOWN" for service type "org.jboss.shrinkwrap.api.GenericArchive"

                  01:23:01,155 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "implementingClassName=org.jboss.shrinkwrap.impl.base.serialization.ZipSerializableViewImpl" for service type "org.jboss.shrinkwrap.api.serialization.SerializableView"

                  01:23:01,155 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "implementingClassName=org.jboss.shrinkwrap.impl.base.spec.JavaArchiveImpl" for service type "org.jboss.shrinkwrap.api.spec.JavaArchive"

                  01:23:01,156 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "extension=.jar" for service type "org.jboss.shrinkwrap.api.spec.JavaArchive"

                  01:23:01,156 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "archiveFormat=ZIP" for service type "org.jboss.shrinkwrap.api.spec.JavaArchive"

                  01:23:01,156 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.tar.TarExporterImpl" for service type "org.jboss.shrinkwrap.api.exporter.TarExporter"

                  01:23:01,157 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "extension=.tar" for service type "org.jboss.shrinkwrap.api.exporter.TarExporter"

                  01:23:01,157 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "implementingClassName=org.jboss.shrinkwrap.impl.base.importer.zip.ZipImporterImpl" for service type "org.jboss.shrinkwrap.api.importer.ZipImporter"

                  01:23:01,157 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "extension=.jar" for service type "org.jboss.shrinkwrap.api.importer.ZipImporter"

                  01:23:01,158 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "implementingClassName=org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterImpl" for service type "org.jboss.shrinkwrap.api.importer.TarImporter"

                  01:23:01,158 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "extension=.tar" for service type "org.jboss.shrinkwrap.api.importer.TarImporter"

                  01:23:01,158 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "implementingClassName=org.jboss.shrinkwrap.impl.base.spec.WebArchiveImpl" for service type "org.jboss.shrinkwrap.api.spec.WebArchive"

                  01:23:01,159 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "extension=.war" for service type "org.jboss.shrinkwrap.api.spec.WebArchive"

                  01:23:01,159 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "archiveFormat=ZIP" for service type "org.jboss.shrinkwrap.api.spec.WebArchive"

                  01:23:01,159 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.tar.TarGzExporterImpl" for service type "org.jboss.shrinkwrap.api.exporter.TarGzExporter"

                  01:23:01,160 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "extension=.tar.gz" for service type "org.jboss.shrinkwrap.api.exporter.TarGzExporter"

                  01:23:01,160 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "implementingClassName=org.jboss.shrinkwrap.impl.base.serialization.ZipSerializableViewImpl" for service type "org.jboss.shrinkwrap.api.serialization.ZipSerializableView"

                  01:23:01,160 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "implementingClassName=org.jboss.shrinkwrap.impl.base.importer.ExplodedImporterImpl" for service type "org.jboss.shrinkwrap.api.importer.ExplodedImporter"

                  01:23:01,161 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "implementingClassName=org.jboss.shrinkwrap.impl.base.spec.EnterpriseArchiveImpl" for service type "org.jboss.shrinkwrap.api.spec.EnterpriseArchive"

                  01:23:01,161 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "extension=.ear" for service type "org.jboss.shrinkwrap.api.spec.EnterpriseArchive"

                  01:23:01,161 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "archiveFormat=ZIP" for service type "org.jboss.shrinkwrap.api.spec.EnterpriseArchive"

                  01:23:01,162 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "implementingClassName=org.jboss.shrinkwrap.impl.base.spec.ResourceAdapterArchiveImpl" for service type "org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive"

                  01:23:01,168 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "extension=.rar" for service type "org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive"

                  01:23:01,168 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "archiveFormat=ZIP" for service type "org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive"

                  01:23:01,168 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.ExplodedExporterImpl" for service type "org.jboss.shrinkwrap.api.exporter.ExplodedExporter"

                  01:23:01,169 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "implementingClassName=org.jboss.shrinkwrap.impl.base.importer.tar.TarGzImporterImpl" for service type "org.jboss.shrinkwrap.api.importer.TarGzImporter"

                  01:23:01,169 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "extension=.tar.gz" for service type "org.jboss.shrinkwrap.api.importer.TarGzImporter"

                  01:23:01,169 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.zip.ZipExporterImpl" for service type "org.jboss.shrinkwrap.api.exporter.ZipExporter"

                  01:23:01,173 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer" for service type "org.xmlpull.v1.XmlPullParserFactory"

                  01:23:02,046 WARN  [org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor] (MSC service thread 1-1) Can't handle @Resource for ENC name: cxf on class org.apache.cxf.databinding.AbstractDataBinding since it's missing a "lookup" (or "mappedName") value and isn't of any known type

                  01:23:02,046 WARN  [org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor] (MSC service thread 1-1) Can't handle @Resource for ENC name: org.apache.cxf.headers.HeaderManagerImpl/bus on class org.apache.cxf.headers.HeaderManagerImpl since it's missing a "lookup" (or "mappedName") value and isn't of any known type

                  01:23:02,047 WARN  [org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor] (MSC service thread 1-1) Can't handle @Resource for ENC name: org.apache.cxf.bus.resource.ResourceManagerImpl/bus on class org.apache.cxf.bus.resource.ResourceManagerImpl since it's missing a "lookup" (or "mappedName") value and isn't of any known type

                  01:23:02,047 WARN  [org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor] (MSC service thread 1-1) Can't handle @Resource for ENC name: org.apache.cxf.catalog.OASISCatalogManager/bus on class org.apache.cxf.catalog.OASISCatalogManager since it's missing a "lookup" (or "mappedName") value and isn't of any known type

                  01:23:02,048 WARN  [org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor] (MSC service thread 1-1) Can't handle @Resource for ENC name: org.apache.cxf.wsdl11.WSDLManagerImpl/bus on class org.apache.cxf.wsdl11.WSDLManagerImpl since it's missing a "lookup" (or "mappedName") value and isn't of any known type

                  01:23:02,048 WARN  [org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor] (MSC service thread 1-1) Can't handle @Resource for ENC name: org.apache.cxf.endpoint.ServerRegistryImpl/bus on class org.apache.cxf.endpoint.ServerRegistryImpl since it's missing a "lookup" (or "mappedName") value and isn't of any known type

                  01:23:02,049 WARN  [org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor] (MSC service thread 1-1) Can't handle @Resource for ENC name: org.apache.cxf.workqueue.WorkQueueManager on class org.apache.cxf.workqueue.AutomaticWorkQueueImpl since it's missing a "lookup" (or "mappedName") value and isn't of any known type

                  01:23:02,049 WARN  [org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor] (MSC service thread 1-1) Can't handle @Resource for ENC name: org.apache.cxf.workqueue.WorkQueueManagerImpl/bus on class org.apache.cxf.workqueue.WorkQueueManagerImpl since it's missing a "lookup" (or "mappedName") value and isn't of any known type

                  01:23:02,050 WARN  [org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor] (MSC service thread 1-1) Can't handle @Resource for ENC name: org.apache.cxf.transport.DestinationFactoryManagerImpl/bus on class org.apache.cxf.transport.DestinationFactoryManagerImpl since it's missing a "lookup" (or "mappedName") value and isn't of any known type

                  01:23:02,050 WARN  [org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor] (MSC service thread 1-1) Can't handle @Resource for ENC name: org.apache.cxf.transport.http.QueryHandlerRegistryImpl/bus on class org.apache.cxf.transport.http.QueryHandlerRegistryImpl since it's missing a "lookup" (or "mappedName") value and isn't of any known type

                  01:23:02,050 WARN  [org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor] (MSC service thread 1-1) Can't handle @Resource for ENC name: org.apache.cxf.transport.ConduitInitiatorManagerImpl/bus on class org.apache.cxf.transport.ConduitInitiatorManagerImpl since it's missing a "lookup" (or "mappedName") value and isn't of any known type

                  01:23:02,051 WARN  [org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor] (MSC service thread 1-1) Can't handle @Resource for ENC name: org.apache.cxf.buslifecycle.CXFBusLifeCycleManager/bus on class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager since it's missing a "lookup" (or "mappedName") value and isn't of any known type

                  01:23:02,051 WARN  [org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor] (MSC service thread 1-1) Can't handle @Resource for ENC name: org.apache.cxf.service.factory.FactoryBeanListenerManager/bus on class org.apache.cxf.service.factory.FactoryBeanListenerManager since it's missing a "lookup" (or "mappedName") value and isn't of any known type

                  01:23:02,051 WARN  [org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor] (MSC service thread 1-1) Can't handle @Resource for ENC name: org.apache.cxf.binding.BindingFactoryManagerImpl/bus on class org.apache.cxf.binding.BindingFactoryManagerImpl since it's missing a "lookup" (or "mappedName") value and isn't of any known type

                  01:23:02,052 WARN  [org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor] (MSC service thread 1-1) Can't handle @Resource for ENC name: org.apache.cxf.binding.AbstractBaseBindingFactory/bus on class org.apache.cxf.binding.AbstractBaseBindingFactory since it's missing a "lookup" (or "mappedName") value and isn't of any known type

                  01:23:02,053 WARN  [org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor] (MSC service thread 1-1) Can't handle @Resource for ENC name: org.apache.cxf.jaxrs.interceptor.AttachmentInputInterceptor/supportedTypes on class org.apache.cxf.jaxrs.interceptor.AttachmentInputInterceptor since it's missing a "lookup" (or "mappedName") value and isn't of any known type

                  01:23:02,053 WARN  [org.jboss.as.ee.component.deployers.ResourceInjectionAnnotationParsingProcessor] (MSC service thread 1-1) Can't handle @Resource for ENC name: org.apache.cxf.transport.http.HTTPTransportFactory/bus on class org.apache.cxf.transport.http.HTTPTransportFactory since it's missing a "lookup" (or "mappedName") value and isn't of any known type

                  01:23:02,056 INFO  [org.jboss.weld] (MSC service thread 1-1) Processing CDI deployment: drools-guvnor.war

                  01:23:02,880 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) Deploying JDBC-compliant driver class org.apache.derby.jdbc.AutoloadedDriver (version 10.5)

                  01:23:02,881 INFO  [org.jboss.weld] (MSC service thread 1-1) Starting Services for CDI deployment: drools-guvnor.war

                  01:23:02,907 INFO  [org.jboss.weld] (MSC service thread 1-1) Starting weld service

                  01:23:03,128 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-1) Solder Config XML provider starting...

                  01:23:03,130 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-1) Loading XmlDocumentProvider: org.jboss.solder.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider

                  01:23:03,252 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-1) Reading XML file: vfs:/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/beans.xml

                  01:23:03,329 WARN  [org.jboss.solder.config.xml.model.ModelBuilder] (MSC service thread 1-1) Solder Config could not resolve XML namspace for: {}

                  01:23:03,330 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-1) Reading XML file: vfs:/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/seam-remoting-3.1.0.Final.jar/META-INF/beans.xml

                  01:23:03,332 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-1) Reading XML file: vfs:/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/seam-international-api-3.1.0.Final.jar/META-INF/beans.xml

                  01:23:03,334 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-1) Reading XML file: vfs:/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/seam-security-3.1.0.Final.jar/META-INF/beans.xml

                  01:23:03,336 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-1) Reading XML file: vfs:/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/guvnor-webapp-core-5.4.0-SNAPSHOT.jar/META-INF/beans.xml

                  01:23:03,339 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-1) Reading XML file: vfs:/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/guvnor-repository-5.4.0-SNAPSHOT.jar/META-INF/beans.xml

                  01:23:03,341 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-1) Reading XML file: vfs:/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/seam-conversation-spi-3.0.0.Final.jar/META-INF/beans.xml

                  01:23:03,343 WARN  [org.jboss.solder.config.xml.model.ModelBuilder] (MSC service thread 1-1) Solder Config could not resolve XML namspace for: {}

                  01:23:03,344 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-1) Reading XML file: vfs:/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/seam-transaction-3.1.0.Final.jar/META-INF/beans.xml

                  01:23:03,346 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-1) Reading XML file: vfs:/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/seam-persistence-3.1.0.Final.jar/META-INF/beans.xml

                  01:23:03,349 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-1) Reading XML file: vfs:/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/seam-international-3.1.0.Final.jar/META-INF/beans.xml

                  01:23:03,352 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-1) Reading XML file: vfs:/C:/Users/Prometheus/Documents/proy/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/seam-security-api-3.1.0.Final.jar/META-INF/beans.xml

                  01:23:03,368 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-1) Adding XML Defined Bean: org.drools.guvnor.server.repository.GuvnorBootstrapConfiguration

                  01:23:03,437 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-1) Adding XML Defined Bean: org.jboss.seam.security.IdentityImpl

                  01:23:03,457 INFO  [org.jboss.solder.Version] (MSC service thread 1-1) Solder null (build id: null)

                  01:23:05,476 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-1) Preventing class org.jboss.seam.persistence.HibernatePersistenceProvider from being installed as bean due to @Veto annotation

                  01:23:05,510 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-1) Preventing class org.jboss.seam.persistence.hibernate.HibernateManagedSessionExtensionImpl from being installed as bean due to @Veto annotation

                  01:23:05,566 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-1) Preventing class org.jboss.seam.transaction.NoTransaction from being installed as bean due to @Veto annotation

                  01:23:05,570 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-1) Preventing class org.jboss.seam.transaction.UTTransaction from being installed as bean due to @Veto annotation

                  01:23:05,604 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-1) Preventing class org.jboss.seam.transaction.HibernateTransaction from being installed as bean due to @Veto annotation

                  01:23:05,616 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-1) Preventing class org.jboss.seam.transaction.SeSynchronizations from being installed as bean due to @Veto annotation

                  01:23:05,624 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-1) Preventing class org.jboss.seam.transaction.CMTTransaction from being installed as bean due to @Veto annotation

                  01:23:05,628 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-1) Preventing class org.jboss.seam.transaction.EntityTransaction from being installed as bean due to @Veto annotation

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

                  01:23:06,875 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-1) Preventing class org.jboss.seam.security.SecurityEventMessages from being installed as bean due to @Veto annotation

                  01:23:07,929 ERROR [stderr] (http-localhost-127.0.0.1-8080-2) java.lang.IllegalStateException: java.lang.reflect.InvocationTargetException

                   

                   

                  01:23:07,930 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.drools.persistence.jpa.KnowledgeStoreServiceImpl.buildCommandService(KnowledgeStoreServiceImpl.java:116)

                   

                   

                  01:23:07,930 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.drools.persistence.jpa.KnowledgeStoreServiceImpl.loadStatefulKnowledgeSession(KnowledgeStoreServiceImpl.java:84)

                   

                   

                  01:23:07,931 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.drools.persistence.jpa.JPAKnowledgeService.loadStatefulKnowledgeSession(JPAKnowledgeService.java:131)

                   

                   

                  01:23:07,931 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.createOrLoadStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:281)

                   

                   

                  01:23:07,931 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.initializeStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:154)

                   

                   

                  01:23:07,932 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder.<clinit>(StatefulKnowledgeSessionUtil.java:127)

                   

                   

                  01:23:07,932 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.getStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:131)

                   

                   

                  01:23:07,932 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jbpm.integration.console.SessionInitializer.<init>(SessionInitializer.java:25)

                   

                   

                  01:23:07,932 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jbpm.integration.console.TaskManagement.<init>(TaskManagement.java:51)

                   

                   

                  01:23:07,933 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:26)

                   

                   

                  01:23:07,933 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:19)

                   

                   

                  01:23:07,933 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jboss.bpm.console.server.TaskListFacade.getTaskManagement(TaskListFacade.java:72)

                   

                   

                  01:23:07,933 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:101)

                   

                   

                  01:23:07,934 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                   

                   

                  01:23:07,934 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

                   

                   

                  01:23:07,934 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

                   

                   

                  01:23:07,935 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at java.lang.reflect.Method.invoke(Method.java:601)

                   

                   

                  01:23:07,935 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140)

                   

                   

                  01:23:07,935 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255)

                   

                   

                  01:23:07,935 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220)

                   

                   

                  01:23:07,936 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209)

                   

                   

                  01:23:07,936 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519)

                   

                   

                  01:23:07,936 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496)

                   

                   

                  01:23:07,937 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119)

                   

                   

                  01:23:07,937 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)

                   

                   

                  01:23:07,937 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)

                   

                   

                  01:23:07,937 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)

                   

                   

                  01:23:07,938 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)

                   

                   

                  01:23:07,938 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)

                   

                   

                  01:23:07,938 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)

                   

                   

                  01:23:07,939 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)

                   

                   

                  01:23:07,939 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)

                   

                   

                  01:23:07,939 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)

                   

                   

                  01:23:07,939 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)

                   

                   

                  01:23:07,940 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)

                   

                   

                  01:23:07,940 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139)

                   

                   

                  01:23:07,940 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480)

                   

                   

                  01:23:07,941 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57)

                   

                   

                  01:23:07,941 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154)

                   

                   

                  01:23:07,941 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

                   

                   

                  01:23:07,941 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

                   

                   

                  01:23:07,942 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)

                   

                   

                  01:23:07,942 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)

                   

                   

                  01:23:07,942 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667)

                   

                   

                  01:23:07,943 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952)

                   

                   

                  01:23:07,943 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at java.lang.Thread.run(Thread.java:722)

                   

                   

                  01:23:07,943 ERROR [stderr] (http-localhost-127.0.0.1-8080-2) Caused by: java.lang.reflect.InvocationTargetException

                   

                   

                  01:23:07,944 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

                   

                   

                  01:23:07,944 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

                   

                   

                  01:23:07,944 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

                   

                   

                  01:23:07,945 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at java.lang.reflect.Constructor.newInstance(Constructor.java:525)

                   

                   

                  01:23:07,945 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.drools.persistence.jpa.KnowledgeStoreServiceImpl.buildCommandService(KnowledgeStoreServiceImpl.java:101)

                   

                   

                  01:23:07,945 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           ... 45 more

                   

                   

                  01:23:07,946 ERROR [stderr] (http-localhost-127.0.0.1-8080-2) Caused by: java.lang.RuntimeException: Could not find session data for id 1

                   

                   

                  01:23:07,946 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.drools.persistence.SingleSessionCommandService.initKsession(SingleSessionCommandService.java:231)

                   

                   

                  01:23:07,946 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           at org.drools.persistence.SingleSessionCommandService.<init>(SingleSessionCommandService.java:195)

                   

                   

                  01:23:07,947 ERROR [stderr] (http-localhost-127.0.0.1-8080-2)           ... 50 more

                   

                   

                  01:23:10,829 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-1) Preventing installation of default bean: org.drools.guvnor.server.repository.GuvnorBootstrapConfiguration

                  01:23:12,548 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-1) Preventing class org.jboss.seam.international.locale.LocaleConfiguration from being installed as bean due to @Veto annotation

                  01:23:12,666 INFO  [org.jboss.seam.international.status.TypedStatusMessageBundleExtension] (MSC service thread 1-1) Add @MessageBundle to org.jboss.solder.reflection.annotated.AnnotationBuilder.messages injection point for the type: org.jboss.solder.support.SolderMessages

                  01:23:12,780 INFO  [org.jboss.seam.international.status.TypedStatusMessageBundleExtension] (MSC service thread 1-1) Add @MessageBundle to org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder.messages injection point for the type: org.jboss.solder.support.SolderMessages

                  01:23:12,887 INFO  [org.jboss.solder.exception.control.extension] (MSC service thread 1-1) 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

                  01:23:12,955 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-1) Wrapping InjectionTarget to set field values: org.jboss.seam.security.IdentityImpl

                  01:23:13,768 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http-localhost-127.0.0.1-8080-2) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.ExceptionInInitializerError

                            at org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345) [resteasy-jaxrs-2.2.1.GA.jar:]

                            at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321) [resteasy-jaxrs-2.2.1.GA.jar:]

                            at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.2.1.GA.jar:]

                            at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.2.1.GA.jar:]

                            at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534) [resteasy-jaxrs-2.2.1.GA.jar:]

                            at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) [resteasy-jaxrs-2.2.1.GA.jar:]

                            at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.2.1.GA.jar:]

                            at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.2.1.GA.jar:]

                            at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.2.1.GA.jar:]

                            at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.2.1.GA.jar:]

                            at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]

                            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                            at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59) [classes:]

                            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                            at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]

                            at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                            at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]

                            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                            at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                            at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                            at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                            at java.lang.Thread.run(Thread.java:722) [:1.7.0_03]

                  Caused by: java.lang.ExceptionInInitializerError

                            at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.getStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:131) [jbpm-gwt-core-5.3.0.Final.jar:]

                            at org.jbpm.integration.console.SessionInitializer.<init>(SessionInitializer.java:25) [jbpm-gwt-core-5.3.0.Final.jar:]

                            at org.jbpm.integration.console.TaskManagement.<init>(TaskManagement.java:51) [jbpm-gwt-core-5.3.0.Final.jar:]

                            at org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:26) [jbpm-gwt-core-5.3.0.Final.jar:]

                            at org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:19) [jbpm-gwt-core-5.3.0.Final.jar:]

                            at org.jboss.bpm.console.server.TaskListFacade.getTaskManagement(TaskListFacade.java:72) [classes:]

                            at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:101) [classes:]

                            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.7.0_03]

                            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [:1.7.0_03]

                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [:1.7.0_03]

                            at java.lang.reflect.Method.invoke(Method.java:601) [:1.7.0_03]

                            at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140) [resteasy-jaxrs-2.2.1.GA.jar:]

                            at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255) [resteasy-jaxrs-2.2.1.GA.jar:]

                            at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) [resteasy-jaxrs-2.2.1.GA.jar:]

                            at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) [resteasy-jaxrs-2.2.1.GA.jar:]

                            at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) [resteasy-jaxrs-2.2.1.GA.jar:]

                            ... 24 more

                  Caused by: java.lang.RuntimeException: Could not initialize stateful knowledge session: Could not connect task client HornetQ(127.0.0.1:5445)

                            at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.initializeStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:163) [jbpm-gwt-core-5.3.0.Final.jar:]

                            at org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder.<clinit>(StatefulKnowledgeSessionUtil.java:127) [jbpm-gwt-core-5.3.0.Final.jar:]

                            ... 40 more

                  Caused by: java.lang.IllegalArgumentException: Could not connect task client HornetQ(127.0.0.1:5445)

                            at org.jbpm.integration.console.TaskClientFactory.newAsyncInstance(TaskClientFactory.java:109) [jbpm-gwt-core-5.3.0.Final.jar:]

                            at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.registerWorkItemHandler(StatefulKnowledgeSessionUtil.java:329) [jbpm-gwt-core-5.3.0.Final.jar:]

                            at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.initializeStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:158) [jbpm-gwt-core-5.3.0.Final.jar:]

                            ... 41 more

                   

                  i need help

                  • 36. Re: jBPM 5.3 jbpm-console problem
                    cdsosi

                    Hi community,

                     

                    Just some words to say that I am facing same kind of problems as stated in a similar post opened by me (https://community.jboss.org/thread/203147).

                    I think there is a lot of users in the same situation and it is really disappointing not to get this jBPM console working as Human Tasks are quite important within a business process. I can't figure myself on how using jBPM5 without Human Task showing in jBPM console

                     

                    I have many stack trace messages in server.log but do not know how to fix them. Some seems to be related to the running OS (e.g. https://issues.jboss.org/browse/JBPM-3747)...

                     

                    => I may be a good thing to tell which OS we are running jBPM5 as this may be a hint even if a Java / ant environnement is supposed to be running on any Java compliant OS...

                     

                    I noticed that there were problems in using the jBPM console to get human tasks appearing in the Personal Tasks tab but when you use the simple Human Task View under eclipse with the correct user, the task generally appears. May be a hint for the jBPM Team ?

                    Can others users try to test Evaluation Process through jBPM console and if no task appears try within Human Task View under eclipse and give feed back. I suppose eclipse and jBPM console are asking the same Human Task Service?

                     

                    However this Human Task View is not a good solution as it is to my mind for debug/test purpose and it does not fulfill requirements to show human forms...

                     

                    Question to the jBPM Team : is a new full package version planned to be released soon ?

                    What about your feeling about all the users experiencing problems with jBPM console. I guess you have a more accurate overview of the problems in relation with jBPM console may be through JIRA Issues opened?

                    Can you give us your feedback?

                     

                    King Regards

                     

                    Franck

                    • 37. Re: jBPM 5.3 jbpm-console problem
                      swiderski.maciej

                      According to number of comments already in this thread issue is resolved, there must be something specific to your environment that prevents the evaluation process to execute correctly. I would suggest a new thread and provide more information as saying jbpm-console problem does not help anyone.

                      • 38. Re: jBPM 5.3 jbpm-console problem
                        swiderski.maciej

                        Please check your log files for errors after changing data base as it iseems like you data base is not prepared for jbpm and task server, following an extract of you server log:

                         

                        Caused by: org.postgresql.util.PSQLException: ERROR: relation "task" does not exist

                         

                        Caused by: org.postgresql.util.PSQLException: FATAL: database "jbpm5" does not exist

                        • 39. Re: jBPM 5.3 jbpm-console problem
                          swiderski.maciej

                          Franck cdsosi wrote:

                           

                          Hi community,

                           

                          Just some words to say that I am facing same kind of problems as stated in a similar post opened by me (https://community.jboss.org/thread/203147).

                          I think there is a lot of users in the same situation and it is really disappointing not to get this jBPM console working as Human Tasks are quite important within a business process. I can't figure myself on how using jBPM5 without Human Task showing in jBPM console

                          This usually happens when users start to change default configuration without fully understanding what needs to be done. I agree that documentation should be improved in that part but it takes time and contribution is always welcome.

                           

                           

                          Franck cdsosi wrote:

                           

                          I have many stack trace messages in server.log but do not know how to fix them. Some seems to be related to the running OS (e.g. https://issues.jboss.org/browse/JBPM-3747)...

                           

                          => I may be a good thing to tell which OS we are running jBPM5 as this may be a hint even if a Java / ant environnement is supposed to be running on any Java compliant OS...

                          I have not seen OS specific problems with task and console, of course that does not mean they could not happen. Issue you are referring here is designer and guvnor related only.

                           

                          Franck cdsosi wrote:

                           

                          I noticed that there were problems in using the jBPM console to get human tasks appearing in the Personal Tasks tab but when you use the simple Human Task View under eclipse with the correct user, the task generally appears. May be a hint for the jBPM Team ?

                          Can others users try to test Evaluation Process through jBPM console and if no task appears try within Human Task View under eclipse and give feed back. I suppose eclipse and jBPM console are asking the same Human Task Service?

                          It depends on your environment but if configured properly they should talk to the same task server.

                           

                           

                          Franck cdsosi wrote:

                           

                          Question to the jBPM Team : is a new full package version planned to be released soon ?

                          What about your feeling about all the users experiencing problems with jBPM console. I guess you have a more accurate overview of the problems in relation with jBPM console may be through JIRA Issues opened?

                          Can you give us your feedback?

                           

                          Version 5.4 is scheduled to be released beginning of October.

                           

                          According to my knowledge problems related to what you're referring to are just few. In most cased console has no issues to talk to task server if configured properly.

                           

                          Franck, thanks a lot for your feedback it is well appreciated but please keep in mind that we do our best to help out and the other side should do their best to provide as much information as possible to describe the environment and configuration otherwise it is impossible to support you.

                           

                          Cheers

                          • 40. Re: jBPM 5.3 jbpm-console problem
                            keymaker19

                            hi maciej, i think that if possible the developers of jbpm must publish a war of jbpm-console and human task with the fixes in order to integrate that files in the jbpm 5.3 final release and get the problems fixed. I build the 5.4 snapshot distribution from source and doesn't work. If you may please publish the 5.4 snapshot version somewhere with the fixes to download? I'm very stuck with this and have a long time. About frankc said you must undesrtand that we are employees that have time limits in order to acomplish a task. When we use a tool is not for fun, we have pressure of time. I want to ask you something. Please get from anywhere a jbpm 5.3 version with the problems of the console an human task fixed in a way that you download the tool, install in your computer and the demos process with console and human task works. Then tell me and the other users please how i can do the same and download from where. Or if exist a place that we can download the fixes only in the wars files.

                            Greetings

                            • 41. Re: jBPM 5.3 jbpm-console problem
                              cdsosi

                              Thanks Maciej for replying, my answers following...

                               

                              Franck cdsosi wrote:

                               

                              Hi community,

                               

                              Just some words to say that I am facing same kind of problems as stated in a similar post opened by me (https://community.jboss.org/thread/203147).

                              I think there is a lot of users in the same situation and it is really disappointing not to get this jBPM console working as Human Tasks are quite important within a business process. I can't figure myself on how using jBPM5 without Human Task showing in jBPM console

                              This usually happens when users start to change default configuration without fully understanding what needs to be done. I agree that documentation should be improved in that part but it takes time and contribution is always welcome.

                               

                              => I did not change anything, I just ran the demo and did not even try the part involving database changing! I just install Java JDK 1.6.0_32 and ant 1.8.4 on Windows 7 Pro and then start to play with the demo.

                              => I agree with you as far as changing configuration is concerned that's why I am asking a lot of questions since I hate changing things that I do not understand or master

                               

                              Franck cdsosi wrote:

                               

                              I have many stack trace messages in server.log but do not know how to fix them. Some seems to be related to the running OS (e.g. https://issues.jboss.org/browse/JBPM-3747)...

                               

                              => I may be a good thing to tell which OS we are running jBPM5 as this may be a hint even if a Java / ant environnement is supposed to be running on any Java compliant OS...

                              I have not seen OS specific problems with task and console, of course that does not mean they could not happen. Issue you are referring here is designer and guvnor related only.

                              => Right, I did not say that it was in relation with jBPM console or task but just that OS can make errors occurring. When you have problems with part of the demo (i.e. jBPM console for instance), you try to dig other jBPM parts of the documentation 

                               

                               

                              Franck cdsosi wrote:

                               

                              I noticed that there were problems in using the jBPM console to get human tasks appearing in the Personal Tasks tab but when you use the simple Human Task View under eclipse with the correct user, the task generally appears. May be a hint for the jBPM Team ?

                              Can others users try to test Evaluation Process through jBPM console and if no task appears try within Human Task View under eclipse and give feed back. I suppose eclipse and jBPM console are asking the same Human Task Service?

                              It depends on your environment but if configured properly they should talk to the same task server.

                              =>Ok it is the case since I did not touch anything for running demo.

                               

                              Franck cdsosi wrote:

                               

                              Question to the jBPM Team : is a new full package version planned to be released soon ?

                              What about your feeling about all the users experiencing problems with jBPM console. I guess you have a more accurate overview of the problems in relation with jBPM console may be through JIRA Issues opened?

                              Can you give us your feedback?

                               

                              Version 5.4 is scheduled to be released beginning of October.

                               

                              => Nice to hear that

                               

                              According to my knowledge problems related to what you're referring to are just few. In most cased console has no issues to talk to task server if configured properly.

                               

                              Franck, thanks a lot for your feedback it is well appreciated but please keep in mind that we do our best to help out and the other side should do their best to provide as much information as possible to describe the environment and configuration otherwise it is impossible to support you.

                               

                              Cheers

                               

                              => I do not blame anyone nor telling that no help is provided... Actually I try to find out first how to fix problems on my own before asking help from community. When I followed the steps described in the demo scenario I encountered the problems without knowing which particular actions I've made to encounter this problems that's why it is difficult to give steps to reproduce. I usually try to be as accurate as possible   As mentioned just few lines before, my environment is Java JDK 1.6.0_32 (x86) and ant 1.8.4 running on Windows 7 Professional !

                               

                              Cheers

                              • 42. Re: jBPM 5.3 jbpm-console problem
                                ramjeesr

                                Hi,

                                 

                                I'm getting the below error when trying to login as krisv for the first time after installation. I did on Linux box.

                                 

                                Not sure why it is throwing class not found.

                                 

                                Didn't get this when I tried on windows I believe.

                                 

                                Thanks,

                                Srini

                                 

                                17:05:06,906 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http--0.0.0.0-7080-2) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder
                                        at org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
                                        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59) [classes:]
                                        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at java.lang.Thread.run(Thread.java:619) [:1.6.0_20]
                                Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder
                                        at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.getStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:131) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jbpm.integration.console.SessionInitializer.<init>(SessionInitializer.java:25) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jbpm.integration.console.ProcessManagement.<init>(ProcessManagement.java:38) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jbpm.integration.console.ManagementFactory.createProcessManagement(ManagementFactory.java:22) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jbpm.integration.console.ManagementFactory.createProcessManagement(ManagementFactory.java:19) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jboss.bpm.console.server.ProcessMgmtFacade.getProcessManagement(ProcessMgmtFacade.java:89) [classes:]
                                        at org.jboss.bpm.console.server.ProcessMgmtFacade.getDefinitionsJSON(ProcessMgmtFacade.java:125) [classes:]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_20]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_20]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_20]
                                        at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_20]
                                        at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        ... 24 more

                                17:05:06,906 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http--0.0.0.0-7080-3) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.ExceptionInInitializerError
                                        at org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
                                        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                17:05:03,335 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)
                                17:05:03,335 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)
                                17:05:03,335 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)
                                17:05:03,335 ERROR [stderr] (http--0.0.0.0-7080-3)      at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
                                17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
                                17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
                                17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)
                                17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
                                17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
                                17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
                                17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
                                17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139)
                                17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at java.lang.Thread.run(Thread.java:619)
                                17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3) Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:7080/drools-guvnor/org.drools.guvnor.Guvnor/package/defaultPackage/LATEST
                                17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313)
                                17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.drools.io.impl.UrlResource.grabStream(UrlResource.java:210)
                                17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.drools.io.impl.UrlResource.getInputStream(UrlResource.java:146)
                                17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.drools.agent.impl.KnowledgeAgentImpl.createPackageFromResource(KnowledgeAgentImpl.java:748)
                                17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      ... 47 more
                                17:05:06,906 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http--0.0.0.0-7080-2) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder
                                        at org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) [resteasy-jaxrs-2.2.1.GA.jar:]
                                17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
                                17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
                                17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139)
                                17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952)
                                17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at java.lang.Thread.run(Thread.java:619)
                                17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3) Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:7080/drools-guvnor/org.drools.guvnor.Guvnor/package/defaultPackage/LATEST
                                17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313)
                                17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.drools.io.impl.UrlResource.grabStream(UrlResource.java:210)
                                17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.drools.io.impl.UrlResource.getInputStream(UrlResource.java:146)
                                17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.drools.agent.impl.KnowledgeAgentImpl.createPackageFromResource(KnowledgeAgentImpl.java:748)
                                17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      ... 47 more
                                17:05:06,906 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http--0.0.0.0-7080-2) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder
                                        at org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
                                        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59) [classes:]
                                        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at java.lang.Thread.run(Thread.java:619) [:1.6.0_20]
                                Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder
                                        at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.getStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:131) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jbpm.integration.console.SessionInitializer.<init>(SessionInitializer.java:25) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jbpm.integration.console.ProcessManagement.<init>(ProcessManagement.java:38) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jbpm.integration.console.ManagementFactory.createProcessManagement(ManagementFactory.java:22) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jbpm.integration.console.ManagementFactory.createProcessManagement(ManagementFactory.java:19) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jboss.bpm.console.server.ProcessMgmtFacade.getProcessManagement(ProcessMgmtFacade.java:89) [classes:]
                                        at org.jboss.bpm.console.server.ProcessMgmtFacade.getDefinitionsJSON(ProcessMgmtFacade.java:125) [classes:]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_20]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_20]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_20]
                                        at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_20]
                                        at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        ... 24 more

                                17:05:06,906 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http--0.0.0.0-7080-3) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.ExceptionInInitializerError
                                        at org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
                                        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                17:00:34,540 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
                                17:00:35,094 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Preventing installation of default bean: org.jboss.seam.security.IdentityImpl
                                17:00:35,137 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
                                17:00:35,202 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
                                17:00:35,204 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
                                17:00:35,233 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
                                17:00:35,242 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
                                        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
                                        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59) [classes:]
                                        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
                                        at java.lang.Thread.run(Thread.java:619) [:1.6.0_20]
                                Caused by: java.lang.ExceptionInInitializerError
                                        at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.getStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:131) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jbpm.integration.console.SessionInitializer.<init>(SessionInitializer.java:25) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jbpm.integration.console.TaskManagement.<init>(TaskManagement.java:51) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:26) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:19) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jboss.bpm.console.server.TaskListFacade.getTaskManagement(TaskListFacade.java:72) [classes:]
                                        at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:101) [classes:]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_20]
                                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_20]
                                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_20]
                                        at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_20]
                                        at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) [resteasy-jaxrs-2.2.1.GA.jar:]
                                        ... 24 more
                                Caused by: java.lang.RuntimeException: Could not initialize stateful knowledge session: org/hornetq/api/core/HornetQException
                                        at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.initializeStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:163) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder.<clinit>(StatefulKnowledgeSessionUtil.java:127) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        ... 40 more
                                Caused by: java.lang.NoClassDefFoundError: org/hornetq/api/core/HornetQException
                                        at org.jbpm.integration.console.TaskClientFactory.newAsyncInstance(TaskClientFactory.java:87) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.registerWorkItemHandler(StatefulKnowledgeSessionUtil.java:329) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.initializeStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:158) [jbpm-gwt-core-5.3.0.Final.jar:]
                                        ... 41 more
                                Caused by: java.lang.ClassNotFoundException: org.hornetq.api.core.HornetQException from [Module "deployment.jbpm-gwt-console-server.war:main" from Service Module Loader]
                                        at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:191)
                                        at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:361)
                                        at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:333)
                                        at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:310)
                                        at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:103)
                                        ... 44 more

                                • 43. Re: jBPM 5.3 jbpm-console problem
                                  jboss-dan

                                  Luis Victor wrote:

                                   

                                  it doesn't work. Its given this error. Please publish a version of something that fix the problems of JBPM console.

                                   

                                  18:09:36,917 INFO  [stdout] (http-localhost-127.0.0.1-8080-13) INFO  07-06 18:09:36,917 (DemoAuthenticator.java:authenticate:65)   Demo login for user (admin) succeeded.18:09:43,781 ERROR [stderr] (Thread-21) javax.persistence.NoResultException: No entity found for query18:09:43,781 ERROR [stderr] (Thread-21)  at org.hibernate.ejb.QueryImpl.getSingleResult(QueryImpl.java:104)18:09:43,781 ERROR [stderr] (Thread-21)  at org.jbpm.task.service.TaskServiceSession.getTaskByWorkItemId(TaskServiceSession.java:644)18:09:43,781 ERROR [stderr] (Thread-21)  at org.jbpm.task.service.TaskServerHandler.messageReceived(TaskServerHandler.java:258)18:09:43,781 ERROR [stderr] (Thread-21)  at org.jbpm.task.service.hornetq.HornetQTaskServerHandler.messageReceived(HornetQTaskServerHandler.java:44)18:09:43,781 ERROR [stderr] (Thread-21)  at org.jbpm.task.service.hornetq.BaseHornetQTaskServer.run(BaseHornetQTaskServer.java:85)18:09:43,781 ERROR [stderr] (Thread-21)  at java.lang.Thread.run(Thread.java:619)18:09:43,796 ERROR [stderr] (Thread-36) Exception in thread "Thread-36" java.lang.RuntimeException: Client Exception with class class org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1 using port 544518:09:43,796 ERROR [stderr] (Thread-36)  at org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1.run(HornetQTaskClientConnector.java:134)18:09:43,796 ERROR [stderr] (Thread-36)  at java.lang.Thread.run(Thread.java:619)18:09:43,796 ERROR [stderr] (Thread-36) Caused by: java.lang.ClassCastException: org.jbpm.process.workitem.wsht.CommandBasedWSHumanTaskHandler$AbortTaskResponseHandler cannot be cast to org.jbpm.task.service.TaskClientHandler$TaskSummaryResponseHandler18:09:43,796 ERROR [stderr] (Thread-36)  at org.jbpm.task.service.TaskClientHandler.messageReceived(TaskClientHandler.java:171)18:09:43,796 ERROR [stderr] (Thread-36)  at org.jbpm.task.service.hornetq.HornetQTaskClientHandler.messageReceived(HornetQTaskClientHandler.java:56)18:09:43,796 ERROR [stderr] (Thread-36)  at org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1.run(HornetQTaskClientConnector.java:120)18:09:43,796 ERROR [stderr] (Thread-36)  ... 1 more

                                   

                                   

                                   

                                  I've really been struggling to get the demo to work with JBpm 5.3 Final and JBoss 7.1.1 Final. So I moved to JBoss 7.0.2 which is installed by the demo. Now I'm getting this same traceback. And the process does not continue when krisv completes the initial task. With Jboss 7.1.1 I had gotten past this point only to run into issues trying to deploy new (simple) applications like the simple rewards application and hello world.

                                   

                                  After 3 days of trying to get simple things to work, I must say that my faith in the maturity of these products is diminishing. Although I will admit that I'm a total noob. Hopefully it is just me doing something silly. But before I invest more time, I ask the community, is jbpm 5.3 ready for prime time?

                                  • 44. Re: jBPM 5.3 jbpm-console problem
                                    shahdhaval2020

                                    errror.pngHi All,

                                     

                                    I am new to jBPM ,currently i have downloaded a jBPm 5.4 and i have installed it as instructed from userguide,

                                    i imported the sample example which they had provided to me .....

                                     

                                    Now the problem is that ....

                                     

                                    i want to view my Bpmn process on jbpm console....for that i have to add the few selected files to Guvnor repository

                                    and i am unable to add them ....... ....also when i am going to

                                     

                                    http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/Guvnor.jsp?

                                    and trying to create a new package in knowledge base ... it is not allowing to create a new package over there ......

                                    it is giving me 500 error....and later on 4oo error what to do ,need help on this..............i am facing this issue since last 4 days not able to resolve it need ur help....i want to learn Jbpm nicely.... plz help me out....