I'm seeing a very strange issue where an LDAP Bind request is coming into the server, we can see it in a packet capture, but the ApacheDS frontend is not registering it. There doesn't appear to be a heavy load, and for the couple of seconds before hand it doesn't look like there are any requests. The issue only seems to be happening during peak hours and it is intermittent, but enough to be noticeable. I verified that the request is getting dropped somewhere between when the packet capture receives the packets and when BindRequestHandler.handle gets called. I suspect the issue is environmental, but I don't see any evidence of it. There are no timeout exceptions (or exceptions of any kind). I know this isn't much to go on (I'm debugging this with a hand tied behind my back) but I was wondering if this is something that has been seen? I want to get a thread capture, but the issue is so intermittent that I'd need someone to be staring at the console to try to capture it.
MINA: mina-core-2.1.5.jar Thanks Marc