[Bug 274] NRC Java Web Clock doesn't function (openjdk/icedtea 6b14 and icedtea plugin)

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Dec 30 10:56:30 PST 2008


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





------- Comment #1 from omajid at redhat.com  2008-12-30 18:56 -------
Works with appletviewer. Seems to be a problem in JNLPSecurityManager.java. The
applet tries to connect to the nrc and needs socket permissions to do so. The
security check contains this:
line 292: ApplicationInstance app = getApplication();
line 293: JNLPFile file = app.getJNLPFile();
getApplication() returns a null which causes line 293 to throw a
NullPointerException which terminates the thread that's trying to get the time.


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list