调试电子商务推荐引擎时出错

时间:2015-04-20 04:20:10

标签: java scala intellij-idea sbt predictionio

我正在按照本教程调试电子商务推荐引擎 http://docs.prediction.io/resources/intellij/

完成所有设置并运行调试后,我收到此错误,有任何建议如何解决此问题? 我可以通过IDEA的类查找找到这个类,只在运行debug时出现错误。

SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
Uncaught error from thread [pio-server-akka.actor.default-dispatcher-4] shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[pio-server]
java.lang.NoClassDefFoundError: io/prediction/controller/IEngineFactory$class

1 个答案:

答案 0 :(得分:0)

我认为这里的问题可能不包括模块设置中的pio-assembly- {version} .jar。请参阅上面链接的文档。