[solved] Errors Java or SQL

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
jps92
Posts: 126
Joined: Wed Nov 27, 2013 9:45 pm

[solved] Errors Java or SQL

Post by jps92 »

Hi,

I have these errors in ums. What is the issue ?
Attachments
debug.log
(552.05 KiB) Downloaded 370 times
Nadahar
Posts: 1990
Joined: Tue Jun 09, 2015 5:57 pm

Re: Errors Java or SQL

Post 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.
jps92
Posts: 126
Joined: Wed Nov 27, 2013 9:45 pm

Re: Errors Java or SQL

Post by jps92 »

That's it. It is fine now. Thank you.
Post Reply