[jBPM] - IE and Firefox behavior, Console and Drools
by David Harris
David Harris [https://community.jboss.org/people/dmwpepper] created the discussion
"IE and Firefox behavior, Console and Drools"
To view the discussion, visit: https://community.jboss.org/message/801439#801439
--------------------------------------------------------------
I'm getting mixed behavior between IE (v. 8.0.7601.17514) and Firefox (v. 19.0) when running the Console and the Drools-Guvnor pages.
IE:
a) I can bring up the Console. However the Process Engine plugin has a red 'x'. The Forms and Graph Viewer plugins have a green checkmark. Why does the Engine show an 'x'?
b) When I bring up the Drools-Guvnor page and try to "Create New....BPMN2 process", I get the message that the process designer is loading, please wait, but it never loads. How come?
Firefox:
a) When I log into the Console, I immediately get the following error message:
* URL: ' http://localhost:8080/gwt-console-server/rs/tasks/krisv http://localhost:8080/gwt-console-server/rs/tasks/krisv'
* Action: 'org.jboss.bpm.console.client.task.LoadTasksAction'
* Exception: 'class com.google.gwt.http.client.RequestException'
HTTP 500:
h1. HTTP Status 500 -
----
*type* Exception report
*message*
*description* The server encountered an internal error () that prevented it from fulfilling this request.
*exception*
org.jboss.resteasy.spi.UnhandledException: java.lang.IllegalArgumentException: Could not connect task client HornetQ(127.0.0.1:5153) org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:340) 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:540) org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:502) 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.IllegalArgumentException: Could not connect task client HornetQ(127.0.0.1:5153) org.jbpm.integration.console.TaskClientFactory.newAsyncInstance(TaskClientFactory.java:103) org.jbpm.integration.console.TaskClientFactory.newAsyncInstance(TaskClientFactory.java:111) org.jbpm.integration.console.TaskClientFactory.newInstance(TaskClientFactory.java:65) org.jbpm.integration.console.TaskManagement.connect(TaskManagement.java:61) org.jbpm.integration.console.TaskManagement.getAssignedTasks(TaskManagement.java:124) org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:101) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:155) org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:257) org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:222) org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:211) org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:525) org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:502) 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)
Any reason I'd get this error with Firefox and not IE?
b) When I attempt to bring up the Drools-Guvnor page, I have no problem with "Create New...New BPMN2 Process". The Web Designer comes up immediately. Any reason this works with Firefox and not IE?
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/801439#801439]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 1 month
[jBPM] - Insert message into process running in gwt-console-server *from external app*
by Jim Beam
Jim Beam [https://community.jboss.org/people/jamesbeam] created the discussion
"Insert message into process running in gwt-console-server *from external app*"
To view the discussion, visit: https://community.jboss.org/message/801430#801430
--------------------------------------------------------------
I'm a jBPM noob running jBPM5 in AS7. I have installed the jbpm console and console server as well as Guvnor and desginer. I am able to create a process in Guvrnor and run that process from the Console.
Now, I want to write a java application that sends a message (/event) to the process. I can do that from eclipse using the jBPM example, but my goal is to load the process in guvnor, have my java app feed information to the process, then be able to view the current state in the jbpm Console.
I assume I need to access the knowledgesession running in the gwt-console-server, but I'm not sure how to do that. Is it safe to access/mondify a session that is persisted out to a database (ie, both gwt-console-server and my custom app would be able to modify it) and then the jbpm console would read from it?
Can someone point me to an example of this or suggest ways to do it?
Thanks vm,
-J
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/801430#801430]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 1 month
[jBPM] - Error messages in Server.log when installing jbpm without demo
by David Harris
David Harris [https://community.jboss.org/people/dmwpepper] created the discussion
"Error messages in Server.log when installing jbpm without demo"
To view the discussion, visit: https://community.jboss.org/message/801428#801428
--------------------------------------------------------------
Hello,
I'm following directions in the install.html document in the jbpm install directory that says how to install jbpm without the demo, "Manually installing the different components". When I got to the part about starting up jboss, I started the server and went to jboss's server log. The log output is below. There appear to be errors in the log (in bold). Are any of the errors or warnings a problem?
14:10:52,619 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem
14:10:52,619 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
14:10:52,635 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem
14:10:52,619 INFO [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem
14:10:52,635 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
14:10:52,650 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
14:10:52,681 INFO [org.jboss.as.connector] (MSC service thread 1-11) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
14:10:52,728 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
14:10:52,759 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013100: Current PicketBox version=4.0.7.Final
14:10:52,806 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-10) Starting Coyote HTTP/1.1 on http-localhost-127.0.0.1-8080
14:10:52,837 INFO [org.jboss.as.naming] (MSC service thread 1-13) JBAS011802: Starting Naming Service
14:10:52,837 INFO [org.jboss.as.mail.extension] (MSC service thread 1-13) JBAS015400: Bound mail session [java:jboss/mail/Default]
14:10:53,040 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
14:10:53,040 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) JBAS010400: Bound data source [java:jboss/datasources/jbpmDS]
14:10:53,695 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-15) JBoss Web Services - Stack CXF Server 4.0.2.GA
14:10:53,789 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-14) JBAS015012: Started FileSystemDeploymentService for directory C:\jbpm\jboss-as-7.1.1.Final\standalone\deployments
14:10:53,789 INFO [org.jboss.as.remoting] (MSC service thread 1-16) JBAS017100: Listening on localhost/127.0.0.1:4447
14:10:53,789 INFO [org.jboss.as.remoting] (MSC service thread 1-10) JBAS017100: Listening on /127.0.0.1:9999
14:10:53,867 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "designer.war"
14:10:53,867 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jbpm-gwt-console.war"
14:10:53,867 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "drools-guvnor.war"
14:10:53,867 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jbpm-gwt-console-server.war"
*14:10:59,670 ERROR [org.reflections.Reflections] (MSC service thread 1-13) could not create Vfs.Dir from url. ignoring the exception and continuing: org.reflections.ReflectionsException: could not create Dir using org.jboss.errai.bus.server.service.metadata.VFSUrlType from url vfs:/C:/jbpm/content/jbpm-gwt-console.war/WEB-INF/classes/*
* at org.reflections.vfs.Vfs.fromURL(Vfs.java:99) [reflections-0.9.5-RC2_jboss-SP1.jar:]*
* at org.reflections.vfs.Vfs.fromURL(Vfs.java:89) [reflections-0.9.5-RC2_jboss-SP1.jar:]*
* at org.reflections.Reflections.scan(Reflections.java:136) [reflections-0.9.5-RC2_jboss-SP1.jar:]*
* at org.jboss.errai.bus.server.service.metadata.MetaDataScanner.<init>(MetaDataScanner.java:83) [errai-bus-1.1-Final.jar:1.1-Final]*
* at org.jboss.errai.bus.server.service.metadata.MetaDataScanner.createInstance(MetaDataScanner.java:95) [errai-bus-1.1-Final.jar:1.1-Final]*
* at org.jboss.errai.bus.server.service.metadata.MetaDataScanner.createInstance(MetaDataScanner.java:87) [errai-bus-1.1-Final.jar:1.1-Final]*
* at org.jboss.errai.bus.server.service.ErraiServiceConfiguratorImpl.<init>(ErraiServiceConfiguratorImpl.java:58) [errai-bus-1.1-Final.jar:1.1-Final]*
* at org.jboss.errai.bus.server.service.ErraiServiceConfiguratorImpl$$FastClassByGuice$$b6139751.newInstance(<generated>)*
* at com.google.inject.internal.cglib.reflect.FastConstructor.newInstance(FastConstructor.java:40) [guice-2.0.jar:]*
* at com.google.inject.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:60) [guice-2.0.jar:]*
* at com.google.inject.ConstructorInjector.construct(ConstructorInjector.java:85) [guice-2.0.jar:]*
* at com.google.inject.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:111) [guice-2.0.jar:]*
* at com.google.inject.FactoryProxy.get(FactoryProxy.java:56) [guice-2.0.jar:]*
* at com.google.inject.SingleParameterInjector.inject(SingleParameterInjector.java:42) [guice-2.0.jar:]*
* at com.google.inject.SingleParameterInjector.getAll(SingleParameterInjector.java:66) [guice-2.0.jar:]*
* at com.google.inject.ConstructorInjector.construct(ConstructorInjector.java:84) [guice-2.0.jar:]*
* at com.google.inject.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:111) [guice-2.0.jar:]*
* at com.google.inject.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:45) [guice-2.0.jar:]*
* at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:811) [guice-2.0.jar:]*
* at com.google.inject.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:42) [guice-2.0.jar:]*
* at com.google.inject.Scopes$1$1.get(Scopes.java:54) [guice-2.0.jar:]*
* at com.google.inject.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:48) [guice-2.0.jar:]*
* at com.google.inject.FactoryProxy.get(FactoryProxy.java:56) [guice-2.0.jar:]*
* at com.google.inject.InjectorImpl$4$1.call(InjectorImpl.java:758) [guice-2.0.jar:]*
* at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:804) [guice-2.0.jar:]*
* at com.google.inject.InjectorImpl$4.get(InjectorImpl.java:754) [guice-2.0.jar:]*
* at com.google.inject.InjectorImpl.getInstance(InjectorImpl.java:793) [guice-2.0.jar:]*
* at org.jboss.errai.bus.server.servlet.AbstractErraiServlet.buildService(AbstractErraiServlet.java:133) [errai-bus-1.1-Final.jar:1.1-Final]*
* at org.jboss.errai.bus.server.servlet.AbstractErraiServlet.init(AbstractErraiServlet.java:104) [errai-bus-1.1-Final.jar:1.1-Final]*
* at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202) [jbossweb-7.0.13.Final.jar:]*
* at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1102) [jbossweb-7.0.13.Final.jar:]*
* at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3655) [jbossweb-7.0.13.Final.jar:]*
* at org.apache.catalina.core.StandardContext.start(StandardContext.java:3873) [jbossweb-7.0.13.Final.jar:]*
* at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]*
* at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)*
* at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)*
* at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) [rt.jar:1.6.0_41]*
* at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) [rt.jar:1.6.0_41]*
* at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_41]*
*14:10:59,717 ERROR [org.reflections.Reflections] (MSC service thread 1-13) could not create Vfs.Dir from url. ignoring the exception and continuing: org.reflections.ReflectionsException: could not create Dir using org.jboss.errai.bus.server.service.metadata.VFSUrlType from url vfs:/C:/jbpm/content/jbpm-gwt-console.war/WEB-INF/lib/activity-monitor-ui-lib-1.1.1.Final.jar/*
* at org.reflections.vfs.Vfs.fromURL(Vfs.java:99) [reflections-0.9.5-RC2_jboss-SP1.jar:]*
* at org.reflections.vfs.Vfs.fromURL(Vfs.java:89) [reflections-0.9.5-RC2_jboss-SP1.jar:]*
* at org.reflections.Reflections.scan(Reflections.java:136) [reflections-0.9.5-RC2_jboss-SP1.jar:]*
* at org.jboss.errai.bus.server.service.metadata.MetaDataScanner.<init>(MetaDataScanner.java:83) [errai-bus-1.1-Final.jar:1.1-Final]*
* at org.jboss.errai.bus.server.service.metadata.MetaDataScanner.createInstance(MetaDataScanner.java:95) [errai-bus-1.1-Final.jar:1.1-Final]*
* at org.jboss.errai.bus.server.service.metadata.MetaDataScanner.createInstance(MetaDataScanner.java:87) [errai-bus-1.1-Final.jar:1.1-Final]*
* at org.jboss.errai.bus.server.service.ErraiServiceConfiguratorImpl.<init>(ErraiServiceConfiguratorImpl.java:58) [errai-bus-1.1-Final.jar:1.1-Final]*
* at org.jboss.errai.bus.server.service.ErraiServiceConfiguratorImpl$$FastClassByGuice$$b6139751.newInstance(<generated>)*
* at com.google.inject.internal.cglib.reflect.FastConstructor.newInstance(FastConstructor.java:40) [guice-2.0.jar:]*
* at com.google.inject.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:60) [guice-2.0.jar:]*
* at com.google.inject.ConstructorInjector.construct(ConstructorInjector.java:85) [guice-2.0.jar:]*
* at com.google.inject.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:111) [guice-2.0.jar:]*
* at com.google.inject.FactoryProxy.get(FactoryProxy.java:56) [guice-2.0.jar:]*
* at com.google.inject.SingleParameterInjector.inject(SingleParameterInjector.java:42) [guice-2.0.jar:]*
* at com.google.inject.SingleParameterInjector.getAll(SingleParameterInjector.java:66) [guice-2.0.jar:]*
* at com.google.inject.ConstructorInjector.construct(ConstructorInjector.java:84) [guice-2.0.jar:]*
* at com.google.inject.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:111) [guice-2.0.jar:]*
* at com.google.inject.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:45) [guice-2.0.jar:]*
* at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:811) [guice-2.0.jar:]*
* at com.google.inject.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:42) [guice-2.0.jar:]*
* at com.google.inject.Scopes$1$1.get(Scopes.java:54) [guice-2.0.jar:]*
* at com.google.inject.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:48) [guice-2.0.jar:]*
* at com.google.inject.FactoryProxy.get(FactoryProxy.java:56) [guice-2.0.jar:]*
* at com.google.inject.InjectorImpl$4$1.call(InjectorImpl.java:758) [guice-2.0.jar:]*
* at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:804) [guice-2.0.jar:]*
* at com.google.inject.InjectorImpl$4.get(InjectorImpl.java:754) [guice-2.0.jar:]*
* at com.google.inject.InjectorImpl.getInstance(InjectorImpl.java:793) [guice-2.0.jar:]*
* at org.jboss.errai.bus.server.servlet.AbstractErraiServlet.buildService(AbstractErraiServlet.java:133) [errai-bus-1.1-Final.jar:1.1-Final]*
* at org.jboss.errai.bus.server.servlet.AbstractErraiServlet.init(AbstractErraiServlet.java:104) [errai-bus-1.1-Final.jar:1.1-Final]*
* at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202) [jbossweb-7.0.13.Final.jar:]*
* at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1102) [jbossweb-7.0.13.Final.jar:]*
* at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3655) [jbossweb-7.0.13.Final.jar:]*
* at org.apache.catalina.core.StandardContext.start(StandardContext.java:3873) [jbossweb-7.0.13.Final.jar:]*
* at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]*
* at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)*
* at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)*
* at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) [rt.jar:1.6.0_41]*
* at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) [rt.jar:1.6.0_41]*
* at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_41]*
14:10:59,826 INFO [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (MSC service thread 1-13) Bootstrap Errai
14:10:59,826 INFO [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (MSC service thread 1-13) using dispatcher implementation: org.jboss.errai.bus.server.AsyncDispatcher
14:11:00,029 INFO [org.jboss.errai.bus.server.WorkerFactory] (MSC service thread 1-13) initializing async worker pools (poolSize: 5; workerTimeout: 5000)
14:11:00,029 INFO [org.jboss.errai.bus.server.WorkerFactory] (MSC service thread 1-13) starting worker pool.
14:11:00,029 INFO [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (MSC service thread 1-13) using session provider implementation: org.jboss.errai.bus.server.HttpSessionProvider
14:11:00,029 INFO [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-13) beging searching for Errai extensions ...
14:11:00,044 INFO [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-13) added extension binding: org.jboss.errai.bus.client.framework.ModelAdapter
14:11:00,044 INFO [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-13) total extension binding: 1
14:11:00,528 INFO [org.jboss.errai.bus.server.service.bootstrap.BootstrapContext] (MSC service thread 1-13) Running deferred bootstrap tasks ...
14:11:00,528 INFO [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (MSC service thread 1-13) Bootstrap complete. Ready to rumble!
14:11:00,544 INFO [org.jboss.web] (MSC service thread 1-13) JBAS018210: Registering web context: /jbpm-console
*14:11:00,793 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry derbyLocale_cs.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,793 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry derbyLocale_de_DE.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,793 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry derbyLocale_es.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,809 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry derbyLocale_fr.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,809 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry derbyLocale_hu.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,918 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry derbyLocale_it.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,918 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry derbyLocale_ja_JP.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,918 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry derbyLocale_ko_KR.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,965 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry derbyLocale_pl.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,965 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry derbyLocale_pt_BR.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,965 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry derbyLocale_ru.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,965 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry derbyLocale_zh_CN.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,980 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry derbyLocale_zh_TW.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,980 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry jaxb-api.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/jaxb-impl-2.2.5.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,980 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry activation.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/jaxb-impl-2.2.5.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,980 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry jsr173_1.0_api.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/jaxb-impl-2.2.5.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,996 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry jaxb1-impl.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/jaxb-impl-2.2.5.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,996 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry jaxb-api.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,996 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry jaxb-impl.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:00,996 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry jsr173_1.0_api.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:01,011 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry activation.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:01,011 WARN [org.jboss.as.server.deployment] (MSC service thread 1-9) Class Path entry activation.jar in "/C:/jbpm/content/jbpm-gwt-console-server.war/WEB-INF/lib/mail-1.4.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:01,058 WARN [org.jboss.as.server.deployment] (MSC service thread 1-14) JBAS015893: Encountered invalid class name 'org.springframework.context.ApplicationContext,org.springframework.beans.BeansException' for service type 'org.apache.cxf.bus.factory'*
*14:11:01,074 WARN [org.jboss.as.server.deployment] (MSC service thread 1-14) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'*
*14:11:01,074 WARN [org.jboss.as.server.deployment] (MSC service thread 1-14) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'*
*14:11:01,089 INFO [org.jboss.as.jpa] (MSC service thread 1-14) JBAS011401: Read persistence.xml for org.jbpm.persistence.jpa*
*14:11:01,760 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.jbpm-gwt-console-server.war" is using a private module ("org.jboss.netty:main") which may be changed or removed in future versions without notice.*
*14:11:01,791 WARN [org.jboss.as.ee] (MSC service thread 1-15) JBAS011006: Not installing optional component org.apache.cxf.transport.http.Servlet3ContinuationProvider$Servlet3Continuation due to exception: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011054: Could not find default constructor for class org.apache.cxf.transport.http.Servlet3ContinuationProvider$Servlet3Continuation*
* at org.jboss.as.ee.component.ComponentDescription$DefaultComponentConfigurator.configure(ComponentDescription.java:606)*
* at org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:81)*
* at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]*
* at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]*
* at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]*
* at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) [rt.jar:1.6.0_41]*
* at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) [rt.jar:1.6.0_41]*
* at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_41]*
*14:11:01,807 WARN [org.jboss.as.ee] (MSC service thread 1-15) JBAS011006: Not installing optional component org.jboss.errai.bus.server.servlet.StandardAsyncServlet$1 due to exception: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011054: Could not find default constructor for class org.jboss.errai.bus.server.servlet.StandardAsyncServlet$1*
* at org.jboss.as.ee.component.ComponentDescription$DefaultComponentConfigurator.configure(ComponentDescription.java:606)*
* at org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:81)*
* at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]*
* at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]*
* at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]*
* at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) [rt.jar:1.6.0_41]*
* at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) [rt.jar:1.6.0_41]*
* at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_41]*
14:11:03,273 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-15) JBAS010403: Deploying JDBC-compliant driver class org.apache.derby.jdbc.AutoloadedDriver (version 10.5)
14:11:03,273 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-15) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
14:11:03,289 INFO [org.jboss.as.jpa] (MSC service thread 1-2) JBAS011402: Starting Persistence Unit Service 'jbpm-gwt-console-server.war#org.jbpm.persistence.jpa'
14:11:03,383 INFO [org.hibernate.annotations.common.Version] (MSC service thread 1-2) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
14:11:03,398 INFO [org.hibernate.Version] (MSC service thread 1-2) HHH000412: Hibernate Core {4.0.1.Final}
14:11:03,398 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-2) HHH000206: hibernate.properties not found
14:11:03,398 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-2) HHH000021: Bytecode provider name : javassist
14:11:03,414 INFO [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-2) HHH000204: Processing PersistenceUnitInfo [
name: org.jbpm.persistence.jpa
...]
*14:11:03,788 WARN [org.hibernate.internal.util.xml.DTDEntityResolver] (MSC service thread 1-2) HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/ http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!*
*14:11:04,022 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (MSC service thread 1-2) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider*
*14:11:05,348 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry avalon-framework-4.2.0.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,348 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry batik-all-1.7.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,348 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry commons-io-1.3.1.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,348 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry serializer-2.7.0.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,348 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry servlet-2.2.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,364 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xalan-2.7.0.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,364 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xercesImpl-2.7.1.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,364 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xml-apis-ext-1.3.04.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,364 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xmlgraphics-commons-1.3.1.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,364 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry fop-hyph.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,364 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jai_codec.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,379 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jai_core.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,379 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jai_imageio.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,379 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jimi-1.0.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,379 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xmlunit1.0.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/fop-0.95.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,379 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jaxb-api.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,395 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry activation.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,395 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jsr173_1.0_api.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,395 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jaxb1-impl.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,395 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jaxb-api.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/jaxb-xjc-2.1.13.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,395 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jaxb-impl.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/jaxb-xjc-2.1.13.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,411 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jsr173_1.0_api.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/jaxb-xjc-2.1.13.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,411 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry activation.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/jaxb-xjc-2.1.13.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,411 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xml-apis-1.0.b2.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,411 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry commons-lang-2.6.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,411 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry commons-io-2.1.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,426 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry log4j-1.2.16.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,426 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry activation.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/mail-1.4.1.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,426 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xml-apis.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/serializer-2.7.1.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,426 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xercesImpl.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,442 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xml-apis.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,442 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry serializer.jar in "/C:/jbpm/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:05,457 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'org.springframework.context.ApplicationContext,org.springframework.beans.BeansException' for service type 'org.apache.cxf.bus.factory'*
*14:11:05,473 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'*
*14:11:05,582 WARN [org.jboss.as.ee] (MSC service thread 1-7) JBAS011006: Not installing optional component org.apache.cxf.transport.http.Servlet3ContinuationProvider$Servlet3Continuation due to exception: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011054: Could not find default constructor for class org.apache.cxf.transport.http.Servlet3ContinuationProvider$Servlet3Continuation*
* at org.jboss.as.ee.component.ComponentDescription$DefaultComponentConfigurator.configure(ComponentDescription.java:606)*
* at org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:81)*
* at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]*
* at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]*
* at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]*
* at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) [rt.jar:1.6.0_41]*
* at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) [rt.jar:1.6.0_41]*
* at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_41]*
14:11:05,645 INFO [org.jboss.web] (MSC service thread 1-11) JBAS018210: Registering web context: /designer
14:11:06,754 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-2) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
14:11:06,770 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-2) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
14:11:06,770 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-2) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
14:11:06,770 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-2) HHH000397: Using ASTQueryTranslatorFactory
14:11:06,801 INFO [org.hibernate.validator.util.Version] (MSC service thread 1-2) Hibernate Validator 4.2.0.Final
14:11:06,973 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-2) HHH000228: Running hbm2ddl schema update
14:11:06,973 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-2) HHH000102: Fetching database metadata
14:11:06,988 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-2) HHH000396: Updating schema
14:11:07,004 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000261: Table found: JBPM.PUBLIC.EVENTTYPES
14:11:07,004 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000037: Columns: [eventtypes, instanceid]
14:11:07,004 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000108: Foreign keys: [fkb0e5621f7665489a]
14:11:07,004 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000126: Indexes: [fkb0e5621f7665489a_index_5]
14:11:07,004 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000261: Table found: JBPM.PUBLIC.NODEINSTANCELOG
14:11:07,004 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000037: Columns: [id, nodename, log_date, nodeinstanceid, type, processinstanceid, processid, nodeid]
14:11:07,004 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000108: Foreign keys: []
14:11:07,019 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000126: Indexes: [primary_key_8]
14:11:07,019 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000261: Table found: JBPM.PUBLIC.PROCESSINSTANCEINFO
14:11:07,019 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000037: Columns: [id, startdate, lastreaddate, state, processinstancebytearray, optlock, instanceid, processid, lastmodificationdate]
14:11:07,019 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000108: Foreign keys: []
14:11:07,019 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000126: Indexes: [primary_key_4]
14:11:07,035 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000261: Table found: JBPM.PUBLIC.PROCESSINSTANCELOG
14:11:07,035 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000037: Columns: [id, end_date, status, parentprocessinstanceid, start_date, outcome, processinstanceid, processid]
14:11:07,035 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000108: Foreign keys: []
14:11:07,035 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000126: Indexes: [primary_key_1]
14:11:07,051 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000261: Table found: JBPM.PUBLIC.SESSIONINFO
14:11:07,051 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000037: Columns: [rulesbytearray, id, startdate, optlock, lastmodificationdate]
14:11:07,051 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000108: Foreign keys: []
14:11:07,051 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000126: Indexes: [primary_key_7]
14:11:07,066 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000261: Table found: JBPM.PUBLIC.VARIABLEINSTANCELOG
14:11:07,066 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000037: Columns: [id, variableinstanceid, variableid, value, log_date, processinstanceid, processid]
14:11:07,066 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000108: Foreign keys: []
14:11:07,066 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000126: Indexes: [primary_key_19]
14:11:07,082 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000261: Table found: JBPM.PUBLIC.WORKITEMINFO
14:11:07,082 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000037: Columns: [workitembytearray, name, workitemid, state, optlock, creationdate, processinstanceid]
14:11:07,082 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000108: Foreign keys: []
14:11:07,082 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-2) HHH000126: Indexes: [primary_key_b]
14:11:07,082 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-2) HHH000232: Schema update complete
14:11:07,628 INFO [org.jboss.bpm.report.ReportFacade] (MSC service thread 1-5) Output dir: C:\jbpm\jboss-as-7.1.1.Final\standalone\tmp\vfs\tempce53c5f298479134\jbpm-gwt-console-server.war-c82a8108e0762dc7\WEB-INF/output/
14:11:07,628 INFO [org.jboss.bpm.report.ReportFacade] (MSC service thread 1-5) Report dir: C:\jbpm\jboss-as-7.1.1.Final\standalone\tmp\vfs\tempce53c5f298479134\jbpm-gwt-console-server.war-c82a8108e0762dc7\WEB-INF/reports/
14:11:07,628 INFO [org.jboss.bpm.report.BirtService] (BirtService-Init) Creating BIRT service in the background
14:11:07,721 INFO [org.jboss.web] (MSC service thread 1-5) JBAS018210: Registering web context: /gwt-console-server
14:11:10,763 INFO [org.jboss.bpm.report.BirtService] (BirtService-Init) Service created: org.eclipse.birt.report.engine.api.impl.ReportEngine@61070a02
*14:11:13,196 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_cs.jar in "/C:/jbpm/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.*
*14:11:13,212 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_de_DE.jar in "/C:/jbpm/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.*
*14:11:13,212 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_es.jar in "/C:/jbpm/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.*
*14:11:13,212 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_fr.jar in "/C:/jbpm/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.*
*14:11:13,212 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_hu.jar in "/C:/jbpm/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.*
*14:11:13,227 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_it.jar in "/C:/jbpm/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.*
*14:11:13,227 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ja_JP.jar in "/C:/jbpm/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.*
*14:11:13,227 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ko_KR.jar in "/C:/jbpm/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.*
*14:11:13,227 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_pl.jar in "/C:/jbpm/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.*
*14:11:13,243 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_pt_BR.jar in "/C:/jbpm/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.*
*14:11:13,243 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ru.jar in "/C:/jbpm/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.*
*14:11:13,243 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_zh_CN.jar in "/C:/jbpm/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.*
*14:11:13,243 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_zh_TW.jar in "/C:/jbpm/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.*
*14:11:13,243 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry iText-toolbox.jar in "/C:/jbpm/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:13,259 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry iText-toolbox-2.1.2.jar in "/C:/jbpm/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:13,259 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb-api.jar in "/C:/jbpm/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.*
*14:11:13,259 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry activation.jar in "/C:/jbpm/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.*
*14:11:13,259 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jsr173_1.0_api.jar in "/C:/jbpm/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.*
*14:11:13,274 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb1-impl.jar in "/C:/jbpm/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.*
*14:11:13,274 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb-api.jar in "/C:/jbpm/content/drools-guvnor.war/WEB-INF/lib/jaxb-xjc-2.0EA3.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:13,274 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb-impl.jar in "/C:/jbpm/content/drools-guvnor.war/WEB-INF/lib/jaxb-xjc-2.0EA3.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:13,274 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jsr173_1.0_api.jar in "/C:/jbpm/content/drools-guvnor.war/WEB-INF/lib/jaxb-xjc-2.0EA3.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:13,274 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry activation.jar in "/C:/jbpm/content/drools-guvnor.war/WEB-INF/lib/jaxb-xjc-2.0EA3.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:13,290 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb-api.jar in "/C:/jbpm/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.*
*14:11:13,290 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb-impl.jar in "/C:/jbpm/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.*
*14:11:13,290 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jsr173_1.0_api.jar in "/C:/jbpm/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.*
*14:11:13,290 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry activation.jar in "/C:/jbpm/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.*
*14:11:13,305 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry activation.jar in "/C:/jbpm/content/drools-guvnor.war/WEB-INF/lib/mail-1.4.jar" does not point to a valid jar for a Class-Path reference.*
*14:11:13,321 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.ConfigurableArchiveImpl' for service type 'org.jboss.shrinkwrap.spi.Configurable'*
*14:11:13,337 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.GenericArchiveImpl' for service type 'org.jboss.shrinkwrap.api.GenericArchive'*
*14:11:13,337 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'extension=.jar' for service type 'org.jboss.shrinkwrap.api.GenericArchive'*
*14:11:13,337 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'archiveFormat=UNKNOWN' for service type 'org.jboss.shrinkwrap.api.GenericArchive'*
*14:11:13,337 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.serialization.ZipSerializableViewImpl' for service type 'org.jboss.shrinkwrap.api.serialization.SerializableView'*
*14:11:13,337 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.spec.JavaArchiveImpl' for service type 'org.jboss.shrinkwrap.api.spec.JavaArchive'*
*14:11:13,352 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'extension=.jar' for service type 'org.jboss.shrinkwrap.api.spec.JavaArchive'*
*14:11:13,352 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'archiveFormat=ZIP' for service type 'org.jboss.shrinkwrap.api.spec.JavaArchive'*
*14:11:13,352 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.tar.TarExporterImpl' for service type 'org.jboss.shrinkwrap.api.exporter.TarExporter'*
*14:11:13,352 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'extension=.tar' for service type 'org.jboss.shrinkwrap.api.exporter.TarExporter'*
*14:11:13,352 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.importer.zip.ZipImporterImpl' for service type 'org.jboss.shrinkwrap.api.importer.ZipImporter'*
*14:11:13,368 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'extension=.jar' for service type 'org.jboss.shrinkwrap.api.importer.ZipImporter'*
*14:11:13,368 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterImpl' for service type 'org.jboss.shrinkwrap.api.importer.TarImporter'*
*14:11:13,368 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'extension=.tar' for service type 'org.jboss.shrinkwrap.api.importer.TarImporter'*
*14:11:13,368 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.spec.WebArchiveImpl' for service type 'org.jboss.shrinkwrap.api.spec.WebArchive'*
*14:11:13,368 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'extension=.war' for service type 'org.jboss.shrinkwrap.api.spec.WebArchive'*
*14:11:13,368 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'archiveFormat=ZIP' for service type 'org.jboss.shrinkwrap.api.spec.WebArchive'*
*14:11:13,383 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.tar.TarGzExporterImpl' for service type 'org.jboss.shrinkwrap.api.exporter.TarGzExporter'*
*14:11:13,383 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'extension=.tar.gz' for service type 'org.jboss.shrinkwrap.api.exporter.TarGzExporter'*
*14:11:13,383 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.serialization.ZipSerializableViewImpl' for service type 'org.jboss.shrinkwrap.api.serialization.ZipSerializableView'*
*14:11:13,383 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.importer.ExplodedImporterImpl' for service type 'org.jboss.shrinkwrap.api.importer.ExplodedImporter'*
*14:11:13,383 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.ExplodedExporterImpl' for service type 'org.jboss.shrinkwrap.api.exporter.ExplodedExporter'*
*14:11:13,399 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.spec.EnterpriseArchiveImpl' for service type 'org.jboss.shrinkwrap.api.spec.EnterpriseArchive'*
*14:11:13,399 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'extension=.ear' for service type 'org.jboss.shrinkwrap.api.spec.EnterpriseArchive'*
*14:11:13,399 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'archiveFormat=ZIP' for service type 'org.jboss.shrinkwrap.api.spec.EnterpriseArchive'*
*14:11:13,399 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.spec.ResourceAdapterArchiveImpl' for service type 'org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive'*
*14:11:13,415 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'extension=.rar' for service type 'org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive'*
*14:11:13,415 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'archiveFormat=ZIP' for service type 'org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive'*
*14:11:13,415 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.importer.tar.TarGzImporterImpl' for service type 'org.jboss.shrinkwrap.api.importer.TarGzImporter'*
*14:11:13,415 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'extension=.tar.gz' for service type 'org.jboss.shrinkwrap.api.importer.TarGzImporter'*
*14:11:13,415 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.zip.ZipExporterImpl' for service type 'org.jboss.shrinkwrap.api.exporter.ZipExporter'*
*14:11:13,430 WARN [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'*
14:11:13,820 INFO [org.jboss.weld.deployer] (MSC service thread 1-16) JBAS016002: Processing weld deployment drools-guvnor.war
14:11:13,992 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-13) JBAS010403: Deploying JDBC-compliant driver class org.apache.derby.jdbc.AutoloadedDriver (version 10.5)
14:11:14,007 INFO [org.jboss.weld.deployer] (MSC service thread 1-13) JBAS016005: Starting Services for CDI deployment: drools-guvnor.war
14:11:14,023 INFO [org.jboss.weld.Version] (MSC service thread 1-13) WELD-000900 1.1.5 (AS71)
14:11:14,038 INFO [org.jboss.weld.deployer] (MSC service thread 1-5) JBAS016008: Starting weld service for deployment drools-guvnor.war
14:11:14,194 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Solder Config XML provider starting...
14:11:14,194 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Loading XmlDocumentProvider: org.jboss.solder.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider
14:11:14,210 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Reading XML file: vfs:/C:/jbpm/content/drools-guvnor.war/WEB-INF/beans.xml
*14:11:14,226 WARN [org.jboss.solder.config.xml.model.ModelBuilder] (MSC service thread 1-5) Solder Config could not resolve XML namspace for: {}*
14:11:14,241 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Reading XML file: vfs:/C:/jbpm/content/drools-guvnor.war/WEB-INF/lib/guvnor-repository-5.5.0.Final.jar/META-INF/beans.xml
14:11:14,241 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Reading XML file: vfs:/C:/jbpm/content/drools-guvnor.war/WEB-INF/lib/seam-international-api-3.1.0.Final.jar/META-INF/beans.xml
14:11:14,241 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Reading XML file: vfs:/C:/jbpm/content/drools-guvnor.war/WEB-INF/lib/seam-remoting-3.1.0.Final.jar/META-INF/beans.xml
14:11:14,241 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Reading XML file: vfs:/C:/jbpm/content/drools-guvnor.war/WEB-INF/lib/seam-persistence-3.1.0.Final.jar/META-INF/beans.xml
14:11:14,257 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Reading XML file: vfs:/C:/jbpm/content/drools-guvnor.war/WEB-INF/lib/seam-transaction-3.1.0.Final.jar/META-INF/beans.xml
14:11:14,257 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Reading XML file: vfs:/C:/jbpm/content/drools-guvnor.war/WEB-INF/lib/seam-security-3.1.0.Final.jar/META-INF/beans.xml
14:11:14,257 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Reading XML file: vfs:/C:/jbpm/content/drools-guvnor.war/WEB-INF/lib/guvnor-webapp-core-5.5.0.Final.jar/META-INF/beans.xml
14:11:14,257 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Reading XML file: vfs:/C:/jbpm/content/drools-guvnor.war/WEB-INF/lib/seam-conversation-spi-3.0.0.Final.jar/META-INF/beans.xml
*14:11:14,272 WARN [org.jboss.solder.config.xml.model.ModelBuilder] (MSC service thread 1-5) Solder Config could not resolve XML namspace for: {}*
14:11:14,272 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Reading XML file: vfs:/C:/jbpm/content/drools-guvnor.war/WEB-INF/lib/seam-security-api-3.1.0.Final.jar/META-INF/beans.xml
14:11:14,272 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Reading XML file: vfs:/C:/jbpm/content/drools-guvnor.war/WEB-INF/lib/seam-international-3.1.0.Final.jar/META-INF/beans.xml
14:11:14,272 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Adding XML Defined Bean: org.drools.guvnor.server.repository.GuvnorBootstrapConfiguration
14:11:14,288 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Adding XML Defined Bean: org.jboss.seam.security.IdentityImpl
14:11:14,304 INFO [org.jboss.solder.Version] (MSC service thread 1-5) Solder 3.1.1.Final (build id: 3.1.1.Final)
14:11:14,304 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.jboss.seam.transaction.NoTransaction from being installed as bean due to @Veto annotation
14:11:14,319 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.jboss.seam.transaction.UTTransaction from being installed as bean due to @Veto annotation
14:11:14,428 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.jboss.seam.transaction.HibernateTransaction from being installed as bean due to @Veto annotation
14:11:14,428 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.jboss.seam.transaction.SeSynchronizations from being installed as bean due to @Veto annotation
14:11:14,444 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.jboss.seam.transaction.CMTTransaction from being installed as bean due to @Veto annotation
14:11:14,444 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.jboss.seam.transaction.EntityTransaction from being installed as bean due to @Veto annotation
14:11:14,584 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Preventing installation of default bean: org.jboss.seam.security.IdentityImpl
14:11:14,647 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.jboss.seam.security.SecurityEventMessages from being installed as bean due to @Veto annotation
14:11:14,881 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.jboss.seam.international.locale.LocaleConfiguration from being installed as bean due to @Veto annotation
14:11:14,912 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.drools.guvnor.server.TestScenarioServiceServlet from being installed as bean due to @Veto annotation
14:11:14,943 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.drools.guvnor.server.SuggestionCompletionEngineServiceServlet from being installed as bean due to @Veto annotation
14:11:15,052 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.drools.guvnor.server.DroolsServiceServlet from being installed as bean due to @Veto annotation
14:11:15,068 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.drools.guvnor.server.WorkItemServiceServlet from being installed as bean due to @Veto annotation
14:11:15,520 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.drools.guvnor.server.simulation.SimulationTestServiceServlet from being installed as bean due to @Veto annotation
14:11:16,082 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.drools.guvnor.server.AssetServiceServlet from being installed as bean due to @Veto annotation
14:11:16,363 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.drools.guvnor.server.CategoryServiceServlet from being installed as bean due to @Veto annotation
14:11:16,410 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.drools.guvnor.server.ModuleServiceServlet from being installed as bean due to @Veto annotation
14:11:16,566 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.drools.guvnor.server.SecurityServiceServlet from being installed as bean due to @Veto annotation
14:11:16,768 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.drools.guvnor.server.RepositoryServiceServlet from being installed as bean due to @Veto annotation
14:11:16,924 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Preventing installation of default bean: org.drools.guvnor.server.repository.GuvnorBootstrapConfiguration
14:11:17,065 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.jboss.seam.persistence.HibernatePersistenceProvider from being installed as bean due to @Veto annotation
14:11:17,065 INFO [org.jboss.solder.core.CoreExtension] (MSC service thread 1-5) Preventing class org.jboss.seam.persistence.hibernate.HibernateManagedSessionExtensionImpl from being installed as bean due to @Veto annotation
14:11:17,080 INFO [org.jboss.solder.exception.control.extension] (MSC service thread 1-5) 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
14:11:17,112 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Wrapping InjectionTarget to set field values: org.jboss.seam.security.IdentityImpl
14:11:17,236 INFO [org.jboss.seam.international.status.TypedStatusMessageBundleExtension] (MSC service thread 1-5) Add @MessageBundle to org.jboss.solder.reflection.annotated.AnnotationBuilder.messages injection point for the type: org.jboss.solder.support.SolderMessages
14:11:17,252 INFO [org.jboss.seam.international.status.TypedStatusMessageBundleExtension] (MSC service thread 1-5) Add @MessageBundle to org.jboss.solder.reflection.annotated.AnnotatedTypeBuilder.messages injection point for the type: org.jboss.solder.support.SolderMessages
14:11:17,283 INFO [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-5) Wrapping InjectionTarget to set field values: org.drools.guvnor.server.repository.GuvnorBootstrapConfiguration
14:11:17,673 INFO [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-9) Initializing Mojarra 2.1.7-jbossorg-1 (20120227-1401) for context '/drools-guvnor'
14:11:19,171 INFO [solder-servlet] (MSC service thread 1-9) Catch Integration for Servlets enabled
14:11:19,186 INFO [org.jboss.web] (MSC service thread 1-9) JBAS018210: Registering web context: /drools-guvnor
14:11:19,186 INFO [org.jboss.as] (MSC service thread 1-12) JBAS015951: Admin console listening on http://127.0.0.1:9990 http://127.0.0.1:9990
14:11:19,186 INFO [org.jboss.as] (MSC service thread 1-12) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 29235ms - Started 475 of 559 services (82 services are passive or on-demand)
14:11:19,264 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "jbpm-gwt-console.war"
14:11:19,264 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "jbpm-gwt-console-server.war"
14:11:19,264 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "drools-guvnor.war"
14:11:19,264 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "designer.war"
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/801428#801428]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 1 month
[jBPM] - Unable to build EntityManagerFactory [PersistenceUnit: org.jbpm.persistence.jpa]
by Ouadi BEL
Ouadi BEL [https://community.jboss.org/people/ouadi_dev] created the discussion
"Unable to build EntityManagerFactory [PersistenceUnit: org.jbpm.persistence.jpa]"
To view the discussion, visit: https://community.jboss.org/message/801123#801123
--------------------------------------------------------------
Can anyone help me please what's the problem her :
> 17:11:30,823 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [text, notification_names_id, notification_subjects_id, task_descriptions_id, id, task_names_id, notification_descriptions_id, reassignment_documentation_id, deadline_documentation_id, language, shorttext, notification_documentation_id, task_subjects_id]
> 17:11:30,824 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk2349686b98b62b, fk2349686b5eebb6d9, fk2349686b3330f6d9, fk2349686bf952cee4, fk2349686bd488ceeb, fk2349686bb2fa6b18, fk2349686b8046a239, fk2349686b69b21ee8, fk2349686b2162dfb4]
> 17:11:30,827 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [fk2349686b98b62b, fk2349686b3330f6d9, fk2349686b5eebb6d9, primary, fk2349686bf952cee4, fk2349686bd488ceeb, fk2349686bb2fa6b18, fk2349686b8046a239, fk2349686b69b21ee8, fk2349686b2162dfb4]
> 17:11:30,848 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.NodeInstanceLog
> 17:11:30,855 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [id, nodename, log_date, nodeinstanceid, type, processinstanceid, processid, nodeid]
> 17:11:30,856 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:30,856 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [primary]
> 17:11:30,885 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.Notification
> 17:11:30,886 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [id, escalation_notifications_id, priority, dtype]
> 17:11:30,887 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk2d45dd0b3e0890b]
> 17:11:30,888 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [primary, fk2d45dd0b3e0890b]
> 17:11:30,917 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.Notification_BAs
> 17:11:30,919 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_id, entity_id]
> 17:11:30,920 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk2dd68ee09c76eaba, fk2dd68ee02c122ed2]
> 17:11:30,922 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [fk2dd68ee09c76eaba, fk2dd68ee02c122ed2]
> 17:11:30,937 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.Notification_Recipients
> 17:11:30,938 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_id, entity_id]
> 17:11:30,939 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk98fd214e9c76eaba, fk98fd214e2c122ed2]
> 17:11:30,939 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [fk98fd214e9c76eaba, fk98fd214e2c122ed2]
> 17:11:30,953 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.OrganizationalEntity
> 17:11:30,955 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [id, dtype]
> 17:11:30,957 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:30,957 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [primary]
> 17:11:30,979 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.PeopleAssignments_BAs
> 17:11:30,979 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_id, entity_id]
> 17:11:30,980 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk9d8cf4ec36b2f154, fk9d8cf4ec2c122ed2]
> 17:11:30,981 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [fk9d8cf4ec36b2f154, fk9d8cf4ec2c122ed2]
> 17:11:30,989 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.PeopleAssignments_ExclOwners
> 17:11:30,993 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_id, entity_id]
> 17:11:30,994 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fkc77b97e436b2f154, fkc77b97e42c122ed2]
> 17:11:30,995 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [fkc77b97e436b2f154, fkc77b97e42c122ed2]
> 17:11:31,010 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.PeopleAssignments_PotOwners
> 17:11:31,011 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_id, entity_id]
> 17:11:31,014 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk1ee418d36b2f154, fk1ee418d2c122ed2]
> 17:11:31,015 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [fk1ee418d36b2f154, fk1ee418d2c122ed2]
> 17:11:31,044 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.PeopleAssignments_Recipients
> 17:11:31,045 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_id, entity_id]
> 17:11:31,046 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fkc6f615c22c122ed2, fkc6f615c236b2f154]
> 17:11:31,047 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [fkc6f615c22c122ed2, fkc6f615c236b2f154]
> 17:11:31,060 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.PeopleAssignments_Stakeholders
> 17:11:31,061 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_id, entity_id]
> 17:11:31,061 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk482f79d536b2f154, fk482f79d52c122ed2]
> 17:11:31,062 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [fk482f79d536b2f154, fk482f79d52c122ed2]
> 17:11:31,086 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.ProcessInstanceEventInfo
> 17:11:31,087 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [id, optlock, eventtype, processinstanceid]
> 17:11:31,090 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,091 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [primary]
> 17:11:31,105 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.ProcessInstanceInfo
> 17:11:31,106 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [startdate, lastreaddate, state, processinstancebytearray, optlock, instanceid, lastmodificationdate, processid]
> 17:11:31,107 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,108 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [primary]
> 17:11:31,115 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.ProcessInstanceLog
> 17:11:31,115 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [id, end_date, status, parentprocessinstanceid, start_date, outcome, processinstanceid, processid]
> 17:11:31,116 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,117 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [primary]
> 17:11:31,123 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.Reassignment
> 17:11:31,124 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [escalation_reassignments_id, id]
> 17:11:31,125 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk724d0560a5c17ee0]
> 17:11:31,130 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [fk724d0560a5c17ee0, primary]
> 17:11:31,143 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.Reassignment_potentialOwners
> 17:11:31,147 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_id, entity_id]
> 17:11:31,147 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk90b59cffe17e130f, fk90b59cff2c122ed2]
> 17:11:31,148 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [fk90b59cffe17e130f, fk90b59cff2c122ed2]
> 17:11:31,162 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.SessionInfo
> 17:11:31,162 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [rulesbytearray, id, startdate, optlock, lastmodificationdate]
> 17:11:31,163 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,163 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [primary]
> 17:11:31,169 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.SubTasksStrategy
> 17:11:31,170 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [id, name, task_id, dtype]
> 17:11:31,170 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fkde5df2e136b2f154]
> 17:11:31,171 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [primary, fkde5df2e136b2f154]
> 17:11:31,186 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.Task
> 17:11:31,187 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [outputcontentid, parentid, optlock, expirationtime, previousstatus, id, faultname, createdby_id, archived, skipable, priority, faulttype, taskinitiator_id, documentcontentid, faultaccesstype, outputaccesstype, allowedtodelegate, status, completedon, documentaccesstype, outputtype, createdon, activationtime, faultcontentid, processinstanceid, processsessionid, actualowner_id, workitemid, documenttype, processid]
> 17:11:31,189 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk27a9a5f213f8b5, fk27a9a56ce1ef3a, fk27a9a59e619a0]
> 17:11:31,195 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [fk27a9a5f213f8b5, primary, fk27a9a56ce1ef3a, fk27a9a59e619a0]
> 17:11:31,207 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.VariableInstanceLog
> 17:11:31,214 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [id, variableinstanceid, variableid, value, log_date, processinstanceid, processid]
> 17:11:31,214 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,215 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [primary]
> 17:11:31,220 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.WorkItemInfo
> 17:11:31,221 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [workitembytearray, name, workitemid, state, optlock, creationdate, processinstanceid]
> 17:11:31,231 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,235 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [primary]
> 17:11:31,248 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.task_comment
> 17:11:31,249 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [id, taskdata_comments_id, text, addedat, addedby_id]
> 17:11:31,249 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk61f475a52ff04688, fk61f475a5b35e68f5]
> 17:11:31,250 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [fk61f475a52ff04688, primary, fk61f475a5b35e68f5]
> 17:11:31,269 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.ATTACHMENT_ID_SEQ
> 17:11:31,270 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [next_val]
> 17:11:31,271 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,271 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: []
> 17:11:31,276 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.BOOLEANEXPR_ID_SEQ
> 17:11:31,279 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [next_val]
> 17:11:31,279 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,279 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: []
> 17:11:31,290 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.COMMENT_ID_SEQ
> 17:11:31,291 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [next_val]
> 17:11:31,291 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,292 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: []
> 17:11:31,300 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.DEADLINE_ID_SEQ
> 17:11:31,301 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [next_val]
> 17:11:31,301 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,302 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: []
> 17:11:31,310 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.ESCALATION_ID_SEQ
> 17:11:31,311 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [next_val]
> 17:11:31,311 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,312 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: []
> 17:11:31,316 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.I18NTEXT_ID_SEQ
> 17:11:31,317 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [next_val]
> 17:11:31,317 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,318 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: []
> 17:11:31,322 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.NODE_INST_LOG_ID_SEQ
> 17:11:31,323 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [next_val]
> 17:11:31,324 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,324 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: []
> 17:11:31,329 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.NOTIFICATION_ID_SEQ
> 17:11:31,329 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [next_val]
> 17:11:31,330 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,330 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: []
> 17:11:31,361 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.PROC_INST_EVENT_ID_SEQ
> 17:11:31,361 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [next_val]
> 17:11:31,362 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,363 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: []
> 17:11:31,372 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.PROC_INST_LOG_ID_SEQ
> 17:11:31,373 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [next_val]
> 17:11:31,374 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,375 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: []
> 17:11:31,384 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.REASSIGNMENT_ID_SEQ
> 17:11:31,385 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [next_val]
> 17:11:31,386 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,387 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: []
> 17:11:31,395 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.SESSIONINFO_ID_SEQ
> 17:11:31,398 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [next_val]
> 17:11:31,398 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,399 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: []
> 17:11:31,407 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.VAR_INST_LOG_ID_SEQ
> 17:11:31,408 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [next_val]
> 17:11:31,409 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,410 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: []
> 17:11:31,419 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.WORKITEMINFO_ID_SEQ
> 17:11:31,420 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [next_val]
> 17:11:31,421 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,421 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: []
> 17:11:31,431 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: DB_jBPM5_WebApp_Example.hibernate_sequence
> 17:11:31,432 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [next_val]
> 17:11:31,432 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: []
> 17:11:31,433 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: []
> 17:11:31,433 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-4) HHH000232: Schema update complete
> 17:11:32,199 INFO [org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl] (MSC service thread 1-1) HHH000402: Using Hibernate built-in connection pool (not for production use!)
> 17:11:32,202 INFO [org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl] (MSC service thread 1-1) HHH000115: Hibernate connection pool size: 20
> 17:11:32,203 INFO [org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl] (MSC service thread 1-1) HHH000006: Autocommit mode: true
> 17:11:32,204 INFO [org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl] (MSC service thread 1-1) HHH000401: using driver [com.mysql.jdbc.Driver] at URL [jdbc:mysql://localhost:3306/DB_jBPM5_WebApp_Example]
> 17:11:32,208 INFO [org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl] (MSC service thread 1-1) HHH000046: Connection properties: {user=root, password=****, autocommit=true, release_mode=auto}
> 17:11:32,210 WARN [org.hibernate.engine.jdbc.internal.JdbcServicesImpl] (MSC service thread 1-1) HHH000342: Could not obtain connection to query metadata : No suitable driver found for jdbc:mysql://localhost:3306/DB_jBPM5_WebApp_Example
> 17:11:32,219 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-1) HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
> 17:11:32,220 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-1) HHH000422: Disabling contextual LOB creation as connection was null
> 17:11:32,227 WARN [org.hibernate.service.jta.platform.internal.JtaPlatformInitiator] (MSC service thread 1-1) HHH000427: Using deprecated org.hibernate.transaction.TransactionManagerLookup strategy [hibernate.transaction.manager_lookup_class], use newer org.hibernate.service.jta.platform.spi.JtaPlatform strategy instead [hibernate.transaction.jta.platform]
> 17:11:32,228 INFO [org.hibernate.service.jta.platform.internal.JtaPlatformInitiator] (MSC service thread 1-1) HHH000428: Encountered legacy TransactionManagerLookup specified; convert to newer org.hibernate.service.jta.platform.spi.JtaPlatform contract specified via hibernate.transaction.jta.platform setting
> 17:11:32,230 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-1) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
> 17:11:32,232 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-1) HHH000397: Using ASTQueryTranslatorFactory
> 17:11:32,436 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-1) HHH000228: Running hbm2ddl schema update
> 17:11:32,437 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-1) HHH000102: Fetching database metadata
> 17:11:32,437 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-1) HHH000319: Could not get database metadata: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/DB_jBPM5_WebApp_Example
> at java.sql.DriverManager.getConnection(DriverManager.java:604) [rt.jar:1.7.0_15]
> at java.sql.DriverManager.getConnection(DriverManager.java:190) [rt.jar:1.7.0_15]
> at org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl.getConnection(DriverManagerConnectionProviderImpl.java:173) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.prepare(SuppliedConnectionProviderConnectionHelper.java:51) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:194) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:178) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:457) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1737) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.ejb.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:84) [hibernate-entitymanager-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:904) [hibernate-entitymanager-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:889) [hibernate-entitymanager-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:56) [hibernate-entitymanager-4.0.1.Final.jar:4.0.1.Final]
> at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:63) [hibernate-jpa-2.0-api-1.0.1.Final.jar:1.0.1.Final]
> at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:47) [hibernate-jpa-2.0-api-1.0.1.Final.jar:1.0.1.Final]
> at main.java.com.sample.taskserver.HumanTaskStartupServlet.init(HumanTaskStartupServlet.java:38) [classes:]
> at javax.servlet.GenericServlet.init(GenericServlet.java:242) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
> at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1102) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3655) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardContext.start(StandardContext.java:3873) [jbossweb-7.0.13.Final.jar:]
> at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_15]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_15]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_15]
>
>
> 17:11:32,456 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-1) HHH000299: Could not complete schema update: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/DB_jBPM5_WebApp_Example
> at java.sql.DriverManager.getConnection(DriverManager.java:604) [rt.jar:1.7.0_15]
> at java.sql.DriverManager.getConnection(DriverManager.java:190) [rt.jar:1.7.0_15]
> at org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl.getConnection(DriverManagerConnectionProviderImpl.java:173) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.prepare(SuppliedConnectionProviderConnectionHelper.java:51) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:194) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:178) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:457) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1737) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.ejb.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:84) [hibernate-entitymanager-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:904) [hibernate-entitymanager-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:889) [hibernate-entitymanager-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:56) [hibernate-entitymanager-4.0.1.Final.jar:4.0.1.Final]
> at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:63) [hibernate-jpa-2.0-api-1.0.1.Final.jar:1.0.1.Final]
> at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:47) [hibernate-jpa-2.0-api-1.0.1.Final.jar:1.0.1.Final]
> at main.java.com.sample.taskserver.HumanTaskStartupServlet.init(HumanTaskStartupServlet.java:38) [classes:]
> at javax.servlet.GenericServlet.init(GenericServlet.java:242) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
> at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1102) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3655) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardContext.start(StandardContext.java:3873) [jbossweb-7.0.13.Final.jar:]
> at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_15]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_15]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_15]
>
>
> 17:11:32,481 WARN [org.hibernate.internal.SessionFactoryImpl] (MSC service thread 1-1) HHH000008: JTASessionContext being used with JDBCTransactionFactory; auto-flush will not operate correctly with getCurrentSession()
> 17:11:33,027 WARN [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (MSC service thread 1-1) SQL Error: 0, SQLState: 08001
> 17:11:33,028 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (MSC service thread 1-1) No suitable driver found for jdbc:mysql://localhost:3306/DB_jBPM5_WebApp_Example
> 17:11:33,032 WARN [org.jbpm.task.service.persistence.TaskLocalTransactionManager] (MSC service thread 1-1) Unable to begin transaction: javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: Could not open connection
> at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1361) [hibernate-entitymanager-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1289) [hibernate-entitymanager-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:1371) [hibernate-entitymanager-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.ejb.TransactionImpl.begin(TransactionImpl.java:60) [hibernate-entitymanager-4.0.1.Final.jar:4.0.1.Final]
> at org.jbpm.task.service.persistence.TaskLocalTransactionManager.begin(TaskLocalTransactionManager.java:42) [jbpm-human-task-core-5.4.0.Final.jar:5.4.0.Final]
> at org.jbpm.task.service.persistence.TaskPersistenceManager.beginTransaction(TaskPersistenceManager.java:100) [jbpm-human-task-core-5.4.0.Final.jar:5.4.0.Final]
> at org.jbpm.task.service.persistence.TaskPersistenceManager.getUnescalatedDeadlines(TaskPersistenceManager.java:177) [jbpm-human-task-core-5.4.0.Final.jar:5.4.0.Final]
> at org.jbpm.task.service.TaskServiceSession.scheduleUnescalatedDeadlines(TaskServiceSession.java:242) [jbpm-human-task-core-5.4.0.Final.jar:5.4.0.Final]
> at org.jbpm.task.service.TaskService.initialize(TaskService.java:134) [jbpm-human-task-core-5.4.0.Final.jar:5.4.0.Final]
> at org.jbpm.task.service.TaskService.initialize(TaskService.java:119) [jbpm-human-task-core-5.4.0.Final.jar:5.4.0.Final]
> at org.jbpm.task.service.TaskService.<init>(TaskService.java:97) [jbpm-human-task-core-5.4.0.Final.jar:5.4.0.Final]
> at main.java.com.sample.taskserver.HumanTaskStartupServlet.init(HumanTaskStartupServlet.java:39) [classes:]
> at javax.servlet.GenericServlet.init(GenericServlet.java:242) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
> at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1102) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3655) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardContext.start(StandardContext.java:3873) [jbossweb-7.0.13.Final.jar:]
> at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_15]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_15]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_15]
> Caused by: org.hibernate.exception.JDBCConnectionException: Could not open connection
> at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:131) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:47) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:125) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:110) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.obtainConnection(LogicalConnectionImpl.java:304) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.getConnection(LogicalConnectionImpl.java:169) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.doBegin(JdbcTransaction.java:67) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.begin(AbstractTransactionImpl.java:160) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.internal.SessionImpl.beginTransaction(SessionImpl.java:1263) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.ejb.TransactionImpl.begin(TransactionImpl.java:57) [hibernate-entitymanager-4.0.1.Final.jar:4.0.1.Final]
> ... 19 more
> Caused by: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/DB_jBPM5_WebApp_Example
> at java.sql.DriverManager.getConnection(DriverManager.java:604) [rt.jar:1.7.0_15]
> at java.sql.DriverManager.getConnection(DriverManager.java:190) [rt.jar:1.7.0_15]
> at org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl.getConnection(DriverManagerConnectionProviderImpl.java:173) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.internal.AbstractSessionImpl$NonContextualJdbcConnectionAccess.obtainConnection(AbstractSessionImpl.java:276) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.obtainConnection(LogicalConnectionImpl.java:297) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
> ... 24 more
>
>
> 17:11:33,085 INFO [main.java.com.sample.handler.CustomExceptionHandler] (MSC service thread 1-1) ------------------------------------ERROR-------------------------------------
> 17:11:33,086 ERROR [main.java.com.sample.handler.CustomExceptionHandler] (MSC service thread 1-1) STACK TRACE: org.jbpm.task.service.persistence.TaskLocalTransactionManager.begin(TaskLocalTransactionManager.java:46)
> 17:11:33,087 INFO [main.java.com.sample.handler.CustomExceptionHandler] (MSC service thread 1-1) ------------------------------------ERROR-------------------------------------
> 17:11:33,088 ERROR [stderr] (MSC service thread 1-1) java.lang.RuntimeException: Unable to begin transaction
> 17:11:33,089 ERROR [stderr] (MSC service thread 1-1) at org.jbpm.task.service.persistence.TaskLocalTransactionManager.begin(TaskLocalTransactionManager.java:46)
> 17:11:33,094 ERROR [stderr] (MSC service thread 1-1) at org.jbpm.task.service.persistence.TaskPersistenceManager.beginTransaction(TaskPersistenceManager.java:100)
> 17:11:33,094 ERROR [stderr] (MSC service thread 1-1) at org.jbpm.task.service.persistence.TaskPersistenceManager.getUnescalatedDeadlines(TaskPersistenceManager.java:177)
> 17:11:33,095 ERROR [stderr] (MSC service thread 1-1) at org.jbpm.task.service.TaskServiceSession.scheduleUnescalatedDeadlines(TaskServiceSession.java:242)
> 17:11:33,100 ERROR [stderr] (MSC service thread 1-1) at org.jbpm.task.service.TaskService.initialize(TaskService.java:134)
> 17:11:33,100 ERROR [stderr] (MSC service thread 1-1) at org.jbpm.task.service.TaskService.initialize(TaskService.java:119)
> 17:11:33,101 ERROR [stderr] (MSC service thread 1-1) at org.jbpm.task.service.TaskService.<init>(TaskService.java:97)
> 17:11:33,101 ERROR [stderr] (MSC service thread 1-1) at main.java.com.sample.taskserver.HumanTaskStartupServlet.init(HumanTaskStartupServlet.java:39)
> 17:11:33,102 ERROR [stderr] (MSC service thread 1-1) at javax.servlet.GenericServlet.init(GenericServlet.java:242)
> 17:11:33,102 ERROR [stderr] (MSC service thread 1-1) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202)
> 17:11:33,103 ERROR [stderr] (MSC service thread 1-1) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1102)
> 17:11:33,103 ERROR [stderr] (MSC service thread 1-1) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3655)
> 17:11:33,103 ERROR [stderr] (MSC service thread 1-1) at org.apache.catalina.core.StandardContext.start(StandardContext.java:3873)
> 17:11:33,105 ERROR [stderr] (MSC service thread 1-1) at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90)
> 17:11:33,105 ERROR [stderr] (MSC service thread 1-1) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
> 17:11:33,106 ERROR [stderr] (MSC service thread 1-1) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
> 17:11:33,107 ERROR [stderr] (MSC service thread 1-1) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> 17:11:33,107 ERROR [stderr] (MSC service thread 1-1) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> 17:11:33,108 ERROR [stderr] (MSC service thread 1-1) at java.lang.Thread.run(Thread.java:722)
> 17:11:33,108 ERROR [stderr] (MSC service thread 1-1) Caused by: javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: Could not open connection
> 17:11:33,109 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1361)
> 17:11:33,109 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1289)
> 17:11:33,110 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:1371)
> 17:11:33,110 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.ejb.TransactionImpl.begin(TransactionImpl.java:60)
> 17:11:33,111 ERROR [stderr] (MSC service thread 1-1) at org.jbpm.task.service.persistence.TaskLocalTransactionManager.begin(TaskLocalTransactionManager.java:42)
> 17:11:33,111 ERROR [stderr] (MSC service thread 1-1) ... 18 more
> 17:11:33,112 ERROR [stderr] (MSC service thread 1-1) Caused by: org.hibernate.exception.JDBCConnectionException: Could not open connection
> 17:11:33,112 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:131)
> 17:11:33,113 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:47)
> 17:11:33,113 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:125)
> 17:11:33,114 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:110)
> 17:11:33,115 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.obtainConnection(LogicalConnectionImpl.java:304)
> 17:11:33,115 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.getConnection(LogicalConnectionImpl.java:169)
> 17:11:33,116 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.doBegin(JdbcTransaction.java:67)
> 17:11:33,116 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.begin(AbstractTransactionImpl.java:160)
> 17:11:33,117 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.internal.SessionImpl.beginTransaction(SessionImpl.java:1263)
> 17:11:33,117 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.ejb.TransactionImpl.begin(TransactionImpl.java:57)
> 17:11:33,117 ERROR [stderr] (MSC service thread 1-1) ... 19 more
> 17:11:33,118 ERROR [stderr] (MSC service thread 1-1) Caused by: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/DB_jBPM5_WebApp_Example
> 17:11:33,118 ERROR [stderr] (MSC service thread 1-1) at java.sql.DriverManager.getConnection(DriverManager.java:604)
> 17:11:33,119 ERROR [stderr] (MSC service thread 1-1) at java.sql.DriverManager.getConnection(DriverManager.java:190)
> 17:11:33,119 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl.getConnection(DriverManagerConnectionProviderImpl.java:173)
> 17:11:33,120 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.internal.AbstractSessionImpl$NonContextualJdbcConnectionAccess.obtainConnection(AbstractSessionImpl.java:276)
> 17:11:33,120 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.obtainConnection(LogicalConnectionImpl.java:297)
> 17:11:33,121 ERROR [stderr] (MSC service thread 1-1) ... 24 more
> 17:11:33,139 WARN [bitronix.tm.utils.ManagementRegistrar] (MSC service thread 1-1) cannot register object with name bitronix.tm:type=Transaction,Gtrid=3132372E302E312E310000013D40AFC20C00000000: bitronix.tm.internal.BitronixRuntimeException: cannot call method 'registerMBean'
> at bitronix.tm.utils.ManagementRegistrar.mbeanServerCall(ManagementRegistrar.java:123) [btm-2.1.2.jar:2.1.2]
> at bitronix.tm.utils.ManagementRegistrar.register(ManagementRegistrar.java:86) [btm-2.1.2.jar:2.1.2]
> at bitronix.tm.BitronixTransaction.setStatus(BitronixTransaction.java:340) [btm-2.1.2.jar:2.1.2]
> at bitronix.tm.BitronixTransaction.setStatus(BitronixTransaction.java:323) [btm-2.1.2.jar:2.1.2]
> at bitronix.tm.BitronixTransaction.setActive(BitronixTransaction.java:314) [btm-2.1.2.jar:2.1.2]
> at bitronix.tm.BitronixTransactionManager.begin(BitronixTransactionManager.java:103) [btm-2.1.2.jar:2.1.2]
> at main.java.com.sample.processserver.TaskProcessServlet.init(TaskProcessServlet.java:41) [classes:]
> at javax.servlet.GenericServlet.init(GenericServlet.java:242) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
> at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1102) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3655) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardContext.start(StandardContext.java:3873) [jbossweb-7.0.13.Final.jar:]
> at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_15]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_15]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_15]
> Caused by: java.lang.IllegalAccessException: Class bitronix.tm.utils.ManagementRegistrar can not access a member of class org.jboss.as.jmx.PluggableMBeanServerImpl with modifiers "public"
> at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:95) [rt.jar:1.7.0_15]
> at java.lang.reflect.AccessibleObject.slowCheckMemberAccess(AccessibleObject.java:261) [rt.jar:1.7.0_15]
> at java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:253) [rt.jar:1.7.0_15]
> at java.lang.reflect.Method.invoke(Method.java:594) [rt.jar:1.7.0_15]
> at bitronix.tm.utils.ManagementRegistrar.mbeanServerCall(ManagementRegistrar.java:121) [btm-2.1.2.jar:2.1.2]
> ... 17 more
>
>
> 17:11:33,150 INFO [main.java.com.sample.processserver.AllMethods] (MSC service thread 1-1) Value of key : procXmlPath
> 17:11:33,156 INFO [main.java.com.sample.processserver.AllMethods] (MSC service thread 1-1) Value of value : /home/ouadi/MS-SID/infos_Stage/Projet_Workflow_Monetique/workspace_stage/WebApplication2/src
> 17:11:33,156 INFO [main.java.com.sample.processserver.AllMethods] (MSC service thread 1-1) Value of Return Value : /home/ouadi/MS-SID/infos_Stage/Projet_Workflow_Monetique/workspace_stage/WebApplication2/src
> 17:11:33,157 INFO [main.java.com.sample.processserver.AllMethods] (MSC service thread 1-1) URL : /home/ouadi/MS-SID/infos_Stage/Projet_Workflow_Monetique/workspace_stage/WebApplication2/src/ProcessDefInfo.xml
> 17:11:33,162 INFO [main.java.com.sample.processserver.AllMethods] (MSC service thread 1-1) Tag Value : HumanTasksGroupAssigned.bpmn
> 17:11:33,163 INFO [main.java.com.sample.processserver.AllMethods] (MSC service thread 1-1) Tag Value : SampleHumanTaskFormVariables.bpmn
> 17:11:33,163 INFO [main.java.com.sample.processserver.AllMethods] (MSC service thread 1-1) Tag Value : DynamicTaskAssignment.bpmn
> 17:11:33,164 INFO [main.java.com.sample.processserver.AllMethods] (MSC service thread 1-1) Value of processParameters : [HumanTasksGroupAssigned.bpmn, SampleHumanTaskFormVariables.bpmn, DynamicTaskAssignment.bpmn]
> 17:11:33,177 INFO [main.java.com.sample.processserver.JbpmAPIUtil] (MSC service thread 1-1) Value of processNames : [HumanTasksGroupAssigned.bpmn, SampleHumanTaskFormVariables.bpmn, DynamicTaskAssignment.bpmn]
> 17:11:33,178 INFO [main.java.com.sample.processserver.JbpmAPIUtil] (MSC service thread 1-1) Value of processNames : [HumanTasksGroupAssigned.bpmn, SampleHumanTaskFormVariables.bpmn, DynamicTaskAssignment.bpmn]
> 17:11:34,261 INFO [main.java.com.sample.handler.CustomExceptionHandler] (MSC service thread 1-1) ------------------------------------ERROR-------------------------------------
> 17:11:34,263 ERROR [main.java.com.sample.handler.CustomExceptionHandler] (MSC service thread 1-1) STACK TRACE: org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:914)
> 17:11:34,264 INFO [main.java.com.sample.handler.CustomExceptionHandler] (MSC service thread 1-1) ------------------------------------ERROR-------------------------------------
> 17:11:34,264 ERROR [stderr] (MSC service thread 1-1) javax.persistence.PersistenceException: [PersistenceUnit: org.jbpm.persistence.jpa] Unable to build EntityManagerFactory
> 17:11:34,265 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:914)
> 17:11:34,265 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:889)
> 17:11:34,266 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:56)
> 17:11:34,266 ERROR [stderr] (MSC service thread 1-1) at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:63)
> 17:11:34,267 ERROR [stderr] (MSC service thread 1-1) at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:47)
> 17:11:34,268 ERROR [stderr] (MSC service thread 1-1) at main.java.com.sample.processserver.JbpmAPIUtil.createSession(JbpmAPIUtil.java:510)
> 17:11:34,268 ERROR [stderr] (MSC service thread 1-1) at main.java.com.sample.processserver.TaskProcessServlet.init(TaskProcessServlet.java:43)
> 17:11:34,269 ERROR [stderr] (MSC service thread 1-1) at javax.servlet.GenericServlet.init(GenericServlet.java:242)
> 17:11:34,269 ERROR [stderr] (MSC service thread 1-1) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202)
> 17:11:34,270 ERROR [stderr] (MSC service thread 1-1) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1102)
> 17:11:34,270 ERROR [stderr] (MSC service thread 1-1) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3655)
> 17:11:34,272 ERROR [stderr] (MSC service thread 1-1) at org.apache.catalina.core.StandardContext.start(StandardContext.java:3873)
> 17:11:34,273 ERROR [stderr] (MSC service thread 1-1) at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90)
> 17:11:34,273 ERROR [stderr] (MSC service thread 1-1) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
> 17:11:34,274 ERROR [stderr] (MSC service thread 1-1) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
> 17:11:34,274 ERROR [stderr] (MSC service thread 1-1) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> 17:11:34,275 ERROR [stderr] (MSC service thread 1-1) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> 17:11:34,276 ERROR [stderr] (MSC service thread 1-1) at java.lang.Thread.run(Thread.java:722)
> 17:11:34,276 ERROR [stderr] (MSC service thread 1-1) Caused by: org.hibernate.service.jndi.JndiException: Unable to lookup JNDI name [java:jboss/datasources/jBPM5WebAppExampleDS]
> 17:11:34,277 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.service.jndi.internal.JndiServiceImpl.locate(JndiServiceImpl.java:68)
> 17:11:34,277 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.service.jdbc.connections.internal.DatasourceConnectionProviderImpl.configure(DatasourceConnectionProviderImpl.java:116)
> 17:11:34,278 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.service.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:75)
> 17:11:34,279 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:159)
> 17:11:34,279 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:131)
> 17:11:34,280 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.engine.jdbc.internal.JdbcServicesImpl.buildJdbcConnectionAccess(JdbcServicesImpl.java:234)
> 17:11:34,280 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.engine.jdbc.internal.JdbcServicesImpl.configure(JdbcServicesImpl.java:91)
> 17:11:34,281 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.service.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:75)
> 17:11:34,281 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:159)
> 17:11:34,282 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:131)
> 17:11:34,282 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:71)
> 17:11:34,283 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2270)
> 17:11:34,283 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2266)
> 17:11:34,284 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1735)
> 17:11:34,284 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.ejb.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:84)
> 17:11:34,285 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:904)
> 17:11:34,285 ERROR [stderr] (MSC service thread 1-1) ... 17 more
> 17:11:34,286 ERROR [stderr] (MSC service thread 1-1) Caused by: javax.naming.NameNotFoundException: unable to find a bound object at name 'java:jboss/datasources/jBPM5WebAppExampleDS'
> 17:11:34,286 ERROR [stderr] (MSC service thread 1-1) at bitronix.tm.jndi.BitronixContext.lookup(BitronixContext.java:83)
> 17:11:34,287 ERROR [stderr] (MSC service thread 1-1) at bitronix.tm.jndi.BitronixContext.lookup(BitronixContext.java:67)
> 17:11:34,288 ERROR [stderr] (MSC service thread 1-1) at javax.naming.InitialContext.lookup(InitialContext.java:415)
> 17:11:34,288 ERROR [stderr] (MSC service thread 1-1) at org.hibernate.service.jndi.internal.JndiServiceImpl.locate(JndiServiceImpl.java:65)
> 17:11:34,289 ERROR [stderr] (MSC service thread 1-1) ... 32 more
> 17:11:34,301 INFO [org.jboss.web] (MSC service thread 1-1) JBAS018210: Registering web context: /WebApplication2
> 17:11:34,318 INFO [org.jboss.as] (MSC service thread 1-3) JBAS015951: Admin console listening on http://127.0.0.1:9990 http://127.0.0.1:9990
> 17:11:34,319 INFO [org.jboss.as] (MSC service thread 1-3) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 13503ms - Started 186 of 264 services (76 services are passive or on-demand)
> 17:11:34,479 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "WebApplication2.war"
>
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/801123#801123]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 1 month