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

kcd

Members
  • Posts

    54
  • Joined

  • Last visited

kcd's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

1

Community Answers

  1. "Dates and date/times must be represented as the number of milliseconds since January 1, 1970, 00:00:00 GMT."
  2. I too had this problem with non-unique conditional style names in JasperReport Server 4.5.0. I renamed the style in all 21 subreports as a workaround. I encountered a "Date cannot be cast to java.lang.Boolean" as well as String. The reality is my conditions are all of type Integer, mostly automated REPORT_COUNT and group_COUNT variables.
  3. org.quartz.jobStore.misfireThreshold and org.quartz.jobStore.clusterCheckinInterval appear to be very short (3 and 15 minutes) http://community.jaspersoft.com/questions/541168/missing-duplicate-reports-being-sent
  4. Lame undocumented configuration thing as per http://www.jasperforge.org/plugins/espforum/view.php?group_id=112&forumid=102&topicid=94158 and http://jasperforge.org/plugins/espforum/view.php?group_id=112&forumid=102&topicid=85833 This is probably because your reports run for "too long" (as little as 3 minutes by default!)If you have few, long running reports like I do I suggest you modify js.quartz.base.properties and set 1 thread only with 150 minute timeouts\WEB-INF\js.quartz.base.propertiesline 9:org.quartz.jobStore.clusterCheckinInterval = 9000000line 11:org.quartz.threadPool.threadCount=1line 14:org.quartz.jobStore.misfireThreshold=9000000
  5. This is probably because your reports run for "too long" (as little as 3 minutes by default!) If you have few, long running reports like I do I suggest you modify js.quartz.base.properties and set 1 thread only with 150 minute timeouts \WEB-INF\js.quartz.base.properties line 9:org.quartz.jobStore.clusterCheckinInterval = 9000000 line 11:org.quartz.threadPool.threadCount=1 line 14:org.quartz.jobStore.misfireThreshold=9000000 Read this: http://jasperforge.org/plugins/espforum/view.php?group_id=112&forumid=102&topicid=85833
  6. For anyone else who finds this, here is the link to bug report -http://jasperforge.org/plugins/mantis/view.php?id=5609 Occurs when there are non-unique conditional style names between the subreports.
  7. Bug listed here - http://jasperforge.org/plugins/mantis/view.php?id=5661 I also found ireport played up when editing XML so I had to edit it in another text editor Code:<band height="30" splitType="Prevent">
  8. I am running into a similar problem occassionally with slow queries. The latest time my report ran indefinitely and I had to shut down Tomcat and clear the work and temp directories to save it from itself. Code:2012-05-25 10:35:53,972 ERROR ReportExecutionJob,quartzScheduler_Worker-0:310 - The job was not completed. A system error occurred while running it.java.lang.NullPointerException at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.createOutputs(ReportExecutionJob.java:588) at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.executeAndSendReport(ReportExecutionJob.java:427) at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.execute(ReportExecutionJob.java:233) at org.quartz.core.JobRunShell.run(JobRunShell.java:195) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
  9. I'm not sure if this works correctly anyway. If I supply three "Months" 2012-01-01 123 2012-02-01 234 2012-03-01 345 I get three data points but the category axis labels are as follows 4-jan, 11-jan, 18-jan, 25-jan, 1-feb, 8-feb, 15-feb, 22-feb, 29-feb $F{Month} != null "Total Accounts" $F{Month} $F{Users}
  10. Still getting this issue of forgetting the time scale in 4.5.1. I needed timePeriod="Hour" or it would miss points despite showing labels for every second hour (I had big data gaps)
  11. Any update on this? Code: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAN13718 tomcat 20 0 5474m 471m 17m S 0.3 4.0 0:41.23 java13718 tomcat 20 0 5538m 636m 17m S 98.0 5.4 0:44.18 java13718 tomcat 20 0 5538m 640m 17m S 62.5 5.4 0:46.06 java13718 tomcat 20 0 5538m 632m 17m S 1.0 5.3 0:46.09 java13718 tomcat 20 0 5538m 626m 17m S 2.3 5.3 0:46.16 java13718 tomcat 20 0 5538m 628m 17m S 25.3 5.3 0:46.92 java13718 tomcat 20 0 5474m 552m 17m S 0.7 4.6 0:46.94 java
  12. This is a validation error. Perhaps either your timezone doesn't match that regex or perhaps that email address Anonymous:null@unknown ... I'm just skim reading it :) If you think your inputs are valid here are some helpful links to change the validation. http://jasperforge.org/plugins/espforum/view.php?group_id=112&forumid=102&topicid=94962&page=2 http://jasperforge.org/plugins/espforum/view.php?group_id=102&forumid=103&topicid=94923&topid=95560 http://gskinner.com/RegExr/ Code:org.owasp.esapi.errors.ValidationException: trigger.timezone-ViewRepository_Schedule_OutputSettings_context: Invalid input. Please conform to regex ^[\p{L}\p{M}\p{Pc}\/]*$ with a maximum length of 100
  13. I'm trying to use Font Extensions default fonts as recommended and export PDFs. I'm not having problems with DejaVu fonts but I am with Serif and Monospaced. Firstly when I deployed Jasperserver 4.5.1 I had to deploy Times New Roman for any reports to work (my reports do not use this font it must be required by Serif?). Secondly when previewing PDF's in Ireport on my windows machine all Monospaced fonts came out as the default Helvetica. DejaVu Sans Mono works. Shouldn't these default fonts work anywhere anyhow? Code:I'm not using pdf embedding and my iReport settings arenet.sf.jasperreports.default.font.name SansSerifnet.sf.jasperreports.default.font.size 10net.sf.jasperreports.default.left.indent 0net.sf.jasperreports.default.line.spacing.size 1net.sf.jasperreports.default.pdf.embedded falsenet.sf.jasperreports.default.pdf.encoding Cp1252net.sf.jasperreports.default.pdf.font.name Helvetica
  14. I think this is what Font Extensions > Monospaced is supposed to resolve but I'm having problems with that http://jasperreports.sourceforge.net/sample.reference/fonts/index.html
  15. Thanks, that does look relevant. I also found this which presumably hides the temp directory, changing it had not effect. <property name="outputFolderFilterList"> <list><value><![CDATA[(/organizations/[^/]+)*/temp(/[^/]+)*]]></value></list> </property> But the CE edition doesn't seem to have that temp folder The revelant form entry is <input id="outputLocation" type="hidden" value="/reports" name="contentRepositoryDestination.folderURI"> Found in WEB-INF\jsp\modules\reportScheduling\jobOutput.jsp <legend class=""><span><spring:message code="report.scheduling.job.edit.output.label.output.location"/></span></legend> <spring:bind path="job.contentRepositoryDestination.folderURI"> <input type="hidden" id="outputLocation" name="${status.expression}" value="${status.value}"/> But I cannot find where the default is populated. Any ideas?
×
×
  • Create New...