I get the below error message when I go to the manage add on page.
java.util.concurrent.ExecutionException: java.lang.NullPointerException
Usually the culprit of your error can be found in the stack trace above the java.util.concurrent.ExecutionException: java.lang.NullPointerException.
Cheers,
Some of the most usual causes for null pointer exceptions on Confluence are described on this below article:
https://confluence.atlassian.com/display/CONFKB/NullPointerException+When+Browsing+to+Confluence
However, just like Nic stated, you'll need to analyse the application logs in order to identify what is in fact causing the issue. In case you need further assistance with this, I suggest you raise a support ticket at https://support.atlassian.com/
Regards,
LM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
java.lang.NullPointerException is one of the most generic Java error messages you can get.
You'll need to read the application's log file to find the root cause of the error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.