Prevent java.lang.IllegalStateException: Shared scheduler not started

This commit is contained in:
Tobi Schäfer 2024-05-25 15:25:41 +02:00
parent fa59a27858
commit d67d0235bd
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -543,7 +543,9 @@ public class ApplicationManager implements XmlRpcHandler {
// Remap the context paths and start
ApplicationManager.this.context.mapContexts();
this.appContext.start();
// FIXME: Causing java.lang.IllegalStateException: Shared scheduler not started
// Is it necessary, anway?
//this.appContext.start();
}
// register as XML-RPC handler