pekko/akka-samples/akka-sample-cluster-java
Patrik Nordwall 9a90f36d98 =clm #17768 Silence stacktrace in cluster sample
It works, but the stack trace is very annoying since it will always be printed by Sigar itself
(so stupid of such a library to use stderr and stdout).

    [error] org.hyperic.sigar.SigarException: no libsigar-universal64-macosx.dylib in java.library.path
    [error]     at org.hyperic.sigar.Sigar.loadLibrary(Sigar.java:174)
    [error]     at org.hyperic.sigar.Sigar.<clinit>(Sigar.java:102)

A workaround is to run with `-Djava.library.path=./target/native`, then it will only print
the stack trace when it is not provisioned and next time it's silent.

Also updated to latest sigar-loader, but that did not make
any difference for this issue
2015-08-18 14:55:10 +02:00
..
project =pro upgrade to latest sbt and add first auto plugins 2014-11-30 15:34:59 +02:00
src Merge pull request #17641 from kukido/kukido-spellings-normalization 2015-06-19 12:06:53 +02:00
tutorial =sam #3843 Use ClusterSingletonProxy in cluster samples 2014-03-14 16:32:59 +01:00
.gitignore + akka-cluster-metrics: new akka module 2015-01-19 10:23:54 -06:00
activator.properties =sam #3689 Add required activator properties in samples 2014-01-23 17:02:33 +01:00
build.sbt =clm #17768 Silence stacktrace in cluster sample 2015-08-18 14:55:10 +02:00
COPYING =sam #3887 Public domain license for activator templates 2014-02-21 12:31:00 +01:00
LICENSE =sam #3887 Public domain license for activator templates 2014-02-21 12:31:00 +01:00