Re: Infinite loop in Apache Directory Server when using MINA 2.2.1

2022-07-30 Thread Emmanuel Lécharny
Seems like it's an issue with a mixed Java version being used: the lib built with Java 11 and running tests in Java 8, or something like that. Still investigating. On 30/07/2022 10:03, Emmanuel Lécharny wrote: Hi, I'm currently investiagting some infinite loop in Apache DS when setting up a

Re: Infinite loop in Apache Directory Server when using MINA 2.2.1

2022-08-10 Thread Emmanuel Lécharny
I confirm. I built the LDAP API with Java 11 targetting Java 8, but it's not enough. Fixed in trunk. On 30/07/2022 10:23, Emmanuel Lécharny wrote: Seems like it's an issue with a mixed Java version being used: the lib built with Java 11 and running tests in Java 8, or something like that. St

Re: Infinite loop in Apache Directory Server when using MINA 2.2.1

2022-08-10 Thread Jonathan Valliere
Was the fix in Mina or Directory? On Wed, Aug 10, 2022 at 5:34 AM Emmanuel Lécharny wrote: > I confirm. I built the LDAP API with Java 11 targetting Java 8, but it's > not enough. > > Fixed in trunk. > > On 30/07/2022 10:23, Emmanuel Lécharny wrote: > > Seems like it's an issue with a mixed Java

Re: Infinite loop in Apache Directory Server when using MINA 2.2.1

2022-08-11 Thread Emmanuel Lécharny
Directory. bascially, rebuilding Apache LDAP API with Java 8 did the trick. The pb was due to an exception caused by an API change in Java 9, related to ByteBuffer (see https://www.morling.dev/blog/bytebuffer-and-the-dreaded-nosuchmethoderror/) which was causing an exception to be thrown, and