<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Recommendations requested since H2 throws exception in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/recommendations-requested-since-h2-throws-exception/m-p/178437#M131567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been using Activiti for a while now and love it.&amp;nbsp; I have been running it against a MySQL DB which works well.&amp;nbsp; I have recently tried to use an in-memory H2 database for speeding up my processes.&amp;nbsp; However, I am getting occasional exceptions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; &lt;BR /&gt;org.apache.ibatis.exceptions.PersistenceException:&lt;BR /&gt;Error querying database. Cause: org.h2.jdbc.JdbcSQLException: Table "ACT_RE_PROCDEF" not found; SQL statement:&lt;BR /&gt;select *&lt;BR /&gt;from ACT_RE_PROCDEF &lt;BR /&gt;where KEY_ = ? and&lt;BR /&gt;VERSION_ = (select max(VERSION_) from ACT_RE_PROCDEF where KEY_ = ?) [42102-181]&lt;BR /&gt;The error may exist in org/activiti/db/mapping/entity/ProcessDefinition.xml&lt;BR /&gt;The error may involve org.activiti.engine.impl.persistence.entity.ProcessDefinitionEntity.selectLatestProcessDefinitionByKey&lt;BR /&gt;The error occurred while executing a query&lt;BR /&gt;SQL: select * from ACT_RE_PROCDEF where KEY_ = ? and VERSION_ = (select max(VERSION_) from ACT_RE_PROCDEF where KEY_ = ?)&lt;BR /&gt;Cause: org.h2.jdbc.JdbcSQLException: Table "ACT_RE_PROCDEF" not found; SQL statement:&lt;BR /&gt;select *&lt;BR /&gt;from ACT_RE_PROCDEF &lt;BR /&gt;where KEY_ = ? and&lt;BR /&gt;VERSION_ = (select max(VERSION_) from ACT_RE_PROCDEF where KEY_ = ?) [42102-181]&lt;BR /&gt;at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:23)&lt;BR /&gt;at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:104)&lt;BR /&gt;at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:95)&lt;BR /&gt;at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:59)&lt;BR /&gt;at org.activiti.engine.impl.db.DbSqlSession.selectOne(DbSqlSession.java:308)&lt;BR /&gt;at org.activiti.engine.impl.persistence.entity.ProcessDefinitionEntityManager.findLatestProcessDefinitionByKey(ProcessDefinitionEntityManager.java:38)&lt;BR /&gt;at org.activiti.engine.impl.persistence.deploy.DeploymentManager.findDeployedLatestProcessDefinitionByKey(DeploymentManager.java:62)&lt;BR /&gt;at org.activiti.engine.impl.cmd.StartProcessInstanceCmd.execute(StartProcessInstanceCmd.java:64)&lt;BR /&gt;at org.activiti.engine.impl.cmd.StartProcessInstanceCmd.execute(StartProcessInstanceCmd.java:36)&lt;BR /&gt;at org.activiti.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:24)&lt;BR /&gt;at org.activiti.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:61)&lt;BR /&gt;at org.activiti.spring.SpringTransactionInterceptor$1.doInTransaction(SpringTransactionInterceptor.java:42)&lt;BR /&gt;at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)&lt;BR /&gt;at org.activiti.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:40)&lt;BR /&gt;at org.activiti.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:31)&lt;BR /&gt;at org.activiti.engine.impl.RuntimeServiceImpl.startProcessInstanceByKey(RuntimeServiceImpl.java:62)&lt;BR /&gt;at com.presidioHealth.ppsImportLibrary.document.service.ExternalEMREventListener.onApplicationEvent(ExternalEMREventListener.java:94)&lt;BR /&gt;at com.presidioHealth.ppsImportLibrary.document.service.ExternalEMREventListener.onApplicationEvent(ExternalEMREventListener.java:26)&lt;BR /&gt;at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:98)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:333)&lt;BR /&gt;at com.presidioHealth.ppsIntegrationLibrary.endpoint.inbound.ProcessInboundEMRMessage.execute(ProcessInboundEMRMessage.java:56)&lt;BR /&gt;at sun.reflect.GeneratedMethodAccessor227.invoke(Unknown Source)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:606)&lt;BR /&gt;at org.springframework.expression.spel.support.ReflectiveMethodExecutor.execute(ReflectiveMethodExecutor.java:63)&lt;BR /&gt;at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:95)&lt;BR /&gt;at org.springframework.expression.spel.ast.MethodReference.access$000(MethodReference.java:44)&lt;BR /&gt;at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:258)&lt;BR /&gt;at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:84)&lt;BR /&gt;at org.springframework.expression.spel.ast.SpelNodeImpl.getTypedValue(SpelNodeImpl.java:114)&lt;BR /&gt;at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:111)&lt;BR /&gt;at org.springframework.integration.util.AbstractExpressionEvaluator.evaluateExpression(AbstractExpressionEvaluator.java:159)&lt;BR /&gt;at org.springframework.integration.util.MessagingMethodInvokerHelper.processInternal(MessagingMethodInvokerHelper.java:268)&lt;BR /&gt;at org.springframework.integration.util.MessagingMethodInvokerHelper.process(MessagingMethodInvokerHelper.java:142)&lt;BR /&gt;at org.springframework.integration.handler.MethodInvokingMessageProcessor.processMessage(MethodInvokingMessageProcessor.java:75)&lt;BR /&gt;at org.springframework.integration.handler.ServiceActivatingHandler.handleRequestMessage(ServiceActivatingHandler.java:71)&lt;BR /&gt;at org.springframework.integration.handler.AbstractReplyProducingMessageHandler.handleMessageInternal(AbstractReplyProducingMessageHandler.java:170)&lt;BR /&gt;at org.springframework.integration.handler.AbstractMessageHandler.handleMessage(AbstractMessageHandler.java:78)&lt;BR /&gt;at org.springframework.integration.dispatcher.BroadcastingDispatcher.invokeHandler(BroadcastingDispatcher.java:160)&lt;BR /&gt;at org.springframework.integration.dispatcher.BroadcastingDispatcher.dispatch(BroadcastingDispatcher.java:142)&lt;BR /&gt;at org.springframework.integration.channel.AbstractSubscribableChannel.doSend(AbstractSubscribableChannel.java:77)&lt;BR /&gt;at org.springframework.integration.channel.AbstractMessageChannel.send(AbstractMessageChannel.java:255)&lt;BR /&gt;at org.springframework.integration.channel.AbstractMessageChannel.send(AbstractMessageChannel.java:223)&lt;BR /&gt;at org.springframework.messaging.core.GenericMessagingTemplate.doSend(GenericMessagingTemplate.java:109)&lt;BR /&gt;at org.springframework.messaging.core.GenericMessagingTemplate.doSend(GenericMessagingTemplate.java:44)&lt;BR /&gt;at org.springframework.messaging.core.AbstractMessageSendingTemplate.send(AbstractMessageSendingTemplate.java:94)&lt;BR /&gt;at org.springframework.integration.endpoint.SourcePollingChannelAdapter.handleMessage(SourcePollingChannelAdapter.java:110)&lt;BR /&gt;at org.springframework.integration.endpoint.AbstractPollingEndpoint.doPoll(AbstractPollingEndpoint.java:205)&lt;BR /&gt;at org.springframework.integration.endpoint.AbstractPollingEndpoint.access$000(AbstractPollingEndpoint.java:55)&lt;BR /&gt;at org.springframework.integration.endpoint.AbstractPollingEndpoint$1.call(AbstractPollingEndpoint.java:149)&lt;BR /&gt;at org.springframework.integration.endpoint.AbstractPollingEndpoint$1.call(AbstractPollingEndpoint.java:146)&lt;BR /&gt;at org.springframework.integration.endpoint.AbstractPollingEndpoint$Poller$1.run(AbstractPollingEndpoint.java:284)&lt;BR /&gt;at org.springframework.integration.util.ErrorHandlingTaskExecutor$1.run(ErrorHandlingTaskExecutor.java:52)&lt;BR /&gt;at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50)&lt;BR /&gt;at org.springframework.integration.util.ErrorHandlingTaskExecutor.execute(ErrorHandlingTaskExecutor.java:49)&lt;BR /&gt;at org.springframework.integration.endpoint.AbstractPollingEndpoint$Poller.run(AbstractPollingEndpoint.java:278)&lt;BR /&gt;at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)&lt;BR /&gt;at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81)&lt;BR /&gt;at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)&lt;BR /&gt;at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)&lt;BR /&gt;at java.util.concurrent.FutureTask.run(FutureTask.java:166)&lt;BR /&gt;at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)&lt;BR /&gt;at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:724)&lt;BR /&gt;Caused by: org.h2.jdbc.JdbcSQLException: Table "ACT_RE_PROCDEF" not found; SQL statement:&lt;BR /&gt;select *&lt;BR /&gt;from ACT_RE_PROCDEF &lt;BR /&gt;where KEY_ = ? and&lt;BR /&gt;VERSION_ = (select max(VERSION_) from ACT_RE_PROCDEF where KEY_ = ?) [42102-181]&lt;BR /&gt;at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)&lt;BR /&gt;at org.h2.message.DbException.get(DbException.java:179)&lt;BR /&gt;at org.h2.message.DbException.get(DbException.java:155)&lt;BR /&gt;at org.h2.command.Parser.readTableOrView(Parser.java:5227)&lt;BR /&gt;at org.h2.command.Parser.readTableFilter(Parser.java:1221)&lt;BR /&gt;at org.h2.command.Parser.parseSelectSimpleFromPart(Parser.java:1860)&lt;BR /&gt;at org.h2.command.Parser.parseSelectSimple(Parser.java:1969)&lt;BR /&gt;at org.h2.command.Parser.parseSelectSub(Parser.java:1854)&lt;BR /&gt;at org.h2.command.Parser.parseSelectUnion(Parser.java:1675)&lt;BR /&gt;at org.h2.command.Parser.parseSelect(Parser.java:1663)&lt;BR /&gt;at org.h2.command.Parser.parsePrepared(Parser.java:433)&lt;BR /&gt;at org.h2.command.Parser.parse(Parser.java:305)&lt;BR /&gt;at org.h2.command.Parser.parse(Parser.java:277)&lt;BR /&gt;at org.h2.command.Parser.prepareCommand(Parser.java:242)&lt;BR /&gt;at org.h2.engine.Session.prepareLocal(Session.java:446)&lt;BR /&gt;at org.h2.engine.Session.prepareCommand(Session.java:388)&lt;BR /&gt;at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1189)&lt;BR /&gt;at org.h2.jdbc.JdbcPreparedStatement.&amp;lt;init&amp;gt;(JdbcPreparedStatement.java:72)&lt;BR /&gt;at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:277)&lt;BR /&gt;at com.jolbox.bonecp.ConnectionHandle.prepareStatement(ConnectionHandle.java:820)&lt;BR /&gt;at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:606)&lt;BR /&gt;at org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy$TransactionAwareInvocationHandler.invoke(TransactionAwareDataSourceProxy.java:240)&lt;BR /&gt;at com.sun.proxy.$Proxy70.prepareStatement(Unknown Source)&lt;BR /&gt;at org.apache.ibatis.executor.statement.PreparedStatementHandler.instantiateStatement(PreparedStatementHandler.java:72)&lt;BR /&gt;at org.apache.ibatis.executor.statement.BaseStatementHandler.prepare(BaseStatementHandler.java:82)&lt;BR /&gt;at org.apache.ibatis.executor.statement.RoutingStatementHandler.prepare(RoutingStatementHandler.java:54)&lt;BR /&gt;at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:70)&lt;BR /&gt;at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:56)&lt;BR /&gt;at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:267)&lt;BR /&gt;at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:141)&lt;BR /&gt;at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:105)&lt;BR /&gt;at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:81)&lt;BR /&gt;at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:101)&lt;BR /&gt;… 64 more&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I deployed this server over 1 day ago and its been working well.&amp;nbsp; This afternoon, I got a string of these exceptions.&amp;nbsp; I don't know what is causing this.&amp;nbsp; Is there a setting that I need to create to make H2 more reliable?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is my question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All of my activity workflows are atomic.&amp;nbsp; There are no wait-states.&amp;nbsp; Therefore, I really don't need them to be persisted to disk for later execution.&amp;nbsp; I want them to run as fast as possible.&amp;nbsp; I do need the history since I need the values of process variables after the process finishes.&amp;nbsp; So, after I get the variables, I delete the history.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In your experience, what is the best method/configuration for a server that executes workflows simultaneously.&amp;nbsp; All of this is embedded in Tomcat running my Java application using Spring.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Sep 2014 23:09:26 GMT</pubDate>
    <dc:creator>mrbahr2003</dc:creator>
    <dc:date>2014-09-19T23:09:26Z</dc:date>
    <item>
      <title>Recommendations requested since H2 throws exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/recommendations-requested-since-h2-throws-exception/m-p/178437#M131567</link>
      <description>Hi All,I have been using Activiti for a while now and love it.&amp;nbsp; I have been running it against a MySQL DB which works well.&amp;nbsp; I have recently tried to use an in-memory H2 database for speeding up my processes.&amp;nbsp; However, I am getting occasional exceptions. org.apache.ibatis.exceptions.PersistenceExcep</description>
      <pubDate>Fri, 19 Sep 2014 23:09:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/recommendations-requested-since-h2-throws-exception/m-p/178437#M131567</guid>
      <dc:creator>mrbahr2003</dc:creator>
      <dc:date>2014-09-19T23:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations requested since H2 throws exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/recommendations-requested-since-h2-throws-exception/m-p/178438#M131568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tom,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's related to a H2 setting:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/5763747/h2-in-memory-database-table-not-found" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/5763747/h2-in-memory-database-table-not-found&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In our tests we use the following database URL:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;jdbc:h2:mem:activiti;DB_CLOSE_DELAY=1000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can disable history via the process engine configuration. You can read about it in the user guide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2014 19:58:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/recommendations-requested-since-h2-throws-exception/m-p/178438#M131568</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-09-20T19:58:45Z</dc:date>
    </item>
  </channel>
</rss>

