Jump to content
Changes to the Jaspersoft community edition download ×

florent.j

Members
  • Posts

    16
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by florent.j

  1. yes and no. Look for a while and abandonned after I realized it requires a highchart plugin to be used and Im couldn't find the way to integrate the plugin in the report or the server. I don't think it's possible to integrate a highchart plugin in the report and I don't know how it would be doable to do it in the server. So after losing a bunch of time on this we concluded that it was not possible right now. I do find it interesting that the plugin is integrated in the ad-hoc chart part though... not my first surprise with jasperserver anyway... sorry not to have better news
  2. Hi, I'm trying to get a bar chart with grouped categories. In Highchart it's done like this for example: http://jsfiddle.net/fieldsure/Lr5sjh5x/2/ When I design a report in the ad-hoc designer, it works the same way. When I design it in jaspersoft studio, I cannot get it to work. I have 2 levels of categories defined in the chart data. I guessed I should define it in the chart property xAxis.categories but I cannot get it to work. What should I write here to get it working? Thanks, Florent
  3. Hi, First thing, I know it works with jdbc but jndi is definitely better in this case. Second, do you have access to the server logs? or just the errors reported in the web page? the logs would be accessible where Jasperserver is installed...
  4. Hi, First thing: you definitely need to use JNDI datasources instead of JDBC datasources when using TEIID. Otherwise you get connections errors that requires server restart. Second, can you activate the logs? com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.teiid.TeiidEmbeddedServer and com.jaspersoft.jasperserver.api.common.virtualdatasourcequery.VirtualDataSourceQueryService to see when this happens exactly? And also, which versions are you using? Florent
  5. Hi, We are trying to set up the auditing in order to have the history of our report runs. What I noticed is that we don't get the same level of details when we run it from the GUI or from the WS although they should be similar. Our configuration (standard): <entry key="WEB_SERVICES"> <map> <!--key - name of the event type. value - comma separated list of property types--> <entry key="login" value="username,organization,loginFailure,exception"/> <entry key="runReport" value="reportParam,reportRenderingTime,reportRenderingStartTime,queryExecutionTime,queryExecutionStartTime,reportExecutionTime,reportExecutionStartTime,dataSource,sqlQuery,domainQuery,exception"/> </map></entry><entry key="GUI"> <map> <!--key - name of the event type. value - comma separated list of property types--> <entry key="login" value="username,organization,loginFailure,exception"/> <entry key="logout" value="exception"/> <entry key="import" value="exception,update,skip-user-update,include-access-events,include-audit-events,include-monitoring-events,include-server-settings"/> <entry key="export" value="exception,roles,users,uris,report-jobs,everything,include-access-events,repository-permissions,role-users,include-audit-events,include-monitoring-events"/> <entry key="runReport" value="reportParam,reportRenderingTime,reportRenderingStartTime,queryExecutionTime,queryExecutionStartTime,reportExecutionTime,reportExecutionStartTime,reportMemorySize,dataSource,sqlQuery,domainQuery,exception"/>... </map></entry> [/code] So In both case, reportParam is present. What we see in the audit though is that for the runReport events, we only see the events reportExecutionStartTime and reportExecutionTime What could be an explanation and how can we change that? (we're seeing this behaviour both on jasperserver-pro 6.0.1 and 6.1.1) Thank you.
  6. Hi, I'm trying to build a domain using jasperserver 6.1.1 based on EnterpriseDB (Postgresql) I cannot access materialized views from the domain builder... (I can access them from standard reports) I did the changes as written in http://community.jaspersoft.com/documentation/tibco-jasperreports-server-administration-guide/v611/configuring-domains but it's still not showing materialized views. Is there something else to do? something different? Or is there a bug in Jasperserver? Thanks, Florent Edit to answer the comment from @hozawa According to the documentation here, materialized views should be supported in domains: http://community.jaspersoft.com/documentation/tibco-jasperreports-server-administration-guide/v611/configuring-domains (see the last part titled: Accessing Materialized Views)
  7. Hi, I'm trying to export a report as CSV that should be openable in Excel. Right now, excel requires the byte order mark (BOM) to be written in order to recognize UTF-8 files. I tried using the property net.sf.jasperreports.export.csv.write.bom described here. It works when I do the export from jaspersoft studio but seems to be ignored when I do it from the server. Am I missing something? Is there another point where this should be changed? Thanks, Florent Edit to precise: We are using 6.0.1 as 6.1.0 has a blocking bug and we couldn't test 6.1.1 yet. Is this issue really resolved on 6.1?
  8. Hi, Is it possible to implement and add a personalized functions for the ad-hoc views calculated measure? I couldn't find any information in the documentation. If yes, is there any information on how to do it anywhere? Thanks, Florent
  9. Hi, I'm writing it as a comment to your post as I cannot comment your answer but I would be really interested to see the changes you made to the server. I think we need to use the csvmetadata exporter too from the server and I'm not sure exactly of everything I need to change.
  10. I'm not using JasperServer for AWS but the normal pro one in version 6.0.1 also, I didn't use the superuser account but just a user with superuser rights. Should it be different with really the supruser account? thanks, florent
  11. Hi, Since our upgrade to version 5.6.1 (pro) it seems we have a problem with our output files (xlsx) stored on the repository. If there is an umlaut (üäö...) character in the filename, then we cannot access it from the web interface. It just dies with an error (see stacktrace). Interestingly, we can still access it from jaspersoft studio when we browse the repository... My questions: Has anyone experienced this problem already?Do you know any workaround? change in the server configuration so that we could access it?Is that supposed to be fixed in version 6? (6.1 is not an option for us due to an other bug)Thanks, Florent 2:04:36,042 INFO [stdout] (http--0.0.0.0-8280-6) 2015-07-09 12:04:36,039 ERROR RenderViewExceptionInterceptor,http--0.0.0.0-8280-6:58 - Die Inhaltsressource mit dem URI "/**********************************************/filewitherror-20141202.nopag.xlsx" wurde nicht gefunden.12:04:36,044 INFO [stdout] (http--0.0.0.0-8280-6) com.jaspersoft.jasperserver.api.JSException: jsexception.could.not.find.content.resource.with.uri12:04:36,044 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.control.ContentRepositoryFileView.renderMergedOutputModel(ContentRepositoryFileView.java:62)12:04:36,045 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:262)12:04:36,046 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1180)12:04:36,047 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:950)12:04:36,048 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)12:04:36,048 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)12:04:36,049 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)12:04:36,050 INFO [stdout] (http--0.0.0.0-8280-6) at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)12:04:36,051 INFO [stdout] (http--0.0.0.0-8280-6) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)12:04:36,051 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)12:04:36,052 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)12:04:36,053 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.StaticFilesCacheControlFilter.doFilter(StaticFilesCacheControlFilter.java:163)12:04:36,054 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)12:04:36,054 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)12:04:36,055 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:399)12:04:36,056 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.api.security.IPadSupportFilter.doFilter(IPadSupportFilter.java:67)12:04:36,057 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,058 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.api.security.JSSwitchUserProcessingFilter.doFilterHttp(JSSwitchUserProcessingFilter.java:154)12:04:36,059 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)12:04:36,060 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,060 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)12:04:36,061 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)12:04:36,062 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,063 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)12:04:36,063 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)12:04:36,064 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)12:04:36,065 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)12:04:36,065 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,066 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105)12:04:36,067 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)12:04:36,067 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,068 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.api.metadata.user.service.impl.MetadataAuthenticationProcessingFilter.doFilter(MetadataAuthenticationProcessingFilter.java:148)12:04:36,069 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,069 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.util.RequestParameterAuthenticationFilter.doFilter(RequestParameterAuthenticationFilter.java:94)12:04:36,070 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)12:04:36,071 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)12:04:36,071 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,072 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.multipleTenancy.MTBasicProcessingFilter.doFilterHttp(MTBasicProcessingFilter.java:179)12:04:36,072 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)12:04:36,073 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)12:04:36,074 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)12:04:36,074 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,075 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:210)12:04:36,075 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,076 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:278)12:04:36,077 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)12:04:36,077 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)12:04:36,078 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)12:04:36,078 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,079 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.ji.license.LicenseCheckFilter.doFilter(LicenseCheckFilter.java:103)12:04:36,080 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,080 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.ji.license.JILicenseFilter.doFilter(JILicenseFilter.java:79)12:04:36,081 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,081 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.NullFilter.doFilterHttp(NullFilter.java:44)12:04:36,082 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)12:04:36,082 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)12:04:36,083 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)12:04:36,084 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,084 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:210)12:04:36,085 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,085 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.api.logging.filter.BasicLoggingFilter.doFilter(BasicLoggingFilter.java:53)12:04:36,086 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,087 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.api.security.JSCsrfGuardFilter.doFilter(JSCsrfGuardFilter.java:83)12:04:36,087 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,088 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.api.security.WebAppSecurityFilter.doFilter(WebAppSecurityFilter.java:80)12:04:36,089 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,089 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.MultipartRequestWrapperFilter.doFilter(MultipartRequestWrapperFilter.java:95)12:04:36,090 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,090 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.api.security.encryption.EncryptionFilter.doFilter(EncryptionFilter.java:150)12:04:36,091 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,092 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)12:04:36,092 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)12:04:36,093 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,094 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:188)12:04:36,094 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99)12:04:36,095 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)12:04:36,095 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)12:04:36,096 INFO [stdout] (http--0.0.0.0-8280-6) at org.jasig.cas.client.session.SingleSignOutFilter.doFilter(SingleSignOutFilter.java:104)12:04:36,096 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)12:04:36,097 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)12:04:36,098 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.util.SessionDecoratorFilter.doFilter(SessionDecoratorFilter.java:63)12:04:36,098 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)12:04:36,099 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)12:04:36,099 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)12:04:36,100 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)12:04:36,101 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:67)12:04:36,101 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)12:04:36,102 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)12:04:36,102 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)12:04:36,103 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)12:04:36,104 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.P3PFilter.doFilter(P3PFilter.java:43)12:04:36,104 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)12:04:36,105 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)12:04:36,106 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)12:04:36,107 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)12:04:36,108 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489)12:04:36,109 INFO [stdout] (http--0.0.0.0-8280-6) at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)12:04:36,110 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)12:04:36,111 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)12:04:36,112 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)12:04:36,112 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)12:04:36,113 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)12:04:36,114 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671)12:04:36,115 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)12:04:36,116 INFO [stdout] (http--0.0.0.0-8280-6) at java.lang.Thread.run(Thread.java:662)12:04:36,118 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/jasperserver-pro].[jasperserver]] (http--0.0.0.0-8280-6) Servlet.service() for servlet jasperserver threw exception: com.jaspersoft.jasperserver.api.JSException: jsexception.could.not.find.content.resource.with.uri at com.jaspersoft.jasperserver.war.control.ContentRepositoryFileView.renderMergedOutputModel(ContentRepositoryFileView.java:62) [jasperserver-war-jar-5.6.1.jar:] at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:262) [spring-webmvc-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1180) [spring-webmvc-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:950) [spring-webmvc-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852) [spring-webmvc-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) [spring-webmvc-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) [spring-webmvc-3.1.4.RELEASE.jar:3.1.4.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:734) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final] at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] at com.jaspersoft.jasperserver.war.StaticFilesCacheControlFilter.doFilter(StaticFilesCacheControlFilter.java:163) [jasperserver-war-jar-5.6.1.jar:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:399) [spring-security-core-2.0.7.RELEASE.jar:] at com.jaspersoft.jasperserver.api.security.IPadSupportFilter.doFilter(IPadSupportFilter.java:67) [jasperserver-api-metadata-impl-5.6.1.jar:] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at com.jaspersoft.jasperserver.api.security.JSSwitchUserProcessingFilter.doFilterHttp(JSSwitchUserProcessingFilter.java:154) [jasperserver-api-metadata-impl-5.6.1.jar:] at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at com.jaspersoft.jasperserver.api.metadata.user.service.impl.MetadataAuthenticationProcessingFilter.doFilter(MetadataAuthenticationProcessingFilter.java:148) [jasperserver-api-metadata-impl-5.6.1.jar:] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at com.jaspersoft.jasperserver.war.util.RequestParameterAuthenticationFilter.doFilter(RequestParameterAuthenticationFilter.java:94) [jasperserver-war-jar-5.6.1.jar:] at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at com.jaspersoft.jasperserver.multipleTenancy.MTBasicProcessingFilter.doFilterHttp(MTBasicProcessingFilter.java:179) [ji-multi-tenancy-5.6.1.jar:] at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:210) [jasperserver-war-jar-5.6.1.jar:] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:278) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at com.jaspersoft.ji.license.LicenseCheckFilter.doFilter(LicenseCheckFilter.java:103) [ji-license-5.6.1.jar:] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at com.jaspersoft.ji.license.JILicenseFilter.doFilter(JILicenseFilter.java:79) [ji-license-5.6.1.jar:] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at com.jaspersoft.jasperserver.war.NullFilter.doFilterHttp(NullFilter.java:44) [jasperserver-war-jar-5.6.1.jar:] at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:210) [jasperserver-war-jar-5.6.1.jar:] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at com.jaspersoft.jasperserver.api.logging.filter.BasicLoggingFilter.doFilter(BasicLoggingFilter.java:53) [jasperserver-api-metadata-impl-5.6.1.jar:] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at com.jaspersoft.jasperserver.api.security.JSCsrfGuardFilter.doFilter(JSCsrfGuardFilter.java:83) [jasperserver-api-metadata-impl-5.6.1.jar:] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at com.jaspersoft.jasperserver.api.security.WebAppSecurityFilter.doFilter(WebAppSecurityFilter.java:80) [jasperserver-api-metadata-impl-5.6.1.jar:] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at com.jaspersoft.jasperserver.war.MultipartRequestWrapperFilter.doFilter(MultipartRequestWrapperFilter.java:95) [jasperserver-war-jar-5.6.1.jar:] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at com.jaspersoft.jasperserver.api.security.encryption.EncryptionFilter.doFilter(EncryptionFilter.java:150) [jasperserver-api-metadata-impl-5.6.1.jar:] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:188) [spring-security-core-2.0.7.RELEASE.jar:] at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99) [spring-security-core-2.0.7.RELEASE.jar:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] at org.jasig.cas.client.session.SingleSignOutFilter.doFilter(SingleSignOutFilter.java:104) [cas-client-core-3.1.5.jar:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] at com.jaspersoft.jasperserver.war.util.SessionDecoratorFilter.doFilter(SessionDecoratorFilter.java:63) [jasperserver-war-jar-5.6.1.jar:] at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] at com.jaspersoft.jasperserver.war.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:67) [jasperserver-war-jar-5.6.1.jar:] at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) [spring-web-3.1.4.RELEASE.jar:3.1.4.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] at com.jaspersoft.jasperserver.war.P3PFilter.doFilter(P3PFilter.java:43) [jasperserver-war-jar-5.6.1.jar:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489) [jbossweb-7.0.13.Final.jar:] at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:] at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_33]12:04:36,242 INFO [stdout] (http--0.0.0.0-8280-6) 2015-07-09 12:04:36,240 ERROR SystemErrorController,http--0.0.0.0-8280-6:81 - Internal server error12:04:36,243 INFO [stdout] (http--0.0.0.0-8280-6) org.springframework.web.util.NestedServletException: Request processing failed; nested exception is com.jaspersoft.jasperserver.api.JSException: jsexception.could.not.find.content.resource.with.uri12:04:36,244 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:894)12:04:36,245 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)12:04:36,245 INFO [stdout] (http--0.0.0.0-8280-6) at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)12:04:36,246 INFO [stdout] (http--0.0.0.0-8280-6) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)12:04:36,246 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)12:04:36,247 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)12:04:36,248 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.StaticFilesCacheControlFilter.doFilter(StaticFilesCacheControlFilter.java:163)12:04:36,248 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)12:04:36,249 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)12:04:36,250 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:399)12:04:36,251 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.api.security.IPadSupportFilter.doFilter(IPadSupportFilter.java:67)12:04:36,251 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,252 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.api.security.JSSwitchUserProcessingFilter.doFilterHttp(JSSwitchUserProcessingFilter.java:154)12:04:36,253 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)12:04:36,254 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,254 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)12:04:36,255 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)12:04:36,256 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,256 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)12:04:36,257 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)12:04:36,258 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)12:04:36,259 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)12:04:36,259 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,260 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105)12:04:36,261 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)12:04:36,262 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,263 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.api.metadata.user.service.impl.MetadataAuthenticationProcessingFilter.doFilter(MetadataAuthenticationProcessingFilter.java:148)12:04:36,264 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,265 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.util.RequestParameterAuthenticationFilter.doFilter(RequestParameterAuthenticationFilter.java:94)12:04:36,266 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)12:04:36,267 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)12:04:36,267 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,268 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.multipleTenancy.MTBasicProcessingFilter.doFilterHttp(MTBasicProcessingFilter.java:179)12:04:36,269 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)12:04:36,270 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)12:04:36,271 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)12:04:36,271 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,272 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:210)12:04:36,273 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,274 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:278)12:04:36,274 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)12:04:36,275 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)12:04:36,276 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)12:04:36,276 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,277 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.ji.license.LicenseCheckFilter.doFilter(LicenseCheckFilter.java:103)12:04:36,278 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,279 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.ji.license.JILicenseFilter.doFilter(JILicenseFilter.java:79)12:04:36,279 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,280 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.NullFilter.doFilterHttp(NullFilter.java:44)12:04:36,281 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)12:04:36,282 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)12:04:36,282 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)12:04:36,283 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,284 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:210)12:04:36,285 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,285 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.api.logging.filter.BasicLoggingFilter.doFilter(BasicLoggingFilter.java:53)12:04:36,286 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,287 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.api.security.JSCsrfGuardFilter.doFilter(JSCsrfGuardFilter.java:83)12:04:36,288 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,288 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.api.security.WebAppSecurityFilter.doFilter(WebAppSecurityFilter.java:80)12:04:36,289 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,290 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.MultipartRequestWrapperFilter.doFilter(MultipartRequestWrapperFilter.java:95)12:04:36,291 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,291 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.api.security.encryption.EncryptionFilter.doFilter(EncryptionFilter.java:150)12:04:36,292 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,293 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)12:04:36,294 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)12:04:36,294 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)12:04:36,295 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:188)12:04:36,296 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99)12:04:36,296 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)12:04:36,297 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)12:04:36,298 INFO [stdout] (http--0.0.0.0-8280-6) at org.jasig.cas.client.session.SingleSignOutFilter.doFilter(SingleSignOutFilter.java:104)12:04:36,299 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)12:04:36,299 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)12:04:36,300 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.util.SessionDecoratorFilter.doFilter(SessionDecoratorFilter.java:63)12:04:36,301 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)12:04:36,301 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)12:04:36,302 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)12:04:36,303 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)12:04:36,304 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:67)12:04:36,304 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)12:04:36,305 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)12:04:36,306 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)12:04:36,307 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)12:04:36,307 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.P3PFilter.doFilter(P3PFilter.java:43)12:04:36,308 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)12:04:36,309 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)12:04:36,309 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)12:04:36,310 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)12:04:36,311 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489)12:04:36,311 INFO [stdout] (http--0.0.0.0-8280-6) at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)12:04:36,312 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)12:04:36,313 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)12:04:36,313 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)12:04:36,314 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)12:04:36,315 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)12:04:36,315 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671)12:04:36,316 INFO [stdout] (http--0.0.0.0-8280-6) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)12:04:36,317 INFO [stdout] (http--0.0.0.0-8280-6) at java.lang.Thread.run(Thread.java:662)12:04:36,317 INFO [stdout] (http--0.0.0.0-8280-6) Caused by: com.jaspersoft.jasperserver.api.JSException: jsexception.could.not.find.content.resource.with.uri12:04:36,318 INFO [stdout] (http--0.0.0.0-8280-6) at com.jaspersoft.jasperserver.war.control.ContentRepositoryFileView.renderMergedOutputModel(ContentRepositoryFileView.java:62)12:04:36,319 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:262)12:04:36,319 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1180)12:04:36,320 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:950)12:04:36,321 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)12:04:36,321 INFO [stdout] (http--0.0.0.0-8280-6) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)12:04:36,322 INFO [stdout] (http--0.0.0.0-8280-6) ... 99 more[/code]
  12. Hi, when I try replacing the default theme by yours I get "Cannot upload the theme : Access is denied" and I cannot delete it manually (even as superuser) any other solution? Thanks, Florent
  13. I'm trying to configure a Jboss based SSO for jasperserver 5.2 and another custom application. Both of them are running on the same JBoss 5.1.0 so we decided to use the container based SSO based on Tomcat SSO solution. The desired use mode is: User arrive on the main domain.He logs into "custom application"there is a link to jasper, he clicks and should be authomatically logged in in the jasperserver applicationI've been looking on the web, my starting doc was http://community.jaspersoft.com/wiki/jasperreports-server-authentication-jboss-sso which if I understand correctly means I should configure Spring-security to use the preauthentication. My problem with this guide is also the "For brevity, we assume you've already installed and configured JBoss SSO." What we have is: in is setCustom application implemented their login first, they have an entry set inI more or less followed the guide mentionned above with changes to web.xml and an applicationContext-externalAuth-LDAP_sso.xml in the WEB-INF folder of jasperserver (the standard of jasperserver config changed in between so you don't edit applicationContext-security.xml directly anymore)in the jboss-web.xml of jasperserver I have an entry 'java:/jaas/application-login'I'm at a loss, my user are not automatically authenticated in jasper. I don't see anything in the logs and I can't really find any good authoritative documentation. Few questions: I'm reusing the application-policy from custom-application for Jasper. Am I supposed to do that? Or should I redefine a new one?Regarding the roles defined in web.xml, I'm tried several things including the variations on the groups coming from the ldap. What is the way to define them?Thanks for the help.
×
×
  • Create New...