Mendix failing at runtime - queue manager

1
Trying to run Mendix Studio Pro and I get the following error:   An error occurred while initializing the queue manager -------- com.mendix.systemwideinterfaces.MendixRuntimeException: An error occurred while validating existing tasks.     at com.mendix.modules.queue.TaskQueue$$anonfun$initialize$2.applyOrElse(TaskQueue.scala:60) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"xpath":"//System.QueuedTask[QueueId=$queueId]","amount":-1,"variables":{"queueId":"59651013-f9bc-4fc1-b435-276439b07899"},"depth":0,"offset":-1,"limitedXPath":false,"sort":{},"lockType":"NoLocking","type":"RetrieveXPathAction","timeout":0}', all database changes executed by this action were rolled back     at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:108) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"xpath":"//System.QueuedTask[QueueId=$queueId]","amount":-1,"variables":{"queueId":"59651013-f9bc-4fc1-b435-276439b07899"},"depth":0,"offset":-1,"limitedXPath":false,"sort":{},"lockType":"NoLocking","type":"RetrieveXPathAction","timeout":0}', all database changes executed by this action were rolled back     at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:23) Caused by: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"xpath":"//System.QueuedTask[QueueId=$queueId]","amount":-1,"variables":{"queueId":"59651013-f9bc-4fc1-b435-276439b07899"},"depth":0,"offset":-1,"limitedXPath":false,"sort":{},"lockType":"NoLocking","type":"RetrieveXPathAction","timeout":0}', all database changes executed by this action were rolled back     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.processErrorState(CoreActionHandlerImpl.scala:153) Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: An exception has occurred for the following request(s):     InternalXPathTextGetRequest (depth = 0): //System.QueuedTask[QueueId=$queueId]     at com.mendix.connectionbus.RequestAnalyzer.doRequest(RequestAnalyzer.scala:35) Caused by: com.mendix.core.CoreRuntimeException: The provided entity id '561' has no corresponding meta object name     at com.mendix.basis.objectmanagement.SchemeManagerImpl.$anonfun$getMetaObject$2(SchemeManagerImpl.scala:196)     at scala.Option.getOrElse(Option.scala:201)     at com.mendix.basis.objectmanagement.SchemeManagerImpl.getMetaObject(SchemeManagerImpl.scala:196)     at com.mendix.basis.objectmanagement.SchemeManagerImpl.getMetaObject(SchemeManagerImpl.scala:32)     at com.mendix.basis.objectmanagement.MendixIdentifier$.of(MendixIdentifier.scala:65)     at com.mendix.basis.component.InternalCore.createMendixIdentifier(InternalCore.scala:57)     at com.mendix.connectionbus.data.InternalDataTable.$anonfun$mapId2Guid$5(InternalDataTable.scala:120)     at scala.Option.map(Option.scala:242)     at com.mendix.connectionbus.data.InternalDataTable.$anonfun$mapId2Guid$4(InternalDataTable.scala:118)     at com.mendix.connectionbus.data.InternalDataTable.$anonfun$mapId2Guid$4$adapted(InternalDataTable.scala:117)     at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:575)     at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:573)     at scala.collection.AbstractIterable.foreach(Iterable.scala:933)     at com.mendix.connectionbus.data.InternalDataTable.$anonfun$mapId2Guid$3(InternalDataTable.scala:117)     at com.mendix.connectionbus.data.InternalDataTable.$anonfun$mapId2Guid$3$adapted(InternalDataTable.scala:115)     at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:575)     at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:573)     at scala.collection.AbstractIterable.foreach(Iterable.scala:933)     at com.mendix.connectionbus.data.InternalDataTable.$anonfun$mapId2Guid$1(InternalDataTable.scala:115)     at com.mendix.connectionbus.data.InternalDataTable.$anonfun$mapId2Guid$1$adapted(InternalDataTable.scala:112)     at scala.Option.foreach(Option.scala:437)     at com.mendix.connectionbus.data.InternalDataTable.mapId2Guid(InternalDataTable.scala:112)     at com.mendix.connectionbus.retrieve.ResultCreator.convertIdValuesToIdentifiers(ResultCreator.scala:262)     at com.mendix.connectionbus.retrieve.ResultCreator.recurse$1(ResultCreator.scala:249)     at com.mendix.connectionbus.retrieve.ResultCreator.convertIdAndSetSecurity(ResultCreator.scala:258)     at com.mendix.connectionbus.retrieve.ResultCreator.getResult(ResultCreator.scala:40)     at com.mendix.connectionbus.retrieve.QueryRequestExecutor.execute(QueryRequestExecutor.scala:27)     at com.mendix.connectionbus.retrieve.DataStoreCaller.$anonfun$processOqlGetRequest$1(DataStoreCaller.scala:35)     at scala.Option.map(Option.scala:242)     at com.mendix.connectionbus.retrieve.DataStoreCaller.processOqlGetRequest(DataStoreCaller.scala:32)     at com.mendix.connectionbus.retrieve.DataStoreCaller.$anonfun$getResult$1(DataStoreCaller.scala:26)     at scala.collection.StrictOptimizedIterableOps.flatMap(StrictOptimizedIterableOps.scala:118)     at scala.collection.StrictOptimizedIterableOps.flatMap$(StrictOptimizedIterableOps.scala:105)     at scala.collection.immutable.ArraySeq.flatMap(ArraySeq.scala:35)     at com.mendix.connectionbus.retrieve.DataStoreCaller.getResult(DataStoreCaller.scala:26)     at com.mendix.connectionbus.retrieve.GetRequestHandler.doOtherRequests(GetRequestHandler.scala:69)     at com.mendix.connectionbus.retrieve.GetRequestHandler.doRequest(GetRequestHandler.scala:29)     at com.mendix.connectionbus.RequestAnalyzer.doRequest(RequestAnalyzer.scala:30)     at com.mendix.connectionbus.ConnectionBusImpl.doRequest(ConnectionBusImpl.scala:470)     at com.mendix.basis.action.user.RetrieveXPathRawAction.executeAction(RetrieveXPathRawAction.scala:75)     at com.mendix.basis.action.user.RetrieveXPathAction.executeAction(RetrieveXPathAction.scala:46)     at com.mendix.basis.action.user.RetrieveXPathAction.executeAction(RetrieveXPathAction.scala:13)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48)     at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:56)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.$anonfun$runMonitoredAction$1(CoreActionHandlerImpl.scala:59)     at com.mendix.basis.actionmanagement.ActionMonitoring$.$anonfun$monitor$1(ActionMonitoring.scala:49)     at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)     at com.mendix.basis.actionmanagement.ActionMonitoring$.monitor(ActionMonitoring.scala:49)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.runMonitoredAction(CoreActionHandlerImpl.scala:59)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:46)     at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:56)     at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:104)     at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)     at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:103)     at com.mendix.basis.action.InternalXPathQuery.execute(InternalXPathQuery.scala:33)     at com.mendix.modules.queue.TaskQueue.retrieveTasks(TaskQueue.scala:381)     at com.mendix.modules.queue.TaskQueue.$anonfun$validateTasks$1(TaskQueue.scala:250)     at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)     at scala.util.Try$.apply(Try.scala:210)     at com.mendix.modules.queue.TaskQueue.validateTasks(TaskQueue.scala:244)     at com.mendix.modules.queue.TaskQueue.$anonfun$initialize$1(TaskQueue.scala:57)     at com.mendix.util.ContextUtil$RichContext$.withTransaction$extension(ContextUtil.scala:17)     at com.mendix.modules.queue.TaskQueue.initialize(TaskQueue.scala:57)     at com.mendix.modules.queue.TaskQueueManager.$anonfun$initialize$4(TaskQueueManager.scala:63)     at scala.collection.Iterator$$anon$9.next(Iterator.scala:584)     at scala.collection.immutable.List.prependedAll(List.scala:156)     at scala.collection.immutable.List$.from(List.scala:684)     at scala.collection.immutable.List$.from(List.scala:681)     at scala.collection.IterableFactory$Delegate.from(Factory.scala:288)     at scala.collection.immutable.Iterable$.from(Iterable.scala:35)     at scala.collection.immutable.Iterable$.from(Iterable.scala:32)     at scala.collection.IterableFactory$Delegate.from(Factory.scala:288)     at scala.collection.IterableOps.map(Iterable.scala:682)     at scala.collection.IterableOps.map$(Iterable.scala:682)     at scala.collection.AbstractIterable.map(Iterable.scala:933)     at com.mendix.modules.queue.TaskQueueManager.initialize(TaskQueueManager.scala:63)     at com.mendix.basis.impl.MxRuntimeImpl.$anonfun$initializeTaskQueue$2(MxRuntimeImpl.scala:281)     at scala.util.Success.flatMap(Try.scala:258)     at com.mendix.basis.impl.MxRuntimeImpl.initializeTaskQueue(MxRuntimeImpl.scala:276)     at com.mendix.basis.impl.MxRuntimeImplBase.doFire(MxRuntimeImplBase.java:509)     at com.mendix.basis.impl.MxRuntimeImplBase.fireZeMissiles(MxRuntimeImplBase.java:476)     at com.mendix.basis.impl.MxRuntimeImplBase.start(MxRuntimeImplBase.java:260)     at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.scala:30)     at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.scala:17)     at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandlerBase.service(HttpAdminHandlerBase.java:128)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)     at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764)     at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:529)     at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)     at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1378)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176)     at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174)     at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1300)     at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129)     at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)     at org.eclipse.jetty.server.Server.handle(Server.java:562)     at org.eclipse.jetty.server.HttpChannel.lambda$handle$0(HttpChannel.java:505)     at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:762)     at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:497)     at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:282)     at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:319)     at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100)     at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)     at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:412)     at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:381)     at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:268)     at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:190)     at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:894)     at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1038)     at java.base/java.lang.Thread.run(Thread.java:834)     /////////////////////////////////////////////   Starting Mendix Runtime failed. -------- com.mendix.m2ee.api.AdminException: Starting Mendix Runtime failed.     at com.mendix.basis.impl.MxRuntimeImplBase.fireZeMissiles(MxRuntimeImplBase.java:479) Caused by: com.mendix.m2ee.api.AdminException: An error occurred while initializing the queue manager     at com.mendix.basis.impl.MxRuntimeImpl.initializeTaskQueue(MxRuntimeImpl.scala:290) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: An error occurred while validating existing tasks.     at com.mendix.modules.queue.TaskQueue$$anonfun$initialize$2.applyOrElse(TaskQueue.scala:60) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"xpath":"//System.QueuedTask[QueueId=$queueId]","amount":-1,"variables":{"queueId":"59651013-f9bc-4fc1-b435-276439b07899"},"depth":0,"offset":-1,"limitedXPath":false,"sort":{},"lockType":"NoLocking","type":"RetrieveXPathAction","timeout":0}', all database changes executed by this action were rolled back     at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:108) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"xpath":"//System.QueuedTask[QueueId=$queueId]","amount":-1,"variables":{"queueId":"59651013-f9bc-4fc1-b435-276439b07899"},"depth":0,"offset":-1,"limitedXPath":false,"sort":{},"lockType":"NoLocking","type":"RetrieveXPathAction","timeout":0}', all database changes executed by this action were rolled back     at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:23) Caused by: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"xpath":"//System.QueuedTask[QueueId=$queueId]","amount":-1,"variables":{"queueId":"59651013-f9bc-4fc1-b435-276439b07899"},"depth":0,"offset":-1,"limitedXPath":false,"sort":{},"lockType":"NoLocking","type":"RetrieveXPathAction","timeout":0}', all database changes executed by this action were rolled back     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.processErrorState(CoreActionHandlerImpl.scala:153) Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: An exception has occurred for the following request(s):     InternalXPathTextGetRequest (depth = 0): //System.QueuedTask[QueueId=$queueId]     at com.mendix.connectionbus.RequestAnalyzer.doRequest(RequestAnalyzer.scala:35) Caused by: com.mendix.core.CoreRuntimeException: The provided entity id '561' has no corresponding meta object name     at com.mendix.basis.objectmanagement.SchemeManagerImpl.$anonfun$getMetaObject$2(SchemeManagerImpl.scala:196)     at scala.Option.getOrElse(Option.scala:201)     at com.mendix.basis.objectmanagement.SchemeManagerImpl.getMetaObject(SchemeManagerImpl.scala:196)     at com.mendix.basis.objectmanagement.SchemeManagerImpl.getMetaObject(SchemeManagerImpl.scala:32)     at com.mendix.basis.objectmanagement.MendixIdentifier$.of(MendixIdentifier.scala:65)     at com.mendix.basis.component.InternalCore.createMendixIdentifier(InternalCore.scala:57)     at com.mendix.connectionbus.data.InternalDataTable.$anonfun$mapId2Guid$5(InternalDataTable.scala:120)     at scala.Option.map(Option.scala:242)     at com.mendix.connectionbus.data.InternalDataTable.$anonfun$mapId2Guid$4(InternalDataTable.scala:118)     at com.mendix.connectionbus.data.InternalDataTable.$anonfun$mapId2Guid$4$adapted(InternalDataTable.scala:117)     at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:575)     at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:573)     at scala.collection.AbstractIterable.foreach(Iterable.scala:933)     at com.mendix.connectionbus.data.InternalDataTable.$anonfun$mapId2Guid$3(InternalDataTable.scala:117)     at com.mendix.connectionbus.data.InternalDataTable.$anonfun$mapId2Guid$3$adapted(InternalDataTable.scala:115)     at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:575)     at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:573)     at scala.collection.AbstractIterable.foreach(Iterable.scala:933)     at com.mendix.connectionbus.data.InternalDataTable.$anonfun$mapId2Guid$1(InternalDataTable.scala:115)     at com.mendix.connectionbus.data.InternalDataTable.$anonfun$mapId2Guid$1$adapted(InternalDataTable.scala:112)     at scala.Option.foreach(Option.scala:437)     at com.mendix.connectionbus.data.InternalDataTable.mapId2Guid(InternalDataTable.scala:112)     at com.mendix.connectionbus.retrieve.ResultCreator.convertIdValuesToIdentifiers(ResultCreator.scala:262)     at com.mendix.connectionbus.retrieve.ResultCreator.recurse$1(ResultCreator.scala:249)     at com.mendix.connectionbus.retrieve.ResultCreator.convertIdAndSetSecurity(ResultCreator.scala:258)     at com.mendix.connectionbus.retrieve.ResultCreator.getResult(ResultCreator.scala:40)     at com.mendix.connectionbus.retrieve.QueryRequestExecutor.execute(QueryRequestExecutor.scala:27)     at com.mendix.connectionbus.retrieve.DataStoreCaller.$anonfun$processOqlGetRequest$1(DataStoreCaller.scala:35)     at scala.Option.map(Option.scala:242)     at com.mendix.connectionbus.retrieve.DataStoreCaller.processOqlGetRequest(DataStoreCaller.scala:32)     at com.mendix.connectionbus.retrieve.DataStoreCaller.$anonfun$getResult$1(DataStoreCaller.scala:26)     at scala.collection.StrictOptimizedIterableOps.flatMap(StrictOptimizedIterableOps.scala:118)     at scala.collection.StrictOptimizedIterableOps.flatMap$(StrictOptimizedIterableOps.scala:105)     at scala.collection.immutable.ArraySeq.flatMap(ArraySeq.scala:35)     at com.mendix.connectionbus.retrieve.DataStoreCaller.getResult(DataStoreCaller.scala:26)     at com.mendix.connectionbus.retrieve.GetRequestHandler.doOtherRequests(GetRequestHandler.scala:69)     at com.mendix.connectionbus.retrieve.GetRequestHandler.doRequest(GetRequestHandler.scala:29)     at com.mendix.connectionbus.RequestAnalyzer.doRequest(RequestAnalyzer.scala:30)     at com.mendix.connectionbus.ConnectionBusImpl.doRequest(ConnectionBusImpl.scala:470)     at com.mendix.basis.action.user.RetrieveXPathRawAction.executeAction(RetrieveXPathRawAction.scala:75)     at com.mendix.basis.action.user.RetrieveXPathAction.executeAction(RetrieveXPathAction.scala:46)     at com.mendix.basis.action.user.RetrieveXPathAction.executeAction(RetrieveXPathAction.scala:13)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48)     at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:56)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.$anonfun$runMonitoredAction$1(CoreActionHandlerImpl.scala:59)     at com.mendix.basis.actionmanagement.ActionMonitoring$.$anonfun$monitor$1(ActionMonitoring.scala:49)     at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)     at com.mendix.basis.actionmanagement.ActionMonitoring$.monitor(ActionMonitoring.scala:49)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.runMonitoredAction(CoreActionHandlerImpl.scala:59)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:46)     at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:56)     at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:104)     at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)     at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:103)     at com.mendix.basis.action.InternalXPathQuery.execute(InternalXPathQuery.scala:33)     at com.mendix.modules.queue.TaskQueue.retrieveTasks(TaskQueue.scala:381)     at com.mendix.modules.queue.TaskQueue.$anonfun$validateTasks$1(TaskQueue.scala:250)     at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)     at scala.util.Try$.apply(Try.scala:210)     at com.mendix.modules.queue.TaskQueue.validateTasks(TaskQueue.scala:244)     at com.mendix.modules.queue.TaskQueue.$anonfun$initialize$1(TaskQueue.scala:57)     at com.mendix.util.ContextUtil$RichContext$.withTransaction$extension(ContextUtil.scala:17)     at com.mendix.modules.queue.TaskQueue.initialize(TaskQueue.scala:57)     at com.mendix.modules.queue.TaskQueueManager.$anonfun$initialize$4(TaskQueueManager.scala:63)     at scala.collection.Iterator$$anon$9.next(Iterator.scala:584)     at scala.collection.immutable.List.prependedAll(List.scala:156)     at scala.collection.immutable.List$.from(List.scala:684)     at scala.collection.immutable.List$.from(List.scala:681)     at scala.collection.IterableFactory$Delegate.from(Factory.scala:288)     at scala.collection.immutable.Iterable$.from(Iterable.scala:35)     at scala.collection.immutable.Iterable$.from(Iterable.scala:32)     at scala.collection.IterableFactory$Delegate.from(Factory.scala:288)     at scala.collection.IterableOps.map(Iterable.scala:682)     at scala.collection.IterableOps.map$(Iterable.scala:682)     at scala.collection.AbstractIterable.map(Iterable.scala:933)     at com.mendix.modules.queue.TaskQueueManager.initialize(TaskQueueManager.scala:63)     at com.mendix.basis.impl.MxRuntimeImpl.$anonfun$initializeTaskQueue$2(MxRuntimeImpl.scala:281)     at scala.util.Success.flatMap(Try.scala:258)     at com.mendix.basis.impl.MxRuntimeImpl.initializeTaskQueue(MxRuntimeImpl.scala:276)     at com.mendix.basis.impl.MxRuntimeImplBase.doFire(MxRuntimeImplBase.java:509)     at com.mendix.basis.impl.MxRuntimeImplBase.fireZeMissiles(MxRuntimeImplBase.java:476)     at com.mendix.basis.impl.MxRuntimeImplBase.start(MxRuntimeImplBase.java:260)     at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.scala:30)     at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.scala:17)     at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandlerBase.service(HttpAdminHandlerBase.java:128)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)     at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764)     at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:529)     at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)     at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1378)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176)     at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174)     at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1300)     at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129)     at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)     at org.eclipse.jetty.server.Server.handle(Server.java:562)     at org.eclipse.jetty.server.HttpChannel.lambda$handle$0(HttpChannel.java:505)     at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:762)     at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:497)     at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:282)     at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:319)     at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100)     at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)     at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:412)     at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:381)     at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:268)     at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:190)     at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:894)     at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1038)     at java.base/java.lang.Thread.run(Thread.java:834)    
asked
1 answers
0

Hello, have you solved the problemHello, have you solved the problem?

answered