You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Today i try login and i have error:
caused by: org.apache.velocity.exception.MethodInvocationException: Invocation of method 'isShowSignUp' in class com.atlassian.confluence.user.actions.LoginAction threw exception java.lang.NullPointerException: Application cannot be null at /login.vm[line 6, column 28]
at org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:342)
caused by: java.lang.NullPointerException: Application cannot be null
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:895)
I find this link and try with this command:
SELECT * FROM cwd_app_dir_mapping ORDER BY 5;
UPDATE cwd_app_dir_mapping
SET list_index = 0
WHERE id = (SELECT id FROM cwd_app_dir_mapping ORDER BY list_index ASC LIMIT 1);
UPDATE cwd_app_dir_mapping
SET list_index = list_index + 1
WHERE id IN (SELECT id FROM cwd_app_dir_mapping ORDER BY list_index ASC OFFSET 1);
And this dont work for me. Maybe I did something wrong? Help please
Hi @Yaroslav Veselukha ,
Welcome to Atlassian community!
Could you please confirm, After using the above solution ..? Is the issue resolved..?
If stiil facing the same issue please share the error screenshot..?
Regards,
Sanjen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My confluence is running on MSSQL server. And the following sql statement is incorrect. What changes should I make to this statement to run it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.