--
You received this message because you are subscribed to the Google Groups "Jenkins Mesos Plugin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkins-meso...@googlegroups.com.
To post to this group, send email to jenkin...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkins-mesos/3ccc2137-68db-4e45-888e-3df10f5a9ca9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
hi,
trying to set up the jenkins-mesos plugin on a mesosphere/dcos cluster.
here is what i am seeing on one of the mesos-slaves:
core@ip-10-0-0-96 / $ sudo find / -name libmesos*.* -print
/opt/mesosphere/lib/libmesos.la
/opt/mesosphere/lib/libmesos-0.22.1.so
/opt/mesosphere/lib/libmesos.so
i have version 0.8.0 of the plugin installed.
so, i punch in /opt/mesosphere/lib/libmesos.so for the lib path and something like my.mesos.master:1234 for the master,
and clicking the “test-connection” button yields Connected to Mesos successfully, but…
when i click ‘apply’ i get:
javax.servlet.ServletException: java.lang.UnsatisfiedLinkError: no mesos in java.library.path
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649)
at org.kohsuke.stapler.Stapler.service(Stapler.java:238)
any recommendations how to proceed?