Splunk is causing the following error on the application we are running - (Resource temporarily unavailable)
I have run a ulimit -a and i cant see anything wrong - any help wold be great as we have to stop Splunk monitoring till we can get this fixed!!
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at murex.middleware.system.MxProcess.start(MxProcess.java:104)
... 18 more
Caused by: java.io.FileNotFoundException: logs/mx_output.log (Resource temporarily unavailable)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.lang.ProcessImpl.start(ProcessImpl.java:115)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 19 more
dell427srv autoengine ~/
bash$ ulimit -a
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 1546799
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 790527
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 1024
cpu time (seconds, -t) unlimited
max user processes (-u) 790527
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
dell427srv autoengine ~/
bash$ ulimit -a
... View more