-
Notifications
You must be signed in to change notification settings - Fork 493
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
java.lang.OutOfMemoryError: GC overhead limit exceeded #4902
Comments
Anyone trying to troubleshoot this should look at the Glassfish logs provided by @lmaylein in https://help.hmdc.harvard.edu/Ticket/Display.html?id=264966 @donsizemore my first thought is that you and @akio-sone fixed some memory leaks recently. Do you think @lmaylein is running an affected version? #4903 indicates he is running 4.8.6. |
@pdurbin yes, file handles could cause glassfish to stop responding, but restarting the service should clear the open file descriptors. BTW, we have a patched warfile if anybody wants that particular fix without upgrading to 4.9. |
@lmaylein are you still having these problems? I hope not! |
I'm going to test this when our migration to 4.9.4 is finished... |
blocked by #5142 |
We are now on 4.9.4. |
It seems to me that we have at least a similar problem. Unlike the problems with 4.8.6 there are no specific error messages in server.log. Hardware: Virtual machine, 8 GByte RAM
|
@lmaylein that doesn't sound great. And it's hard to troubleshoot without logs. I wonder what Glassfish is doing. It's fine to post here, of course, but I would suggest opening a ticket as well by emailing support@dataverse.org |
I'm seeing "java.lang.OutOfMemoryError: GC overhead limit exceeded" in server.log in the poor Dataverse server I'm hitting every 2 seconds with curl over at #6035 (comment) |
Found this issue while looking for a home for the comments below on a closed issue. Wanted to reference them somewhere, so I can link to them in Upgrade to PrimeFaces 8 #6634. Happy to move them somewhere more appropriate or open a new issue. (The use case that @pdurbin describes in his last comment directly above this one, is very, very similar to what is described by @landreev below.) Based on the comment in issue 6035 from @PaulBoon, we should investigate if this issue is improved when upgrading to PrimeFaces 8, as a fix for primefaces/primefaces#4849 was included in the PrimeFaces 7.0.5 release. Related comments about autoupdate and testing from @landreev on that issue as well:
|
For the second time within 24 hours our dataverse application has stopped with the following log messages. Does this mean I have to adjust the jvm-options?
The text was updated successfully, but these errors were encountered: