Re: [389-users] Random failures on startTLS

2010-04-15 Thread Aaron Hagopian
I am having a hard time programmatically getting the ABANDON requests to show up. In my local environment I cannot reproduce at all (Fedora 12 x86_64) but on all our server environments I see these in the logs. The oddest thing about it is I only see these when running in tomcat on either our Cen

Re: [389-users] Random failures on startTLS

2010-04-14 Thread Rich Megginson
Aaron Hagopian wrote: > > > It's JNDI itself. JNDI uses ABANDON requests. Are you using > persistent > search at all? Another 389 user reported similar problems caused by > improper handling of JNDI persistent searches + ABANDON requests. > Although this looks different, both

Re: [389-users] Random failures on startTLS

2010-04-14 Thread Aaron Hagopian
> > > It's JNDI itself. JNDI uses ABANDON requests. Are you using persistent > search at all? Another 389 user reported similar problems caused by > improper handling of JNDI persistent searches + ABANDON requests. > Although this looks different, both issues have JNDI and ABANDON in common. W

Re: [389-users] Random failures on startTLS

2010-04-14 Thread Rich Megginson
Aaron Hagopian wrote: > Do you need something to generate those ABANDON requests too or just a > simple program that does the startTLS? I'm sure its something in our > code that's creating the ABANDON requests but not sure exactly what. It's JNDI itself. JNDI uses ABANDON requests. Are you usi

Re: [389-users] Random failures on startTLS

2010-04-14 Thread Aaron Hagopian
Do you need something to generate those ABANDON requests too or just a simple program that does the startTLS? I'm sure its something in our code that's creating the ABANDON requests but not sure exactly what. On Wed, Apr 14, 2010 at 12:41 PM, Rich Megginson wrote: > Aaron Hagopian wrote: > > > >

Re: [389-users] Random failures on startTLS

2010-04-14 Thread Rich Megginson
Aaron Hagopian wrote: > > What is the platform? > > > Linux CentOS 5.4 i386 > > What is the 389 version? > > rpm -qi 389-ds-base > > > Name: 389-ds-base Relocations: (not relocatable) > Version : 1.2.5 Vendor: Fedora Proje

Re: [389-users] Random failures on startTLS

2010-04-14 Thread Aaron Hagopian
> > What is the platform? Linux CentOS 5.4 i386 > What is the 389 version? rpm -qi 389-ds-base > Name: 389-ds-base Relocations: (not relocatable) Version : 1.2.5 Vendor: Fedora Project Release : 1.el5 Build D

Re: [389-users] Random failures on startTLS

2010-04-14 Thread Rich Megginson
Aaron Hagopian wrote: > I'm having an issue that seems somewhat random or maybe at least load > related when trying to change or reset a user's password. We have > some java code that creates an unencrypted connection, start's a TLS > session, then sends a password change extended operation. T