Need Help New Setup - LDAP/Provider Problems

Trying to Setup Wildfire with Active Directory connection. I’‘m new to all this but have followed the guides and advice on forum threads. However with debugging turned on when I start the Wildfire Server I get the loads of errors relating to the provider and I don’'t know why:

2006.01.13 11:35:51 [org.jivesoftware.wildfire.user.UserManager.

I have this error too. Sorry my English is not good.

Error loading auth provider: org.jivesoftware.messenger.ldap.LdapAuthProvider

java.lang.ClassNotFoundException: org.jivesoftware.messenger.ldap.LdapAuthProvider

at java.net.URLClassLoader$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at org.jivesoftware.util.ClassUtils.loadClass(ClassUtils.java:67)

at org.jivesoftware.util.ClassUtils.forName(ClassUtils.java:39)

at org.jivesoftware.wildfire.auth.AuthFactory.(XMPPServer.java:134)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

at java.lang.reflect.Constructor.newInstance(Unknown Source)

at java.lang.Class.newInstance0(Unknown Source)

at java.lang.Class.newInstance(Unknown Source)

at org.jivesoftware.wildfire.starter.ServerStarter.start(ServerStarter.java:88)

at org.jivesoftware.wildfire.starter.ServerStarter.main(ServerStarter.java:49)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)

at com.exe4j.runtime.WinLauncher.main(Unknown Source)

Wildfire 2.4.2

Admin console listening at:

http://127.0.0.1:9090

https://127.0.0.1:9091

/code

My wildfire.xml

/code

my ldap provider is different than yours… not sure why, but here is what mine looks like, which works. make a backup copy of your config and then test with these settings. Btw mine is version 2.4.0

Message was edited by: added version

MichaelD

just upgraded to ver 2.4.2 and my configs work just the same

Thanks. It works!

Works a treat, thanks for the Help!