12 Replies Latest reply on Jul 2, 2012 8:57 PM by jackmin

    Documentation for changing database

    jnorris

      In the 3.7.3 QuickStart section in the user guide there are steps for configuring jbpm to use a different database which I have followed for setting up an Oracle DB.  In addition to what's mentioned in the user guide, I found another persistence.xml file that looks like it is used in the jbpm-human-task-war.war file that is located in the \task-service\resources\war folder.  I believe this also needs to be updated and should be added to the documentation.

       

      The other thing I think would be useful to mention is the repository.xml file which is used for the guvnor repository.  Although the drools-guvnor web-app can be used to create a new repository.xml that can be used it would be nice if there was a short procedure on how to change it along with which folders if any can be removed after changing the repository to use a different DB.

       

      Cheers,

      Jim

        • 1. Re: Documentation for changing database
          swiderski.maciej

          Jim, thanks a lot for your feedback, could you please rise a jira for this?

           

          Cheers

          • 2. Re: Documentation for changing database
            jnorris

            Hi Maciej,

             

            I created a jira issue for changing the documentation - jbpm-3663.

             

            Jim

            • 3. Re: Documentation for changing database
              jnorris

              One more thing for the AS7 datasource in standalone.xml.  For an oracle DB change "SELECT 1" to "SELECT NULL FROM DUAL".

              • 4. Re: Documentation for changing database
                jackmin

                Hi jnorris,

                Your issue is very helpful to me who is a new fish at jBPM5. Thanks.

                When I followed the guid to install the jBpm5.3 using Oracle DB, I found that there were two persistent.xml files in the ./task-service/resources/META-INF/ and ./task-service/resources/war/. I modified the two files .

                But in the build.xml file, only the /task-service/resources/war/persistence.xml files is changed in the installation process, and  ./task-service/resources/META-INF/persistence.xml is not changed in the process ,

                May you tell me where the  ./task-service/resources/META-INF/persistence.xml file should be placed into .Thanks.

                • 5. Re: Documentation for changing database
                  jnorris

                  I think the one in the META-INF folder is used when you start the human task server using ant.  The one in war folder is used for the servlet in the war file.  So if you are using the deploying the war file, AFAIK you don't need to do anything with the one for the task service started with ant.

                  • 6. Re: Documentation for changing database
                    doboss

                    In my writeup here: https://community.jboss.org/thread/201073 I talk about which persistence.xml files I had to change, and where I had to change them. I found that the install process does not necessarily pick up your changes, so you have to modify the installed .war files.

                    • 7. Re: Documentation for changing database
                      jackmin

                      Hi Maciej Swiderski,

                      I changed the files according to jnorris's sugestion,Besides, I changed the Task-orm.xml and TaskServicesSession.class which was compiled from to source .Then I isntalled the jbpm5.3 .But when I start the demo ,i got the followning errors about gwt-console app. Here is my log file :

                      13:13:38,124 ERROR [org.reflections.Reflections] (MSC service thread 1-4) could not create Vfs.Dir from url. ignoring the exception and continuing: org.reflections.ReflectionsException: could not create Dir using org.jboss.errai.bus.server.service.metadata.VFSUrlType from url vfs:/D:/DevTools/jbpm/jbpm-installer/content/jbpm-gwt-console.war/WEB-INF/lib/activity-monitor-ui-lib-1.1.1.Final.jar/

                                at org.reflections.vfs.Vfs.fromURL(Vfs.java:99) [reflections-0.9.5-RC2_jboss-SP1.jar:]

                                at org.reflections.vfs.Vfs.fromURL(Vfs.java:89) [reflections-0.9.5-RC2_jboss-SP1.jar:]

                                at org.reflections.Reflections.scan(Reflections.java:136) [reflections-0.9.5-RC2_jboss-SP1.jar:]

                                at org.jboss.errai.bus.server.service.metadata.MetaDataScanner.<init>(MetaDataScanner.java:83) [errai-bus-1.1-Final.jar:1.1-Final]

                                at org.jboss.errai.bus.server.service.metadata.MetaDataScanner.createInstance(MetaDataScanner.java:95) [errai-bus-1.1-Final.jar:1.1-Final]

                                at org.jboss.errai.bus.server.service.metadata.MetaDataScanner.createInstance(MetaDataScanner.java:87) [errai-bus-1.1-Final.jar:1.1-Final]

                                at org.jboss.errai.bus.server.service.ErraiServiceConfiguratorImpl.<init>(ErraiServiceConfiguratorImpl.java:58) [errai-bus-1.1-Final.jar:1.1-Final]

                                at org.jboss.errai.bus.server.service.ErraiServiceConfiguratorImpl$$FastClassByGuice$$b6139751.newInstance(<generated>)

                                at com.google.inject.internal.cglib.reflect.FastConstructor.newInstance(FastConstructor.java:40) [guice-2.0.jar:]

                                at com.google.inject.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:60) [guice-2.0.jar:]

                                at com.google.inject.ConstructorInjector.construct(ConstructorInjector.java:85) [guice-2.0.jar:]

                                at com.google.inject.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:111) [guice-2.0.jar:]

                                at com.google.inject.FactoryProxy.get(FactoryProxy.java:56) [guice-2.0.jar:]

                                at com.google.inject.SingleParameterInjector.inject(SingleParameterInjector.java:42) [guice-2.0.jar:]

                                at com.google.inject.SingleParameterInjector.getAll(SingleParameterInjector.java:66) [guice-2.0.jar:]

                                at com.google.inject.ConstructorInjector.construct(ConstructorInjector.java:84) [guice-2.0.jar:]

                                at com.google.inject.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:111) [guice-2.0.jar:]

                                at com.google.inject.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:45) [guice-2.0.jar:]

                                at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:811) [guice-2.0.jar:]

                                at com.google.inject.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:42) [guice-2.0.jar:]

                                at com.google.inject.Scopes$1$1.get(Scopes.java:54) [guice-2.0.jar:]

                                at com.google.inject.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:48) [guice-2.0.jar:]

                                at com.google.inject.FactoryProxy.get(FactoryProxy.java:56) [guice-2.0.jar:]

                                at com.google.inject.InjectorImpl$4$1.call(InjectorImpl.java:758) [guice-2.0.jar:]

                                at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:804) [guice-2.0.jar:]

                                at com.google.inject.InjectorImpl$4.get(InjectorImpl.java:754) [guice-2.0.jar:]

                                at com.google.inject.InjectorImpl.getInstance(InjectorImpl.java:793) [guice-2.0.jar:]

                                at org.jboss.errai.bus.server.servlet.AbstractErraiServlet.buildService(AbstractErraiServlet.java:133) [errai-bus-1.1-Final.jar:1.1-Final]

                                at org.jboss.errai.bus.server.servlet.AbstractErraiServlet.init(AbstractErraiServlet.java:104) [errai-bus-1.1-Final.jar:1.1-Final]

                                at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202) [jbossweb-7.0.13.Final.jar:]

                                at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1102) [jbossweb-7.0.13.Final.jar:]

                                at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3655) [jbossweb-7.0.13.Final.jar:]

                                at org.apache.catalina.core.StandardContext.start(StandardContext.java:3873) [jbossweb-7.0.13.Final.jar:]

                                at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]

                                at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)

                                at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)

                                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_05]

                                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_05]

                                at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_05]

                       

                       

                      13:13:38,230 INFO  [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (MSC service thread 1-4) Bootstrap Errai

                      13:13:38,235 INFO  [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (MSC service thread 1-4) using dispatcher implementation: org.jboss.errai.bus.server.AsyncDispatcher

                      13:13:38,240 INFO  [org.jboss.errai.bus.server.WorkerFactory] (MSC service thread 1-4) initializing async worker pools (poolSize: 5; workerTimeout: 5000)

                      13:13:38,241 INFO  [org.jboss.errai.bus.server.WorkerFactory] (MSC service thread 1-4) starting worker pool.

                      13:13:38,242 INFO  [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (MSC service thread 1-4) using session provider implementation: org.jboss.errai.bus.server.HttpSessionProvider

                      13:13:38,247 INFO  [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-4) beging searching for Errai extensions ...

                      13:13:38,249 INFO  [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-4) added extension binding: org.jboss.errai.bus.client.framework.ModelAdapter

                      13:13:38,250 INFO  [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-4) total extension binding: 1

                      13:13:38,472 INFO  [org.jboss.errai.bus.server.service.bootstrap.BootstrapContext] (MSC service thread 1-4) Running deferred bootstrap tasks ...

                      13:13:38,472 INFO  [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (MSC service thread 1-4) Bootstrap complete. Ready to rumble!

                      13:13:39,109 INFO  [org.jboss.web] (MSC service thread 1-4) JBAS018210: Registering web context: /jbpm-console

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

                      13:13:41,600 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

                      13:13:41,612 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) JBAS010403: Deploying JDBC-compliant driver class oracle.jdbc.OracleDriver (version 11.2)

                      13:13:44,778 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-7) schema export complete

                      13:13:44,780 WARN  [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-7) JTASessionContext being used with JDBCTransactionFactory; auto-flush will not operate correctly with getCurrentSession()

                      13:13:45,361 INFO  [stdout] (MSC service thread 1-7) Hibernate: select task0_.id as col_0_0_, deadline1_.id as col_1_0_, deadline1_.deadline_date as col_2_0_ from Task task0_, Deadline deadline1_ where task0_.archived=0 and (deadline1_.id in (select startdeadl2_.id from Deadline startdeadl2_ where task0_.id=startdeadl2_.Deadlines_StartDeadLine_Id) or deadline1_.id in (select enddeadlin3_.id from Deadline enddeadlin3_ where task0_.id=enddeadlin3_.Deadlines_EndDeadLine_Id)) and deadline1_.escalated=0 order by deadline1_.deadline_date

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                      13:13:49,693 INFO  [stdout] (MSC service thread 1-7) Task service startup completed successfully !

                       

                       

                      13:13:49,694 INFO  [org.jboss.web] (MSC service thread 1-7) JBAS018210: Registering web context: /jbpm-human-task-war

                      13:13:50,180 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-59) live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/largemessages,pagingDirectory=data/paging)

                      13:13:50,189 WARNING [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-59) Security risk! It has been detected that the cluster admin user and password have not been changed from the installation default. Please see the HornetQ user guide, cluster chapter, for instructions on how to do this.

                      13:13:51,859 INFO  [org.jboss.bpm.report.ReportFacade] (MSC service thread 1-5) Output dir: /output/

                      13:13:51,860 INFO  [org.jboss.bpm.report.ReportFacade] (MSC service thread 1-5) Report dir: /reports/

                      13:13:51,866 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Deploying javax.ws.rs.core.Application: class org.jboss.bpm.console.server.ConsoleServerApplication

                      13:13:51,869 INFO  [org.jboss.bpm.report.BirtService] (BirtService-Init) Creating BIRT service in the background

                      13:13:51,873 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.console.server.TaskListFacade from Application javax.ws.rs.core.Application

                      13:13:51,873 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.console.server.InfoFacade from Application javax.ws.rs.core.Application

                      13:13:51,874 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.console.server.ProcessHistoryFacade from Application javax.ws.rs.core.Application

                      13:13:51,876 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.console.server.ProcessMgmtFacade from Application javax.ws.rs.core.Application

                      13:13:51,877 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.report.ReportFacade from Application javax.ws.rs.core.Application

                      13:13:51,878 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.console.server.EngineFacade from Application javax.ws.rs.core.Application

                      13:13:51,879 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.console.server.TaskMgmtFacade from Application javax.ws.rs.core.Application

                      13:13:51,879 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.console.server.UserMgmtFacade from Application javax.ws.rs.core.Application

                      13:13:51,880 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-5) Adding singleton resource org.jboss.bpm.console.server.FormProcessingFacade from Application javax.ws.rs.core.Application

                      13:13:52,676 ERROR [stderr] (BirtService-Init) Exception in thread "BirtService-Init" java.lang.RuntimeException: Failed to load reports

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

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

                       

                       

                      13:13:52,849 INFO  [org.jboss.web] (MSC service thread 1-5) JBAS018210: Registering web context: /gwt-console-server

                      13:13:53,956 INFO  [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (Thread-59) Started Netty Acceptor version 3.2.5.Final-a96d88c localhost:5445 for CORE protocol

                      13:13:53,957 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-59) Server is now live

                      13:13:53,957 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-59) HornetQ Server version 2.2.10.Final (HQ_2_2_10_FINAL_AS7, 122) [1d0d8860-b5f0-11e1-b467-100ba9aabfa8]) started

                      13:14:04,455 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry avalon-framework-4.2.0.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,456 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry batik-all-1.7.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,457 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry commons-io-1.3.1.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,458 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry serializer-2.7.0.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,459 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry servlet-2.2.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,460 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xalan-2.7.0.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,460 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xercesImpl-2.7.1.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,461 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xml-apis-ext-1.3.04.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,462 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xmlgraphics-commons-1.3.1.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,463 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry fop-hyph.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,464 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry jai_codec.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,464 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry jai_core.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,465 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry jai_imageio.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,466 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry jimi-1.0.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,467 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xmlunit1.0.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,468 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry jaxb-api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,469 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry activation.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,470 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry jsr173_1.0_api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,470 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry jaxb1-impl.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,472 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xml-apis-1.0.b2.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,473 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry commons-lang-2.6.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,474 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry commons-io-2.1.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,561 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry log4j-1.2.16.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,562 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry activation.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/mail-1.4.1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,566 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xml-apis.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/serializer-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,568 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xercesImpl.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,568 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xml-apis.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:14:04,569 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry serializer.jar in "/D:/DevTools/jbpm/jbpm-installer/content/designer.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

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

                      13:14:04,766 INFO  [org.jboss.web] (MSC service thread 1-5) JBAS018210: Registering web context: /designer

                      13:15:30,777 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_cs.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,777 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_de_DE.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,777 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_es.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,777 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_fr.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,777 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_hu.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,777 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_it.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,777 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_ja_JP.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,777 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_ko_KR.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,777 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_pl.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,777 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_pt_BR.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,777 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_ru.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_zh_CN.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry derbyLocale_zh_TW.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry iText-toolbox.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry iText-toolbox-2.1.2.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jsr173_1.0_api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb1-impl.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,823 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-impl.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,839 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jsr173_1.0_api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,839 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/D:/DevTools/jbpm/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:30,995 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'

                      13:15:31,276 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_cs.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,276 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_de_DE.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,276 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_es.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,276 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_fr.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,291 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_hu.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,291 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_it.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,291 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ja_JP.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,291 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ko_KR.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,291 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_pl.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,291 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_pt_BR.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,291 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ru.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,291 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_zh_CN.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,291 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_zh_TW.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,291 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry iText-toolbox.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,291 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry iText-toolbox-2.1.2.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,291 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,338 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,338 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jsr173_1.0_api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,338 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb1-impl.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,338 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,338 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-impl.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,338 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jsr173_1.0_api.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,338 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,338 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/D:/DevTools/jbpm/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/mail-1.4.jar"  does not point to a valid jar for a Class-Path reference.

                      13:15:31,494 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'org.springframework.context.ApplicationContext,org.springframework.beans.BeansException' for service type 'org.apache.cxf.bus.factory'

                      13:15:31,494 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.ConfigurableArchiveImpl' for service type 'org.jboss.shrinkwrap.spi.Configurable'

                      13:15:31,494 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.GenericArchiveImpl' for service type 'org.jboss.shrinkwrap.api.GenericArchive'

                      13:15:31,494 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'extension=.jar' for service type 'org.jboss.shrinkwrap.api.GenericArchive'

                      13:15:31,494 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'archiveFormat=UNKNOWN' for service type 'org.jboss.shrinkwrap.api.GenericArchive'

                      13:15:31,494 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.serialization.ZipSerializableViewImpl' for service type 'org.jboss.shrinkwrap.api.serialization.SerializableView'

                      13:15:31,494 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.spec.JavaArchiveImpl' for service type 'org.jboss.shrinkwrap.api.spec.JavaArchive'

                      13:15:31,494 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'extension=.jar' for service type 'org.jboss.shrinkwrap.api.spec.JavaArchive'

                      13:15:31,494 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'archiveFormat=ZIP' for service type 'org.jboss.shrinkwrap.api.spec.JavaArchive'

                      13:15:31,494 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.exporter.tar.TarExporterImpl' for service type 'org.jboss.shrinkwrap.api.exporter.TarExporter'

                      13:15:31,494 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'extension=.tar' for service type 'org.jboss.shrinkwrap.api.exporter.TarExporter'

                      13:15:31,510 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'impleme

                       

                       

                      I don't know how to fix it, may you help me out ,Thanks a lot!

                      • 8. Re: Documentation for changing database
                        jackmin

                        Thanks ,I read your article, and i found the problem ,The jboss version used by me is 7.X ,files changed can be picked up ,But to jboss 5.x,I did not test.

                        You are right ,Jboss version 7.* ,the bin.zip file must be changed.

                        Thanks any way .

                        • 9. Re: Documentation for changing database
                          shamalk

                          Also include how to set up the reporting system after using a different database. I'm having trouble generating reports in jbpm-console after setting up for mysql database.

                          • 10. Re: Documentation for changing database
                            jackmin

                            Agreed.

                            • 11. Re: Documentation for changing database
                              swiderski.maciej

                              guys, please put these kind of comments in jira so it won't be lost.

                               

                              Cheers

                              • 12. Re: Documentation for changing database
                                jackmin

                                hi ,I have reported the issue in JIRA, Thanks