Thanks Emmanuel. I'm also running into a problem with the ApacheDS Server Integration tests when trying to build. Both org.apache.directory.server.suites.StockServerISuite and org.apache.directory.server.operations.bind.SaslBindIT sometimes hang with "Ldap service started" as the last message shown. I'm not sure what's causing that yet.
Martin -----Original Message----- From: Emmanuel Lecharny [mailto:[email protected]] On Behalf Of Emmanuel Lecharny Sent: Monday 30 March 2009 17:01 To: Apache Directory Developers List Subject: Re: [ApacheDS] SpringServerTest fails on Windows Martin Alderson wrote: > Hullo, > > The SpringServerTest seems to fail on Windows. First of all it failed with a > "FileNotFoundException : C:\tmp\objectClass.db (The system cannot find the > path specified)". This isn't too surprising as I don't have a c:\tmp > (Windows doesn't by default). > > After I created c:\tmp the test failed with an AssertionError at > org.apache.directory.server.SpringServerTest.testSpringServerJdbmPartition(SpringServerTest.java:189). > This is from the following code: > > File tmpOCdb = new File( getTmpDir(), "objectClass.db" ); > assertTrue( tmpOCdb.exists() ); > > This is looking for objectClass.db in %temp% (which is > C:\DOCUME~1\Martin\LOCALS~1\Temp). > > I can't see where it decides to create the objectClass.db in c:\tmp - any > ideas? > Yeah, this is something I have done a few weeks ago, forgetting that windows exist... I think a JIRA has been raised, and I thought the issue has been fixed. Will take another look at it. -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org
