Jump to content
We've recently updated our Privacy Statement, available here ×

Invalid content was found starting with element 'span'. No child element is expected at this point


wszystkielogizajete

Recommended Posts

Hi all,

      I'm configuring jasper report server with exsisting active derectory ldap.When I'm running jasper server there is a error in log related to userSearch bean.

Error :cvc-complex-type.2.4.d: Invalid content was found starting with element 'span'. No child element is expected at this point.

 

My configurations are here and logs said that I have error with third part of it:

  

</bean><bean id="ldapContextSource"      class="org.springframework.security.ldap.DefaultSpringSecurityContextSource">  <constructor-arg value="ldap://hostname:389/dc=ADexample,dc=com"/></bean>

<bean id="userSearch"      class="org.springframework.security.ldap.search.FilterBasedLdapUserSearch">  <constructor-arg index="0"><value><span class="_Override" >cn=Users</span></value></constructor-arg>  <constructor-arg index="1"><value><span class="_Override" >(sAMAccountName={0})</span></value></constructor-arg>  <constructor-arg index="2"><ref local="ldapContextSource"/></constructor-arg>  <property name="searchSubtree"><value>true</value></property></bean>

 

Do u know how to fix it?

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Yeah, all this <u><em><strong> and <span class="Override"> stuff  shouldn't be in there.  It may have shown up in the online documentation at some point, unfortunately -- we sometimes have trouble when things are posted from our doc authoring system to the website.  These tags do not appear in this version, so I'm not sure where you got it:

https://community.jaspersoft.com/documentation/tibco-jasperreports-server-authentication-cookbook/v640/authentication-microsoft

In addition, if you see problems with tags like this, I recommend cross-checking the HTML page with the PDF document -- if it's a tagging error in the documentation like this, it won't show up in the PDF.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...