Error initializing Kamon #909
Unanswered
fherrera-automox
asked this question in
Q&A
Replies: 2 comments
-
Hi @SimunKaracic, the code looks like this (exactly as downloaded):
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I followed the same instructions and it's running fine with maven, gradle and sbt. What version of java/scala/kamon are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, starting this discussion as suggested on gitter:
Francisco H @fherrera-automox_gitlab Nov 27 12:07
Hi, I'm new to Kamon and got stuck trying to use it first time. I downloaded the Akka-Quickstart example (https://developer.lightbend.com/guides/akka-quickstart-java/) and then added Kamon following the instructions here - https://kamon.io/get-started/ ... when trying to run both command line and on IntelliJ I am getting this error:
Task :run FAILED
Exception in thread "main" java.lang.NoSuchMethodError: scala.collection.Seq$.empty()Lscala/collection/GenTraversable;
at kamon.Configuration.$init$(Configuration.scala:28)
at kamon.Kamon$.(Kamon.scala:19)
at kamon.Kamon$.(Kamon.scala)
at kamon.Kamon.init(Kamon.scala)
at com.example.AkkaQuickstart.main(AkkaQuickstart.java:9)
FAILURE: Build failed with an exception.
SimunKaracic @SimunKaracic 01:00
What version of Kamon are you using? How are you running the app?
I just downloaded the quickstart app, added the kamon-bundle dependency to `build.sbt, and I'm not getting any errors. If you could share the code, that would help too
SimunKaracic @SimunKaracic 07:25
You can always pop by github and open a Discussion, gitter won't be here forever! And it's way harder to search for old questions/answers https://github.com/kamon-io/Kamon/discussions
Beta Was this translation helpful? Give feedback.
All reactions