Category: | Bug report |
Priority: | High |
Status: | New |
Project: | Severity: | Critical |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
When enable applicationContext-externalAuth-LDAP.xml, JasperServer can't execute reports, only after remove applicationContext-externalAuth-LDAP.xml, this bug only happens on the 6.1, the external auth works perfectly on 6.0.1.
There are some way to fix this bug?
Thank you.
v6.1
JasperReports Server
6 Comments:
the same problem here with jr server 6.1 Build 20150527_1348
To verify that this error has to do with ldap authentication I simply move away applicationContext-externalAuth-LDAP.xml and reports work again...
I suppose this error has to do with bean id="abstractExternalProcessor" in the referenced xml file.
Maybe it's objectPermissionService - the corresponding bean is in applicationContext.xml
Unfortunately I'm novice in spring diagnostics :-(
This should be the same than ISSUE-4961
http://community.jaspersoft.com/jasperreports-server/issues/4961
, unfortunately there is no way to adapt this solution to this XML
I've recompiled 6.1.0 specific JAR and now it works with all kind of ext auth
Simple, remove the old 6.1.0 webapps/jasperserver/WEB-INF/lib/jasperserver-api-engine-impl-6.1.0.jar and put this one
I've recompiled 6.1.0 specific JAR and now it works with all kind of ext auth
Simple, remove the old 6.1.0 webapps/jasperserver/WEB-INF/lib/jasperserver-api-engine-impl-6.1.0.jar and put this one
sweet! anyhow, what exactly is the difference to the upstream jar and yours?