Prevent java.lang.IllegalStateException: Shared scheduler not started
This commit is contained in:
parent
fa59a27858
commit
d67d0235bd
1 changed files with 3 additions and 1 deletions
|
@ -543,7 +543,9 @@ public class ApplicationManager implements XmlRpcHandler {
|
||||||
|
|
||||||
// Remap the context paths and start
|
// Remap the context paths and start
|
||||||
ApplicationManager.this.context.mapContexts();
|
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
|
// register as XML-RPC handler
|
||||||
|
|
Loading…
Add table
Reference in a new issue