Results 1 to 4 of 4

Thread: Cant start spring-security-samples-ldap-2.0.0

Threaded View

  1. #1
    Join Date
    Apr 2008
    Posts
    3

    Unhappy Cant start spring-security-samples-ldap-2.0.0

    I have downloaded spring-security-samples-ldap-2.0.0.war and imported it as war in eclipse Europa. I am using java 1.5 and apache-tomcat-5.5.26.

    when I try to start the server with example application added to it I get the following exception:

    java.lang.ClassNotFoundException: org.apache.directory.server.configuration.MutableS erverStartupConfiguration


    Can someone please tell me what am I doing wrong, if not all .

    I have searched for this MutableServerStartupConfiguration class and couldn't fiind it. It would help if someone knows where to find this class.


    You can see exception line here:
    org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name '_apacheDirectoryServerContainer': Cannot create inner bean '(inner bean)' of type [org.apache.directory.server.configuration.MutableS erverStartupConfiguration] while setting constructor argument; nested exception is org.springframework.beans.factory.CannotLoadBeanCl assException: Cannot find class [org.apache.directory.server.configuration.MutableS erverStartupConfiguration] for bean with name '(inner bean)#8' defined in null; nested exception is java.lang.ClassNotFoundException: org.apache.directory.server.configuration.MutableS erverStartupConfiguration
    Last edited by gospodinno; Apr 17th, 2008 at 10:35 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •