Configure Nuxeo to sync AD users

Hello,

Im attempting to sync AD users with Nuxeo. I followed the information in the documentation on setting up a simple LDAP configuration but when ever i deploy the Config file and start the server it does not start it gives me an error server cannot start giving up. I'm using Nuxeo 5.7.1 install on windows server 2008 R2. SQL server 2012. Config file im using is: HERE

There error message I see in the server.log is:

2013-08-15 21:39:52,680 ERROR [org.nuxeo.ecm.platform.web.common.requestcontroller.filter.NuxeoRequestControllerFilter] Unable to get RequestControllerManager service 2013-08-15 21:39:52,680 ERROR [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/nuxeo].[Nuxeo Status Servlet]] Servlet.service() for servlet Nuxeo Status Servlet threw exception java.lang.NullPointerException

at org.nuxeo.ecm.platform.web.common.exceptionhandling.NuxeoExceptionFilter.getHandler(NuxeoExceptionFilter.java:62)
at org.nuxeo.ecm.platform.web.common.exceptionhandling.NuxeoExceptionFilter.handleException(NuxeoExceptionFilter.java:73)
at org.nuxeo.ecm.platform.web.common.exceptionhandling.NuxeoExceptionFilter.doFilter(NuxeoExceptionFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.nuxeo.ecm.platform.web.common.encoding.NuxeoEncodingFilter.doFilter(NuxeoEncodingFilter.java:59)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Unknown Source)

I'm unsure where to go from here to sync my AD users with Nuxeo. Thank you for any advice!

0 votes

0 answers

2069 views

ANSWER

Have you confirmed that your AD information and credentials are correct. Can you connect to your AD (form the Nuxeo server) using an LDAP browser tool?

If you configure Nuxeo for multi-directory (Nuxeo and AD) do you get the same error or does the system start?

08/19/2013