Getting blank page in login page .

Sayida 3 months ago
  1. on console the error is Uncaught SyntaxError: Unexpected token 'return' .
  2. Yesterday it was working fine , when i tried to change the logo.svg file the problem started.

In Log file :

INFO: Waiting for changelog lock....
Anton Tananaev3 months ago

Use search. This has been discussed countless number of times.

Sayida 3 months ago

@Anton Tananaev
Yes i followed everything that others did but still i'm getting the error.

Sayida 3 months ago

The Error goes like this :

502 Bad Gateway nginx/1.18.0 (Ubuntu)
  • Getting login page blank , in log the given details are :
 Main method error - Could not acquire change log lock. Currently locked by 170-187-250-81.ip.linodeusercontent.com (170.187.250.81) since 6/18/24, 11:54 AM - LockException (... < DatabaseModule:95 < <gener:-1 < *:-1 < ... < Main:126 < ...)
2024-06-18 23:59:23 INFO: Operating system name: Linux version: 6.2.9-x86_64-linode160 architecture: amd64
2024-06-18 23:59:23 INFO: Java runtime name: OpenJDK 64-Bit Server VM vendor: Eclipse Adoptium version: 17.0.6+10
2024-06-18 23:59:23 INFO: Memory limit heap: 230mb non-heap: 0mb
2024-06-18 23:59:23 INFO: Character encoding: UTF-8 charset: UTF-8
2024-06-18 23:59:23 INFO: Version: 5.6
2024-06-18 23:59:23 INFO: Starting server...
2024-06-18 23:59:23 INFO: HikariPool-1 - Starting...
2024-06-18 23:59:24 INFO: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@3c818ac4
2024-06-18 23:59:24 INFO: HikariPool-1 - Start completed.
2024-06-18 23:59:24 INFO: Clearing database change log checksums
2024-06-18 23:59:24 INFO: Waiting for changelog lock....
2024-06-18 23:59:35 INFO: Waiting for changelog lock....
2024-06-18 23:59:45 INFO: Waiting for changelog lock....
2024-06-18 23:59:55 INFO: Waiting for changelog lock....
  • On console i'm getting :
 Failed to load resource: the server responded with a status of 502 (Bad Gateway)Understand this error .
  • On the screen i'm getting 502 Bad Gateway nginx/1.18.0 (Ubuntu)

@Anton Tananaev , Thanks for response but i'm not able to solve the error even after following all the steps that discussed by others regarding this problem.

Anton Tananaev3 months ago

Probably makes sense to share what you did exactly.

Sayida 3 months ago

I solved the issue, Thanks again. I have changed the logo.svg file and restart the server and that file has the id= img, even after making changes in the file logo is not getting updated, i want to change the logo in login page side bar i read the previous discussion about this issue, i did everything but update is not happening. Could you please help me with this issue.