Hi Marc,
so you see the PDU being processed on the server, AFAIU.
Do you get any log from the BindRequestHandler?
Like the one in the handle() method:
public void handle( LdapSession ldapSession, BindRequest bindRequest )
throws Exception
{
LOG.debug( "Received: {}", bindRequest );
(you can set the BindRequestHandler filter in log4j configuration in
DEBUG mode to only capture this specific logs, to avoid being flooded by
debug logs from every other parts of the server)
Is this a Sasl bind request?
Any control in the BindRequest?
Could you provide the PDUs?
On 13/02/2024 22:12, Marc Boorshtein wrote:
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
--
*Emmanuel Lécharny* P. +33 (0)6 08 33 32 61
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]