Skip to content
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

Blank page after login and Error getting translations #93

Closed
rickywu opened this issue Aug 21, 2018 · 3 comments
Closed

Blank page after login and Error getting translations #93

rickywu opened this issue Aug 21, 2018 · 3 comments
Assignees

Comments

@rickywu
Copy link

rickywu commented Aug 21, 2018

Error getting translations: No row with the given identifier exists: [com.openkm.dao.bean.Language#zh-CN]

I added default.lang=en-GB got the same problem
I have to edit system language as English then can login

@darkman97i
Copy link
Contributor

Seems you have registered the Chinese language? I suspect is not a bug, it is another kind of issue but:
1- stop openkm
2- delete all files into logs folder
3- start openkm
4- try to login
5- share with us the catalina.log file

@darkman97i darkman97i self-assigned this Aug 21, 2018
@rickywu
Copy link
Author

rickywu commented Aug 22, 2018

openkm.log

I use docker run openkm

@darkman97i
Copy link
Contributor

The error seems clear is trying to retrieve language zh-CN what does not exist in the database. Here you have two solutions, register it or change default.lang what I suspect is not en-GB otherwise I do not understanding why is getting it.

Might be the easies is:
1- download https://docs.openkm.com/kcenter/Download?node=b14b89ef-d7bd-4706-92c4-41eeef7bb2e6&inline=true
2- login into localhost:8080/OpenKM/admin with okmAdmin user
3- go to database query, choose JDBC, copy the content of the file download and execute it.
4- restart the application

@rickywu rickywu closed this as completed Aug 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants