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

avinash.rajguru

Members
  • Posts

    11
  • 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 avinash.rajguru

  1. Hi All, I want to call REST API(PHP client) when SSL configured on jasper server. My code as follows return [ 'url' => 'http://localhost:8443/jasperserver/flow.html?_flowId=homeFlow', 'restApi' => [ 'class' => 'appcomponentsjaspersoftRestApiClient', 'url' => 'http://localhost:8443/jasperserver', 'username' => 'jasperadmin', 'password' => 'jasperadmin', #'organization' => 'organization_1', ] ]; Error : An unexpected HTTP status code was returned by the server#0 Versions : Jasper Server : 6.4.3 (Distributed) Tomcat : 8.5.29 Mysql : 5.7 SSL : APR Native PHP : 5.6.36
  2. Hello, I have install jasper server using war distribution using tomcat8.5 and MySQL 5.7. Also using HA proxy for load balancing. I have configured floating IP's in ../META-INF/context.xml and ../WEB-INF/js.quartz.properties. How to find historical data for scheduler ? I am using two load balancer, How the request serves in jasper server and which server scheduler runs ?
  3. Hi All, I have scheduled over 150 report in jasper server and reports fetching data from mongodb. Scheduler runs every day and required to run within 2 hours,i am collecting over 40 millions records every day in mongodb and report fetching data from mongodb. I am getting NullPointerException at the time of scheduler runs, every day 5-7 reports fails and not getting any error messages for this report. In Messages i am getting only one error null pointer exception having job id but not able to findout job details like for which report error occurs. When i am runs failed report manually it runs perfectly. Is any job details log file in jasper server to find more deatils about jobs. How to track errors in jasper server if any scheduler fails or job fails? Application Details : Jasper server Version : 6.3 Mongodb version : 3.2 Message: Quartz Job: ReportJobs.job_91857 Quartz Trigger: ReportJobs.trigger_91855_1 Error Message: The job was not completed. A system error occurred while running it. Exceptions: java.lang.NullPointerException at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.executeAndSendReport(ReportExecutionJob.java:467) at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.execute(ReportExecutionJob.java:243) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557)
  4. Thanks for replay , I have tried some memory analysis when my scheduler runs the memory usages is 3-4 GB out off 40 GB . How to increase utilization and performace of jasper server ? Is there any log for job scheduler to check more information about job runs.
  5. hi all, I am scheduling over 150 reports in jasper server and report gets upload on FTP server. when report's get upload on FTP i am getting following Error Message Error Message: report.scheduling.error.upload.to.ftp.server Exceptions: 2: No such file at com.jcraft.jsch.ChannelSftp.throwStatusError(ChannelSftp.java:2846) at com.jcraft.jsch.ChannelSftp._realpath(ChannelSftp.java:2340) at com.jcraft.jsch.ChannelSftp.cd(ChannelSftp.java:342) at com.jaspersoft.jasperserver.api.engine.common.util.impl.FTPUtil$SFTPServiceClientImpl.changeDirectory(FTPUtil.java:191) at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJobFileSavingImpl.saveToFTPServer(ReportExecutionJobFileSavingImpl.java:237) at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJobFileSavingImpl.save(ReportExecutionJobFileSavingImpl.java:95) at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.executeAndSendReport(ReportExecutionJob.java:559) at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.execute(ReportExecutionJob.java:243) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) IF any one has faced similar issue please help me.
  6. Hi all, I have scheduled over 150 report in jasper server and reports fetching data from mongodb. Scheduler runs every day and required to run within 2 hours,i am collecting over 40 millions records every day in mongodb and report fetching data from mongodb. I am getting Heap space memory error at the time of scheduler runs Error Message: The job was not completed. A system error occurred while running it. Exceptions: java.lang.OutOfMemoryError: Java heap space For this issue i have set following parameter in apache tomcat setenv.sh JAVA_OPTS="-Xms25g -Xmx35g -XX:PermSize=10g -XX:MaxPermSize=20g -Xss2m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled $JAVA_OPTS " For some report scheduler runs but report not generated
×
×
  • Create New...