I'm trying to use the LdapTestServer from Acegi's test suite in my project.

http://www.google.com/codesearch?q=LdapTestServer

However, when I try to start it from IDEA 6, I get:

Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/directory/server/core/schema/bootstrap/AbstractBootstrapSchema
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
        at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
        at 
org.apache.directory.server.core.configuration.StartupConfiguration.setDefaultBootstrapSchemas(StartupConfiguration.java:136)
        at 
org.apache.directory.server.core.configuration.StartupConfiguration.<init>(StartupConfiguration.java:87)
        at 
org.apache.directory.server.core.configuration.MutableStartupConfiguration.<init>(MutableStartupConfiguration.java:45)

I'm assuming there's some JAR in my classpath that's causing this
problem.  Any ideas on which one it might be?

Thanks,

Matt

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to