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

rpoillot

Members
  • Posts

    11
  • Joined

  • Last visited

rpoillot's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Gonzalo, maybe you must take a look to the log4j.properties file and check the log4j.logger.com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl.JdbcDataSourceService line. If you want to audit the connections maybe it's feasible filtering the catalina.out file and enabling the respective log setting.
  2. You may try to analyze catalina.out at the tomcat's logs.
  3. It didn't work. Adding the parameter net.sf.jasperreports.governor.max.pages.enabled and limiting the report to 14 pages it still be in an infinite loop. Any other suggestion? Thanks in advance, -- Ronald Post Edited by rpoillot at 05/17/2012 19:27
  4. I guess that the .jrxml was cropped. Check if your .jrxml has duplicated content, like <?xml .... <.. <?xml.... Sometimes my iReport duplicate the entire .jrxml, i don't know why. Greetings, -- Ronald
  5. Hey, i'm having the same situation mentioned by @sose. I've checked the page size and the issue still appears, even if in the query we retrieve only one field. I've not checked the net.sf.jasperreports.governo parameter. I'll tell you the news soon. Greetings, -- Ronald
  6. I've faced this issue before: In Jasper4.5 you have to change some style expressions, because now it's Java who evaluate this instead of Groovy. In this case, if you take a look at your report you'll probably find expressions like "0", which means "false" in Groovy. Now you'll have to encapsulate this with the expression "new Boolean(a==0)" (for example) in order to make it work. In other words, you'll have to cast all of those kind of expressions. Hope this solve your problem. Greetings. Thank you. I actually installed 4.5 in parallel with 4.1 in a seperate directory and exported the repository and reimport into 4.5. So far everything is working well. I only have one error with a report which i am investigatingThe server has encountered an error. Please excuse the inconvenience.Error Messagejava.lang.ClassCastException: java.lang.Integer cannot be cast to java.math.BigDecimalMany thanksSavyn Post Edited by rpoillot at 03/27/2012 20:49
  7. Hello, I would like to know if in JR Pro 4.1 i can export to other formats than pdf or html (like xls)... because it's not working the exportation for me. Thanks in advance, -- Ronald
  8. Could you please explain in detail how to achieve this, please? We're using JS 4.1. Thanks in advance!
  9. Hello everybody! We want to embed our reports into our applications, so we would like to supress the UI decoration of the report (i.e. we want to show only the parameters and the report, nothing else... no logo, no info, no ...). If we put the &viewAsDashboardFrame=true parameter at the end of the url (i.e. https://<ourserver>/jasperserver-pro/flow.html?&_flowId=viewReportFlow&standAlone=true&ParentFolderUri=<ourparentFolderUri>&reportUnit=<ourReportUnit>&viewAsDashboardFrame=true) we can supress the decorations, but we can't set the parameters of the report, and if we pass the url without that parameter we have again the decoration. So, my question is... How can i embed a report via url without miss the parameters? Thanks in advance. Greetings, -- Ronald Post Edited by rpoillot at 10/26/2011 20:03 Post Edited by rpoillot at 10/26/2011 20:04
  10. Hi all! Would you please explain here the solution? The page at Oracle (yeah... not Sun...) says "This bug is not available." Thanks in advance, -- Ronald
×
×
  • Create New...