0

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

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

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
4

1 回答 1

0

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

于 2015-10-14T14:07:31.787 回答