I am working on Linux for Mitrh and when I shutdown Apache server it gives following error:
And when I check for filesystem-
I dont know how to use /dev/sdb1/ that is 99% available
This might be a little late. But, changing the tmp file location to a place with more space for JVM could solve your problem:
export JAVACMD_OPTIONS="-Djava.io.tmpdir=/path/to/temp/directory/with/more/space";
Hope this helps
This might be a little late. But, changing the tmp file location to a place with more space for JVM could solve your problem:
Hope this helps