FAQ  •  Register  •  Login

Serviio server on WD My Book Live

<<

busterdan

Streaming enthusiast

Posts: 38

Joined: Sun Oct 28, 2012 6:57 pm

Post Mon May 27, 2013 8:58 pm

Re: Serviio server on WD My Book Live

Nice one... might get time this evening to try... (not sure where you are... it's 10pm here in the UK)
<<

busterdan

Streaming enthusiast

Posts: 38

Joined: Sun Oct 28, 2012 6:57 pm

Post Mon May 27, 2013 10:06 pm

Re: Serviio server on WD My Book Live

thejazzman wrote:Second suggestion, first run the apt-cache policy libc-bin. if the candidate is the 3-4, then try
apt-get install libc6-ppc64 libc6 libc-bin
If works, try the key command again.


I've tried the suggestions above and got this...

MyBookLive:~# /etc/init.d/serviio stop
Stopping Serviio media server daemon: Serviio Media Server.
MyBookLive:~# apt-cache policy libc-bin
libc-bin:
Installed: 2.11.2-2
Candidate: 2.11.3-4
Version table:
2.11.3-4 0
500 http://ftp.us.debian.org squeeze/main Packages
*** 2.11.2-2 0
100 /var/lib/dpkg/status
MyBookLive:~# apt-get install libc6-ppc64 libc6 libc-bin
Reading package lists... Done
Building dependency tree
Reading state information... Done
libc6-ppc64 is already the newest version.
libc6 is already the newest version.
The following packages were automatically installed and are no longer required:
webui libplist1 libtalloc2 apache-php-webdav strings smbclient
libantlr3c-3.2-0 libtagc0 libtdb1 netatalk smbfs openssl-blacklist strace
networking-general libnetaddr-ip-perl admin-rest-api date-time afp
nas-safepoint bmon samba-common-bin apm-zermatt wd-lib sysstat
libtag1-vanilla wd-nas php-apc libpam-winbind alerts
libapache2-mod-xsendfile upnp-nas multiarch-support liblzo2-2 samba
libpkcs11-helper1 vft itunes orion-resources libunistring0 cifs-utils
libtag1c2a samba-common bonjour openvpn winbind sqlite3 libnet-upnp-perl
mdadm openvpn-blacklist forked-daapd
Use 'apt-get autoremove' to remove them.
The following packages will be upgraded:
libc-bin
1 upgraded, 0 newly installed, 0 to remove and 241 not upgraded.
1 not fully installed or removed.
Need to get 0B/765kB of archives.
After this operation, 8192B of additional disk space will be used.
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ...
dpkg: warning: files list file for package `ramlog' missing, assuming package has no files currently installed.

dpkg: warning: files list file for package `libparted0' missing, assuming package has no files currently installed.
(Reading database ... 22315 files and directories currently installed.)
Preparing to replace libc-bin 2.11.2-2 (using .../libc-bin_2.11.3-4_powerpc.deb) ...
Unpacking replacement libc-bin ...
dpkg: error processing /var/cache/apt/archives/libc-bin_2.11.3-4_powerpc.deb (--unpack):
trying to overwrite '/etc/ld.so.conf.d/libc.conf', which is also in package wd-lib 01.04.01-81092
Processing triggers for man-db ...
Errors were encountered while processing:
/var/cache/apt/archives/libc-bin_2.11.3-4_powerpc.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
<<

busterdan

Streaming enthusiast

Posts: 38

Joined: Sun Oct 28, 2012 6:57 pm

Post Mon May 27, 2013 10:15 pm

Re: Serviio server on WD My Book Live

Here's the results of the tail command..

MyBookLive:~# tail -f /usr/local/serviio/serviio-1.2.1/log/serviio.log
2013-05-27 14:59:41,327 WARN [LibraryAdditionsCheckerThread] Folder '/shares/Restricted/Movies/Other' is either not an existing directory or cannot be read due to access rights
2013-05-27 14:59:41,426 WARN [LibraryAdditionsCheckerThread] Folder '/shares/Restricted/Video' is either not an existing directory or cannot be read due to access rights
2013-05-27 14:59:41,455 WARN [LibraryAdditionsCheckerThread] Folder '/Public/Shared Pictures' is either not an existing directory or cannot be read due to access rights
2013-05-27 15:05:58,388 WARN [LibraryAdditionsCheckerThread] Folder '/shares/Restricted/Movies/Other' is either not an existing directory or cannot be read due to access rights
2013-05-27 15:05:58,486 WARN [LibraryAdditionsCheckerThread] Folder '/shares/Restricted/Video' is either not an existing directory or cannot be read due to access rights
2013-05-27 15:05:58,516 WARN [LibraryAdditionsCheckerThread] Folder '/Public/Shared Pictures' is either not an existing directory or cannot be read due to access rights
2013-05-27 15:12:05,405 WARN [LibraryAdditionsCheckerThread] Folder '/shares/Restricted/Movies/Other' is either not an existing directory or cannot be read due to access rights
2013-05-27 15:12:05,481 WARN [LibraryAdditionsCheckerThread] Folder '/shares/Restricted/Video' is either not an existing directory or cannot be read due to access rights
2013-05-27 15:12:05,511 WARN [LibraryAdditionsCheckerThread] Folder '/Public/Shared Pictures' is either not an existing directory or cannot be read due to access rights
2013-05-27 15:13:01,795 INFO [MediaServer] Serviio server instance is already running
<<

busterdan

Streaming enthusiast

Posts: 38

Joined: Sun Oct 28, 2012 6:57 pm

Post Mon May 27, 2013 10:24 pm

Re: Serviio server on WD My Book Live

Also tried changing Sources.list to Stable and run the commands you suggested to overcome the Key error.... still no good though.

MyBookLive:~# apt-cache policy libc6
libc6:
Installed: 2.11.3-4
Candidate: 2.11.3-4
Version table:
*** 2.11.3-4 0
500 http://ftp.us.debian.org squeeze/main Packages
100 /var/lib/dpkg/status
MyBookLive:~# apt-get install libc6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libc6 is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libc6: Depends: libc-bin (= 2.11.3-4) but 2.11.2-2 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
MyBookLive:~#
MyBookLive:~# apt-get update
Hit http://ftp.us.debian.org squeeze Release.gpg
Hit http://ftp.us.debian.org squeeze Release
Ign http://ftp.us.debian.org squeeze/main Packages/DiffIndex
Hit http://ftp.us.debian.org squeeze/main Packages
Reading package lists... Done
MyBookLive:~# apt-get install --allow-unauthenticated deb-multimedia-keyring
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package deb-multimedia-keyring
MyBookLive:~# apt-get update
Hit http://ftp.us.debian.org squeeze Release.gpg
Hit http://ftp.us.debian.org squeeze Release
Ign http://ftp.us.debian.org squeeze/main Packages/DiffIndex
Hit http://ftp.us.debian.org squeeze/main Packages
Reading package lists... Done
MyBookLive:~# apt-get update
Get:1 http://www.deb-multimedia.org stable Release.gpg [198B]
Get:2 http://www.deb-multimedia.org stable Release [23.8kB]
Hit http://ftp.us.debian.org squeeze Release.gpg
Ign http://www.deb-multimedia.org stable Release
Get:3 http://www.deb-multimedia.org stable/main Packages [105kB]
Hit http://ftp.us.debian.org squeeze Release
Ign http://ftp.us.debian.org squeeze/main Packages/DiffIndex
Hit http://ftp.us.debian.org squeeze/main Packages
Fetched 129kB in 0s (197kB/s)
Reading package lists... Done
W: GPG error: http://www.deb-multimedia.org stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
W: You may want to run apt-get update to correct these problems
MyBookLive:~# apt-get install --allow-unauthenticated deb-multimedia-keyring
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libc6: Depends: libc-bin (= 2.11.3-4) but 2.11.2-2 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
MyBookLive:~# apt-cache policy libc6
libc6:
Installed: 2.11.3-4
Candidate: 2.11.3-4
Version table:
*** 2.11.3-4 0
500 http://ftp.us.debian.org squeeze/main Packages
100 /var/lib/dpkg/status
MyBookLive:~# apt-get install libc6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libc6 is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libc6: Depends: libc-bin (= 2.11.3-4) but 2.11.2-2 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
MyBookLive:~#
<<

busterdan

Streaming enthusiast

Posts: 38

Joined: Sun Oct 28, 2012 6:57 pm

Post Tue May 28, 2013 12:22 am

Re: Serviio server on WD My Book Live

I've just come across this guide too... http://community.wdc.com/t5/My-Book-Liv ... d-p/567324
<<

busterdan

Streaming enthusiast

Posts: 38

Joined: Sun Oct 28, 2012 6:57 pm

Post Tue May 28, 2013 10:15 am

Re: Serviio server on WD My Book Live

I've decided to do a factory reset again... but I really dont understand why the file system is not being reverted back... it seems to be wiping the data shares and resets the GUI but my old sources are still shown as are any files I have backed up.... how can I get this thing back to a "Out the box" condition.
<<

thejazzman

Streaming enthusiast

Posts: 30

Joined: Wed Dec 28, 2011 11:57 pm

Post Tue May 28, 2013 11:01 am

Re: Serviio server on WD My Book Live

busterdan wrote:I've decided to do a factory reset again... but I really dont understand why the file system is not being reverted back... it seems to be wiping the data shares and resets the GUI but my old sources are still shown as are any files I have backed up.... how can I get this thing back to a "Out the box" condition.


If I recall, have you tried to reinstall the firmware? That wipes most of the file system( the serviio user account used to remain but the rest was reset)
To keep yourself on the same version I think there was a trick to make it think you had an older version, but I cannot remember if that trick broke with the 2.x firmware.
<<

busterdan

Streaming enthusiast

Posts: 38

Joined: Sun Oct 28, 2012 6:57 pm

Post Tue May 28, 2013 11:27 am

Re: Serviio server on WD My Book Live

YES YES YES!!!!!!!

:D

It's working.... first of all the Upgrade/Download process here http://community.wdc.com/t5/My-Book-Liv ... d-p/481588

Is hit and miss.... I followed step 3 again... and in fact tried it twice more.... when the MBL restarted it reported "An update is available do you want to install it..." which I did.... once it booted back up again it was clear that the file system had now been reverted. I then followed these instructions and it has worked perfectly...

http://community.wdc.com/t5/My-Book-Liv ... lse#M22225

That said I haven't actually tried streaming anything yet.... I'm going to start copying over my data again... but at least it all seems to be working, I have a webgui and ServiiDroid is happy too.
<<

a_abhijit

Serviio newbie

Posts: 3

Joined: Wed Jan 16, 2013 9:50 am

Post Tue May 28, 2013 12:55 pm

Re: Serviio server on WD My Book Live

Thats a very Good News!
Did you do transcoding ??
Let us know you findings from your experiences; which all format can you stream??

After your success, lets make the Install Guide (from the link below) robust and complete.
Please let the author know your additions in terms of installing the WebUI/ServiiDroid installation instructions and consolidate all the instructions.

http://community.wdc.com/t5/My-Book-Liv ... d-p/567324


Thanks a lot for sharing this with us.
<<

busterdan

Streaming enthusiast

Posts: 38

Joined: Sun Oct 28, 2012 6:57 pm

Post Tue May 28, 2013 7:23 pm

Re: Serviio server on WD My Book Live

I'm still copying data across.... and have been painting at home all afternoon so not had much chance to try it out...

But NFODIZ's tutorial is pretty much complete really... and includes all the details about the Web GUI... the ServiiDroid bit is very straight forward, you just find and add the server really.... will have a play later this evening.... and yes I will be Transcoding I think... as my playback devices range from a Samsung C Series TV, PLaystation, Android phones/tablets and windows PC's. Also the ServiiGo android app does a very good job of streaming over mobile data networks.
<<

busterdan

Streaming enthusiast

Posts: 38

Joined: Sun Oct 28, 2012 6:57 pm

Post Wed May 29, 2013 11:24 am

Re: Serviio server on WD My Book Live

Unfortunately problems again....

Adding files to the library was very slow... and intermittent... trying to control it via the webgui was problematic and Serviidroid generally disconnects. On of the really frustrating things is not being able to delete/add shares in the webgui. When it was first installed everything was fine and I have changed absolutely nothing other than run library scans.

Is there anyway to manually remove the shares, readd them and force a complete library rescan?

Whilst it's doing all this scanning it is nearly impossible to playback any media, I can only get photo's to work at the moment, last night some music but as yet no movies

Here's the Serviio Log... not there are some errors..

2013-05-29 12:13:25,277 INFO [MediaServer] ------------------------------------------------------------------------
2013-05-29 12:13:25,304 INFO [MediaServer] Serviio DLNA media streaming server v 1.2.1 (rev. a2aa56064460+)
2013-05-29 12:13:25,458 INFO [MediaServer] Petr Nejedly 2009-2013
2013-05-29 12:13:25,458 INFO [MediaServer] http://www.serviio.org
2013-05-29 12:13:25,459 INFO [MediaServer]
2013-05-29 12:13:25,460 INFO [MediaServer] Java 1.6.0_27-Sun Microsystems Inc.
2013-05-29 12:13:25,460 INFO [MediaServer] OS Linux ppc 2.6.32.11-svn70860
2013-05-29 12:13:25,461 INFO [MediaServer] File encoding: US-ASCII
2013-05-29 12:13:25,466 INFO [MediaServer] Headless mode enabled: true
2013-05-29 12:13:25,471 INFO [MediaServer] User: serviio
2013-05-29 12:13:25,471 INFO [MediaServer] User home dir: /home/serviio
2013-05-29 12:13:25,472 INFO [MediaServer] Temp dir: /tmp
2013-05-29 12:13:25,472 INFO [MediaServer] ------------------------------------------------------------------------
2013-05-29 12:13:27,271 INFO [WebServer] Socket buffer set to 65535 bytes
2013-05-29 12:13:27,308 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2013-05-29 12:13:27,859 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2013-05-29 12:13:27,867 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2013-05-29 12:13:28,089 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2013-05-29 12:14:06,337 INFO [Device] Created UPnP Device with UUID: c40a518f-6e4b-3d4a-b2ea-f39bd2e8b629, bound address: 192.168.0.10
2013-05-29 12:14:09,388 INFO [MediaServer] ------------------------------------------------------------------------
2013-05-29 12:14:09,389 INFO [MediaServer] License: PRO (NORMAL, id: 43acf51d-763b-4a75-a5ee-b260e5add3be)
2013-05-29 12:14:09,395 INFO [MediaServer] ------------------------------------------------------------------------
2013-05-29 12:14:19,725 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2013-05-29 12:14:23,440 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2013-05-29 12:14:24,568 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2013-05-29 12:14:24,658 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2013-05-29 12:14:24,701 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2013-05-29 12:14:24,741 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2013-05-29 12:14:24,776 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2013-05-29 12:14:24,908 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D/E-series)' (id=7)
2013-05-29 12:14:25,080 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2013-05-29 12:14:25,806 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2013-05-29 12:14:25,850 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012)
2013-05-29 12:14:26,032 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010)
2013-05-29 12:14:26,049 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us)
2013-05-29 12:14:26,076 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011)
2013-05-29 12:14:26,105 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2013-05-29 12:14:26,143 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2013-05-29 12:14:26,164 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2013-05-29 12:14:26,204 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2013-05-29 12:14:26,214 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2013-05-29 12:14:26,232 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2013-05-29 12:14:26,243 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2013-05-29 12:14:26,256 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
2013-05-29 12:14:26,276 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010)
2013-05-29 12:14:26,292 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20)
2013-05-29 12:14:26,304 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
2013-05-29 12:14:26,315 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
2013-05-29 12:14:26,335 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a)
2013-05-29 12:14:26,344 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011)
2013-05-29 12:14:26,354 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
2013-05-29 12:14:26,363 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us)
2013-05-29 12:14:26,373 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us)
2013-05-29 12:14:26,417 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR)
2013-05-29 12:14:26,443 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT)
2013-05-29 12:14:26,462 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv)
2013-05-29 12:14:26,522 INFO [ProfilesDefinitionParser] Added profile 'Windows 8/RT' (id=win8metro)
2013-05-29 12:14:28,035 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2013-05-29 12:14:28,091 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
2013-05-29 12:14:28,117 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo' (id=serviigo)
2013-05-29 12:14:28,136 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8)
2013-05-29 12:14:30,255 INFO [PluginCompilerThread] Looking for plugins at /usr/local/serviio/serviio-1.2.1/plugins
2013-05-29 12:14:30,464 INFO [PluginCompilerThread] Started looking for plugins
2013-05-29 12:14:30,487 INFO [UpdateChecker] Checking if a new version is available
2013-05-29 12:14:46,639 ERROR [ProcessExecutor] Fatal error in process starting: Cannot run program "dcraw": java.io.IOException: error=2, No such file or directory
java.io.IOException: Cannot run program "dcraw": java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:488)
at org.serviio.external.ProcessExecutor.run(ProcessExecutor.java:135)
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:164)
at java.lang.ProcessImpl.start(ProcessImpl.java:81)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:470)
... 1 more
2013-05-29 12:14:46,945 WARN [MediaServer] DCRAW not found. Support for raw image files will be missing.
2013-05-29 12:14:48,037 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2013-05-29 12:14:48,907 INFO [WebServer] WebServer starting on port 8895
2013-05-29 12:14:49,460 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2013-05-29 12:14:49,463 INFO [EventDispatcher] Starting EventDispatcher
2013-05-29 12:14:49,467 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2013-05-29 12:14:49,635 INFO [RendererSearchSender] Searching for Renderer devices
2013-05-29 12:14:49,637 INFO [RendererExpirationChecker] Starting RendererExpirationChecker
2013-05-29 12:14:49,662 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.0.10, timeout = 0
2013-05-29 12:15:16,289 INFO [FeedUpdaterThread] Started looking for information about online resources
2013-05-29 12:15:16,367 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2013-05-29 12:15:16,481 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2013-05-29 12:15:16,491 INFO [PlaylistMaintainerThread] Started looking playlist changes
2013-05-29 12:15:29,592 WARN [LibraryManager] Cannot read metadata of file /shares/Public/Shared Music/Music/Primal Scream/Give Out But Don't Give Up/09 - Primal Scream - Sad And Blue.mp3 via extractor EMBEDDED. Message: null
2013-05-29 12:15:30,523 WARN [LibraryAdditionsCheckerThread] An error occured while scanning for item to be added, will continue
org.serviio.db.dao.PersistenceException: Cannot mark Repository with id 3 as scanned
at org.serviio.library.dao.RepositoryDAOImpl.markRepositoryAsScanned(RepositoryDAOImpl.java:173)
at org.serviio.library.local.service.RepositoryService.markRepositoryAsScanned(RepositoryService.java:112)
at org.serviio.library.local.metadata.LibraryAdditionsCheckerThread.run(LibraryAdditionsCheckerThread.java:84)
Caused by: java.sql.SQLNonTransientConnectionException: Connection closed by unknown interrupt.
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(Unknown Source)
at org.serviio.library.dao.RepositoryDAOImpl.markRepositoryAsScanned(RepositoryDAOImpl.java:171)
... 2 more
Caused by: java.sql.SQLException: Connection closed by unknown interrupt.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
... 12 more
Caused by: ERROR 08000: Connection closed by unknown interrupt.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.iapi.util.InterruptStatus.setInterrupted(Unknown Source)
at org.apache.derby.iapi.util.InterruptStatus.throwIf(Unknown Source)
at org.apache.derby.impl.sql.execute.BasicNoPutResultSetImpl.checkCancellationFlag(Unknown Source)
at org.apache.derby.impl.sql.execute.TableScanResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.IndexRowToBaseRowResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.ProjectRestrictResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.NormalizeResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.DMLWriteResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.UpdateResultSet.collectAffectedRows(Unknown Source)
at org.apache.derby.impl.sql.execute.UpdateResultSet.open(Unknown Source)
at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(Unknown Source)
at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source)
... 6 more
2013-05-29 12:15:30,696 INFO [LibraryAdditionsCheckerThread] Finished looking for newly added files
2013-05-29 12:15:30,746 WARN [LibraryUpdatesCheckerThread] An error occured while scanning for items to be removed or updated, will continue
org.serviio.db.dao.PersistenceException: Cannot read MediaItems for Repository with id = 3
at org.serviio.library.dao.MediaItemDAOImpl.getMediaItemsInRepository(MediaItemDAOImpl.java:164)
at org.serviio.library.local.service.MediaService.getMediaItemsInRepository(MediaService.java:73)
at org.serviio.library.local.metadata.LibraryUpdatesCheckerThread.searchForRemovedAndUpdatedFiles(LibraryUpdatesCheckerThread.java:157)
at org.serviio.library.local.metadata.LibraryUpdatesCheckerThread.run(LibraryUpdatesCheckerThread.java:99)
Caused by: java.sql.SQLNonTransientConnectionException: Connection closed by unknown interrupt.
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedResultSet.closeOnTransactionError(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedResultSet.movePosition(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedResultSet.next(Unknown Source)
at org.serviio.library.dao.MediaItemDAOImpl.mapResultSet(MediaItemDAOImpl.java:348)
at org.serviio.library.dao.MediaItemDAOImpl.getMediaItemsInRepository(MediaItemDAOImpl.java:162)
... 3 more
Caused by: java.sql.SQLException: Connection closed by unknown interrupt.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
... 14 more
Caused by: ERROR 08000: Connection closed by unknown interrupt.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.iapi.util.InterruptStatus.setInterrupted(Unknown Source)
at org.apache.derby.iapi.util.InterruptStatus.throwIf(Unknown Source)
at org.apache.derby.impl.sql.execute.BasicNoPutResultSetImpl.checkCancellationFlag(Unknown Source)
at org.apache.derby.impl.sql.execute.BulkTableScanResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.IndexRowToBaseRowResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.ProjectRestrictResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.BasicNoPutResultSetImpl.getNextRow(Unknown Source)
... 7 more
2013-05-29 12:15:30,764 INFO [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2013-05-29 12:15:30,829 INFO [PlaylistMaintainerThread] Finished looking for playlist changes
<<

busterdan

Streaming enthusiast

Posts: 38

Joined: Sun Oct 28, 2012 6:57 pm

Post Wed May 29, 2013 11:30 am

Re: Serviio server on WD My Book Live

Here is another log where it has managed to add 4 MP3's to the library but there are lots of exception errors..

2013-05-29 12:15:30,764 INFO [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2013-05-29 12:15:30,829 INFO [PlaylistMaintainerThread] Finished looking for playlist changes
2013-05-29 12:19:21,517 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:19:21,725 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:21:19,676 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:21:19,794 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:21:19,961 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:21:20,056 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:21:20,081 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:21:20,110 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:21:24,704 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:22:17,878 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:22:21,804 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:22:33,514 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:23:05,996 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2013-05-29 12:23:06,031 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2013-05-29 12:23:06,167 INFO [PlaylistMaintainerThread] Started looking playlist changes
2013-05-29 12:23:06,672 WARN [ServiioStatusService] NullPointerException occured. Returning error code 500 to the REST layer. Message:
2013-05-29 12:23:41,567 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:23:41,857 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:23:41,896 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:23:41,943 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:23:41,978 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:23:42,017 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:23:42,057 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:23:42,100 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:23:42,125 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:23:42,168 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:23:42,203 WARN [AudioService] Music track cannot be removed from the library because it cannot be found
2013-05-29 12:24:19,762 INFO [LibraryAdditionsCheckerThread] Added file '09 - Primal Scream - Sad And Blue.mp3' (title: Sad And Blue) to Library
2013-05-29 12:24:50,838 INFO [LibraryAdditionsCheckerThread] Added file '08 - Primal Scream - Struttin'.mp3' (title: Struttin') to Library
2013-05-29 12:25:03,962 INFO [LibraryAdditionsCheckerThread] Added file '02 - Primal Scream - Rocks.mp3' (title: Rocks) to Library
2013-05-29 12:25:23,242 INFO [LibraryAdditionsCheckerThread] Added file '03 - Primal Scream - (I'm Gonna) Cry Myself Blind.mp3' (title: (I'm Gonna) Cry Myself Blind) to Library
2013-05-29 12:25:41,779 WARN [LibraryAdditionsCheckerThread] Cannot add file 11 - Primal Scream - I'll Be There For You.mp3 because of an unexpected error. Message: Cannot find MusicAlbum (title = Give Out But Don't Give Up, artist=Primal Scream)
org.serviio.db.dao.PersistenceException: Cannot find MusicAlbum (title = Give Out But Don't Give Up, artist=Primal Scream)
at org.serviio.library.dao.MusicAlbumDAOImpl.findAlbum(MusicAlbumDAOImpl.java:90)
at org.serviio.library.local.service.AudioService.findOrCreateAlbum(AudioService.java:485)
at org.serviio.library.local.service.AudioService.addMusicTrackToLibrary(AudioService.java:63)
at org.serviio.library.local.metadata.LibraryAdditionsCheckerThread.addNewMediaFile(LibraryAdditionsCheckerThread.java:185)
at org.serviio.library.local.metadata.LibraryAdditionsCheckerThread.searchForNewFiles(LibraryAdditionsCheckerThread.java:145)
at org.serviio.library.local.metadata.LibraryAdditionsCheckerThread.searchForNewFiles(LibraryAdditionsCheckerThread.java:134)
at org.serviio.library.local.metadata.LibraryAdditionsCheckerThread.searchForNewFiles(LibraryAdditionsCheckerThread.java:134)
at org.serviio.library.local.metadata.LibraryAdditionsCheckerThread.run(LibraryAdditionsCheckerThread.java:83)
Caused by: java.sql.SQLNonTransientConnectionException: Connection closed by unknown interrupt.
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeQuery(Unknown Source)
at org.serviio.library.dao.MusicAlbumDAOImpl.findAlbum(MusicAlbumDAOImpl.java:87)
... 7 more
Caused by: java.sql.SQLException: Connection closed by unknown interrupt.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
... 17 more
Caused by: ERROR 08000: Connection closed by unknown interrupt.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.iapi.util.InterruptStatus.setInterrupted(Unknown Source)
at org.apache.derby.iapi.util.InterruptStatus.throwIf(Unknown Source)
at org.apache.derby.impl.sql.execute.BasicNoPutResultSetImpl.checkCancellationFlag(Unknown Source)
at org.apache.derby.impl.sql.execute.BulkTableScanResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.ProjectRestrictResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.JoinResultSet.openCore(Unknown Source)
at org.apache.derby.impl.sql.execute.JoinResultSet.openCore(Unknown Source)
at org.apache.derby.impl.sql.execute.ProjectRestrictResultSet.openCore(Unknown Source)
at org.apache.derby.impl.sql.execute.SortResultSet.openCore(Unknown Source)
at org.apache.derby.impl.sql.execute.BasicNoPutResultSetImpl.open(Unknown Source)
at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(Unknown Source)
at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source)
... 11 more
2013-05-29 12:25:42,511 WARN [LibraryAdditionsCheckerThread] An error occured while scanning for item to be added, will continue
org.serviio.db.dao.PersistenceException: Cannot mark Repository with id 3 as scanned
at org.serviio.library.dao.RepositoryDAOImpl.markRepositoryAsScanned(RepositoryDAOImpl.java:173)
at org.serviio.library.local.service.RepositoryService.markRepositoryAsScanned(RepositoryService.java:112)
at org.serviio.library.local.metadata.LibraryAdditionsCheckerThread.run(LibraryAdditionsCheckerThread.java:84)
Caused by: java.sql.SQLNonTransientConnectionException: Connection closed by unknown interrupt.
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(Unknown Source)
at org.serviio.library.dao.RepositoryDAOImpl.markRepositoryAsScanned(RepositoryDAOImpl.java:171)
... 2 more
Caused by: java.sql.SQLException: Connection closed by unknown interrupt.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
... 12 more
Caused by: ERROR 08000: Connection closed by unknown interrupt.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.iapi.util.InterruptStatus.setInterrupted(Unknown Source)
at org.apache.derby.iapi.util.InterruptStatus.throwIf(Unknown Source)
at org.apache.derby.impl.sql.execute.BasicNoPutResultSetImpl.checkCancellationFlag(Unknown Source)
at org.apache.derby.impl.sql.execute.TableScanResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.IndexRowToBaseRowResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.ProjectRestrictResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.NormalizeResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.DMLWriteResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.UpdateResultSet.collectAffectedRows(Unknown Source)
at org.apache.derby.impl.sql.execute.UpdateResultSet.open(Unknown Source)
at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(Unknown Source)
at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source)
... 6 more
2013-05-29 12:25:42,580 INFO [LibraryAdditionsCheckerThread] Finished looking for newly added files
2013-05-29 12:25:42,807 WARN [LibraryUpdatesCheckerThread] An error occured while scanning for items to be removed or updated, will continue
org.serviio.db.dao.PersistenceException: Cannot read MediaItems for Repository with id = 3
at org.serviio.library.dao.MediaItemDAOImpl.getMediaItemsInRepository(MediaItemDAOImpl.java:164)
at org.serviio.library.local.service.MediaService.getMediaItemsInRepository(MediaService.java:73)
at org.serviio.library.local.metadata.LibraryUpdatesCheckerThread.searchForRemovedAndUpdatedFiles(LibraryUpdatesCheckerThread.java:157)
at org.serviio.library.local.metadata.LibraryUpdatesCheckerThread.run(LibraryUpdatesCheckerThread.java:99)
Caused by: java.sql.SQLNonTransientConnectionException: Connection closed by unknown interrupt.
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedResultSet.closeOnTransactionError(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedResultSet.movePosition(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedResultSet.next(Unknown Source)
at org.serviio.library.dao.MediaItemDAOImpl.mapResultSet(MediaItemDAOImpl.java:348)
at org.serviio.library.dao.MediaItemDAOImpl.getMediaItemsInRepository(MediaItemDAOImpl.java:162)
... 3 more
Caused by: java.sql.SQLException: Connection closed by unknown interrupt.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
... 14 more
Caused by: ERROR 08000: Connection closed by unknown interrupt.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.iapi.util.InterruptStatus.setInterrupted(Unknown Source)
at org.apache.derby.iapi.util.InterruptStatus.throwIf(Unknown Source)
at org.apache.derby.impl.sql.execute.BasicNoPutResultSetImpl.checkCancellationFlag(Unknown Source)
at org.apache.derby.impl.sql.execute.BulkTableScanResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.IndexRowToBaseRowResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.ProjectRestrictResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.BasicNoPutResultSetImpl.getNextRow(Unknown Source)
... 7 more
2013-05-29 12:25:42,877 INFO [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2013-05-29 12:25:43,072 INFO [PlaylistMaintainerThread] Finished looking for playlist changes
2013-05-29 12:28:11,687 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2013-05-29 12:28:11,710 INFO [PlaylistMaintainerThread] Started looking playlist changes
2013-05-29 12:28:11,709 WARN [ServiioStatusService] NullPointerException occured. Returning error code 500 to the REST layer. Message:
2013-05-29 12:28:11,703 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2013-05-29 12:28:12,297 WARN [ServiioStatusService] NullPointerException occured. Returning error code 500 to the REST layer. Message:
<<

busterdan

Streaming enthusiast

Posts: 38

Joined: Sun Oct 28, 2012 6:57 pm

Post Thu May 30, 2013 10:27 am

Re: Serviio server on WD My Book Live

My server is adding music files only again, but at a rate of 1 track per second... and I have about 12000 or so :/

I'm not sure if this is correct... and just the speed at it runs, on my PC it is much faster (but obviously there is a lot of difference in processing power).Also because I can't still connect and view my available library it's difficult to work out what has and hasn't been added to the media library.
<<

busterdan

Streaming enthusiast

Posts: 38

Joined: Sun Oct 28, 2012 6:57 pm

Post Thu May 30, 2013 1:54 pm

Re: Serviio server on WD My Book Live

I think there is a problem with the library... I decided to rename the library folder and restart the MBL... it recreated the Library, the server appeared to start but neaither the Web console or ServiiDroid seemed to connect. I thought that some dependencies (or something????) might have been lost so I renamed the whole serviio folder and reinstalled just servii again, set the permissions etc... restarted the MBL...

Again the same thing Serviio is running it seems but I can't connect to it.

The log is full of these warnings... any idea's please?

2013-05-30 14:51:35,027 WARN [ServiioStatusService] NoClassDefFoundError occured. Returning error code 500 to the REST layer. Message: Could not initialize class org.serviio.config.Configuration
2013-05-30 14:51:35,228 WARN [ServiioStatusService] NoClassDefFoundError occured. Returning error code 500 to the REST layer. Message: Could not initialize class org.serviio.config.Configuration
2013-05-30 14:51:35,630 WARN [ServiioStatusService] NoClassDefFoundError occured. Returning error code 500 to the REST layer. Message: Could not initialize class org.serviio.config.Configuration
<<

thejazzman

Streaming enthusiast

Posts: 30

Joined: Wed Dec 28, 2011 11:57 pm

Post Fri May 31, 2013 1:11 am

Re: Serviio server on WD My Book Live

Might be the webUI, can you disable that for now?
<<

busterdan

Streaming enthusiast

Posts: 38

Joined: Sun Oct 28, 2012 6:57 pm

Post Fri May 31, 2013 9:56 am

Re: Serviio server on WD My Book Live

Well in my not very technical, don't understand this unix based stuff opinion...... I think there are a combination of issues but they can be overcome...

The Web console works but is hit and miss.

The MBL is underpowered and prone to crashing.

Serviio uses Java, which as far as I am aware is always processor intensive.

If the media scan fails for whatever reason then you may as well pull the plug on the MBL and let it start again ideally of it's own accord.

Don't retrieve Metadata, it kills the scans and makes the media scans more prone to crashing.

Even if Servvio seems to be completely broken... it may not be.... sometimes it just seems to get really confused (or maybe that's the MBL?), give it an hour or so and if nothing then pull the plug.

I am now scanning my next batch of videos... it's been going for about 10 minutes and is up to 82 videos... (no metadata).... In the meantime the MBL is happily streaming a 720P movie to my Samsung C Series TV (No transcoding on though).
<<

dokie80

Serviio newbie

Posts: 9

Joined: Thu Jul 04, 2013 6:30 am

Post Thu Jul 04, 2013 7:32 am

Re: Serviio server on WD My Book Live

Hi, I manage to install serviio on MBL, but browsing the content from my Samsung TV (F-Series) is very slow compare to Twonky (default media server). Took about 10 seconds to open folder and view contents. Is this common? or I did something wrong?
accessing Serviio server on windows is also much faster.

Anyway, log file have some errors:
  Code:
2013-07-04 14:10:30,133 WARN  [LibraryAdditionsCheckerThread] Folder '/shares/Public/03-Pics ' is either not an existing directory or cannot be read due to access rights
2013-07-04 14:10:53,221 WARN  [prefs] Could not lock User prefs.  Unix error code 2.
2013-07-04 14:10:53,222 WARN  [prefs] Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.


For the first error, the shared folder actually '/shares/Public/03-Pics & Vids', but when I add it to library, and refresh the webUI, It shows '03-Pics'. Is this because serviio doesnt support path with spaces? or with '&'? But the same path give no problem on serviio for windows.

Thanks in advance.
<<

thejazzman

Streaming enthusiast

Posts: 30

Joined: Wed Dec 28, 2011 11:57 pm

Post Thu Jul 04, 2013 12:09 pm

Re: Serviio server on WD My Book Live

dokie80 wrote:Anyway, log file have some errors:
  Code:
2013-07-04 14:10:30,133 WARN  [LibraryAdditionsCheckerThread] Folder '/shares/Public/03-Pics ' is either not an existing directory or cannot be read due to access rights
2013-07-04 14:10:53,221 WARN  [prefs] Could not lock User prefs.  Unix error code 2.
2013-07-04 14:10:53,222 WARN  [prefs] Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.


For the first error, the shared folder actually '/shares/Public/03-Pics & Vids', but when I add it to library, and refresh the webUI, It shows '03-Pics'. Is this because serviio doesnt support path with spaces? or with '&'? But the same path give no problem on serviio for windows.

Thanks in advance.

Does the Samsung access the pics folder without issue?
If so, then you don't necessarily have to worry about them as they are just warnings and not true errors.

But if you want to try to clear it up, With version 0.6.x I seem to recall having issues with spaces and such in the names, I believe I tried to use quotes to resolve and it didn't work.
Since you are likely running the newest version, can't hurt to try again...
So I would try entering the name of the sharepoint one of two ways, hopefully one will work.
/shares/Public/'03-Pics & Vids'
or
/shares/Public/03-Pics\ \&\ Vids

Ultimatly I think this will remove the warning from the logs, but you may not be able to stream files. If I'm right, then you only option would be to get rid of the spaces and &
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Jul 04, 2013 3:52 pm

Re: Serviio server on WD My Book Live

dokie80 wrote:For the first error, the shared folder actually '/shares/Public/03-Pics & Vids', but when I add it to library, and refresh the webUI, It shows '03-Pics'. Is this because serviio doesnt support path with spaces? or with '&'? But the same path give no problem on serviio for windows.

Thanks in advance.

Might be webUI doesn't send the path properly escaped.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Jul 04, 2013 3:53 pm

Re: Serviio server on WD My Book Live

dokie80 wrote:Hi, I manage to install serviio on MBL, but browsing the content from my Samsung TV (F-Series) is very slow compare to Twonky (default media server). Took about 10 seconds to open folder and view contents. Is this common? or I did something wrong?

Enable detailed log, browse the folder and then post the log. We should see where it's using all the time.
PreviousNext

Return to NAS installation

Who is online

Users browsing this forum: No registered users and 14 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.