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

Missing & Duplicate Reports being sent


katepassaro

Recommended Posts

Good Morning - 

We have about 10 reports on our JasperServer being emailed daily. They all have the same time/date settings and format settings. I have validated that all reports are set to run through at least next year and to start immediately. 

Sequential File Names= Checked

Timestamp = Default

Overwrite Files = Checked

PDF = Checked

Output Locale (Default)

Email/Subject/Message all filled out. 

Attach Files = Checked

Skip Empty Reports = Not Checked

Some reports are being sent multiple times, and others are not being sent at all. How can I go about researching the problem? 

Thank you in advance for your assistance. 

Kate

 

 

 

 

Link to comment
Share on other sites

  • 3 months later...
  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Hi,

Are you sure it is not the problem with the email SMTP? I have 1 application (not on jasper) and using exchange as smtp. This case happen once in a while, so I would take it as exhange problem, not jasper problem.

Thanks.

Link to comment
Share on other sites

  • 4 months later...

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

Link to comment
Share on other sites

  • 5 years later...

Hi,

my jasper version is --> 6.1

i have made all possible changes in my \WEB-INF\js.quartz.base.properties file , but nothing works for me

my recent configuration :

org.quartz.scheduler.instanceName=JasperServerScheduler

org.quartz.scheduler.instanceId = AUTO
org.quartz.jobStore.isClustered = true
org.quartz.jobStore.clusterCheckinInterval = 900000

org.quartz.threadPool.threadCount=2
org.quartz.threadPool.threadPriority=3

org.quartz.jobStore.misfireThreshold=180000


 i have increased my clusterCheckinInterval  time as well upto 35 minutes and threshold too , but nothing gets work for me . my reports  max take 15 min for execution .

kinldy , provide any solution.

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...