[Bug 539] Norwegian common authorization system BankID does not work with IcedTea
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Sep 2 04:54:17 PDT 2010
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=539
gnu_andrew at member.fsf.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at icedtea.classpath|dbhole at redhat.com
|.org |
Component|IcedTea6 |NPPlugin
Platform|all |x86_64
------- Comment #1 from gnu_andrew at member.fsf.org 2010-09-02 11:54 -------
Reassigning to plugin component and appropriate developer.
As you mention, this is pretty hard for us to work on without access to the
system.
FWIW, the failure is from:
if (Thread.currentThread() != getExclusiveOwnerThread())
throw new IllegalMonitorStateException();
i.e. the queue is being unlocked by a thread other than the one that locked it.
'If the current thread is the holder of this lock then the hold
count is
decremented. If the hold count is now zero then the lock
is released. If the
current thread is not the holder of this
lock then {@link IllegalMonitorStateException} is thrown.'
The BankID developers may be depending on undocumented threading properties of
the proprietary Oracle plugin.
Deepak, are there any plugin fixes not in 1.8.1?
--
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.
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list