Page 1 of 1

my problem on FreeNAS after install Serviio

PostPosted: Fri Aug 23, 2013 7:18 pm
by akowit
i follow stem from http://wiki.serviio.org/doku.php?id=how ... ll:freebsd to install serviio on FreeNAS 9.1.0 on Jail, then after install Serviio and start it, have some problem show like this

Exception in thread "Thread-11" java.lang.RuntimeException: Cannot instantiate search engine: Cannot create directory: /usr/local/share/java/classes/serviio/library/search
at org.serviio.library.search.SearchManager.getInstance(SearchManager.java:59)
at org.serviio.MediaServer$ShutdownHook.run(MediaServer.java:335)
Caused by: java.io.IOException: Cannot create directory: /usr/local/share/java/classes/serviio/library/search
at org.apache.lucene.store.NativeFSLock.obtain(NativeFSLockFactory.java:171)
at org.apache.lucene.store.Lock.obtain(Lock.java:72)
at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:672)
at org.serviio.library.search.SearchIndexer.startIndexWriter(SearchIndexer.java:193)
at org.serviio.library.search.SearchIndexer.<init>(SearchIndexer.java:79)
at org.serviio.library.search.SearchManager.<init>(SearchManager.java:49)
at org.serviio.library.search.SearchManager.getInstance(SearchManager.java:57)
... 1 more


something wrong ??

i'm noob for FreeNAS

some one help pls.

Thankkssssss

Re: my problem on FreeNAS after install Serviio

PostPosted: Mon Sep 02, 2013 8:02 pm
by spikk
Seeing this error as well on a new install, never had any problems before :?
But I did a chown -R dlna:wheel /usr/local/share/java/classes/serviio/ to give the user dlna rights to the directory and it started to work again!

Re: my problem on FreeNAS after install Serviio

PostPosted: Mon Oct 14, 2013 2:43 pm
by pitt1717
now with 9.1.1 out and the new package system which creates the jail etc., any chance of maybe packaging this up for the rest of us who do not like PLEX (which has a plugin built)? I'm no good at building these things and do not have any test environment for trial and error.
would love to be able to use my FreeNAS box for what i intended it for, streaming movies... btw, i'd be willing to help if i can