You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Bannier (JIRA)" <ji...@apache.org> on 2019/04/15 13:09:00 UTC

[jira] [Commented] (MESOS-9731) Getting an error while launching marathon.

    [ https://issues.apache.org/jira/browse/MESOS-9731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16817953#comment-16817953 ] 

Benjamin Bannier commented on MESOS-9731:
-----------------------------------------

[~hiten.vinchurkar], [https://github.com/mesosphere/marathon/blob/master/README.md#building-from-source] looks promising and contains that literal string.

> Getting an error while launching marathon.
> ------------------------------------------
>
>                 Key: MESOS-9731
>                 URL: https://issues.apache.org/jira/browse/MESOS-9731
>             Project: Mesos
>          Issue Type: Bug
>          Components: cli
>            Reporter: Hiten H Vinchurkar
>            Priority: Major
>         Attachments: Screenshot from 2019-04-15 18-26-45.png
>
>
> {code:java}
> root@hiten:/home/hiten/mesos/marathon/marathon-1.5.0-96-gf84298d# ./bin/marathon --master zk://zk1.foo.bar:2181,zk2.foo.bar:2181/mesos --zk zk://zk1.foo.bar:2181,zk2.foo.bar:2181/marathon
> No start hook file found ($HOOK_MARATHON_START). Proceeding with the start script.
> [2019-04-15 18:18:10,978] INFO Initializing Kamon... (kamon.Kamon$Instance:main)
> [2019-04-15 18:18:12,332] INFO Kamon-autoweave has been successfully loaded. (kamon.Kamon$Instance:main)
> [2019-04-15 18:18:12,334] INFO The AspectJ load time weaving agent is now attached to the JVM (you don't need to use -javaagent). (kamon.Kamon$Instance:main)
> [2019-04-15 18:18:12,336] INFO This offers extra flexibility but obviously any classes loaded before attachment will not be woven. (kamon.Kamon$Instance:main)
> [INFO] [04/15/2019 18:18:13.583] [main] [DatadogExtension(akka://kamon)] Starting the Kamon(Datadog) extension
> [INFO] [04/15/2019 18:18:13.684] [main] [StatsDExtension(akka://kamon)] Starting the Kamon(StatsD) extension
> [INFO] [04/15/2019 18:18:13.752] [main] [SystemMetricsExtension(akka://kamon)] Starting the Kamon(SystemMetrics) extension
> [2019-04-15 18:18:13,812] INFO Sigar library provisioned: /home/hiten/mesos/marathon/marathon-1.5.0-96-gf84298d/native/libsigar-amd64-linux.so (kamon.sigar.SigarProvisioner:main)
> [INFO] [04/15/2019 18:18:14.120] [main] [JMXExtension(akka://kamon)] Starting the Kamon(JMX) extension
> [INFO] [04/15/2019 18:18:14.234] [main] [JMXMetricsExtension(akka://kamon)] Starting the Kamon(JMXMetrics) extension
> registering jmx exporter
> [2019-04-15 18:18:14,385] INFO Slf4jLogger started (akka.event.slf4j.Slf4jLogger:marathon-akka.actor.default-dispatcher-3)
> [2019-04-15 18:18:14,574] INFO Starting Marathon 1.5.0-96-gf84298d/f84298d78858af0e8d445651f2310153addb1f82 with --master zk://zk1.foo.bar:2181,zk2.foo.bar:2181/mesos --zk zk://zk1.foo.bar:2181,zk2.foo.bar:2181/marathon (mesosphere.marathon.MarathonApp:JMX exporting thread)
> Failed to load native Mesos library from /usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
> [2019-04-15 18:18:14,605] ERROR Terminating 8080 due to uncaught exception in thread JMX exporting thread:1 (mesosphere.marathon.MarathonApp:JMX exporting thread)
> java.lang.UnsatisfiedLinkError: no mesos in java.library.path
> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
> at java.lang.Runtime.loadLibrary0(Runtime.java:870)
> at java.lang.System.loadLibrary(System.java:1122)
> at org.apache.mesos.MesosNativeLibrary.load(MesosNativeLibrary.java:163)
> at org.apache.mesos.MesosNativeLibrary.load(MesosNativeLibrary.java:188)
> at mesosphere.mesos.LibMesos$.version$lzycompute(LibMesos.scala:25)
> at mesosphere.mesos.LibMesos$.version(LibMesos.scala:23)
> at mesosphere.mesos.LibMesos$.isCompatible(LibMesos.scala:41)
> at mesosphere.marathon.MarathonApp.start(Main.scala:107)
> at mesosphere.marathon.Main$.main(Main.scala:206)
> at mesosphere.marathon.Main.main(Main.scala)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)