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

devp123

Members
  • Posts

    5
  • Joined

  • Last visited

devp123'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. @hozawa Yes I downloaded the newest studio and server versions. I am using a report that was built with an older version of Studio and lived on an older version of the Server (6.0). But if I am able to compile my report in the new version and deploy to the new server, it should work correct? I do see the input parameters when the page first loads, I enter the data and submit and then the error happens. What caused this error in the past? Is it permissions related to the Jasper Server?
  2. Trying to run a report and getting the error below: ERROR DiskStorageFactory,attribute%0043ache.data:495 - Disk Write of com.jaspersoft.jasperserver.api.metadata.user.service.impl.ProfileAttributeCacheKey@f42827c7 failed: java.io.NotSerializableException: com.jaspersoft.jasperserver.api.metadata.user.service.impl.ProfileAttributeCacheKey[/code]I can enter input parameter controls on the first screen but when the report runs nothing appears and I get the error above. Not sure what's going on. My report pulls data from DB and displays it in Highcharts. The datasource connection tests out just fine. This happens after publishing a report that compiles locally to a server that runs locally. Any help?
  3. Also I took an old report from a Jasper Server 6.0, download, modified and pushed to a Jasperserver 7.1
  4. Downloaded JasperStudio 7.2 Pro and JasperServer 7.1. Trying to run both locally to test but won't display any data when trying to preview. Report compiles and even shows my input parameters, but once I enter the parameter data and run report I only get a blank page. I also tried pushing my report to the server but I keep getting an error on the server: There was an error on the server. Try again or contact site administrators. (Error UID: ......) In the logs I'm getting lots of errors like these: 1. com.jaspersoft.commons.semantic.Schema cannot be resolved to a type value = ((com.jaspersoft.commons.semantic.Schema)parameter_slSchema.getValue()); //$JR_EXPR_ID=44$ <------------------------------------> 2. com.jaspersoft.commons.semantic.datasource.SemanticLayerFactory cannot be resolved to a type value = ((com.jaspersoft.commons.semantic.datasource.SemanticLayerFactory)parameter_slFactory.getValue()); //$JR_EXPR_ID=45$ <-------------------------------------------------------------> 3. com.jaspersoft.commons.semantic.Schema cannot be resolved to a type value = ((com.jaspersoft.commons.semantic.Schema)parameter_slSchema.getValue()); //$JR_EXPR_ID=59$ <------------------------------------> 4. com.jaspersoft.commons.semantic.datasource.SemanticLayerFactory cannot be resolved to a type value = ((com.jaspersoft.commons.semantic.datasource.SemanticLayerFactory)parameter_slFactory.getValue()); //$JR_EXPR_ID=60$ <-------------------------------------------------------------> Now the report compiles locally and my jdbc connection test connection works, so why would it not render on the server or locally? Also I'm using highcharts for the report but I have downloaded Professional and pointed to our server license. Any thoughts?
×
×
  • Create New...