Page 1 of 1

[solved] Errors Java or SQL

Posted: Sat Feb 20, 2016 10:40 pm
by jps92
Hi,

I have these errors in ums. What is the issue ?

Re: Errors Java or SQL

Posted: Sat Feb 20, 2016 11:17 pm
by Nadahar
This should be a hint:

Code: Select all

org.h2.jdbc.JdbcSQLException: The database is read only
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.

Re: Errors Java or SQL

Posted: Sun Feb 21, 2016 5:58 am
by jps92
That's it. It is fine now. Thank you.