[Bug 1482] Log4j fails when JNLP is remote, works when local

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Aug 2 07:14:18 PDT 2013


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1482

--- Comment #4 from Andrew Azores <aazores at redhat.com> ---
I don't see the NoSuchMethodError which you mentioned in your previous comment
in the stack trace associated with this crash.

It appears that this crash is occurring because your application is trying to
write to a file in the root directory of the filesystem. Or, if there are
deeper issues, then this is at least the first failure point and we can get to
the deeper issues once this is resolved.

I would agree with the permission being denied to allow applications, even
signed ones, to write to files at that level. Can you try changing your logging
directory from "/chipster.log" to somewhere that should be user-writeable?
Perhaps you can use something like System.getProperty("user.home") +
"/chipster.log", or System.getProperty("java.io.tmpdir") + "/chipster.log.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130802/8c855b30/attachment.html 


More information about the distro-pkg-dev mailing list