09-02-2016 06:55 AM
<bean id="processEngineConfiguration" class="org.activiti.engine.impl.cfg.StandaloneProcessEngineConfiguration">
<property name="mailServerHost" value="myMailServer" />
<property name="mailServerPort" value="25" />
<property name="mailServerUseSSL" value="false" />
<property name="mailServerUseTLS" value="false" />
<property name="mailServerDefaultFrom" value="activiti@activiti.org" />
<property name="mailServerUsername" value="myUsername" />
<property name="mailServerPassword" value="myPassword" />
</bean>
org.springframework.beans.factory.BeanCreationException: Error creating bean wit
h name 'demoDataConfiguration': Injection of autowired dependencies failed; nest
ed exception is org.springframework.beans.factory.BeanCreationException: Could n
ot autowire field: protected org.activiti.engine.IdentityService org.activiti.ex
plorer.conf.DemoDataConfiguration.identityService; nested exception is org.sprin
gframework.beans.factory.BeanCreationException: Error creating bean with name 'i
dentityService' defined in class path resource [org/activiti/explorer/conf/Activ
itiEngineConfiguration.class]: Bean instantiation via factory method failed; nes
ted exception is org.springframework.beans.BeanInstantiationException: Failed to
instantiate [org.activiti.engine.IdentityService]: Factory method 'identityServ
ice' threw exception; nested exception is org.springframework.beans.factory.Bean
CreationException: Error creating bean with name 'processEngine' defined in clas
s path resource [org/activiti/explorer/conf/ActivitiEngineConfiguration.class]:
Bean instantiation via factory method failed; nested exception is org.springfram
ework.beans.BeanInstantiationException: Failed to instantiate [org.activiti.engi
ne.ProcessEngine]: Factory method 'processEngine' threw exception; nested except
ion is java.lang.RuntimeException: org.springframework.beans.factory.BeanCreatio
nException: Error creating bean with name 'processEngineFactoryBean': FactoryBea
n threw exception on object creation; nested exception is org.apache.ibatis.exce
ptions.PersistenceException:
### Error querying database. Cause: org.apache.ibatis.transaction.TransactionEx
ception: Error configuring AutoCommit. Your driver may not support getAutoCommi
t() or setAutoCommit(). Requested setting: false. Cause: org.h2.jdbc.JdbcSQLExc
eption: Connection is broken: "unexpected status 16777216" [90067-176]
### The error may exist in org/activiti/db/mapping/entity/Property.xml
### The error may involve org.activiti.engine.impl.persistence.entity.PropertyEn
tity.selectDbSchemaVersion
### The error occurred while executing a query
### Cause: org.apache.ibatis.transaction.TransactionException: Error configuring
AutoCommit. Your driver may not support getAutoCommit() or setAutoCommit(). Re
quested setting: false. Cause: org.h2.jdbc.JdbcSQLException: Connection is brok
en: "unexpected status 16777216" [90067-176]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanP
ostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java
:334)
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.populateBean(AbstractAutowireCapableBeanFactory.java:1202)
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb
ject(AbstractBeanFactory.java:303)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:299)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:194)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.
preInstantiateSingletons(DefaultListableBeanFactory.java:755)
at org.springframework.context.support.AbstractApplicationContext.finish
BeanFactoryInitialization(AbstractApplicationContext.java:757)
at org.springframework.context.support.AbstractApplicationContext.refres
h(AbstractApplicationContext.java:480)
at org.activiti.explorer.servlet.WebConfigurer.contextInitialized(WebCon
figurer.java:40)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
t.java:5068)
at org.apache.catalina.core.StandardContext.startInternal(StandardContex
t.java:5584)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:899)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:87
5)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092
)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:
1984)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.springframework.beans.factory.BeanCreationException: Could not au
towire field: protected org.activiti.engine.IdentityService org.activiti.explore
r.conf.DemoDataConfiguration.identityService; nested exception is org.springfram
ework.beans.factory.BeanCreationException: Error creating bean with name 'identi
tyService' defined in class path resource [org/activiti/explorer/conf/ActivitiEn
gineConfiguration.class]: Bean instantiation via factory method failed; nested e
xception is org.springframework.beans.BeanInstantiationException: Failed to inst
antiate [org.activiti.engine.IdentityService]: Factory method 'identityService'
threw exception; nested exception is org.springframework.beans.factory.BeanCreat
ionException: Error creating bean with name 'processEngine' defined in class pat
h resource [org/activiti/explorer/conf/ActivitiEngineConfiguration.class]: Bean
instantiation via factory method failed; nested exception is org.springframework
.beans.BeanInstantiationException: Failed to instantiate [org.activiti.engine.Pr
ocessEngine]: Factory method 'processEngine' threw exception; nested exception i
s java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationExce
ption: Error creating bean with name 'processEngineFactoryBean': FactoryBean thr
ew exception on object creation; nested exception is org.apache.ibatis.exception
s.PersistenceException:
### Error querying database. Cause: org.apache.ibatis.transaction.TransactionEx
ception: Error configuring AutoCommit. Your driver may not support getAutoCommi
t() or setAutoCommit(). Requested setting: false. Cause: org.h2.jdbc.JdbcSQLExc
eption: Connection is broken: "unexpected status 16777216" [90067-176]
### The error may exist in org/activiti/db/mapping/entity/Property.xml
### The error may involve org.activiti.engine.impl.persistence.entity.PropertyEn
tity.selectDbSchemaVersion
### The error occurred while executing a query
### Cause: org.apache.ibatis.transaction.TransactionException: Error configuring
AutoCommit. Your driver may not support getAutoCommit() or setAutoCommit(). Re
quested setting: false. Cause: org.h2.jdbc.JdbcSQLException: Connection is brok
en: "unexpected status 16777216" [90067-176]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanP
ostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.j
ava:561)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject
(InjectionMetadata.java:88)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanP
ostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java
:331)
… 24 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creati
ng bean with name 'identityService' defined in class path resource [org/activiti
/explorer/conf/ActivitiEngineConfiguration.class]: Bean instantiation via factor
y method failed; nested exception is org.springframework.beans.BeanInstantiation
Exception: Failed to instantiate [org.activiti.engine.IdentityService]: Factory
method 'identityService' threw exception; nested exception is org.springframewor
k.beans.factory.BeanCreationException: Error creating bean with name 'processEng
ine' defined in class path resource [org/activiti/explorer/conf/ActivitiEngineCo
nfiguration.class]: Bean instantiation via factory method failed; nested excepti
on is org.springframework.beans.BeanInstantiationException: Failed to instantiat
e [org.activiti.engine.ProcessEngine]: Factory method 'processEngine' threw exce
ption; nested exception is java.lang.RuntimeException: org.springframework.beans
.factory.BeanCreationException: Error creating bean with name 'processEngineFact
oryBean': FactoryBean threw exception on object creation; nested exception is or
g.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: org.apache.ibatis.transaction.TransactionEx
ception: Error configuring AutoCommit. Your driver may not support getAutoCommi
t() or setAutoCommit(). Requested setting: false. Cause: org.h2.jdbc.JdbcSQLExc
eption: Connection is broken: "unexpected status 16777216" [90067-176]
### The error may exist in org/activiti/db/mapping/entity/Property.xml
### The error may involve org.activiti.engine.impl.persistence.entity.PropertyEn
tity.selectDbSchemaVersion
### The error occurred while executing a query
### Cause: org.apache.ibatis.transaction.TransactionException: Error configuring
AutoCommit. Your driver may not support getAutoCommit() or setAutoCommit(). Re
quested setting: false. Cause: org.h2.jdbc.JdbcSQLException: Connection is brok
en: "unexpected status 16777216" [90067-176]
at org.springframework.beans.factory.support.ConstructorResolver.instant
iateUsingFactoryMethod(ConstructorResolver.java:599)
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:11
11)
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006)
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb
ject(AbstractBeanFactory.java:303)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:299)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:194)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.
findAutowireCandidates(DefaultListableBeanFactory.java:1120)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.
doResolveDependency(DefaultListableBeanFactory.java:1044)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.
resolveDependency(DefaultListableBeanFactory.java:942)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanP
ostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.j
ava:533)
… 26 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to insta
ntiate [org.activiti.engine.IdentityService]: Factory method 'identityService' t
hrew exception; nested exception is org.springframework.beans.factory.BeanCreati
onException: Error creating bean with name 'processEngine' defined in class path
resource [org/activiti/explorer/conf/ActivitiEngineConfiguration.class]: Bean i
nstantiation via factory method failed; nested exception is org.springframework.
beans.BeanInstantiationException: Failed to instantiate [org.activiti.engine.Pro
cessEngine]: Factory method 'processEngine' threw exception; nested exception is
java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationExcep
tion: Error creating bean with name 'processEngineFactoryBean': FactoryBean thre
w exception on object creation; nested exception is org.apache.ibatis.exceptions
.PersistenceException:
### Error querying database. Cause: org.apache.ibatis.transaction.TransactionEx
ception: Error configuring AutoCommit. Your driver may not support getAutoCommi
t() or setAutoCommit(). Requested setting: false. Cause: org.h2.jdbc.JdbcSQLExc
eption: Connection is broken: "unexpected status 16777216" [90067-176]
### The error may exist in org/activiti/db/mapping/entity/Property.xml
### The error may involve org.activiti.engine.impl.persistence.entity.PropertyEn
tity.selectDbSchemaVersion
### The error occurred while executing a query
### Cause: org.apache.ibatis.transaction.TransactionException: Error configuring
AutoCommit. Your driver may not support getAutoCommit() or setAutoCommit(). Re
quested setting: false. Cause: org.h2.jdbc.JdbcSQLException: Connection is brok
en: "unexpected status 16777216" [90067-176]
at org.springframework.beans.factory.support.SimpleInstantiationStrategy
.instantiate(SimpleInstantiationStrategy.java:189)
at org.springframework.beans.factory.support.ConstructorResolver.instant
iateUsingFactoryMethod(ConstructorResolver.java:588)
… 38 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creati
ng bean with name 'processEngine' defined in class path resource [org/activiti/e
xplorer/conf/ActivitiEngineConfiguration.class]: Bean instantiation via factory
method failed; nested exception is org.springframework.beans.BeanInstantiationEx
ception: Failed to instantiate [org.activiti.engine.ProcessEngine]: Factory meth
od 'processEngine' threw exception; nested exception is java.lang.RuntimeExcepti
on: org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'processEngineFactoryBean': FactoryBean threw exception on object cre
ation; nested exception is org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: org.apache.ibatis.transaction.TransactionEx
ception: Error configuring AutoCommit. Your driver may not support getAutoCommi
t() or setAutoCommit(). Requested setting: false. Cause: org.h2.jdbc.JdbcSQLExc
eption: Connection is broken: "unexpected status 16777216" [90067-176]
### The error may exist in org/activiti/db/mapping/entity/Property.xml
### The error may involve org.activiti.engine.impl.persistence.entity.PropertyEn
tity.selectDbSchemaVersion
### The error occurred while executing a query
### Cause: org.apache.ibatis.transaction.TransactionException: Error configuring
AutoCommit. Your driver may not support getAutoCommit() or setAutoCommit(). Re
quested setting: false. Cause: org.h2.jdbc.JdbcSQLException: Connection is brok
en: "unexpected status 16777216" [90067-176]
at org.springframework.beans.factory.support.ConstructorResolver.instant
iateUsingFactoryMethod(ConstructorResolver.java:599)
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:11
11)
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006)
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb
ject(AbstractBeanFactory.java:303)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:299)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:194)
at org.springframework.context.annotation.ConfigurationClassEnhancer$Bea
nMethodInterceptor.intercept(ConfigurationClassEnhancer.java:322)
at org.activiti.explorer.conf.ActivitiEngineConfiguration$$EnhancerBySpr
ingCGLIB$$fc783ea2.processEngine(<generated>)
at org.activiti.explorer.conf.ActivitiEngineConfiguration.identityServic
e(ActivitiEngineConfiguration.java:159)
at org.activiti.explorer.conf.ActivitiEngineConfiguration$$EnhancerBySpr
ingCGLIB$$fc783ea2.CGLIB$identityService$9(<generated>)
at org.activiti.explorer.conf.ActivitiEngineConfiguration$$EnhancerBySpr
ingCGLIB$$fc783ea2$$FastClassBySpringCGLIB$$39e242e5.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.j
ava:228)
at org.springframework.context.annotation.ConfigurationClassEnhancer$Bea
nMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309)
at org.activiti.explorer.conf.ActivitiEngineConfiguration$$EnhancerBySpr
ingCGLIB$$fc783ea2.identityService(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy
.instantiate(SimpleInstantiationStrategy.java:162)
… 39 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to insta
ntiate [org.activiti.engine.ProcessEngine]: Factory method 'processEngine' threw
exception; nested exception is java.lang.RuntimeException: org.springframework.
beans.factory.BeanCreationException: Error creating bean with name 'processEngin
eFactoryBean': FactoryBean threw exception on object creation; nested exception
is org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: org.apache.ibatis.transaction.TransactionEx
ception: Error configuring AutoCommit. Your driver may not support getAutoCommi
t() or setAutoCommit(). Requested setting: false. Cause: org.h2.jdbc.JdbcSQLExc
eption: Connection is broken: "unexpected status 16777216" [90067-176]
### The error may exist in org/activiti/db/mapping/entity/Property.xml
### The error may involve org.activiti.engine.impl.persistence.entity.PropertyEn
tity.selectDbSchemaVersion
### The error occurred while executing a query
### Cause: org.apache.ibatis.transaction.TransactionException: Error configuring
AutoCommit. Your driver may not support getAutoCommit() or setAutoCommit(). Re
quested setting: false. Cause: org.h2.jdbc.JdbcSQLException: Connection is brok
en: "unexpected status 16777216" [90067-176]
at org.springframework.beans.factory.support.SimpleInstantiationStrategy
.instantiate(SimpleInstantiationStrategy.java:189)
at org.springframework.beans.factory.support.ConstructorResolver.instant
iateUsingFactoryMethod(ConstructorResolver.java:588)
… 60 more
Caused by: java.lang.RuntimeException: org.springframework.beans.factory.BeanCre
ationException: Error creating bean with name 'processEngineFactoryBean': Factor
yBean threw exception on object creation; nested exception is org.apache.ibatis.
exceptions.PersistenceException:
### Error querying database. Cause: org.apache.ibatis.transaction.TransactionEx
ception: Error configuring AutoCommit. Your driver may not support getAutoCommi
t() or setAutoCommit(). Requested setting: false. Cause: org.h2.jdbc.JdbcSQLExc
eption: Connection is broken: "unexpected status 16777216" [90067-176]
### The error may exist in org/activiti/db/mapping/entity/Property.xml
### The error may involve org.activiti.engine.impl.persistence.entity.PropertyEn
tity.selectDbSchemaVersion
### The error occurred while executing a query
### Cause: org.apache.ibatis.transaction.TransactionException: Error configuring
AutoCommit. Your driver may not support getAutoCommit() or setAutoCommit(). Re
quested setting: false. Cause: org.h2.jdbc.JdbcSQLException: Connection is brok
en: "unexpected status 16777216" [90067-176]
at org.activiti.explorer.conf.ActivitiEngineConfiguration.processEngine(
ActivitiEngineConfiguration.java:85)
at org.activiti.explorer.conf.ActivitiEngineConfiguration$$EnhancerBySpr
ingCGLIB$$fc783ea2.CGLIB$processEngine$5(<generated>)
at org.activiti.explorer.conf.ActivitiEngineConfiguration$$EnhancerBySpr
ingCGLIB$$fc783ea2$$FastClassBySpringCGLIB$$39e242e5.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.j
ava:228)
at org.springframework.context.annotation.ConfigurationClassEnhancer$Bea
nMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309)
at org.activiti.explorer.conf.ActivitiEngineConfiguration$$EnhancerBySpr
ingCGLIB$$fc783ea2.processEngine(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy
.instantiate(SimpleInstantiationStrategy.java:162)
… 61 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creati
ng bean with name 'processEngineFactoryBean': FactoryBean threw exception on obj
ect creation; nested exception is org.apache.ibatis.exceptions.PersistenceExcept
ion:
### Error querying database. Cause: org.apache.ibatis.transaction.TransactionEx
ception: Error configuring AutoCommit. Your driver may not support getAutoCommi
t() or setAutoCommit(). Requested setting: false. Cause: org.h2.jdbc.JdbcSQLExc
eption: Connection is broken: "unexpected status 16777216" [90067-176]
### The error may exist in org/activiti/db/mapping/entity/Property.xml
### The error may involve org.activiti.engine.impl.persistence.entity.PropertyEn
tity.selectDbSchemaVersion
### The error occurred while executing a query
### Cause: org.apache.ibatis.transaction.TransactionException: Error configuring
AutoCommit. Your driver may not support getAutoCommit() or setAutoCommit(). Re
quested setting: false. Cause: org.h2.jdbc.JdbcSQLException: Connection is brok
en: "unexpected status 16777216" [90067-176]
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.getObje
ctForBeanInstance(AbstractBeanFactory.java:1517)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:251)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:194)
at org.springframework.context.annotation.ConfigurationClassEnhancer$Bea
nMethodInterceptor$1.intercept(ConfigurationClassEnhancer.java:379)
at org.activiti.spring.ProcessEngineFactoryBean$$EnhancerBySpringCGLIB$$
abb74731.getObject(<generated>)
at org.activiti.explorer.conf.ActivitiEngineConfiguration.processEngine(
ActivitiEngineConfiguration.java:83)
… 71 more
Caused by: org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: org.apache.ibatis.transaction.TransactionEx
ception: Error configuring AutoCommit. Your driver may not support getAutoCommi
t() or setAutoCommit(). Requested setting: false. Cause: org.h2.jdbc.JdbcSQLExc
eption: Connection is broken: "unexpected status 16777216" [90067-176]
### The error may exist in org/activiti/db/mapping/entity/Property.xml
### The error may involve org.activiti.engine.impl.persistence.entity.PropertyEn
tity.selectDbSchemaVersion
### The error occurred while executing a query
### Cause: org.apache.ibatis.transaction.TransactionException: Error configuring
AutoCommit. Your driver may not support getAutoCommit() or setAutoCommit(). Re
quested setting: false. Cause: org.h2.jdbc.JdbcSQLException: Connection is brok
en: "unexpected status 16777216" [90067-176]
at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(Exception
Factory.java:30)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(Defau
ltSqlSession.java:122)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(Defau
ltSqlSession.java:113)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(Defaul
tSqlSession.java:73)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(Defaul
tSqlSession.java:67)
at org.activiti.engine.impl.db.DbSqlSession.getDbVersion(DbSqlSession.ja
va:1019)
at org.activiti.engine.impl.db.DbSqlSession.dbSchemaCheckVersion(DbSqlSe
ssion.java:975)
at org.activiti.engine.impl.db.DbSqlSession.performSchemaOperationsProce
ssEngineBuild(DbSqlSession.java:1476)
at org.activiti.engine.impl.SchemaOperationsProcessEngineBuild.execute(S
chemaOperationsProcessEngineBuild.java:27)
at org.activiti.engine.impl.interceptor.CommandInvoker.execute(CommandIn
voker.java:24)
at org.activiti.engine.impl.interceptor.CommandContextInterceptor.execut
e(CommandContextInterceptor.java:57)
at org.activiti.engine.impl.interceptor.LogInterceptor.execute(LogInterc
eptor.java:31)
at org.activiti.engine.impl.cfg.CommandExecutorImpl.execute(CommandExecu
torImpl.java:40)
at org.activiti.engine.impl.ProcessEngineImpl.<init>(ProcessEngineImpl.j
ava:80)
at org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl.buildProc
essEngine(ProcessEngineConfigurationImpl.java:608)
at org.activiti.spring.ProcessEngineFactoryBean.getObject(ProcessEngineF
actoryBean.java:60)
at org.activiti.spring.ProcessEngineFactoryBean.getObject(ProcessEngineF
actoryBean.java:32)
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.
doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:168)
… 78 more
Caused by: org.apache.ibatis.transaction.TransactionException: Error configuring
AutoCommit. Your driver may not support getAutoCommit() or setAutoCommit(). Re
quested setting: false. Cause: org.h2.jdbc.JdbcSQLException: Connection is brok
en: "unexpected status 16777216" [90067-176]
at org.apache.ibatis.transaction.jdbc.JdbcTransaction.setDesiredAutoComm
it(JdbcTransaction.java:109)
at org.apache.ibatis.transaction.jdbc.JdbcTransaction.openConnection(Jdb
cTransaction.java:144)
at org.apache.ibatis.transaction.jdbc.JdbcTransaction.getConnection(Jdbc
Transaction.java:62)
at org.apache.ibatis.executor.BaseExecutor.getConnection(BaseExecutor.ja
va:315)
at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExec
utor.java:75)
at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java
:61)
at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecuto
r.java:303)
at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:154)
at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java
:102)
at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java
:82)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(Defau
ltSqlSession.java:120)
… 94 more
Caused by: org.h2.jdbc.JdbcSQLException: Connection is broken: "unexpected statu
s 16777216" [90067-176]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:344)
at org.h2.message.DbException.get(DbException.java:178)
at org.h2.message.DbException.get(DbException.java:154)
at org.h2.engine.SessionRemote.done(SessionRemote.java:621)
at org.h2.command.CommandRemote.prepare(CommandRemote.java:69)
at org.h2.command.CommandRemote.<init>(CommandRemote.java:46)
at org.h2.engine.SessionRemote.prepareCommand(SessionRemote.java:476)
at org.h2.engine.SessionRemote.setAutoCommitSend(SessionRemote.java:249)
at org.h2.engine.SessionRemote.setAutoCommit(SessionRemote.java:210)
at org.h2.jdbc.JdbcConnection.setAutoCommit(JdbcConnection.java:431)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.ibatis.datasource.pooled.PooledConnection.invoke(PooledCon
nection.java:245)
at com.sun.proxy.$Proxy18.setAutoCommit(Unknown Source)
at org.apache.ibatis.transaction.jdbc.JdbcTransaction.setDesiredAutoComm
it(JdbcTransaction.java:104)
… 104 more
set 02, 2016 12:49:20 PM org.apache.catalina.core.StandardContext startInternal
GRAVE: One or more listeners failed to start. Full details will be found in the
appropriate container log file
set 02, 2016 12:49:20 PM org.apache.catalina.core.StandardContext startInternal
GRAVE: Context [/activiti-explorer] startup failed due to previous errors
12:49:20,935 [localhost-startStop-1] INFO org.activiti.explorer.servlet.WebConf
igurer - Destroying Web application
set 02, 2016 12:49:20 PM org.apache.catalina.loader.WebappClassLoaderBase clearR
eferencesJdbc
GRAVE: The web application [/activiti-explorer] registered the JDBC driver [org.
h2.Driver] but failed to unregister it when the web application was stopped. To
prevent a memory leak, the JDBC Driver has been forcibly unregistered.
set 02, 2016 12:49:20 PM org.apache.catalina.loader.WebappClassLoaderBase clearR
eferencesJdbc
GRAVE: The web application [/activiti-explorer] registered the JDBC driver [org.
apache.ibatis.datasource.unpooled.UnpooledDataSource.DriverProxy] but failed to
unregister it when the web application was stopped. To prevent a memory leak, th
e JDBC Driver has been forcibly unregistered.
set 02, 2016 12:49:21 PM org.apache.catalina.startup.HostConfig deployWAR
INFORMAZIONI: Deployment of web application archive C:\Tomcat\apache-tomcat-7.0.
69\webapps\activiti-explorer.war has finished in 9,469 ms
09-02-2016 08:56 AM
09-05-2016 04:43 AM
09-05-2016 06:32 AM
09-05-2016 12:48 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.