How to disable ActorBot through configuration settings?

Posted in Customization by ferrlin Fri Mar 11 2016 05:10:01 GMT+0000 (UTC)·Viewed 358 times

I don't need the actor bot for now so any related exception to the bot should be avoided. app_1 | 03:21:14.736UTC WARN akka.actor.ActorSystemImpl akka.actor.ActorSystemImpl(actor-server) Starting ActorBot app_1 | 03:21:14.754UTC WARN im.actor.server.bot.ActorBot akka.tcp://actor-server@127.0.0.1:2552/user/ActorBot Initiating bot 10 actor Actor Bot app_1 | 03:21:14.862UTC WARN im.actor.server.bot.ActorBot akka.tcp://actor-server@127.0.0.1:2552/user/ActorBot Creating user 10 app_1 | 03:21:14.865UTC ERROR im.actor.server.bot.ActorBot akka.tcp://actor-server@127.0.0.1:2552/user/ActorBot Failed to initialize bot app_1 | com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'secret' app_1 | at com.typesafe.config.impl.SimpleConfig.findKeyOrNull(SimpleConfig.java:152) ~[com.typesafe.config-1.3.0.jar:na] app_1 | at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:170) ~[com.typesafe.config-1.3.0.jar:na] app_1 | at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:184) ~[com.typesafe.config-1.3.0.jar:na] app_1 | at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:189) ~[com.typesafe.config-1.3.0.jar:na] app_1 | at com.typesafe.config.impl.SimpleConfig.getString(SimpleConfig.java:246) ~[com.typesafe.config-1.3.0.jar:na] app_1 | at im.actor.acl.ACLBase$class.secretKey(ACLBase.scala:14) ~[im.actor.server.actor-runtime-1.0.152-SNAPSHOT.jar:1.0.152-SNAPSHOT] app_1 | at im.actor.server.acl.ACLUtils$.secretKey(ACLUtils.scala:23) ~[im.actor.server.actor-core-1.0.152-SNAPSHOT.jar:1.0.152-SNAPSHOT] app_1 | at im.actor.server.acl.ACLUtils$.randomHash(ACLUtils.scala:58) ~[im.actor.server.actor-core-1.0.152-SNAPSHOT.jar:1.0.152-SNAPSHOT] app_1 | at im.actor.server.bot.BotExtension.create(BotExtension.scala:92) ~[im.actor.server.actor-bots-1.0.152-SNAPSHOT.jar:1.0.152-SNAPSHOT] app_1 | at im.actor.server.bot.InternalBot.im$actor$server$bot$InternalBot$$$anonfun$1(InternalBot.scala:62) ~[im.actor.server.actor-bots-1.0.152-SNAPSHOT.jar:1.0.152-SNAPSHOT] app_1 | at im.actor.server.bot.InternalBot.im$actor$server$bot$InternalBot$$$anonfun$1$adapted(InternalBot.scala:56) ~[im.actor.server.actor-bots-1.0.152-SNAPSHOT.jar:1.0.152-SNAPSHOT]
  
Markdown is allowed