I am using the CyclicBarrier class , await() to synchronize the different threads which process different documents simultaneously. However this function seems to return a Null pointer exception in most inputs of documents. Could someone help me out to avoid this exception?

link|improve this question
2  
Can you paste your code? – lobster1234 Apr 16 '11 at 0:57
feedback

1 Answer

I see no reason this method should ever throw a NullPointerException, if you didn't use the version with a timeout and gave null as a time unit.

Are you sure the NullPointerException comes from this method? Have a look at the stack trace (or paste it into the question, if you can't interpret it).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.