Reputation: 11
I've installed Virtuoso OpenSource 7.2.+ on my Ubuntu 14.04 LTS. When I change virtuoso.ini
(any change such as adding a new directory to the DirsAllowed
), the server fails to work; when I set the configurations back to its defaults, then it's working. Any idea here?
Upvotes: 0
Views: 549
Reputation: 11
Yes it is solved! The problem, as I said, was because of existing a transaction log from an earlier version. It seems this is an old bug in Virtuoso according to Bug286953.
Anyway, I removed virtuoso.trx
file and restarted my machine, it's now working.
Upvotes: 1