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

jfl

Members
  • Posts

    7
  • 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

Posts posted by jfl

  1. Hi!

     

    I finally found the problem. You were right, it was the subdataset used for the chart.

     

    The error was in the SQL query. I used the REPORT_LOCALE parameter and always did my tests with French language. If I don't set any locale value, I get the error. I've corrected the bug.

     

    By the way, is there a way to set the report locale in the "on the fly mode" (i.e. not a scheduled or background report generation)?

     

    Thanks for your help!

     

    Jean-Francois

  2. Hi guys!

     

    I try to execute a report on JasperIntelligence (bundled version) that is executing well on iReport 1.2.4 and 1.2.5. I receive this error:

     

    Code:

    org.springframework.webflow.ActionExecutionException: Exception thrown executing [AnnotatedAction@135dd72 targetAction = com.jaspersoft.jasperserver.war.action.ViewReportAction@15d7e8e, attributes = map[[empty]]] in state 'verifyData' of flow 'viewReportFlow'; nested exception is java.lang.IllegalArgumentException: Null 'key' argument.
    java.lang.IllegalArgumentException: Null 'key' argument.
    at org.jfree.data.DefaultKeyedValues.setValue(DefaultKeyedValues.java:225)
    at org.jfree.data.general.DefaultPieDataset.setValue(DefaultPieDataset.java:187)
    at net.sf.jasperreports.charts.fill.JRFillPieDataset.customIncrement(JRFillPieDataset.java:126)
    at net.sf.jasperreports.engine.fill.JRFillElementDataset.increment(JRFillElementDataset.java:144)
    at net.sf.jasperreports.engine.fill.JRFillChartDataset.getDataset(JRFillChartDataset.java:57)
    at net.sf.jasperreports.engine.fill.JRFillChart.evaluatePie3DImage(JRFillChart.java:1056)
    at net.sf.jasperreports.engine.fill.JRFillChart.evaluateImage(JRFillChart.java:586)
    at net.sf.jasperreports.engine.fill.JRFillChart.evaluate(JRFillChart.java:546)
    at net.sf.jasperreports.engine.fill.JRFillElementContainer.evaluate(JRFillElementContainer.java:277)
    (...)

     

    My jrxml file is located at http://svn.sourceforge.net/viewvc/*checkout*/isak/isakstats/jasperreports/iSAKGlobal.jrxml?revision=16

    .

     

    I'm using a scriptlet and chart customizer class that can be found at http://svn.sourceforge.net/viewvc/isak/isakje/src/com/savoirfairelinux/isak/reports/

    (source) and http://svn.sourceforge.net/viewvc/isak/isakje/dist/

    (jar).

     

    The error seems to appear when I use the subdataset in the pie chart otherwise it's okay.

     

    Thanks for your help!

     

    Jean-Francois

  3. Hi guys!

     

    What is the roadmap for JasperIntelligence? Do you plan a new release soon?

     

    Also, how can I access the SVN? I tried

     

    svn checkout https://scm.jasperforge.org/svnroot/jasperintelligence jasperintelligence

     

    but got this error:

     

    svn: PROPFIND request failed on '/svnroot/jasperintelligence'
    svn: PROPFIND of '/svnroot/jasperintelligence': 405 Method Not Allowed (https://scm.jasperforge.org)

     

    Thanks!

     

    Jean-Francois

  4. Here is a weird situation with Date input control. I hope you can help me...

     

    1) Set the date input to "24/07/2006 00:00".

    2) Run the report. The date printed on the report with the code "(new SimpleDateFormat("yyyy/MM/dd HH:mm:ss zzz")).format($P{BeginDate})" is "2006/07/23 20:00:00 EDT".

    3) Click on the "Back" button. The date in the html text input is now "23-07-2006 20:00". Why???

     

    If I repeat these steps, the date at step 3 is always 4 hours before previous date. The 4 hours difference is probably because my timezone is EST.

     

    Thanks for your help!

     

    Jean-Francois

  5. Hi!

     

    Is there a way I can set a default timezone for a date input control? Right now, the entered dates are set as GMT but I want them as EST.

     

    If it's not possible right now, will it be in the next release?

     

    Thanks!

     

    Jean-Francois

    Post edited by: jfl, at: 2006/07/27 17:03

  6. Hi!

     

    In JasperIntelligence source code, there is a file called jasperserver_messages.properties (jasperserver-war-jar/src/main/resources/jasperserver_messages.properties).

     

    Is it possible to modify this file and apply the changes to my bundled installation? If so, how? Where should I dump the new file?

     

    Thanks,

     

    Jean-Francois

    Post edited by: jfl, at: 2006/07/27 17:03

×
×
  • Create New...