Activti整合SSM的异常(DbSqlSession或者Error creating bean with name 'processEngine)

Activti整合SSM的异常(DbSqlSession或者Error creating bean with name 'processEngine)

我在使用activiti整合ssm时,刚开始的时候还好好的。先使用了一个demo类。在数据库生成了activiti的24张表,后来删除了这个测试类。并且将24张表的内容全部清空。发布服务时出现如下异常

[INFO] 
[INFO] --- tomcat7-maven-plugin:2.2:run (default-cli) @ activiti_spring_items ---
[INFO] Running war on http://localhost:9999/activiti_spring
[INFO] Using existing Tomcat server configuration at F:\maven\activiti_spring_items\target\tomcat
[INFO] create webapp with contextPath: /activiti_spring
六月 27, 2018 5:53:19 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-bio-9999"]
六月 27, 2018 5:53:19 下午 org.apache.catalina.core.StandardService startInternal
信息: Starting service Tomcat
六月 27, 2018 5:53:19 下午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/7.0.47
六月 27, 2018 5:53:23 下午 org.apache.catalina.core.ApplicationContext log
信息: No Spring WebApplicationInitializer types detected on classpath
六月 27, 2018 5:53:24 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
2018-06-27 17:53:24.211 [localhost-startStop-1] INFO  org.springframework.web.context.ContextLoader -
				Root WebApplicationContext: initialization started
2018-06-27 17:53:24.289 [localhost-startStop-1] INFO  o.s.web.context.support.XmlWebApplicationContext -
				Refreshing Root WebApplicationContext: startup date [Wed Jun 27 17:53:24 CST 2018]; root of context hierarchy
2018-06-27 17:53:24.335 [localhost-startStop-1] INFO  o.s.beans.factory.xml.XmlBeanDefinitionReader -
				Loading XML bean definitions from file [F:\maven\activiti_spring_items\target\classes\applicationContext_activiti.xml]
2018-06-27 17:53:24.476 [localhost-startStop-1] INFO  o.s.beans.factory.xml.XmlBeanDefinitionReader -
				Loading XML bean definitions from file [F:\maven\activiti_spring_items\target\classes\applicationContext_dao.xml]
2018-06-27 17:53:24.585 [localhost-startStop-1] INFO  o.s.beans.factory.xml.XmlBeanDefinitionReader -
				Loading XML bean definitions from file [F:\maven\activiti_spring_items\target\classes\applicationContext_service.xml]
2018-06-27 17:53:24.897 [localhost-startStop-1] INFO  o.s.c.support.PropertySourcesPlaceholderConfigurer -
				Loading properties file from class path resource [jdbc.properties]
2018-06-27 17:53:24.897 [localhost-startStop-1] INFO  o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -
				JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2018-06-27 17:53:25.620 [localhost-startStop-1] INFO  com.alibaba.druid.pool.DruidDataSource -
				{dataSource-1} inited
2018-06-27 17:53:27.322 [localhost-startStop-1] WARN  o.s.web.context.support.XmlWebApplicationContext -
				Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processEngine': FactoryBean threw exception on object creation; nested exception is java.lang.NullPointerException
2018-06-27 17:53:27.338 [localhost-startStop-1] INFO  com.alibaba.druid.pool.DruidDataSource -
				{dataSource-1} closed
2018-06-27 17:53:27.338 [localhost-startStop-1] ERROR org.springframework.web.context.ContextLoader -
				Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processEngine': FactoryBean threw exception on object creation; nested exception is java.lang.NullPointerException
	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:175) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:103) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1595) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:254) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:368) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1127) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1022) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:778) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839) ~[spring-context-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538) ~[spring-context-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:444) ~[spring-web-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:326) ~[spring-web-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107) [spring-web-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4939) [tomcat-embed-core-7.0.47.jar:7.0.47]
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5434) [tomcat-embed-core-7.0.47.jar:7.0.47]
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) [tomcat-embed-core-7.0.47.jar:7.0.47]
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559) [tomcat-embed-core-7.0.47.jar:7.0.47]
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549) [tomcat-embed-core-7.0.47.jar:7.0.47]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_161]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_161]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_161]
	at java.lang.Thread.run(Thread.java:748) [na:1.8.0_161]
Caused by: java.lang.NullPointerException: null
	at org.activiti.engine.impl.db.DbSqlSession.dbSchemaUpdate(DbSqlSession.java:1081) ~[activiti-engine-5.18.0.jar:5.18.0]
	at org.activiti.engine.impl.db.DbSqlSession.performSchemaOperationsProcessEngineBuild(DbSqlSession.java:1473) ~[activiti-engine-5.18.0.jar:5.18.0]
	at org.activiti.engine.impl.SchemaOperationsProcessEngineBuild.execute(SchemaOperationsProcessEngineBuild.java:25) ~[activiti-engine-5.18.0.jar:5.18.0]
	at org.activiti.engine.impl.interceptor.CommandInvoker.execute(CommandInvoker.java:24) ~[activiti-engine-5.18.0.jar:5.18.0]
	at org.activiti.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:57) ~[activiti-engine-5.18.0.jar:5.18.0]
	at org.activiti.spring.SpringTransactionInterceptor$1.doInTransaction(SpringTransactionInterceptor.java:47) ~[activiti-spring-5.18.0.jar:5.18.0]
	at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133) ~[spring-tx-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	at org.activiti.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:45) ~[activiti-spring-5.18.0.jar:5.18.0]
	at org.activiti.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:31) ~[activiti-engine-5.18.0.jar:5.18.0]
	at org.activiti.engine.impl.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:40) ~[activiti-engine-5.18.0.jar:5.18.0]
	at org.activiti.engine.impl.ProcessEngineImpl.<init>(ProcessEngineImpl.java:77) ~[activiti-engine-5.18.0.jar:5.18.0]
	at org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl.buildProcessEngine(ProcessEngineConfigurationImpl.java:427) ~[activiti-engine-5.18.0.jar:5.18.0]
	at org.activiti.spring.SpringProcessEngineConfiguration.buildProcessEngine(SpringProcessEngineConfiguration.java:65) ~[activiti-spring-5.18.0.jar:5.18.0]
	at org.activiti.spring.ProcessEngineFactoryBean.getObject(ProcessEngineFactoryBean.java:60) ~[activiti-spring-5.18.0.jar:5.18.0]
	at org.activiti.spring.ProcessEngineFactoryBean.getObject(ProcessEngineFactoryBean.java:32) ~[activiti-spring-5.18.0.jar:5.18.0]
	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:168) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
	... 28 common frames omitted
六月 27, 2018 5:53:27 下午 org.apache.catalina.core.StandardContext listenerStart
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processEngine': FactoryBean threw exception on object creation; nested exception is java.lang.NullPointerException
	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:175)
	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:103)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1595)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:254)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:368)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1127)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1022)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:778)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
	at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:444)
	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:326)
	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4939)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5434)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
	at org.activiti.engine.impl.db.DbSqlSession.dbSchemaUpdate(DbSqlSession.java:1081)
	at org.activiti.engine.impl.db.DbSqlSession.performSchemaOperationsProcessEngineBuild(DbSqlSession.java:1473)
	at org.activiti.engine.impl.SchemaOperationsProcessEngineBuild.execute(SchemaOperationsProcessEngineBuild.java:25)
	at org.activiti.engine.impl.interceptor.CommandInvoker.execute(CommandInvoker.java:24)
	at org.activiti.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:57)
	at org.activiti.spring.SpringTransactionInterceptor$1.doInTransaction(SpringTransactionInterceptor.java:47)
	at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
	at org.activiti.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:45)
	at org.activiti.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:31)
	at org.activiti.engine.impl.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:40)
	at org.activiti.engine.impl.ProcessEngineImpl.<init>(ProcessEngineImpl.java:77)
	at org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl.buildProcessEngine(ProcessEngineConfigurationImpl.java:427)
	at org.activiti.spring.SpringProcessEngineConfiguration.buildProcessEngine(SpringProcessEngineConfiguration.java:65)
	at org.activiti.spring.ProcessEngineFactoryBean.getObject(ProcessEngineFactoryBean.java:60)
	at org.activiti.spring.ProcessEngineFactoryBean.getObject(ProcessEngineFactoryBean.java:32)
	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:168)
	... 28 more

出错原因如下:

                1:配置文件出错

                2:本地的仓库的jar包有问题

                3:act_ge_property表中的数据被清除了


在把所有的配置文件都核对过一遍后。还是不行。这时我将导入的数据库更换就好了

最后找到主要原因是:在act_ge_property表中的数据被清除了、使用demo类再次 部署流程定义后。再次启动即可

写这篇博客来记录错误

牢记这个问题了。。。。。。。。



    
    

    
    
阅读更多

添加链接描述[INFO] — tomcat7-maven-plugin:2.2:run (default-cli) @ activiti_spring_items —
[INFO] Running war on http://localhost:9999/activiti_spring
[INFO] Using existing Tomcat server configuration at F:\maven\activiti_spring_items\target\tomcat
[INFO] create webapp with contextPath: /activiti_spring
六月 27, 2018 5:53:19 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler [“http-bio-9999”]
六月 27, 2018 5:53:19 下午 org.apache.catalina.core.StandardService startInternal
信息: Starting service Tomcat
六月 27, 2018 5:53:19 下午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/7.0.47
六月 27, 2018 5:53:23 下午 org.apache.catalina.core.ApplicationContext log
信息: No Spring WebApplicationInitializer types detected on classpath
六月 27, 2018 5:53:24 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
2018-06-27 17:53:24.211 [localhost-startStop-1] INFO org.springframework.web.context.ContextLoader -
Root WebApplicationContext: initialization started
2018-06-27 17:53:24.289 [localhost-startStop-1] INFO o.s.web.context.support.XmlWebApplicationContext -
Refreshing Root WebApplicationContext: startup date [Wed Jun 27 17:53:24 CST 2018]; root of context hierarchy
2018-06-27 17:53:24.335 [localhost-startStop-1] INFO o.s.beans.factory.xml.XmlBeanDefinitionReader -
Loading XML bean definitions from file [F:\maven\activiti_spring_items\target\classes\applicationContext_activiti.xml]
2018-06-27 17:53:24.476 [localhost-startStop-1] INFO o.s.beans.factory.xml.XmlBeanDefinitionReader -
Loading XML bean definitions from file [F:\maven\activiti_spring_items\target\classes\applicationContext_dao.xml]
2018-06-27 17:53:24.585 [localhost-startStop-1] INFO o.s.beans.factory.xml.XmlBeanDefinitionReader -
Loading XML bean definitions from file [F:\maven\activiti_spring_items\target\classes\applicationContext_service.xml]
2018-06-27 17:53:24.897 [localhost-startStop-1] INFO o.s.c.support.PropertySourcesPlaceholderConfigurer -
Loading properties file from class path resource [jdbc.properties]
2018-06-27 17:53:24.897 [localhost-startStop-1] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -
JSR-330 ‘javax.inject.Inject’ annotation found and supported for autowiring
2018-06-27 17:53:25.620 [localhost-startStop-1] INFO com.alibaba.druid.pool.DruidDataSource -
{dataSource-1} inited
2018-06-27 17:53:27.322 [localhost-startStop-1] WARN o.s.web.context.support.XmlWebApplicationContext -
Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘processEngine’: FactoryBean threw exception on object creation; nested exception is java.lang.NullPointerException
2018-06-27 17:53:27.338 [localhost-startStop-1] INFO com.alibaba.druid.pool.DruidDataSource -
{dataSource-1} closed
2018-06-27 17:53:27.338 [localhost-startStop-1] ERROR org.springframework.web.context.ContextLoader -
Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘processEngine’: FactoryBean threw exception on object creation; nested exception is java.lang.NullPointerException
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:175) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:103) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1595) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:254) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:368) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1127) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1022) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory 1. g e t O b j e c t ( A b s t r a c t B e a n F a c t o r y . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 306 &lt; / s p a n &gt; )   [ s p r i n g − b e a n s − &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a r : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E ] a t o r g . s p r i n g f r a m e w o r k . b e a n s . f a c t o r y . s u p p o r t . D e f a u l t S i n g l e t o n B e a n R e g i s t r y . g e t S i n g l e t o n ( D e f a u l t S i n g l e t o n B e a n R e g i s t r y . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 230 &lt; / s p a n &gt; )   [ s p r i n g − b e a n s − &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a r : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E ] a t o r g . s p r i n g f r a m e w o r k . b e a n s . f a c t o r y . s u p p o r t . A b s t r a c t B e a n F a c t o r y . d o G e t B e a n ( A b s t r a c t B e a n F a c t o r y . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 302 &lt; / s p a n &gt; )   [ s p r i n g − b e a n s − &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a r : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E ] a t o r g . s p r i n g f r a m e w o r k . b e a n s . f a c t o r y . s u p p o r t . A b s t r a c t B e a n F a c t o r y . g e t B e a n ( A b s t r a c t B e a n F a c t o r y . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 197 &lt; / s p a n &gt; )   [ s p r i n g − b e a n s − &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a r : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E ] a t o r g . s p r i n g f r a m e w o r k . b e a n s . f a c t o r y . s u p p o r t . D e f a u l t L i s t a b l e B e a n F a c t o r y . p r e I n s t a n t i a t e S i n g l e t o n s ( D e f a u l t L i s t a b l e B e a n F a c t o r y . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 778 &lt; / s p a n &gt; )   [ s p r i n g − b e a n s − &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a r : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E ] a t o r g . s p r i n g f r a m e w o r k . c o n t e x t . s u p p o r t . A b s t r a c t A p p l i c a t i o n C o n t e x t . f i n i s h B e a n F a c t o r y I n i t i a l i z a t i o n ( A b s t r a c t A p p l i c a t i o n C o n t e x t . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 839 &lt; / s p a n &gt; )   [ s p r i n g − c o n t e x t − &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a r : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E ] a t o r g . s p r i n g f r a m e w o r k . c o n t e x t . s u p p o r t . A b s t r a c t A p p l i c a t i o n C o n t e x t . r e f r e s h ( A b s t r a c t A p p l i c a t i o n C o n t e x t . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 538 &lt; / s p a n &gt; )   [ s p r i n g − c o n t e x t − &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a r : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E ] a t o r g . s p r i n g f r a m e w o r k . w e b . c o n t e x t . C o n t e x t L o a d e r . c o n f i g u r e A n d R e f r e s h W e b A p p l i c a t i o n C o n t e x t ( C o n t e x t L o a d e r . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 444 &lt; / s p a n &gt; )   [ s p r i n g − w e b − &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a r : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E ] a t o r g . s p r i n g f r a m e w o r k . w e b . c o n t e x t . C o n t e x t L o a d e r . i n i t W e b A p p l i c a t i o n C o n t e x t ( C o n t e x t L o a d e r . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 326 &lt; / s p a n &gt; )   [ s p r i n g − w e b − &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a r : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E ] a t o r g . s p r i n g f r a m e w o r k . w e b . c o n t e x t . C o n t e x t L o a d e r L i s t e n e r . c o n t e x t I n i t i a l i z e d ( C o n t e x t L o a d e r L i s t e n e r . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 107 &lt; / s p a n &gt; ) [ s p r i n g − w e b − &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a r : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4.2 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 8 &lt; / s p a n &gt; . R E L E A S E ] a t o r g . a p a c h e . c a t a l i n a . c o r e . S t a n d a r d C o n t e x t . l i s t e n e r S t a r t ( S t a n d a r d C o n t e x t . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4939 &lt; / s p a n &gt; ) [ t o m c a t − e m b e d − c o r e − &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 7.0 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 47 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a r : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 7.0 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 47 &lt; / s p a n &gt; ] a t o r g . a p a c h e . c a t a l i n a . c o r e . S t a n d a r d C o n t e x t . s t a r t I n t e r n a l ( S t a n d a r d C o n t e x t . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 5434 &lt; / s p a n &gt; ) [ t o m c a t − e m b e d − c o r e − &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 7.0 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 47 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a r : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 7.0 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 47 &lt; / s p a n &gt; ] a t o r g . a p a c h e . c a t a l i n a . u t i l . L i f e c y c l e B a s e . s t a r t ( L i f e c y c l e B a s e . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 150 &lt; / s p a n &gt; ) [ t o m c a t − e m b e d − c o r e − &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 7.0 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 47 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a r : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 7.0 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 47 &lt; / s p a n &gt; ] a t o r g . a p a c h e . c a t a l i n a . c o r e . C o n t a i n e r B a s e 1.getObject(AbstractBeanFactory.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;306&lt;/span&gt;) ~[spring-beans-&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE.&lt;span class=&quot;hljs-symbol&quot;&gt;jar:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;230&lt;/span&gt;) ~[spring-beans-&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE.&lt;span class=&quot;hljs-symbol&quot;&gt;jar:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;302&lt;/span&gt;) ~[spring-beans-&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE.&lt;span class=&quot;hljs-symbol&quot;&gt;jar:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;197&lt;/span&gt;) ~[spring-beans-&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE.&lt;span class=&quot;hljs-symbol&quot;&gt;jar:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;778&lt;/span&gt;) ~[spring-beans-&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE.&lt;span class=&quot;hljs-symbol&quot;&gt;jar:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;839&lt;/span&gt;) ~[spring-context-&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE.&lt;span class=&quot;hljs-symbol&quot;&gt;jar:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;538&lt;/span&gt;) ~[spring-context-&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE.&lt;span class=&quot;hljs-symbol&quot;&gt;jar:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE] at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;444&lt;/span&gt;) ~[spring-web-&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE.&lt;span class=&quot;hljs-symbol&quot;&gt;jar:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE] at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;326&lt;/span&gt;) ~[spring-web-&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE.&lt;span class=&quot;hljs-symbol&quot;&gt;jar:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE] at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;107&lt;/span&gt;) [spring-web-&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE.&lt;span class=&quot;hljs-symbol&quot;&gt;jar:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;4.2&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;8&lt;/span&gt;.RELEASE] at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;4939&lt;/span&gt;) [tomcat-embed-core-&lt;span class=&quot;hljs-number&quot;&gt;7.0&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;47&lt;/span&gt;.&lt;span class=&quot;hljs-symbol&quot;&gt;jar:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;7.0&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;47&lt;/span&gt;] at org.apache.catalina.core.StandardContext.startInternal(StandardContext.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;5434&lt;/span&gt;) [tomcat-embed-core-&lt;span class=&quot;hljs-number&quot;&gt;7.0&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;47&lt;/span&gt;.&lt;span class=&quot;hljs-symbol&quot;&gt;jar:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;7.0&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;47&lt;/span&gt;] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;150&lt;/span&gt;) [tomcat-embed-core-&lt;span class=&quot;hljs-number&quot;&gt;7.0&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;47&lt;/span&gt;.&lt;span class=&quot;hljs-symbol&quot;&gt;jar:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;7.0&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;47&lt;/span&gt;] at org.apache.catalina.core.ContainerBase 1.getObject(AbstractBeanFactory.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">306</span>) [springbeans<spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE.<spanclass="hljssymbol">jar:</span><spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE]atorg.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">230</span>) [springbeans<spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE.<spanclass="hljssymbol">jar:</span><spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE]atorg.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">302</span>) [springbeans<spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE.<spanclass="hljssymbol">jar:</span><spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE]atorg.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">197</span>) [springbeans<spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE.<spanclass="hljssymbol">jar:</span><spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE]atorg.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">778</span>) [springbeans<spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE.<spanclass="hljssymbol">jar:</span><spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE]atorg.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">839</span>) [springcontext<spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE.<spanclass="hljssymbol">jar:</span><spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE]atorg.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">538</span>) [springcontext<spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE.<spanclass="hljssymbol">jar:</span><spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE]atorg.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">444</span>) [springweb<spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE.<spanclass="hljssymbol">jar:</span><spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE]atorg.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">326</span>) [springweb<spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE.<spanclass="hljssymbol">jar:</span><spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE]atorg.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">107</span>)[springweb<spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE.<spanclass="hljssymbol">jar:</span><spanclass="hljsnumber">4.2</span>.<spanclass="hljsnumber">8</span>.RELEASE]atorg.apache.catalina.core.StandardContext.listenerStart(StandardContext.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">4939</span>)[tomcatembedcore<spanclass="hljsnumber">7.0</span>.<spanclass="hljsnumber">47</span>.<spanclass="hljssymbol">jar:</span><spanclass="hljsnumber">7.0</span>.<spanclass="hljsnumber">47</span>]atorg.apache.catalina.core.StandardContext.startInternal(StandardContext.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">5434</span>)[tomcatembedcore<spanclass="hljsnumber">7.0</span>.<spanclass="hljsnumber">47</span>.<spanclass="hljssymbol">jar:</span><spanclass="hljsnumber">7.0</span>.<spanclass="hljsnumber">47</span>]atorg.apache.catalina.util.LifecycleBase.start(LifecycleBase.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">150</span>)[tomcatembedcore<spanclass="hljsnumber">7.0</span>.<spanclass="hljsnumber">47</span>.<spanclass="hljssymbol">jar:</span><spanclass="hljsnumber">7.0</span>.<spanclass="hljsnumber">47</span>]atorg.apache.catalina.core.ContainerBaseStartChild.call(ContainerBase.java:1559) [tomcat-embed-core-7.0.47.jar:7.0.47]
at org.apache.catalina.core.ContainerBase S t a r t C h i l d . c a l l ( C o n t a i n e r B a s e . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 1549 &lt; / s p a n &gt; ) [ t o m c a t − e m b e d − c o r e − &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 7.0 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 47 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a r : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 7.0 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 47 &lt; / s p a n &gt; ] a t j a v a . u t i l . c o n c u r r e n t . F u t u r e T a s k . r u n ( F u t u r e T a s k . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 266 &lt; / s p a n &gt; ) [ &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; n a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 1.8 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 0 1 61 &lt; / s p a n &gt; ] a t j a v a . u t i l . c o n c u r r e n t . T h r e a d P o o l E x e c u t o r . r u n W o r k e r ( T h r e a d P o o l E x e c u t o r . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 1149 &lt; / s p a n &gt; ) [ &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; n a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 1.8 &lt; / s p a n &gt; . &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 0 1 61 &lt; / s p a n &gt; ] a t j a v a . u t i l . c o n c u r r e n t . T h r e a d P o o l E x e c u t o r StartChild.call(ContainerBase.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;1549&lt;/span&gt;) [tomcat-embed-core-&lt;span class=&quot;hljs-number&quot;&gt;7.0&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;47&lt;/span&gt;.&lt;span class=&quot;hljs-symbol&quot;&gt;jar:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;7.0&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;47&lt;/span&gt;] at java.util.concurrent.FutureTask.run(FutureTask.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;266&lt;/span&gt;) [&lt;span class=&quot;hljs-symbol&quot;&gt;na:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;1.8&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;0_161&lt;/span&gt;] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;1149&lt;/span&gt;) [&lt;span class=&quot;hljs-symbol&quot;&gt;na:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;1.8&lt;/span&gt;.&lt;span class=&quot;hljs-number&quot;&gt;0_161&lt;/span&gt;] at java.util.concurrent.ThreadPoolExecutor StartChild.call(ContainerBase.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">1549</span>)[tomcatembedcore<spanclass="hljsnumber">7.0</span>.<spanclass="hljsnumber">47</span>.<spanclass="hljssymbol">jar:</span><spanclass="hljsnumber">7.0</span>.<spanclass="hljsnumber">47</span>]atjava.util.concurrent.FutureTask.run(FutureTask.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">266</span>)[<spanclass="hljssymbol">na:</span><spanclass="hljsnumber">1.8</span>.<spanclass="hljsnumber">0161</span>]atjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">1149</span>)[<spanclass="hljssymbol">na:</span><spanclass="hljsnumber">1.8</span>.<spanclass="hljsnumber">0161</span>]atjava.util.concurrent.ThreadPoolExecutorWorker.run(ThreadPoolExecutor.java:624) [na:1.8.0_161]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_161]
Caused by: java.lang.NullPointerException: null
at org.activiti.engine.impl.db.DbSqlSession.dbSchemaUpdate(DbSqlSession.java:1081) ~[activiti-engine-5.18.0.jar:5.18.0]
at org.activiti.engine.impl.db.DbSqlSession.performSchemaOperationsProcessEngineBuild(DbSqlSession.java:1473) ~[activiti-engine-5.18.0.jar:5.18.0]
at org.activiti.engine.impl.SchemaOperationsProcessEngineBuild.execute(SchemaOperationsProcessEngineBuild.java:25) ~[activiti-engine-5.18.0.jar:5.18.0]
at org.activiti.engine.impl.interceptor.CommandInvoker.execute(CommandInvoker.java:24) ~[activiti-engine-5.18.0.jar:5.18.0]
at org.activiti.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:57) ~[activiti-engine-5.18.0.jar:5.18.0]
at org.activiti.spring.SpringTransactionInterceptor$1.doInTransaction(SpringTransactionInterceptor.java:47) ~[activiti-spring-5.18.0.jar:5.18.0]
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133) ~[spring-tx-4.2.8.RELEASE.jar:4.2.8.RELEASE]
at org.activiti.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:45) ~[activiti-spring-5.18.0.jar:5.18.0]
at org.activiti.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:31) ~[activiti-engine-5.18.0.jar:5.18.0]
at org.activiti.engine.impl.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:40) ~[activiti-engine-5.18.0.jar:5.18.0]
at org.activiti.engine.impl.ProcessEngineImpl.<init>(ProcessEngineImpl.java:77) ~[activiti-engine-5.18.0.jar:5.18.0]
at org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl.buildProcessEngine(ProcessEngineConfigurationImpl.java:427) ~[activiti-engine-5.18.0.jar:5.18.0]
at org.activiti.spring.SpringProcessEngineConfiguration.buildProcessEngine(SpringProcessEngineConfiguration.java:65) ~[activiti-spring-5.18.0.jar:5.18.0]
at org.activiti.spring.ProcessEngineFactoryBean.getObject(ProcessEngineFactoryBean.java:60) ~[activiti-spring-5.18.0.jar:5.18.0]
at org.activiti.spring.ProcessEngineFactoryBean.getObject(ProcessEngineFactoryBean.java:32) ~[activiti-spring-5.18.0.jar:5.18.0]
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:168) ~[spring-beans-4.2.8.RELEASE.jar:4.2.8.RELEASE]
28 common frames omitted
六月 27, 2018 5:53:27 下午 org.apache.catalina.core.StandardContext listenerStart
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘processEngine’: FactoryBean threw exception on object creation; nested exception is java.lang.NullPointerException
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:175)
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:103)
at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1595)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:254)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:368)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1127)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1022)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
at org.springframework.beans.factory.support.AbstractBeanFactory 1. g e t O b j e c t ( A b s t r a c t B e a n F a c t o r y . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 306 &lt; / s p a n &gt; ) a t o r g . s p r i n g f r a m e w o r k . b e a n s . f a c t o r y . s u p p o r t . D e f a u l t S i n g l e t o n B e a n R e g i s t r y . g e t S i n g l e t o n ( D e f a u l t S i n g l e t o n B e a n R e g i s t r y . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 230 &lt; / s p a n &gt; ) a t o r g . s p r i n g f r a m e w o r k . b e a n s . f a c t o r y . s u p p o r t . A b s t r a c t B e a n F a c t o r y . d o G e t B e a n ( A b s t r a c t B e a n F a c t o r y . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 302 &lt; / s p a n &gt; ) a t o r g . s p r i n g f r a m e w o r k . b e a n s . f a c t o r y . s u p p o r t . A b s t r a c t B e a n F a c t o r y . g e t B e a n ( A b s t r a c t B e a n F a c t o r y . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 197 &lt; / s p a n &gt; ) a t o r g . s p r i n g f r a m e w o r k . b e a n s . f a c t o r y . s u p p o r t . D e f a u l t L i s t a b l e B e a n F a c t o r y . p r e I n s t a n t i a t e S i n g l e t o n s ( D e f a u l t L i s t a b l e B e a n F a c t o r y . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 778 &lt; / s p a n &gt; ) a t o r g . s p r i n g f r a m e w o r k . c o n t e x t . s u p p o r t . A b s t r a c t A p p l i c a t i o n C o n t e x t . f i n i s h B e a n F a c t o r y I n i t i a l i z a t i o n ( A b s t r a c t A p p l i c a t i o n C o n t e x t . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 839 &lt; / s p a n &gt; ) a t o r g . s p r i n g f r a m e w o r k . c o n t e x t . s u p p o r t . A b s t r a c t A p p l i c a t i o n C o n t e x t . r e f r e s h ( A b s t r a c t A p p l i c a t i o n C o n t e x t . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 538 &lt; / s p a n &gt; ) a t o r g . s p r i n g f r a m e w o r k . w e b . c o n t e x t . C o n t e x t L o a d e r . c o n f i g u r e A n d R e f r e s h W e b A p p l i c a t i o n C o n t e x t ( C o n t e x t L o a d e r . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 444 &lt; / s p a n &gt; ) a t o r g . s p r i n g f r a m e w o r k . w e b . c o n t e x t . C o n t e x t L o a d e r . i n i t W e b A p p l i c a t i o n C o n t e x t ( C o n t e x t L o a d e r . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 326 &lt; / s p a n &gt; ) a t o r g . s p r i n g f r a m e w o r k . w e b . c o n t e x t . C o n t e x t L o a d e r L i s t e n e r . c o n t e x t I n i t i a l i z e d ( C o n t e x t L o a d e r L i s t e n e r . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 107 &lt; / s p a n &gt; ) a t o r g . a p a c h e . c a t a l i n a . c o r e . S t a n d a r d C o n t e x t . l i s t e n e r S t a r t ( S t a n d a r d C o n t e x t . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 4939 &lt; / s p a n &gt; ) a t o r g . a p a c h e . c a t a l i n a . c o r e . S t a n d a r d C o n t e x t . s t a r t I n t e r n a l ( S t a n d a r d C o n t e x t . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 5434 &lt; / s p a n &gt; ) a t o r g . a p a c h e . c a t a l i n a . u t i l . L i f e c y c l e B a s e . s t a r t ( L i f e c y c l e B a s e . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 150 &lt; / s p a n &gt; ) a t o r g . a p a c h e . c a t a l i n a . c o r e . C o n t a i n e r B a s e 1.getObject(AbstractBeanFactory.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;306&lt;/span&gt;) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;230&lt;/span&gt;) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;302&lt;/span&gt;) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;197&lt;/span&gt;) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;778&lt;/span&gt;) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;839&lt;/span&gt;) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;538&lt;/span&gt;) at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;444&lt;/span&gt;) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;326&lt;/span&gt;) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;107&lt;/span&gt;) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;4939&lt;/span&gt;) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;5434&lt;/span&gt;) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;150&lt;/span&gt;) at org.apache.catalina.core.ContainerBase 1.getObject(AbstractBeanFactory.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">306</span>)atorg.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">230</span>)atorg.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">302</span>)atorg.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">197</span>)atorg.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">778</span>)atorg.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">839</span>)atorg.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">538</span>)atorg.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">444</span>)atorg.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">326</span>)atorg.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">107</span>)atorg.apache.catalina.core.StandardContext.listenerStart(StandardContext.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">4939</span>)atorg.apache.catalina.core.StandardContext.startInternal(StandardContext.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">5434</span>)atorg.apache.catalina.util.LifecycleBase.start(LifecycleBase.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">150</span>)atorg.apache.catalina.core.ContainerBaseStartChild.call(ContainerBase.java:1559)
at org.apache.catalina.core.ContainerBase S t a r t C h i l d . c a l l ( C o n t a i n e r B a s e . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 1549 &lt; / s p a n &gt; ) a t j a v a . u t i l . c o n c u r r e n t . F u t u r e T a s k . r u n ( F u t u r e T a s k . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 266 &lt; / s p a n &gt; ) a t j a v a . u t i l . c o n c u r r e n t . T h r e a d P o o l E x e c u t o r . r u n W o r k e r ( T h r e a d P o o l E x e c u t o r . &lt; s p a n c l a s s = &quot; h l j s − s y m b o l &quot; &gt; j a v a : &lt; / s p a n &gt; &lt; s p a n c l a s s = &quot; h l j s − n u m b e r &quot; &gt; 1149 &lt; / s p a n &gt; ) a t j a v a . u t i l . c o n c u r r e n t . T h r e a d P o o l E x e c u t o r StartChild.call(ContainerBase.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;1549&lt;/span&gt;) at java.util.concurrent.FutureTask.run(FutureTask.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;266&lt;/span&gt;) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.&lt;span class=&quot;hljs-symbol&quot;&gt;java:&lt;/span&gt;&lt;span class=&quot;hljs-number&quot;&gt;1149&lt;/span&gt;) at java.util.concurrent.ThreadPoolExecutor StartChild.call(ContainerBase.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">1549</span>)atjava.util.concurrent.FutureTask.run(FutureTask.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">266</span>)atjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.<spanclass="hljssymbol">java:</span><spanclass="hljsnumber">1149</span>)atjava.util.concurrent.ThreadPoolExecutorWorker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
at org.activiti.engine.impl.db.DbSqlSession.dbSchemaUpdate(DbSqlSession.java:1081)
at org.activiti.engine.impl.db.DbSqlSession.performSchemaOperationsProcessEngineBuild(DbSqlSession.java:1473)
at org.activiti.engine.impl.SchemaOperationsProcessEngineBuild.execute(SchemaOperationsProcessEngineBuild.java:25)
at org.activiti.engine.impl.interceptor.CommandInvoker.execute(CommandInvoker.java:24)
at org.activiti.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:57)
at org.activiti.spring.SpringTransactionInterceptor$1.doInTransaction(SpringTransactionInterceptor.java:47)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
at org.activiti.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:45)
at org.activiti.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:31)
at org.activiti.engine.impl.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:40)
at org.activiti.engine.impl.ProcessEngineImpl.<init>(ProcessEngineImpl.java:77)
at org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl.buildProcessEngine(ProcessEngineConfigurationImpl.java:427)
at org.activiti.spring.SpringProcessEngineConfiguration.buildProcessEngine(SpringProcessEngineConfiguration.java:65)
at org.activiti.spring.ProcessEngineFactoryBean.getObject(ProcessEngineFactoryBean.java:60)
at org.activiti.spring.ProcessEngineFactoryBean.getObject(ProcessEngineFactoryBean.java:32)
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:168)
28 more

出错原因如下:

                1:配置文件出错

                2:本地的仓库的jar包有问题

                3:act_ge_property表中的数据被清除了


在把所有的配置文件都核对过一遍后。还是不行。这时我将导入的数据库更换就好了

最后找到主要原因是:在act_ge_property表中的数据被清除了、使用demo类再次 部署流程定义后。再次启动即可

写这篇博客来记录错误

牢记这个问题了。。。。。。。。



 
 



阅读更多

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值