> 
> On Nov 22, 2016, at 1:49 AM, Stefan Seelmann <[email protected]> wrote:
> 
> I rebuilt and pushed the image, now it can be pulled.
> 
>> That is to say maybe now if we reenable the jenkins tests it will work?  
>> Assuming the other issue (not pulling latest) can be solved.
> 
> Yes, it's working now. I also switched back to Java 7.
> 
> I just saw some exceptions in the logs, when injecting the
> refreshLDAPData.xml there are multiple exceptions like
> 
>  ClassNotFoundException: org.openldap.fortress.util.time.Date
>  or LdapNoSuchObjectException
> 
> see [1], but the build succeeds.

Hello Stefan,

Those exceptions are because the old fortress install adds config entries with 
the old package name - ‘org.openldap.fortress’, instead of the new one - 
‘org.apache.dir…’.  

Some of these params contain class names (to be loaded during bootstrap) which 
of course won’t be on the new runtime classpath.  But, the tests recover nicely 
(luckily?) because the 2nd refresh then has the new package names used by 
subsequent tests.

So yes the tests are passing now, thanks very much to your help.  I’ll open a 
ticket so we can track the correct eventual fixing which needs some new work in 
the Docker image.  Perhaps I’ll be able to dig more into the Docker stuff in 
the coming weeks.  

Thanks,
Shawn

Reply via email to