[Bug 1482] Log4j fails when JNLP is remote, works when local
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Aug 6 06:31:30 PDT 2013
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1482
--- Comment #5 from Aleksi Kallio <aleksi.kallio at csc.fi> ---
As mentioned, there are two different problems that I have encountered:
AccessControlException and NoSuchMethodError. I am suspecting that both could
be related to SecurityManager, but of course they might not.
I have now changed the example to reproduce that NoSuchMethodError, see below.
My code is not trying to write to root of the filesystem, log4j error reporting
is just a bit confusing. It gives only the last part of the path. I have
verified this with debug, the path is correct. So the AccessControlException
seems incorrect. And it goes away if the same JAR is copied locally and JNLP
modified accordingly.
$ javaws http://chipster.csc.fi/chipster-broken.jnlp
trying to call PropertyConfigurator.configure
java.lang.NoSuchMethodError:
org.apache.log4j.PropertyConfigurator.configure(Ljava/io/InputStream;)V
at
fi.csc.microarray.config.DirectoryLayout.<init>(DirectoryLayout.java:143)
at
fi.csc.microarray.config.DirectoryLayout.initialiseClientLayout(DirectoryLayout.java:113)
at
fi.csc.microarray.client.SwingClientApplication.start(SwingClientApplication.java:1344)
at fi.csc.microarray.MicroarrayMain.main(MicroarrayMain.java:165)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:594)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:889)
--
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/20130806/de809ce4/attachment.html
More information about the distro-pkg-dev
mailing list