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

vlimkar

Members
  • Posts

    15
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by vlimkar

  1. I want to set system variable with below statement for mysql function (within package) to run. set sql_mode = oracle Any idea where can I get the mysql config file to make the changes.
  2. I am running reports in jasper server 8.0.2 where the reports which are running for long time and not showing any timeout error. Reports are loading for infinite time with no output. What is the setting to display the http report timeout error? I tried doing below changes in different jasper server files but no luck- /jasper/jasperserver/apache-tomcat/webapps/jasperserver/WEB-INF/classes/jasperreports.properties net.sf.jasperreports.jdbc.query.timeout=3000 /jasper/jasperserver/apache-tomcat/webapps/jasperserver/WEB-INF/js.config.properties - scalableQueryEngine.enabled=true scalableQueryEngine.http.read.timeout=60000 /jasper/jasperserver/apache-tomcat/conf/server.xml connectionTimeout="20000"
  3. Hi There, I am having requirement to add style template (.jrtx) or CSS file to jasperserver in such a way that jrxml files should not be opened individually to add style template. In search of automatic way of doing it. Is there some configuration available for styles in jasperserver code?
  4. Below is the code available in 6.4 version for page redirection at /jasperreports-server-cp-6.4.0/apache-tomcat/webapps/ROOT/index.jsp <head> <title>Page Redirection</title> </head> <body> <center> <h1>Page Redirection</h1> </center> <% String site = new String("/jasperserver"); response.setStatus(response.SC_MOVED_TEMPORARILY); response.setHeader("Location", site); %> </body> </html> Is this kind of redirection available in 7.2 version? if yes I would like to know the steps. Thanks
  5. I tried chnging the datepicker files under path "/jasperq/jasperserver/apache-tomcat/webapps/jasperserver/scripts/runtime_dependencies/jquery-ui/ui/i18n" and "/jasperq/jasperserver/apache-tomcat/webapps/jasperserver/optimized-cripts/runtime_dependencies/jquery-ui/ui/i18n" to take firstDay = 0 instead of 1. But same is not geeting reflected. We did the same change in jasperserver 6.4.0 and it worked at that time. The only difference in is there is no 'bower_components' folder present under scripts and seems to be replaced with folder name 'runtime_dependencies' now.
  6. We are using jaspreserver for scheduling some employee's data related internal report. Need to know if there is any limit on schedules..
  7. Need security validation rule to restrict LOV from taking '`' this char in input value. i.e. No LOV should be given with '`' char.
  8. Hello Meenaxi, You can try below 2 ways to do so- 1. https://www.helicaltech.com/alert-window-jasper-server/ This is jasper server level change. 2. https://stackoverflow.com/questions/14786022/real-time-alert-for-jasperserver This can be done at report level. Please check which one suits your requirement.
  9. I am getting java.lang.OutOfMemoryError: Java heap Space error in jasperserver 6.4 server. 06-Nov-2018 14:57:53.168 SEVERE [http-nio-8080-ClientPoller-0] org.apache.tomcat.util.net.NioEndpoint.checkParachute SEVERE:Memory usage is low, parachute is non existent, your system may start failing.06-Nov-2018 14:57:51.202 SEVERE [http-nio-8080-ClientPoller-1] org.apache.tomcat.util.net.NioEndpoint.checkParachute SEVERE:Memory usage is low, parachute is non existent, your system may start failing.06-Nov-2018 14:59:17.612 SEVERE [http-nio-8080-Acceptor-0] org.apache.tomcat.util.net.NioEndpoint$Acceptor.run java.lang.OutOfMemoryError: Java heap spaceException in thread "RMI RenewClean-[10.2.7.40:33973]" java.lang.OutOfMemoryError: Java heap space06-Nov-2018 14:59:43.730 SEVERE [http-nio-8080-ClientPoller-1] org.apache.tomcat.util.net.NioEndpoint.checkParachute SEVERE:Memory usage is low, parachute is non existent, your system may start failing.06-Nov-2018 15:00:17.872 SEVERE [http-nio-8080-exec-187] org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun java.lang.OutOfMemoryError: Java heap space06-Nov-2018 15:00:07.008 SEVERE [http-nio-8080-Acceptor-0] org.apache.tomcat.util.net.NioEndpoint$Acceptor.run java.lang.OutOfMemoryError: Java heap spaceJava HotSpot 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0Java HotSpot 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.006-Nov-2018 15:05:37.862 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.0.43[/code]Can anybody please help with this error.
  10. I am working on customizing existing jasper input controls. Requirement is to show/hide textboxes on click of multiselect check box control. ex. If I am checking 5 checkboxes from multiselect checkboc then corrosponding 5 textboxes appear dynamically. This I have achieved so far but the issue is with rest call. When unchecking the checkbox, corrosponding textbox disappears and its value is reset to "" by using getElementsByTagName("input")[0].value ="" but still the rest call heppens with previous value in the textbox. Filtering the report with is not happening properly. How to set the uri value of textbox to null/"" in inputControlState in jasperserver??
  11. @Friendly User By changing barcode type to barbecue, I am also able to get report output without exception. But I dont want to change barcode4j as in previous version 5.6.1 it was working fine. I can also have workaround for this on report side but reports count is more and checking if anything is done maybe at Barcode4j jar level.
  12. @hozawa You are right. The field is null which is being used in printing barcode. But the same is working with Jasper 5.6.1 version.
  13. After upgrading jasper server 5.6.1 to 6.4.0 we are getting below error when report is having Barcode (The referenced field is null). Report is running fine in 5.6.1 net.sf.jasperreports.engine.JRException: net.sf.jasperreports.engine.JRRuntimeException: java.lang.NullPointerException: Parameter msg must not be empty at com.jaspersoft.studio.editor.preview.view.control.ReportControler.fillReport(ReportControler.java:545) at com.jaspersoft.studio.editor.preview.view.control.ReportControler.access$20(ReportControler.java:520) at com.jaspersoft.studio.editor.preview.view.control.ReportControler$5.run(ReportControler.java:401) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) Caused by: net.sf.jasperreports.engine.JRRuntimeException: java.lang.NullPointerException: Parameter msg must not be empty at net.sf.jasperreports.components.barcode4j.BarcodeSVGImageProducer.createImage(BarcodeSVGImageProducer.java:81) at net.sf.jasperreports.components.barcode4j.AbstractBarcodeEvaluator.evaluateBarcodeRenderable(AbstractBarcodeEvaluator.java:98) at net.sf.jasperreports.components.barcode4j.AbstractBarcodeEvaluator.visitCode39(AbstractBarcodeEvaluator.java:273) at net.sf.jasperreports.components.barcode4j.Code39Component.receive(Code39Component.java:148) at net.sf.jasperreports.components.barcode4j.AbstractBarcodeEvaluator.evaluateBarcode(AbstractBarcodeEvaluator.java:85) at net.sf.jasperreports.components.barcode4j.BarcodeFillComponent.evaluateBarcode(BarcodeFillComponent.java:83) at net.sf.jasperreports.components.barcode4j.BarcodeFillComponent.evaluate(BarcodeFillComponent.java:70) at net.sf.jasperreports.engine.fill.JRFillComponentElement.evaluate(JRFillComponentElement.java:110) at net.sf.jasperreports.engine.fill.JRFillElementContainer.evaluate(JRFillElementContainer.java:381) at net.sf.jasperreports.engine.fill.JRFillFrame.evaluate(JRFillFrame.java:159) at net.sf.jasperreports.engine.fill.JRFillElementContainer.evaluate(JRFillElementContainer.java:381) at net.sf.jasperreports.engine.fill.JRFillBand.evaluate(JRFillBand.java:500) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillColumnBand(JRVerticalFiller.java:2022) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillDetail(JRVerticalFiller.java:748) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportStart(JRVerticalFiller.java:255) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:115) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:582) at net.sf.jasperreports.engine.fill.BaseFillHandle$ReportFill.run(BaseFillHandle.java:123) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.NullPointerException: Parameter msg must not be empty at org.krysalis.barcode4j.impl.code39.Code39Bean.generateBarcode(Code39Bean.java:184) at net.sf.jasperreports.components.barcode4j.BarcodeSVGImageProducer.createImage(BarcodeSVGImageProducer.java:67) ... 18 more
  14. I need the date picker week to start from sunday instead of monday on jasper server. Any help on this is appreciable!!
×
×
  • Create New...