[jcifs] java.util.ConcurrentModificationException

Michael B Allen mba2000 at ioplex.com
Tue Nov 23 01:08:57 GMT 2004


"Kreyßel, Conny" said:
> Hi guys,
>
> I have a little Problem with jcifs. When we have heavy load on our
> NtlmHttpFilter we get sometimes a
> java.util.ConcurrentModificationException. I take a look in the source
> code of SmbTransport and I see you use a LinkedList to store the
> smb-sessions. Why you dont use synchronized Lists (List list =
> Collections.synchronizedList(new LinkedList(...))) like described in the
> docs of LinkedList?

That would not necessarily fix the problem. I'll have to look at it
closely and find the error...

Mike


More information about the jcifs mailing list