Trouble with login in confluence

Yaroslav Veselukha November 6, 2023

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

 

2 answers

0 votes
Yaroslav Veselukha November 6, 2023

 

This my error when i open confluence

0 votes
Sanjen Bariki
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 6, 2023

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 

Yaroslav Veselukha November 6, 2023

No. Problem is not resolved

Yaroslav Veselukha November 6, 2023

 

this my error when i open confluence

Screenshot_2.jpg

 

arthurnurislamov November 7, 2023

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?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events