Created
March 26, 2021 19:40
-
-
Save elyphas/0d3b5cfc6eb65164525c7ac26f5beb99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[error] (run-main-2) java.lang.RuntimeException: Failed to decode from { | |
[error] | |
[error] } | |
[error] java.lang.RuntimeException: Failed to decode from { | |
[error] | |
[error] } | |
[error] at com.outr.arango.ArangoDB$.config(ArangoDB.scala:100) | |
[error] at com.outr.arango.ArangoDB$.$lessinit$greater$default$1(ArangoDB.scala:17) | |
[error] at example.Hello$.delayedEndpoint$example$Hello$1(Hello.scala:15) | |
[error] at example.Hello$delayedInit$body.apply(Hello.scala:11) | |
[error] at scala.Function0.apply$mcV$sp(Function0.scala:39) | |
[error] at scala.Function0.apply$mcV$sp$(Function0.scala:39) | |
[error] at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17) | |
[error] at scala.App.$anonfun$main$1(App.scala:73) | |
[error] at scala.App.$anonfun$main$1$adapted(App.scala:73) | |
[error] at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553) | |
[error] at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551) | |
[error] at scala.collection.AbstractIterable.foreach(Iterable.scala:920) | |
[error] at scala.App.main(App.scala:73) | |
[error] at scala.App.main$(App.scala:71) | |
[error] at example.Hello$.main(Hello.scala:11) | |
[error] at example.Hello.main(Hello.scala) | |
[error] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
[error] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
[error] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
[error] at java.lang.reflect.Method.invoke(Method.java:498) | |
[error] Caused by: DecodingFailure(Attempt to decode value on failed cursor, List(DownField(db))) | |
[error] stack trace is suppressed; run last Compile / bgRun for the full output | |
[error] Nonzero exit code: 1 | |
[error] (Compile / run) Nonzero exit code: 1 | |
[error] Total time: 1 s, completed 26/03/2021 12:15:29 PM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment