What steps will reproduce the problem?
Use multi-thread to get certification from a remote server.
What is the expected output? What do you see instead?
Expecting to see performance improvement without any problem, but NPE is thrown
sometimes.
What version of the product are you using? On what operating system?
1.2.1, linux.
Please provide any additional information below.
The NPE is thrown when the EnrolmentTransaction validates the Nonce. The
problem is that NonceQueue is backed by a LinkedList and not thread safe, so if
multiple threads are checking at the same time there is a chance that the queue
is in an intermediate state.
Original issue reported on code.google.com by ruisvo...@gmail.com on 22 Jun 2012 at 12:23
Original issue reported on code.google.com by
ruisvo...@gmail.com
on 22 Jun 2012 at 12:23