0 Replies Latest reply on May 8, 2014 7:42 PM by roxy1987

    Jbpm 6 Web App

    roxy1987

      Starting up with jBPM 6. I face an issue and I have no idea why i get this error. Please help me a little. I am using WAS 8.5, jbpm 6.0.1 and DB2 10.5 . The error stack is below..

       

       

       

      [5/8/14 18:29:36:154 COT] 0000003e JPAPUnitInfo  E   CWWJP0015E: An error occurred in the org.hibernate.ejb.HibernatePersistence persistence provider when it attempted to create the container entity manager factory for the org.jbpm.persistence.jpa persistence unit. The following error occurred: java.lang.NullPointerException
       at org.hibernate.engine.jdbc.internal.TypeInfoExtracter.extractTypeInfo(TypeInfoExtracter.java:85)
       at org.hibernate.engine.jdbc.internal.JdbcServicesImpl.configure(JdbcServicesImpl.java:144)
       at org.hibernate.service.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:75)
       at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:159)
       at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:131)
       at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:78)
       at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2295)
       at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2291)
       at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1760)
       at org.hibernate.ejb.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:94)
       at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:920)
       at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:904)
       at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:92)
       at com.ibm.ws.jpa.management.JPAPUnitInfo.createEMFactory(JPAPUnitInfo.java:1557)
       at com.ibm.ws.jpa.management.JPAPUnitInfo.createEntityManagerFactory(JPAPUnitInfo.java:1382)
       at com.ibm.ws.jpa.management.JPAPxmlInfo.extractPersistenceUnits(JPAPxmlInfo.java:246)
       at com.ibm.ws.jpa.management.JPAScopeInfo.processPersistenceUnit(JPAScopeInfo.java:119)
       at com.ibm.ws.jpa.management.JPAApplInfo.processModulePUs(JPAApplInfo.java:167)
       at com.ibm.ws.jpa.management.AbstractJPAComponent.startingModule(AbstractJPAComponent.java:435)
       at com.ibm.ws.jpa.management.JPAComponentImpl.startingDeployedModule(JPAComponentImpl.java:729)
       at com.ibm.ws.jpa.management.JPAComponentImpl.adjust(JPAComponentImpl.java:549)
       at com.ibm.ws.runtime.component.ApplicationMgrImpl.adjust(ApplicationMgrImpl.java:1064)
       at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectAdjust(DeployedApplicationImpl.java:1394)
       at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:626)
       at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:968)
       at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:769)
       at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1364)
       at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2169)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:445)
       at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:388)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:116)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$1.run(CompositionUnitMgrImpl.java:663)
       at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5339)
       at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5555)
       at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:677)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:621)
       at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1256)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
       at java.lang.reflect.Method.invoke(Method.java:611)
       at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:49)
       at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
       at java.lang.reflect.Method.invoke(Method.java:611)
       at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:256)
       at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1085)
       at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:966)
       at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:848)
       at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:773)
       at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1335)
       at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
       at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1228)
       at com.ibm.ws.management.application.AppManagementImpl._startApplication(AppManagementImpl.java:1482)
       at com.ibm.ws.management.application.AppManagementImpl.startApplication(AppManagementImpl.java:1371)
       at com.ibm.ws.management.application.AppManagementImpl.startApplication(AppManagementImpl.java:1320)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
       at java.lang.reflect.Method.invoke(Method.java:611)
       at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:49)
       at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
       at java.lang.reflect.Method.invoke(Method.java:611)
       at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:256)
       at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1085)
       at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:966)
       at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:848)
       at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:773)
       at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1335)
       at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
       at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1228)
       at com.ibm.ws.management.connector.AdminServiceDelegator.invoke(AdminServiceDelegator.java:181)
       at com.ibm.ws.management.connector.ipc.CallRouter.route(CallRouter.java:247)
       at com.ibm.ws.management.connector.ipc.IPCConnectorInboundLink.doWork(IPCConnectorInboundLink.java:360)
       at com.ibm.ws.management.connector.ipc.IPCConnectorInboundLink$IPCConnectorReadCallback.complete(IPCConnectorInboundLink.java:602)
       at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
       at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
       at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
       at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
       at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
       at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
       at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
       at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1783)
      [5/8/14 18:29:36:341 COT] 0000003e PluginLoader  I PluginLoader startUp Adding OpenWebBeansPlugin : [OpenWebBeansJsfPlugin]
      [5/8/14 18:29:36:341 COT] 0000003e PluginLoader  I PluginLoader startUp Adding OpenWebBeansPlugin : [WSWebPlugin]
      [5/8/14 18:29:36:341 COT] 0000003e PluginLoader  I PluginLoader startUp Adding OpenWebBeansPlugin : [WSEjbPlugin]
      [5/8/14 18:29:36:341 COT] 0000003e PluginLoader  I PluginLoader startUp Adding OpenWebBeansPlugin : [ContextsServicePlugin]
      [5/8/14 18:29:36:341 COT] 0000003e PluginLoader  I PluginLoader startUp Adding OpenWebBeansPlugin : [OpenWebBeansEjbLCAPluginImpl]
      [5/8/14 18:29:36:435 COT] 0000003e AbstractInjec W   CWNEN0040W: The org.jbpm.kie.services.impl.AbstractDeploymentService.managerFactory field or method was configured to be injected multiple times.
      [5/8/14 18:29:36:435 COT] 0000003e AbstractInjec W   CWNEN0040W: The org.jbpm.kie.services.impl.AbstractDeploymentService.runtimeDataService field or method was configured to be injected multiple times.
      [5/8/14 18:29:36:435 COT] 0000003e AbstractInjec W   CWNEN0040W: The org.jbpm.kie.services.impl.AbstractDeploymentService.emf field or method was configured to be injected multiple times.
      [5/8/14 18:29:36:435 COT] 0000003e AbstractInjec W   CWNEN0040W: The org.jbpm.kie.services.impl.AbstractDeploymentService.deploymentEvent field or method was configured to be injected multiple times.
      [5/8/14 18:29:36:435 COT] 0000003e AbstractInjec W   CWNEN0040W: The org.jbpm.kie.services.impl.AbstractDeploymentService.undeploymentEvent field or method was configured to be injected multiple times.
      [5/8/14 18:29:36:435 COT] 0000003e AbstractInjec W   CWNEN0040W: The org.jbpm.kie.services.impl.AbstractDeploymentService.managerFactory field or method was configured to be injected multiple times.
      [5/8/14 18:29:36:435 COT] 0000003e AbstractInjec W   CWNEN0040W: The org.jbpm.kie.services.impl.AbstractDeploymentService.runtimeDataService field or method was configured to be injected multiple times.
      [5/8/14 18:29:36:435 COT] 0000003e AbstractInjec W   CWNEN0040W: The org.jbpm.kie.services.impl.AbstractDeploymentService.emf field or method was configured to be injected multiple times.
      [5/8/14 18:29:36:435 COT] 0000003e AbstractInjec W   CWNEN0040W: The org.jbpm.kie.services.impl.AbstractDeploymentService.deploymentEvent field or method was configured to be injected multiple times.
      [5/8/14 18:29:36:435 COT] 0000003e AbstractInjec W   CWNEN0040W: The org.jbpm.kie.services.impl.AbstractDeploymentService.undeploymentEvent field or method was configured to be injected multiple times.
      [5/8/14 18:29:36:435 COT] 0000003e webapp        I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: JbpmWebAppExample.war.
      [5/8/14 18:29:36:466 COT] 0000003e WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_host/JbpmWebAppExample
      [5/8/14 18:29:36:544 COT] 0000003e WebContainerL I WebContainerLifecycle startApplication OpenWebBeans Container is starting...
      [5/8/14 18:29:36:778 COT] 0000003e BeansDeployer E BeansDeployer deploy 
                                       javax.enterprise.inject.UnsatisfiedResolutionException: Api type [org.jbpm.kie.services.api.IdentityProvider] is not found with the qualifiers 
      Qualifiers: [@javax.enterprise.inject.Default()]
      for injection into 
       Field Injection Point, field :  private org.jbpm.kie.services.api.IdentityProvider org.jbpm.kie.services.impl.KModuleDeploymentService.identityProvider, Bean Owner : [-1369296460,Name:null,WebBeans Type:MANAGED,API Types:[java.lang.Object,org.kie.internal.deployment.DeploymentService,org.jbpm.kie.services.impl.KModuleDeploymentService,org.jbpm.kie.services.impl.AbstractDeploymentService],Qualifiers:[javax.enterprise.inject.Any,org.jbpm.kie.services.api.Kjar]]
         InjectionType   :  [interface org.jbpm.kie.services.api.IdentityProvider]
         Annotated    :  [Annotated Field,Base Type : interface org.jbpm.kie.services.api.IdentityProvider,Type Closures : [class java.lang.Object, interface org.jbpm.kie.services.api.IdentityProvider],Annotations : [@javax.inject.Inject()],Java Member Name : identityProvider]
         Qualifiers   :  [[@javax.enterprise.inject.Default()]]
       at org.apache.webbeans.util.InjectionExceptionUtils.throwUnsatisfiedResolutionException(InjectionExceptionUtils.java:92)
       at org.apache.webbeans.container.ResolutionUtil.checkResolvedBeans(ResolutionUtil.java:96)
       at org.apache.webbeans.container.InjectionResolver.checkInjectionPoints(InjectionResolver.java:189)
       at org.apache.webbeans.container.BeanManagerImpl.validate(BeanManagerImpl.java:1092)
       at org.apache.webbeans.config.BeansDeployer.validate(BeansDeployer.java:388)
       at org.apache.webbeans.config.BeansDeployer.validateInjectionPoints(BeansDeployer.java:332)
       at org.apache.webbeans.config.BeansDeployer.deploy(BeansDeployer.java:183)
       at org.apache.webbeans.lifecycle.AbstractLifeCycle.startApplication(AbstractLifeCycle.java:124)
       at org.apache.webbeans.web.lifecycle.WebContainerLifecycle.startApplication(WebContainerLifecycle.java:78)
       at com.ibm.ws.webbeans.common.CommonLifeCycle.startApplication(CommonLifeCycle.java:106)
       at com.ibm.ws.webbeans.services.JCDIServletContainerInitializer.onStartup(JCDIServletContainerInitializer.java:85)
       at com.ibm.ws.webcontainer.webapp.WebAppImpl.initializeServletContainerInitializers(WebAppImpl.java:613)
       at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:409)
       at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:88)
       at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:169)
       at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:746)
       at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:634)
       at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:426)
       at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:718)
       at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1170)
       at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1370)
       at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:638)
       at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:968)
       at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:769)
       at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1364)
       at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2169)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:445)
       at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:388)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:116)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$1.run(CompositionUnitMgrImpl.java:663)
       at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5339)
       at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5555)
       at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:677)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:621)
       at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1256)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
       at java.lang.reflect.Method.invoke(Method.java:611)
       at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:49)
       at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
       at java.lang.reflect.Method.invoke(Method.java:611)
       at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:256)
       at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1085)
       at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:966)
       at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:848)
       at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:773)
       at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1335)
       at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
       at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1228)
       at com.ibm.ws.management.application.AppManagementImpl._startApplication(AppManagementImpl.java:1482)
       at com.ibm.ws.management.application.AppManagementImpl.startApplication(AppManagementImpl.java:1371)
       at com.ibm.ws.management.application.AppManagementImpl.startApplication(AppManagementImpl.java:1320)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
       at java.lang.reflect.Method.invoke(Method.java:611)
       at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:49)
       at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
       at java.lang.reflect.Method.invoke(Method.java:611)
       at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:256)
       at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1085)
       at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:966)
       at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:848)
       at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:773)
       at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1335)
       at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
       at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1228)
       at com.ibm.ws.management.connector.AdminServiceDelegator.invoke(AdminServiceDelegator.java:181)
       at com.ibm.ws.management.connector.ipc.CallRouter.route(CallRouter.java:247)
       at com.ibm.ws.management.connector.ipc.IPCConnectorInboundLink.doWork(IPCConnectorInboundLink.java:360)
       at com.ibm.ws.management.connector.ipc.IPCConnectorInboundLink$IPCConnectorReadCallback.complete(IPCConnectorInboundLink.java:602)
       at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
       at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
       at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
       at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
       at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
       at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
       at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
       at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1783)
      [5/8/14 18:29:36:778 COT] 0000003e webapp        E com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0015E: Failure to initialize Web application JbpmWebAppExample.war
      [5/8/14 18:29:36:793 COT] 0000003e DeployedAppli W   WSVR0206E: Module, JbpmWebAppExample.war, of application, JbpmWebAppExample-ear.ear/deployments/JbpmWebAppExample-ear, failed to start
      [5/8/14 18:29:36:793 COT] 0000003e ApplicationMg W   WSVR0101W: An error occurred starting, JbpmWebAppExample-ear
      [5/8/14 18:29:36:793 COT] 0000003e ApplicationMg A   WSVR0217I: Stopping application: JbpmWebAppExample-ear
      [5/8/14 18:29:36:793 COT] 0000003e ApplicationMg A   WSVR0220I: Application stopped: JbpmWebAppExample-ear
      [5/8/14 18:29:36:793 COT] 0000003e DriverManager Z org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl stop HHH000030: Cleaning up connection pool [jdbc:db2://BCPDB235:50000/BDACMA]
      [5/8/14 18:29:36:793 COT] 0000003e CompositionUn E   WSVR0194E: Composition unit WebSphere:cuname=JbpmWebAppExample-ear in BLA WebSphere:blaname=JbpmWebAppExample-ear failed to start.
      [5/8/14 18:29:36:793 COT] 0000003e AppManagement W   ADMA0116W: Unable to start: JbpmWebAppExample-ear using: WebSphere:name=ApplicationManager,process=server1,platform=proxy,node=P09AB18564WS02Node01,version=8.5.0.0,type=ApplicationManager,mbeanIdentifier=ApplicationManager,cell=P09AB18564WS02Node01Cell,spec=1.0 exception is: javax.management.MBeanException: Exception thrown in RequiredModelMBean while trying to invoke operation startApplication
       at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1112)
       at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:966)
       at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:848)
       at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:773)
       at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1335)
       at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
       at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1228)
       at com.ibm.ws.management.application.AppManagementImpl._startApplication(AppManagementImpl.java:1482)
       at com.ibm.ws.management.application.AppManagementImpl.startApplication(AppManagementImpl.java:1371)
       at com.ibm.ws.management.application.AppManagementImpl.startApplication(AppManagementImpl.java:1320)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
       at java.lang.reflect.Method.invoke(Method.java:611)
       at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:49)
       at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
       at java.lang.reflect.Method.invoke(Method.java:611)
       at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:256)
       at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1085)
       at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:966)
       at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:848)
       at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:773)
       at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1335)
       at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
       at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1228)
       at com.ibm.ws.management.connector.AdminServiceDelegator.invoke(AdminServiceDelegator.java:181)
       at com.ibm.ws.management.connector.ipc.CallRouter.route(CallRouter.java:247)
       at com.ibm.ws.management.connector.ipc.IPCConnectorInboundLink.doWork(IPCConnectorInboundLink.java:360)
       at com.ibm.ws.management.connector.ipc.IPCConnectorInboundLink$IPCConnectorReadCallback.complete(IPCConnectorInboundLink.java:602)
       at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
       at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
       at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
       at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
       at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
       at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
       at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
       at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1783)
      Caused by: com.ibm.ws.exception.RuntimeWarning: com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to load webapp: Failed to load webapp: Api type [org.jbpm.kie.services.api.IdentityProvider] is not found with the qualifiers 
      Qualifiers: [@javax.enterprise.inject.Default&amp;#40&#59;&amp;#41&#59;]
      for injection into 
       Field Injection Point, field :  private org.jbpm.kie.services.api.IdentityProvider org.jbpm.kie.services.impl.KModuleDeploymentService.identityProvider, Bean Owner : [-1369296460,Name:null,WebBeans Type:MANAGED,API Types:[java.lang.Object,org.kie.internal.deployment.DeploymentService,org.jbpm.kie.services.impl.KModuleDeploymentService,org.jbpm.kie.services.impl.AbstractDeploymentService],Qualifiers:[javax.enterprise.inject.Any,org.jbpm.kie.services.api.Kjar]]
         InjectionType   :  [interface org.jbpm.kie.services.api.IdentityProvider]
         Annotated    :  [Annotated Field,Base Type : interface org.jbpm.kie.services.api.IdentityProvider,Type Closures : [class java.lang.Object, interface org.jbpm.kie.services.api.IdentityProvider],Annotations : [@javax.inject.Inject&amp;#40&#59;&amp;#41&#59;],Java Member Name : identityProvider]
         Qualifiers   :  [[@javax.enterprise.inject.Default&amp;#40&#59;&amp;#41&#59;]]
       at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:432)
       at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:718)
       at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1170)
       at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1370)
       at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:638)
       at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:968)
       at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:769)
       at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1364)
       at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2169)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:445)
       at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:388)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:116)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$1.run(CompositionUnitMgrImpl.java:663)
       at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5339)
       at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5555)
       at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:677)
       at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:621)
       at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1256)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
       at java.lang.reflect.Method.invoke(Method.java:611)
       at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:49)
       at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
       at java.lang.reflect.Method.invoke(Method.java:611)
       at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:256)
       at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1085)
       ... 37 more
      Caused by: com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to load webapp: Failed to load webapp: Api type [org.jbpm.kie.services.api.IdentityProvider] is not found with the qualifiers 
      Qualifiers: [@javax.enterprise.inject.Default&amp;#40&#59;&amp;#41&#59;]
      for injection into 
       Field Injection Point, field :  private org.jbpm.kie.services.api.IdentityProvider org.jbpm.kie.services.impl.KModuleDeploymentService.identityProvider, Bean Owner : [-1369296460,Name:null,WebBeans Type:MANAGED,API Types:[java.lang.Object,org.kie.internal.deployment.DeploymentService,org.jbpm.kie.services.impl.KModuleDeploymentService,org.jbpm.kie.services.impl.AbstractDeploymentService],Qualifiers:[javax.enterprise.inject.Any,org.jbpm.kie.services.api.Kjar]]
         InjectionType   :  [interface org.jbpm.kie.services.api.IdentityProvider]
         Annotated    :  [Annotated Field,Base Type : interface org.jbpm.kie.services.api.IdentityProvider,Type Closures : [class java.lang.Object, interface org.jbpm.kie.services.api.IdentityProvider],Annotations : [@javax.inject.Inject&amp;#40&#59;&amp;#41&#59;],Java Member Name : identityProvider]
         Qualifiers   :  [[@javax.enterprise.inject.Default&amp;#40&#59;&amp;#41&#59;]]
       at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:759)
       at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:634)
       at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:426)
       ... 66 more
      Caused by: com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to load webapp: Api type [org.jbpm.kie.services.api.IdentityProvider] is not found with the qualifiers 
      Qualifiers: [@javax.enterprise.inject.Default&#40;&#41;]
      for injection into 
       Field Injection Point, field :  private org.jbpm.kie.services.api.IdentityProvider org.jbpm.kie.services.impl.KModuleDeploymentService.identityProvider, Bean Owner : [-1369296460,Name:null,WebBeans Type:MANAGED,API Types:[java.lang.Object,org.kie.internal.deployment.DeploymentService,org.jbpm.kie.services.impl.KModuleDeploymentService,org.jbpm.kie.services.impl.AbstractDeploymentService],Qualifiers:[javax.enterprise.inject.Any,org.jbpm.kie.services.api.Kjar]]
         InjectionType   :  [interface org.jbpm.kie.services.api.IdentityProvider]
         Annotated    :  [Annotated Field,Base Type : interface org.jbpm.kie.services.api.IdentityProvider,Type Closures : [class java.lang.Object, interface org.jbpm.kie.services.api.IdentityProvider],Annotations : [@javax.inject.Inject&#40;&#41;],Java Member Name : identityProvider]
         Qualifiers   :  [[@javax.enterprise.inject.Default&#40;&#41;]]
       at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:176)
       at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:746)
       ... 68 more
      Caused by: javax.enterprise.inject.UnsatisfiedResolutionException: Api type [org.jbpm.kie.services.api.IdentityProvider] is not found with the qualifiers 
      Qualifiers: [@javax.enterprise.inject.Default()]
      for injection into 
       Field Injection Point, field :  private org.jbpm.kie.services.api.IdentityProvider org.jbpm.kie.services.impl.KModuleDeploymentService.identityProvider, Bean Owner : [-1369296460,Name:null,WebBeans Type:MANAGED,API Types:[java.lang.Object,org.kie.internal.deployment.DeploymentService,org.jbpm.kie.services.impl.KModuleDeploymentService,org.jbpm.kie.services.impl.AbstractDeploymentService],Qualifiers:[javax.enterprise.inject.Any,org.jbpm.kie.services.api.Kjar]]
         InjectionType   :  [interface org.jbpm.kie.services.api.IdentityProvider]
         Annotated    :  [Annotated Field,Base Type : interface org.jbpm.kie.services.api.IdentityProvider,Type Closures : [class java.lang.Object, interface org.jbpm.kie.services.api.IdentityProvider],Annotations : [@javax.inject.Inject()],Java Member Name : identityProvider]
         Qualifiers   :  [[@javax.enterprise.inject.Default()]]
       at org.apache.webbeans.util.InjectionExceptionUtils.throwUnsatisfiedResolutionException(InjectionExceptionUtils.java:92)
       at org.apache.webbeans.container.ResolutionUtil.checkResolvedBeans(ResolutionUtil.java:96)
       at org.apache.webbeans.container.InjectionResolver.checkInjectionPoints(InjectionResolver.java:189)
       at org.apache.webbeans.container.BeanManagerImpl.validate(BeanManagerImpl.java:1092)
       at org.apache.webbeans.config.BeansDeployer.validate(BeansDeployer.java:388)
       at org.apache.webbeans.config.BeansDeployer.validateInjectionPoints(BeansDeployer.java:332)
       at org.apache.webbeans.config.BeansDeployer.deploy(BeansDeployer.java:183)
       at org.apache.webbeans.lifecycle.AbstractLifeCycle.startApplication(AbstractLifeCycle.java:124)
       at org.apache.webbeans.web.lifecycle.WebContainerLifecycle.startApplication(WebContainerLifecycle.java:78)
       at com.ibm.ws.webbeans.common.CommonLifeCycle.startApplication(CommonLifeCycle.java:106)
       at com.ibm.ws.webbeans.services.JCDIServletContainerInitializer.onStartup(JCDIServletContainerInitializer.java:85)
       at com.ibm.ws.webcontainer.webapp.WebAppImpl.initializeServletContainerInitializers(WebAppImpl.java:613)
       at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:409)
       at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:88)
       at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:169)
       ... 69 more