First Report after Deployment or Idle Time Takes Too Long (BIRT 4.4.2 with Spring Boot) #2151
Unanswered
Harshit99999123
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Yes, that's right. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I’m using BIRT Runtime 4.4.2 as a dependency in a Spring Boot application. The application simply loads .rptdesign files from the resources folder, populates them with data, and renders the report using a typical IRunAndRenderTask.
Everything works fine, but I’ve observed the following issue:
• The first report generation after application startup, or
• A report generated after a long period of inactivity
…takes significantly longer than subsequent reports.
This appears to be some kind of engine cold-start delay or lazy resource initialization.
What I’m Looking For:
• Is there any recommended configuration or property I can set to warm up the engine or avoid this delay?
• Is this a known limitation in BIRT 4.4.2?
• Would upgrading to a newer runtime help mitigate this?
Any suggestions or workarounds would be really appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions