Closed GoogleCodeExporter closed 9 years ago
Is it the same problem with two different users as said in issue 240 ?
Anyway, you can probably fix this for your current case, by doing in linux/unix
something like "chown -R ......
/export/home/tomcat/domains/sss/temp/javamelody" for your current tomcat user.
Original comment by evernat@free.fr
on 6 Sep 2012 at 12:53
This happens to me as well, but with RRD's temporary files:
08:41:19,268 WARN [javamelody] exception while collecting data
java.io.FileNotFoundException: Could not open
/tmp/javamelody/DOMAIN/sqld0a4fea25af13aea1b8b8c336bea426faf7b54c7.rrd [non
existent]
I also suspected permission problems, and for now I chmodded the folder for
everyone to write into. But I don't know yet if this solves the problem, as new
files probably won't have the o+w permission.
Original comment by b.her...@gmail.com
on 7 Sep 2012 at 7:33
Evernat, please change the default temporary path to
(File)servletContext.getAttribute("javax.servlet.context.tempdir") instead of
using "java.io.tmpdir" property - this will solve all of these kind of problems.
Original comment by mineral_...@gmx.de
on 7 Sep 2012 at 7:56
@b.herlig
Your issue is the same as issue 255 (fixed), and not the same as this one.
Original comment by evernat@free.fr
on 30 Sep 2012 at 1:31
No response from the reporter ("zhms999"), so I suppose that some "chown ..."
or "chmod ..." command on the temp directory has fix his/her issue.
And so resolving this issue as incomplete/invalid.
@mineral_wasser
You comment is tracked in issue 240
Original comment by evernat@free.fr
on 15 Dec 2012 at 2:48
Original issue reported on code.google.com by
zhms999@gmail.com
on 6 Sep 2012 at 8:50