Open rojomisin opened 9 years ago
I was able to get this working on Centos 6.7 (where /tmp is mounted with noexec by default).
The trick was to invoke java with -Djava.io.tmpdir=/var/tmp
I did this for riemann by adding the following to /etc/sysconfig/riemann:
EXTRA_JAVA_OPTS=-Djava.io.tmpdir=/var/tmp
our centos image has restrictive policies for /tmp, and I cannot seem to force the java process to use an alternate tmp dir. It could also be umask related, but first I would like to to build riemann-jmx-clj without netty epoll. the error i'm getting while trying to start the service is
i have forked the riemann repo and commented out the epoll lines in https://github.com/rojomisin/riemann/blob/epolldisabled/src/riemann/transport/tcp.clj
Can I now build this by pointing the project.clj
url
at this branch? https://github.com/twosigma/riemann-jmx/blob/master/project.clj#L3thanks for any help!