[solved] Errors Java or SQL
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
[solved] Errors Java or SQL
Hi,
I have these errors in ums. What is the issue ?
I have these errors in ums. What is the issue ?
- Attachments
-
debug.log
- (552.05 KiB) Downloaded 428 times
Re: Errors Java or SQL
This should be a hint:
There's probably permission problems with the database file. It's called "medias" with some extension(s). Make sure the UMS user can write to this file.
Code: Select all
org.h2.jdbc.JdbcSQLException: The database is read only
Re: Errors Java or SQL
That's it. It is fine now. Thank you.