Page 1 of 1

Serviio problem on Raspberry Pi

PostPosted: Wed Nov 05, 2014 6:30 pm
by akteg
Hi. Have Raspberry Pi model B, installed Raspbian 2014-09-09 and Serviio 1.4.1.2 encountered with some problems:
1. Serviio not start on boot. I use ssh-client to configure raspberry and when i run the server, it works as long as there is a connection. Connection drops - the server stops. I would be very grateful if someone explained to me how to run the server, independent of the ssh-connection, because i am a newbie in Linux.
2. Problem with some plugins.
Seasonvar
  Code:
WARN  [FeedUpdaterThread] An error occured while parsing the online resource http://seasonvar.ru/serial-10725-Elementarno-3-season.html, will try again soon: Unexpected error while invoking plugin (SeasonVar): The operation took more than 30000 ms and has been cancelled.
org.serviio.library.online.metadata.OnlineResourceParseException: Unexpected error while invoking plugin (SeasonVar): The operation took more than 30000 ms and has been cancelled.
   at org.serviio.library.online.WebResourceParser.parse(WebResourceParser.java:78)
   at org.serviio.library.online.OnlineLibraryManager.findResource(OnlineLibraryManager.java:181)
   at org.serviio.library.online.OnlineLibraryManager.findResourceInCacheOrParse(OnlineLibraryManager.java:198)
   at org.serviio.library.online.metadata.FeedUpdaterThread.getOnlineItems(FeedUpdaterThread.java:185)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:108)
Caused by: java.lang.RuntimeException: The operation took more than 30000 ms and has been cancelled.
   at org.serviio.library.online.PluginExecutionProcessor.execute(PluginExecutionProcessor.java:64)
   at org.serviio.library.online.WebResourceUrlExtractor.parseWebResource(WebResourceUrlExtractor.java:29)
   at org.serviio.library.online.WebResourceParser.parse(WebResourceParser.java:76)
   ... 4 more

Vimeo
  Code:
WARN  [FeedUpdaterThread] An error occured while parsing the online resource http://vimeo.com/platigeimage/video/rss, will try again soon: Error during feed reading. Message: http://vimeo.com/platigeimage/video/rss
org.serviio.library.online.metadata.OnlineResourceParseException: Error during feed reading. Message: http://vimeo.com/platigeimage/video/rss
   at org.serviio.library.online.feed.FeedParser.parse(FeedParser.java:108)
   at org.serviio.library.online.OnlineLibraryManager.findResource(OnlineLibraryManager.java:179)
   at org.serviio.library.online.OnlineLibraryManager.findResourceInCacheOrParse(OnlineLibraryManager.java:198)
   at org.serviio.library.online.metadata.FeedUpdaterThread.getOnlineItems(FeedUpdaterThread.java:185)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:108)
Caused by: java.io.FileNotFoundException: http://vimeo.com/platigeimage/video/rss
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
   at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1888)
   at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1883)
   at java.security.AccessController.doPrivileged(Native Method)
   at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1882)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1455)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
   at org.serviio.util.HttpClient.retrieveStreamFromConnection(HttpClient.java:181)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:77)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:93)
   at org.serviio.library.online.feed.FeedParser.parseFeedStream(FeedParser.java:116)
   at org.serviio.library.online.feed.FeedParser.parse(FeedParser.java:88)
   ... 4 more
Caused by: java.io.FileNotFoundException: http://vimeo.com/platigeimage/video/rss
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1834)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
   at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
   at org.serviio.util.HttpClient.retrieveStreamFromConnection(HttpClient.java:172)
   ... 8 more

I do not understand why these plugins do not work. But the problem is clearly not in them. When I first installed serviio these versions the plugin works fine. Plus I checked on windows version - no problem. After the second installation (I changed the SD card) started to appear these errors. So I will take any help in solving this problem.

Thanks and sorry for bad english.

Re: Serviio problem on Raspberry Pi

PostPosted: Thu Nov 06, 2014 5:37 pm
by zip
the plugins may be not working anymore. Remove them if you don't need them anymore.

Re: Serviio problem on Raspberry Pi

PostPosted: Sun Nov 09, 2014 5:47 pm
by akteg
zip wrote:the plugins may be not working anymore. Remove them if you don't need them anymore.

If I understand correctly, if the plug is not working, they would not run on any version of serviio. However, as noted earlier, they work well windows version serviio, particularly windows 7.
The problem with the plugins can occur due to Java?

Re: Serviio problem on Raspberry Pi

PostPosted: Mon Nov 10, 2014 3:19 pm
by keaza
try and get the same version of java on both devices, if you still have a issue then its either the PI not being able to handle it or a plugin issue

Re: Serviio problem on Raspberry Pi

PostPosted: Fri Nov 14, 2014 6:11 pm
by akteg
keaza wrote:try and get the same version of java on both devices, if you still have a issue then its either the PI not being able to handle it or a plugin issue

I updated to the latest version of java on windows - works as before. I agree that something is wrong with raspberry pi, because before I was going to update java on it, vimeo-plugin suddenly started working. I decided to finish the theme with plugins, I think I can find an alternative seasonvar-plugin.

Until now, interested in the solution for the first question. Thanks.