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

sgumucio

Members
  • Posts

    4
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by sgumucio

  1. I am converting client's reports from MSSQL to postgres. When running one adhoc view, it is throwing this error below. I'm not sure how to fix this in JasperReports Server 7.8 2021-08-24T13:13:12,529 ERROR SecureExceptionHandlerImpl,http-nio-80-exec-43:116 - Errors were encountered when compiling report expressions class file: 1. The code of method evaluate(int) is exceeding the 65535 bytes limit public Object evaluate(int id) throws Throwable <-------------------------------> 2. The code of method evaluateOld(int) is exceeding the 65535 bytes limit public Object evaluateOld(int id) throws Throwable <----------------------------------> 3. The code of method evaluateEstimated(int) is exceeding the 65535 bytes limit public Object evaluateEstimated(int id) throws Throwable <----------------------------------------> 3 errors .
  2. I am trying to connect two UUIDs from the same database in a virtual data source via Jasper Reports Server. They join fine in the domain, but when I create the adhoc, it throws this error "TEIID30492 Non-comparable expression of type object cannot be used in comparison". I am working on JasperReports Server 7.8. Is there anyway I can solve this issue?
  3. I am trying to add the visualize.js script to an html file, but I am seeing "ReferenceError: __jrsConfigs__ is not defined", and it won't let me add from there. It looks like it is using the optimized scripts. It looks like it the global __jrsConfigs__. visualize.__jrsConfigs__ is set. I found a way to work around the issue by setting __jrsConfigs__ = visualize.__jrsConfigs__, but then I get TypeError: r is null visualize.js:126:1733. Any suggestions to fix this?
  4. I am upgrading a JasperReports Server from 6.1.0 to 7.1.0. Currently we send an xml to set multiple permissions with /rest/permissions. Can setting multiple permissions be sent as an xml or just a json for /rest_v2/permissions?
×
×
  • Create New...