Results 1 to 2 of 2

Thread: Parsing errors with my Spring Security 2.0.4

  1. #1
    Join Date
    Aug 2010
    Posts
    21

    Default Parsing errors with my Spring Security 2.0.4

    I am trying to integrate a legacy LDAP application into my web app in order to gain access to the Spring Security Framework. I tried to update it to 3.0 but that is basically a no go. I am getting the following error...

    Code:
    Error creating bean with name '_securityContextSource': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.security.ldap.DefaultSpringSecurityContextSource]: Constructor threw exception; nested exception is org.springframework.ldap.BadLdapGrammarException: Failed to parse DN; nested exception is org.springframework.ldap.core.TokenMgrError: Lexical error at line 1, column 1.  Encountered: "$" (36), after : ""
    Let me know what other information you may need.

    Thanks

  2. #2
    Luke Taylor is offline Senior Member Acegi Security System TeamSpring Team
    Join Date
    Aug 2004
    Location
    Glasgow, Scotland
    Posts
    3,449

    Default

    If you mean you are trying to upgrade to Spring Security 3, then check your classpath as it looks like you still have 2.0 jars present.
    Spring - by Pivotal
    twitter @tekul

Posting Permissions

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