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

bgroffen

Members
  • Posts

    6
  • Joined

  • Last visited

bgroffen's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hello, I've upgraded my jasperserver from V5 to V5.1 and ive encouterd some problems with the LDAP. I noticed that there have been a new file for this applicationcontext-externalAuth-LDAP-mt.xml. I have used and configured this file according to my older applicationcontext-security. (That worked fine) However now that i am using this new LDAP file. it wont grand me access to the jasperserver using an Ldap account. it gives me the Invalid credentials supplied, cannot log you in to jasperserver. Next i have enabled the Loggings, looking he can find the DN and everything according to roles of the ldap user i am using to log in, it just wont grand me acces? logging: 2013-05-23 10:37:57,687 DEBUG FilterBasedLdapUserSearch,http-apr-8080-exec-5:109 - Searching for user 'stageict', with user search [ searchFilter: '(sAMAccountName={0})', searchBase: '', scope: subtree, searchTimeLimit: 0, derefLinkFlag: false ] 2013-05-23 10:37:57,687 DEBUG FilterBasedLdapUserSearch,http-apr-8080-exec-5:109 - Searching for user 'stageict', with user search [ searchFilter: '(sAMAccountName={0})', searchBase: '', scope: subtree, searchTimeLimit: 0, derefLinkFlag: false ] 2013-05-23 10:37:57,715 DEBUG SpringSecurityLdapTemplate,http-apr-8080-exec-5:197 - Searching for entry in under DN 'ou=chasse,dc=chasse,dc=local', base = '', filter = '(sAMAccountName={0})' 2013-05-23 10:37:57,715 DEBUG SpringSecurityLdapTemplate,http-apr-8080-exec-5:197 - Searching for entry in under DN 'ou=chasse,dc=chasse,dc=local', base = '', filter = '(sAMAccountName={0})' 2013-05-23 10:37:57,730 DEBUG SpringSecurityLdapTemplate,http-apr-8080-exec-5:214 - Found DN: cn=StageICT,ou=Stagiair,ou=ICT,ou=Users 2013-05-23 10:37:57,730 DEBUG SpringSecurityLdapTemplate,http-apr-8080-exec-5:214 - Found DN: cn=StageICT,ou=Stagiair,ou=ICT,ou=Users 2013-05-23 10:37:57,762 DEBUG DefaultLdapAuthoritiesPopulator,http-apr-8080-exec-5:176 - Getting authorities for user cn=StageICT,ou=Stagiair,ou=ICT,ou=Users,ou=chasse,dc=chasse,dc=local 2013-05-23 10:37:57,762 DEBUG DefaultLdapAuthoritiesPopulator,http-apr-8080-exec-5:176 - Getting authorities for user cn=StageICT,ou=Stagiair,ou=ICT,ou=Users,ou=chasse,dc=chasse,dc=local 2013-05-23 10:37:57,766 DEBUG DefaultLdapAuthoritiesPopulator,http-apr-8080-exec-5:202 - Searching for roles for user 'stageict', DN = 'cn=StageICT,ou=Stagiair,ou=ICT,ou=Users,ou=chasse,dc=chasse,dc=local', with filter (&(Member={0})(objectclass=group)(cn=grp-CT-JS-*)) in search base '' 2013-05-23 10:37:57,766 DEBUG DefaultLdapAuthoritiesPopulator,http-apr-8080-exec-5:202 - Searching for roles for user 'stageict', DN = 'cn=StageICT,ou=Stagiair,ou=ICT,ou=Users,ou=chasse,dc=chasse,dc=local', with filter (&(Member={0})(objectclass=group)(cn=grp-CT-JS-*)) in search base '' 2013-05-23 10:37:57,769 DEBUG SpringSecurityLdapTemplate,http-apr-8080-exec-5:148 - Using filter: (&(Member=cn=StageICT,ou=Stagiair,ou=ICT,ou=Users,ou=chasse,dc=chasse,dc=local)(objectclass=group)(cn=grp-CT-JS-*)) 2013-05-23 10:37:57,769 DEBUG SpringSecurityLdapTemplate,http-apr-8080-exec-5:148 - Using filter: (&(Member=cn=StageICT,ou=Stagiair,ou=ICT,ou=Users,ou=chasse,dc=chasse,dc=local)(objectclass=group)(cn=grp-CT-JS-*)) 2013-05-23 10:37:57,798 DEBUG DefaultLdapAuthoritiesPopulator,http-apr-8080-exec-5:210 - Roles from search: [grp-CT-JS-Bespreekbureau, grp-CT-JS-Alles_lezen, grp-CT-JS-Algemeen, grp-CT-JS-Iedereen] 2013-05-23 10:37:57,798 DEBUG DefaultLdapAuthoritiesPopulator,http-apr-8080-exec-5:210 - Roles from search: [grp-CT-JS-Bespreekbureau, grp-CT-JS-Alles_lezen, grp-CT-JS-Algemeen, grp-CT-JS-Iedereen] Any idea's where this problem might be or what i need to change. Thanks, Bart
  2. What file are you using now, the applicationcontext - security or the external auth ldap file? the solution didnt work at my case. but the enabling ldap spring security gave me some new leads of the the causes might be.
  3. I'm having similair problems on this subject, after the upgrade from 5.0 to 5.1 i simply cant get my ldap to work properly anymore. It seems the files have changed too i cant get the ApplicationContext-security to work as LDAP anymore. When i reconfigured the ApplicationContext-security file as it used to be (working) on 5.0 it just gives me an Blue screen Access Denied in the webapp right after loggin in. maybe u fixed the problem yet?
  4. Hey, I have a question regarding the iReports of jaspersoft, currently we are busy with reports but while many options on the internet suggest using the calender option. i cant find it anywhere in iReports i would like to try some things with the java.util.calender and how i read on other forums how the .date option is not so reliable i was wondering how to be able to use this Calender util. Does this have to be added manualy or is it inside a import plugin? and how or what one do i need Thanks, Gegards, Bart
  5. Hey, after upgrading from 4.7.1 to 5.0.1 ive encouterd an error regarding the Email part it sends the mails just fine and attatch them i just get an error message show up: JasperReports Server encountered an error while generating this report. Please contact your administrator. I have no idea what went wrong in here, i copy pasted soem of my old xml files onto the new instance. (also eddited some like applicationcontext-securty etc.) also tried some sollution with putting values to False in the security-config.properties. wich didnt seem to work also traced the error message, maybe someone knows more or how to solve this issue 2013-04-12 12:11:59,865 ERROR ReportExecutionJob,quartzScheduler_Worker-1:306 - fail to send out alert mail notificationcom.jaspersoft.jasperserver.api.JSExceptionWrapper:javax.mail.internet.AddressException: Illegal address in string ``'' at org.springframework.mail.javamail.MimeMessageHelper.parseAddress(MimeMessageHelper.java:708) at org.springframework.mail.javamail.MimeMessageHelper.setTo(MimeMessageHelper.java:592) at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJobAlertImpl.sendAlertMail(ReportExecutionJobAlertImpl.java:78) at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.sendAlertMail(ReportExecutionJob.java:571) at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.executeAndSendReport(ReportExecutionJob.java:551) at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.execute(ReportExecutionJob.java:217) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) Thanks, Bart
×
×
  • Create New...