| Hudson 3.0.0 + Active Directory [message #997558] |
Tue, 08 January 2013 05:08  |
Dirk Hamm Messages: 9 Registered: January 2013 |
Junior Member |
|
|
Hi,
i am testing the new Release of Hudson (3.0.0) and have problems with
the connection to the Active Directory.
The Active Directory Plugin 1.17 does not work anymore. I get the following excepting during the start of Hudson.
Quote:WARNING: Failed to create extension
Throwable occurred: java.lang.NoClassDefFoundError: org.acegisecurity.BadCredentialsException
at java.lang.J9VMInternals.verifyImpl(Native Method)
at java.lang.J9VMInternals.verify(J9VMInternals.java:72)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:134)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:44)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:516)
at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java
:85)
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85)
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254)
at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031)
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
at com.google.inject.Scopes$1$1.get(Scopes.java:59)
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40)
at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54)
at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978)
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024)
at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974)
at org.sonatype.guice.bean.locators.LazyBeanEntry.getValue(LazyBeanEntry.java:79)
at org.hudsonci.inject.internal.extension.SmoothieComponent.<init>(SmoothieComponent.java:45)
at org.hudsonci.inject.internal.extension.SmoothieExtensionLocator.locate(SmoothieExtensionLocator.java:72)
at org.hudsonci.inject.internal.plugin.SmoothiePluginStrategy.findComponents(SmoothiePluginStrategy.java:235)
at org.hudsonci.inject.internal.plugin.DelegatingPluginStrategy.findComponents(DelegatingPluginStrategy.java:74)
At the end i do not have the option AD at the Access Control/Security Realm.
So, is there a way to integrate this plugin or another way to integrate the active directory?
thx
|
|
|