Jump to content

ohrvol

Members
  • Posts

    6
  • Joined

  • Last visited

ohrvol'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. net.sf.jasperreports.page.break.no.pagination is the answer
  2. Hi all, I migrated reports from server 4.5 to 6.0. I used sub report and page break to have single page per sheet in excel. In report server 4.5 on web interface report has 13 pages, in 6.0 only one. The same after export to excel. report has set properties: net.sf.jasperreports.export.xls.one.page.per.sheet=true ignore pagination=true Any ideas? Thank you advance.
  3. I have same problem. When I checked pdf or xls only, behavior was as above. But when are checked pdf and xls together, it works.
  4. Hi all. i have troubles with report scheduler, server 4.5, win64. here is extract from log . thanks for answer 2012-10-04 14:11:39,162 WARN SingletonEhCacheProvider,Thread-1:92 - Could not find a specific ehcache configuration for cache named org.hibernate.cache.UpdateTimestampsCache; using defaults.2012-10-04 14:11:39,193 WARN SingletonEhCacheProvider,Thread-1:92 - Could not find a specific ehcache configuration for cache named org.hibernate.cache.StandardQueryCache; using defaults.2012-10-04 14:11:40,053 WARN PermissionsListProtectionDomainProvider,Thread-1:61 - A security manager has not been configured for the JVM. The protection domain set for the reports will NOT be effective. Creating ActionModelService object. Creating action model infrastructure.2012-10-04 14:11:42,390 WARN SecurityConfiguration,Thread-1:175 - SECURITY for sql is OFF2012-10-04 14:11:42,703 WARN ChainedTilesRequestContextFactory,Thread-1:105 - Cannot find TilesRequestContextFactory class org.apache.tiles.portlet.context.PortletTilesRequestContextFactory2012-10-04 14:11:44,789 WARN XmlaServlet,Thread-1:615 - Use default character encoding from HTTP client2012-10-04 14:12:03,052 WARN JSESAPISecurityConfiguration,http-8080-1:652 - SUCCESSFULLY LOADED ESAPI.properties via the CLASSPATH from 'esapi/' using current thread context class loader!2012-10-04 14:12:03,065 WARN JSESAPISecurityConfiguration,http-8080-1:652 - SUCCESSFULLY LOADED validation.properties via the CLASSPATH from 'esapi/' using current thread context class loader!2012-10-04 14:12:04,350 WARN LoggerListener,http-8080-1:60 - Authentication event AuthenticationSuccessEvent: jasperadmin; details: org.springframework.security.ui.WebAuthenticationDetails@10d16: RemoteIpAddress: 172.21.1.24; SessionId: D7B3FA950B3CBD52C7EFA442C0BCF57E2012-10-04 14:12:04,361 WARN LoggerListener,http-8080-1:60 - Authentication event InteractiveAuthenticationSuccessEvent: jasperadmin; details: org.springframework.security.ui.WebAuthenticationDetails@10d16: RemoteIpAddress: 172.21.1.24; SessionId: D7B3FA950B3CBD52C7EFA442C0BCF57E2012-10-04 14:13:01,147 WARN ValidatorImpl,http-8080-6:259 - No rule for parameter: require. Using default validation on input=ajaxresponse.2012-10-04 14:13:38,660 WARN ValidatorImpl,http-8080-6:259 - No rule for parameter: mesiac. Using default validation on input=10.2012-10-04 14:13:38,661 WARN ValidatorImpl,http-8080-6:259 - No rule for parameter: rok. Using default validation on input=2012.2012-10-04 14:14:52,628 WARN ValidatorImpl,http-8080-2:259 - No rule for parameter: outputFormats. Using default validation on input=1.2012-10-04 14:14:52,634 WARN ValidatorImpl,http-8080-2:259 - No rule for parameter: outputFormats. Using default validation on input=12. java.lang.IllegalArgumentException: The selected type was not set via the ESAPI validation configuration at org.owasp.esapi.reference.DefaultValidator.getValidInput(DefaultValidator.java:208) at com.jaspersoft.jasperserver.api.security.validators.ValidatorImpl.validate(ValidatorImpl.java:345) at com.jaspersoft.jasperserver.api.security.validators.ValidatorImpl.validate(ValidatorImpl.java:251) at com.jaspersoft.jasperserver.api.security.WebAppSecurityFilter.validate(WebAppSecurityFilter.java:15) at com.jaspersoft.jasperserver.api.security.WebAppSecurityFilter.doFilter(WebAppSecurityFilter.java:82) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.war.MultipartRequestWrapperFilter.doFilter(MultipartRequestWrapperFilter.java:90) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:188) at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.jaspersoft.jasperserver.war.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:67) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:236) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:558) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859) at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579) at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555) at java.lang.Thread.run(Thread.java:619)
  5. Hi, please can you write more detailed steps ? I am not java develloper and I dont know what I have to do with this code. Thanks advance. Ondrej
×
×
  • Create New...