Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log the name of the report, query, and database processed by the service #13

Open
grantfitzsimmons opened this issue Dec 16, 2024 · 0 comments

Comments

@grantfitzsimmons
Copy link
Member

This is very important when debugging a server used by many large instances.

When the server runs out of memory:

Dec 15, 2024 6:09:42 PM net.sf.jasperreports.engine.xml.JRBandFactory createObject
WARNING: The 'isSplitAllowed' attribute is deprecated. Use the 'splitType' attribute instead.
2024-12-15 18:10:04.455:WARN:oejs.HttpChannel:qtp1579572132-16: /report
java.lang.OutOfMemoryError: Java heap space
2024-12-15 18:10:53.391:WARN:oejs.HttpChannel:qtp1579572132-10: /report
java.lang.OutOfMemoryError: Java heap space
2024-12-15 18:10:53.393:WARN:oejut.QueuedThreadPool:qtp1579572132-17: 
java.lang.OutOfMemoryError: Java heap space
2024-12-15 18:12:00.809:WARN:oejs.HttpChannel:qtp1579572132-18: /report
java.lang.OutOfMemoryError: Java heap space

We don't know where to start investigating currently.

@grantfitzsimmons grantfitzsimmons changed the title Log the name of the report, query, and database processed by the server Log the name of the report, query, and database processed by the service Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant