-
Notifications
You must be signed in to change notification settings - Fork 757
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.NoClassDefFoundError indexing huge history branch #3252
Comments
Definitely try increasing heap size first. Sometimes the errors that arise from the lack of memory are fairly non obvious. |
This might be related to #3243 - also having troubles when creating history cache for sizeable history. However looking at the log this failed when writing the new configuration file so the cause is probably different. |
The second exception when writing configuration file is likely just a fall out from the previous exception:
The exception was thrown after some 14 hours after the history cache creation process started. |
I increased the Java heap memory again to "Xmx8192m & Xms8192m" then this problem was disappeared. |
I get the following java.lang.NoClassDefFoundError when indexing relatively huge history included branch.
This was working fine until 1.3.16, starting from 1.4.1.
At first, I got "java.lang.OutOfMemoryError: Java heap space" error on 1.4.1.
So, I increased the Java heap memory from "Xmx4096m" to "Xmx6144m & Xms6144m" then I now get this error.
Please let me know if I can I workaround this error. (Should I increase more memory?)
Thank you very much for your help!!!
17.opengrok0.0.log
Java: 11.0.2
Tomcat: 9.0.13
RHEL: 7.6
The text was updated successfully, but these errors were encountered: