Hi,
I was trying to use this example but ran into an error after compiling.
Pasting some sections of the error below:
Uncaught error from thread [application-akka.actor.default-dispatcher-2]: Uncaught error from thread [application-akka.actor.default-dispatcher-4]:
javax/xml/bind/DatatypeConverterjavax/xml/bind/DatatypeConverter, , shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled forshutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[ ActorSystem[applicationapplication]]
[error] a.a.ActorSystemImpl - Uncaught error from thread [application-akka.actor.default-dispatcher-2]: javax/xml/bind/DatatypeConverter, shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[application]
[error] a.a.ActorSystemImpl - Uncaught error from thread [application-akka.actor.default-dispatcher-4]: javax/xml/bind/DatatypeConverter, shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[application]
Hi, I was trying to use this example but ran into an error after compiling. Pasting some sections of the error below:
This was fixed by updating
build.sbt
to includePlease take a look.