FAQ  •  Register  •  Login

Kind of Java error

<<

mcamerar

Serviio newbie

Posts: 12

Joined: Tue Oct 18, 2011 6:31 pm

Post Wed Oct 19, 2011 5:11 am

Kind of Java error

I am checking the log of my Serviio, everything seems to work but in the log when I watch some links i get this error:

2011-10-19 08:02:36,054 ERROR [ContainerNode] Cannot retrieve results of action command: Cannot execute library command for list: fromIndex(288) > toIndex(8)
org.serviio.upnp.service.contentdirectory.command.CommandExecutionException: Cannot execute library command for list: fromIndex(288) > toIndex(8)
at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItemList(AbstractCommand.java:118)
at org.serviio.upnp.service.contentdirectory.definition.ContainerNode.executeListAction(ContainerNode.java:234)
at org.serviio.upnp.service.contentdirectory.definition.ContainerNode.findContainerItems(ContainerNode.java:174)
at org.serviio.upnp.service.contentdirectory.definition.ContainerNode.retrieveContainerItems(ContainerNode.java:80)
at org.serviio.upnp.service.contentdirectory.definition.ActionNode.retrieveContainerItems(ActionNode.java:132)
at org.serviio.upnp.service.contentdirectory.ContentDirectory.Browse(ContentDirectory.java:196)
at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeOperation(ServiceInvoker.java:253)
at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeService(ServiceInvoker.java:93)
at org.serviio.upnp.webserver.ServiceControlRequestHandler.handleRequest(ServiceControlRequestHandler.java:74)
at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:54)
at org.apache.http.protocol.HttpService.doService(HttpService.java:293)
at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:58)
at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:212)
at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:187)
Caused by: java.lang.IllegalArgumentException: fromIndex(288) > toIndex(8)
at java.util.SubList.<init>(Unknown Source)
at java.util.RandomAccessSubList.<init>(Unknown Source)
at java.util.AbstractList.subList(Unknown Source)
at org.serviio.util.CollectionUtils.getSubList(CollectionUtils.java:240)
at org.serviio.library.online.feed.FeedService.getListOfFeedItems(FeedService.java:97)
at org.serviio.upnp.service.contentdirectory.command.AbstractOnlineFeedItemCommand.retrieveFeedItemList(AbstractOnlineFeedItemCommand.java:109)
at org.serviio.upnp.service.contentdirectory.command.AbstractOnlineFeedItemCommand.retrieveList(AbstractOnlineFeedItemCommand.java:57)
at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItemList(AbstractCommand.java:112)
... 16 more
2011-10-19 08:05:32,833 ERROR [ContainerNode] Cannot retrieve results of action command: Cannot execute library command for list: fromIndex(357) > toIndex(25)
org.serviio.upnp.service.contentdirectory.command.CommandExecutionException: Cannot execute library command for list: fromIndex(357) > toIndex(25)
at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItemList(AbstractCommand.java:118)
at org.serviio.upnp.service.contentdirectory.definition.ContainerNode.executeListAction(ContainerNode.java:234)
at org.serviio.upnp.service.contentdirectory.definition.ContainerNode.findContainerItems(ContainerNode.java:174)
at org.serviio.upnp.service.contentdirectory.definition.ContainerNode.retrieveContainerItems(ContainerNode.java:80)
at org.serviio.upnp.service.contentdirectory.definition.ActionNode.retrieveContainerItems(ActionNode.java:132)
at org.serviio.upnp.service.contentdirectory.ContentDirectory.Browse(ContentDirectory.java:196)
at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeOperation(ServiceInvoker.java:253)
at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeService(ServiceInvoker.java:93)
at org.serviio.upnp.webserver.ServiceControlRequestHandler.handleRequest(ServiceControlRequestHandler.java:74)
at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:54)
at org.apache.http.protocol.HttpService.doService(HttpService.java:293)
at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:58)
at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:212)
at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:187)
Caused by: java.lang.IllegalArgumentException: fromIndex(357) > toIndex(25)
at java.util.SubList.<init>(Unknown Source)
at java.util.RandomAccessSubList.<init>(Unknown Source)
at java.util.AbstractList.subList(Unknown Source)
at org.serviio.util.CollectionUtils.getSubList(CollectionUtils.java:240)
at org.serviio.library.online.feed.FeedService.getListOfFeedItems(FeedService.java:97)
at org.serviio.upnp.service.contentdirectory.command.AbstractOnlineFeedItemCommand.retrieveFeedItemList(AbstractOnlineFeedItemCommand.java:109)
at org.serviio.upnp.service.contentdirectory.command.AbstractOnlineFeedItemCommand.retrieveList(AbstractOnlineFeedItemCommand.java:57)
at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItemList(AbstractCommand.java:112)
... 16 more

Could you please help me to fix it ? Is it normal or what should I do?
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Wed Oct 19, 2011 5:37 am

Re: Kind of Java error

make sure your ffmpeg is upto date and has librtmp enabled.
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

mcamerar

Serviio newbie

Posts: 12

Joined: Tue Oct 18, 2011 6:31 pm

Post Wed Oct 19, 2011 5:45 am

Re: Kind of Java error

Hi Phil
thank you or answering.
I am a newbie so I don't really know how to find out how to check if ffmpeg is update..is there any command to do it (through cmd i.e.) ?
Same to check if librtmp is enabled. Please help?
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Wed Oct 19, 2011 5:52 am

Re: Kind of Java error

yes there is i am asuming your on linux and not windows though. but firstly post the top section of your serviio log file the bit in *****s as that will tell me alot :)

and the in cmd go to the serviio directory and type " ffmpeg -i " :)
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

mcamerar

Serviio newbie

Posts: 12

Joined: Tue Oct 18, 2011 6:31 pm

Post Wed Oct 19, 2011 6:04 am

Re: Kind of Java error

No I am using windows 7 on a tv Philips 8605
I just updated java to version 29 now by the way, but the error is still there....
Here there is....

2011-10-19 08:58:55,732 INFO [MediaServer] ------------------------------------------------------------------------
2011-10-19 08:58:55,734 INFO [MediaServer] Serviio DLNA media streaming server v 0.6.0.1 (rev. 8e4ee98bff12)
2011-10-19 08:58:55,734 INFO [MediaServer] Petr Nejedly 2009-2011
2011-10-19 08:58:55,734 INFO [MediaServer] http://www.serviio.org
2011-10-19 08:58:55,734 INFO [MediaServer]
2011-10-19 08:58:55,734 INFO [MediaServer] Java 1.6.0_29-Sun Microsystems Inc.
2011-10-19 08:58:55,734 INFO [MediaServer] OS Windows 7 x86 6.1
2011-10-19 08:58:55,735 INFO [MediaServer] File encoding: windows-1252
2011-10-19 08:58:55,735 INFO [MediaServer] Headless mode enabled: true
2011-10-19 08:58:55,735 INFO [MediaServer] User home dir: C:\Windows\System32\config\systemprofile
2011-10-19 08:58:55,735 INFO [MediaServer] Temp dir: C:\Windows\TEMP\
2011-10-19 08:58:55,735 INFO [MediaServer] ------------------------------------------------------------------------
2011-10-19 08:58:55,922 INFO [RestletServer] Starting Restlet server exposed on port 23423
2011-10-19 08:58:56,005 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2011-10-19 08:58:58,033 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2011-10-19 08:58:58,597 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2011-10-19 08:58:58,973 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2011-10-19 08:58:59,362 INFO [ProfilesDefinitionParser] Added profile 'XBox 360' (id=3)
2011-10-19 08:58:59,744 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2011-10-19 08:59:00,037 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2011-10-19 08:59:00,315 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2011-10-19 08:59:00,999 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7)
2011-10-19 08:59:01,122 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2011-10-19 08:59:02,031 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV' (id=9)
2011-10-19 08:59:03,518 INFO [ProfilesDefinitionParser] Added profile 'Sony BD Player' (id=10)
2011-10-19 08:59:04,035 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera' (id=12)
2011-10-19 08:59:04,516 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2011-10-19 08:59:04,642 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2011-10-19 08:59:04,697 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2011-10-19 08:59:04,878 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2011-10-19 08:59:04,969 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2011-10-19 08:59:05,172 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2011-10-19 08:59:05,228 INFO [ServiioConsole] Starting Serviio Console
2011-10-19 08:59:05,315 INFO [ServiioConsole] Connecting to Serviio REST on localhost:23423
2011-10-19 08:59:05,868 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV 2011' (id=19)
2011-10-19 08:59:06,584 INFO [Messages] Loaded console message bundle for locale: en
2011-10-19 08:59:06,623 INFO [ProfilesDefinitionParser] Added profile 'Sony SMP-N100' (id=20)
2011-10-19 08:59:06,671 INFO [CompositeCacheManager] Creating cache manager from config file: /cache.ccf
2011-10-19 08:59:06,680 INFO [ThreadPoolManager] thread_pool.default PoolConfiguration = useBoundary = [true] boundarySize = [2000] maximumPoolSize = [150] minimumPoolSize = [4] keepAliveTime = [300000] whenBlockedPolicy = [RUN] startUpSize = [4]
2011-10-19 08:59:06,685 INFO [CompositeCacheConfigurator] Setting default auxiliaries to null
2011-10-19 08:59:06,685 INFO [CompositeCacheConfigurator] No special CompositeCacheAttributes class defined for key [jcs.default.cacheattributes], using default class.
2011-10-19 08:59:06,687 INFO [CompositeCacheConfigurator] setting defaultCompositeCacheAttributes to [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 100, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2011-10-19 08:59:06,687 INFO [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.default.elementattributes], using default class.
2011-10-19 08:59:06,688 INFO [CompositeCacheConfigurator] setting defaultElementAttributes to [ IS_LATERAL = true, IS_SPOOL = true, IS_REMOTE = true, IS_ETERNAL = true, MaxLifeSeconds = -1, IdleTime = -1, CreateTime = 1319003946688, LastAccessTime = 1319003946688, getTimeToLiveSeconds() = -1, createTime = 1319003946688 ]
2011-10-19 08:59:06,733 INFO [LRUMemoryCache] initialized LRUMemoryCache for thumbnails
2011-10-19 08:59:06,733 INFO [CompositeCache] Constructed cache with name [thumbnails] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2011-10-19 08:59:06,734 INFO [LRUMemoryCache] initialized LRUMemoryCache for online_feeds
2011-10-19 08:59:06,734 INFO [CompositeCache] Constructed cache with name [online_feeds] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2011-10-19 08:59:06,734 INFO [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_default.elementattributes], using default class.
2011-10-19 08:59:06,734 INFO [LRUMemoryCache] initialized LRUMemoryCache for local_default
2011-10-19 08:59:06,734 INFO [CompositeCache] Constructed cache with name [local_default] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2011-10-19 08:59:06,734 INFO [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_resetafterplay.elementattributes], using default class.
2011-10-19 08:59:06,734 INFO [LRUMemoryCache] initialized LRUMemoryCache for local_resetafterplay
2011-10-19 08:59:06,734 INFO [CompositeCache] Constructed cache with name [local_resetafterplay] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2011-10-19 08:59:06,734 INFO [CompositeCacheConfigurator] Parsed regions [thumbnails, online_feeds, local_default, local_resetafterplay]
2011-10-19 08:59:06,735 INFO [CompositeCacheConfigurator] Finished configuration in 52 ms.
2011-10-19 08:59:07,205 INFO [WebServer] Socket buffer set to 65535 bytes
2011-10-19 08:59:07,206 INFO [Device] Created UPnP Device with UUID: 3d3a65b8-9910-3111-900d-0c65ab0f6bfa, bound address: 192.168.1.100
2011-10-19 08:59:07,233 INFO [PluginCompilerThread] Looking for plugins at C:\Program Files\Serviio\bin\..\plugins
2011-10-19 08:59:07,233 INFO [PluginCompilerThread] Started looking for plugins
2011-10-19 08:59:07,523 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2011-10-19 08:59:07,589 INFO [WebServer] WebServer starting on port 8895
2011-10-19 08:59:07,603 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2011-10-19 08:59:07,603 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2011-10-19 08:59:07,603 INFO [EventDispatcher] Starting EventDispatcher
2011-10-19 08:59:07,621 INFO [RendererSearchSender] Searching for Renderer devices
2011-10-19 08:59:07,622 INFO [RendererExpirationChecker] Starting RendererExpirationChecker
2011-10-19 08:59:07,740 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface net3 (Intel(R) PRO/Wireless 3945ABG Network Connection) and address 192.168.1.100, timeout = 0
2011-10-19 08:59:08,599 INFO [RendererManager] Stored a new renderer: uuid='a586c983-2061-44d2-b7a5-247e1eea14de', name = 'Unrecognized device', ipAddress='192.168.1.100', profile = '1'
2011-10-19 08:59:09,290 INFO [PluginCompilerThread] Added plugin YouTubeUrlExctractor (Youtube.groovy)
2011-10-19 08:59:15,920 INFO [Messages] Loaded console message bundle for locale: en
2011-10-19 08:59:16,057 INFO [UpdateChecker] Checking if a new version is available
2011-10-19 08:59:23,705 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition
2011-10-19 08:59:24,967 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: it
2011-10-19 08:59:34,525 INFO [FeedUpdaterThread] Started looking for information about online feeds
2011-10-19 08:59:34,528 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2011-10-19 08:59:34,531 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2011-10-19 09:01:33,941 ERROR [ContainerNode] Cannot retrieve results of action command: Cannot execute library command for list: fromIndex(23) > toIndex(8)
org.serviio.upnp.service.contentdirectory.command.CommandExecutionException: Cannot execute library command for list: fromIndex(23) > toIndex(8)
at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItemList(AbstractCommand.java:118)
at org.serviio.upnp.service.contentdirectory.definition.ContainerNode.executeListAction(ContainerNode.java:234)
at org.serviio.upnp.service.contentdirectory.definition.ContainerNode.findContainerItems(ContainerNode.java:174)
at org.serviio.upnp.service.contentdirectory.definition.ContainerNode.retrieveContainerItems(ContainerNode.java:80)
at org.serviio.upnp.service.contentdirectory.definition.ActionNode.retrieveContainerItems(ActionNode.java:132)
at org.serviio.upnp.service.contentdirectory.ContentDirectory.Browse(ContentDirectory.java:196)
at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeOperation(ServiceInvoker.java:253)
at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeService(ServiceInvoker.java:93)
at org.serviio.upnp.webserver.ServiceControlRequestHandler.handleRequest(ServiceControlRequestHandler.java:74)
at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:54)
at org.apache.http.protocol.HttpService.doService(HttpService.java:293)
at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:58)
at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:212)
at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:187)
Caused by: java.lang.IllegalArgumentException: fromIndex(23) > toIndex(8)
at java.util.SubList.<init>(Unknown Source)
at java.util.RandomAccessSubList.<init>(Unknown Source)
at java.util.AbstractList.subList(Unknown Source)
at org.serviio.util.CollectionUtils.getSubList(CollectionUtils.java:240)
at org.serviio.library.online.feed.FeedService.getListOfFeedItems(FeedService.java:97)
at org.serviio.upnp.service.contentdirectory.command.AbstractOnlineFeedItemCommand.retrieveFeedItemList(AbstractOnlineFeedItemCommand.java:109)
at org.serviio.upnp.service.contentdirectory.command.AbstractOnlineFeedItemCommand.retrieveList(AbstractOnlineFeedItemCommand.java:57)
at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItemList(AbstractCommand.java:112)
... 16 more
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Oct 19, 2011 8:13 am

Re: Kind of Java error

THis is nothing to do with FFmpeg. It's a code problem, possibly bug. Can you enable detailed log and try to reproduce the bug again?
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Oct 19, 2011 9:44 am

Re: Kind of Java error

For detailed logging enabling, see signature links...
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

mcamerar

Serviio newbie

Posts: 12

Joined: Tue Oct 18, 2011 6:31 pm

Post Wed Oct 19, 2011 8:05 pm

Re: Kind of Java error

I've enabled the detailed log......The Error is still here !

2011-10-19 20:17:48,238 DEBUG [FeedUpdaterThread] Retrieving information about the video stream
2011-10-19 20:17:48,238 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:17:48,238 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:17:48,403 DEBUG [WebServer] Incoming connection from /192.168.1.105:56169
2011-10-19 20:17:48,526 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.105:
2011-10-19 20:17:48,526 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.105
2011-10-19 20:17:48,532 DEBUG [ContentDirectory] Browse() called for renderer NMR (profile 6) with parameters: objectID = V_OF#REPO_10#F_4, browseFlag = BrowseMetadata, filter = @id,@childCount,@parentID,dc:title,dc:date,upnp:album,upnp:artist,upnp:actor,upnp:genre,upnp:director,upnp:producer,upnp:region,upnp:rating,res,res@protocolInfo,res@size,res@duration,res@resolution, startIndex = 0, count = 1, sortCriteria =
2011-10-19 20:17:48,532 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 10)
2011-10-19 20:17:48,533 DEBUG [FeedCacheDecorator] Found entry in the cache (online_feeds), returning it
2011-10-19 20:17:48,533 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000000100004 and profile DirecTV HD-DVR
2011-10-19 20:17:48,533 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file http://dig.abclocal.go.com/wls/video/20 ... er-cnn.mp4: MPEG_PS_PAL
2011-10-19 20:17:48,533 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file http://dig.abclocal.go.com/wls/video/20 ... er-cnn.mp4: MPEG_PS_NTSC
2011-10-19 20:17:48,880 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-10-19 20:17:49,044 DEBUG [WebServer] Incoming connection from /192.168.1.105:56170
2011-10-19 20:17:49,066 DEBUG [WebServer] Incoming connection from /192.168.1.105:56171
2011-10-19 20:17:49,066 DEBUG [WebServer] Incoming connection from /192.168.1.105:56172
2011-10-19 20:17:49,166 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.105:
2011-10-19 20:17:49,166 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.105
2011-10-19 20:17:49,173 DEBUG [ContentDirectory] Browse() called for renderer NMR (profile 6) with parameters: objectID = V_OF#REPO_10, browseFlag = BrowseMetadata, filter = @id,@childCount,@parentID,dc:title,dc:date,upnp:album,upnp:artist,upnp:actor,upnp:genre,upnp:director,upnp:producer,upnp:region,upnp:rating,res,res@protocolInfo,res@size,res@duration,res@resolution, startIndex = 0, count = 1, sortCriteria =
2011-10-19 20:17:49,174 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 10)
2011-10-19 20:17:49,175 DEBUG [FeedCacheDecorator] Found entry in the cache (online_feeds), returning it
2011-10-19 20:17:49,175 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 10)
2011-10-19 20:17:49,176 DEBUG [FeedCacheDecorator] Found entry in the cache (online_feeds), returning it
2011-10-19 20:17:49,182 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-10-19 20:17:49,187 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.105:
2011-10-19 20:17:49,188 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.105
2011-10-19 20:17:49,192 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.105:
2011-10-19 20:17:49,192 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.105
2011-10-19 20:17:49,196 DEBUG [ContentDirectory] Browse() called for renderer NMR (profile 6) with parameters: objectID = V_OF#REPO_10#F_4, browseFlag = BrowseMetadata, filter = @id,@childCount,@parentID,dc:title,dc:date,upnp:album,upnp:artist,upnp:actor,upnp:genre,upnp:director,upnp:producer,upnp:region,upnp:rating,res,res@protocolInfo,res@size,res@duration,res@resolution, startIndex = 0, count = 1, sortCriteria =
2011-10-19 20:17:49,196 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 10)
2011-10-19 20:17:49,197 DEBUG [FeedCacheDecorator] Found entry in the cache (online_feeds), returning it
2011-10-19 20:17:49,198 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000000100004 and profile DirecTV HD-DVR
2011-10-19 20:17:49,198 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file http://dig.abclocal.go.com/wls/video/20 ... er-cnn.mp4: MPEG_PS_PAL
2011-10-19 20:17:49,198 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file http://dig.abclocal.go.com/wls/video/20 ... er-cnn.mp4: MPEG_PS_NTSC
2011-10-19 20:17:49,200 DEBUG [ContentDirectory] Browse() called for renderer NMR (profile 6) with parameters: objectID = V_OF#REPO_10, browseFlag = BrowseDirectChildren, filter = @id,dc:title,res,res@protocolInfo, startIndex = 74, count = 50, sortCriteria =
2011-10-19 20:17:49,201 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 10)
2011-10-19 20:17:49,201 DEBUG [FeedCacheDecorator] Found entry in the cache (online_feeds), returning it
2011-10-19 20:17:49,204 ERROR [ContainerNode] Cannot retrieve results of action command: Cannot execute library command for list: fromIndex(74) > toIndex(8)
org.serviio.upnp.service.contentdirectory.command.CommandExecutionException: Cannot execute library command for list: fromIndex(74) > toIndex(8)
at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItemList(AbstractCommand.java:118)
at org.serviio.upnp.service.contentdirectory.definition.ContainerNode.executeListAction(ContainerNode.java:234)
at org.serviio.upnp.service.contentdirectory.definition.ContainerNode.findContainerItems(ContainerNode.java:174)
at org.serviio.upnp.service.contentdirectory.definition.ContainerNode.retrieveContainerItems(ContainerNode.java:80)
at org.serviio.upnp.service.contentdirectory.definition.ActionNode.retrieveContainerItems(ActionNode.java:132)
at org.serviio.upnp.service.contentdirectory.ContentDirectory.Browse(ContentDirectory.java:196)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeOperation(ServiceInvoker.java:253)
at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeService(ServiceInvoker.java:93)
at org.serviio.upnp.webserver.ServiceControlRequestHandler.handleRequest(ServiceControlRequestHandler.java:74)
at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:54)
at org.apache.http.protocol.HttpService.doService(HttpService.java:293)
at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:58)
at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:212)
at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:187)
Caused by: java.lang.IllegalArgumentException: fromIndex(74) > toIndex(8)
at java.util.SubList.<init>(Unknown Source)
at java.util.RandomAccessSubList.<init>(Unknown Source)
at java.util.AbstractList.subList(Unknown Source)
at org.serviio.util.CollectionUtils.getSubList(CollectionUtils.java:240)
at org.serviio.library.online.feed.FeedService.getListOfFeedItems(FeedService.java:97)
at org.serviio.upnp.service.contentdirectory.command.AbstractOnlineFeedItemCommand.retrieveFeedItemList(AbstractOnlineFeedItemCommand.java:109)
at org.serviio.upnp.service.contentdirectory.command.AbstractOnlineFeedItemCommand.retrieveList(AbstractOnlineFeedItemCommand.java:57)
at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItemList(AbstractCommand.java:112)
... 16 more
2011-10-19 20:17:49,208 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-10-19 20:17:49,216 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-10-19 20:17:49,638 DEBUG [WebServer] Incoming connection from /192.168.1.105:56173
2011-10-19 20:17:49,639 DEBUG [ResourceTransportRequestHandler] GET /resource/1000000000100004/MEDIA_ITEM/MPEG_PS_PAL$0 HTTP/1.1, headers = [Host: 192.168.1.100:8895,Accept: */*,Connection: keep-alive,User-Agent: Streamium/1.0]]
2011-10-19 20:17:49,640 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.105
2011-10-19 20:17:49,642 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.105, Profile=DirecTV HD-DVR'
2011-10-19 20:17:49,644 DEBUG [ResourceTransportRequestHandler] Request for resource 1000000000100004 and type 'MEDIA_ITEM' received
2011-10-19 20:17:49,645 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1000000000100004 (online)
2011-10-19 20:17:49,645 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 10)
2011-10-19 20:17:49,646 DEBUG [FeedCacheDecorator] Found entry in the cache (online_feeds), returning it
2011-10-19 20:17:49,646 DEBUG [VideoDeliveryEngine] Delivering item '1000000000100004' for client 'IPAddress=/192.168.1.105, Profile=DirecTV HD-DVR'
2011-10-19 20:17:49,646 DEBUG [VideoDeliveryEngine] Delivering file 'http://dig.abclocal.go.com/wls/video/2011/10/18/wls_101811_girl-driver-cnn.mp4' using transcoding
2011-10-19 20:17:49,647 DEBUG [AbstractTranscodingDeliveryEngine] No suitable transcoding job exists yet, start one for client 'IPAddress=/192.168.1.105, Profile=DirecTV HD-DVR'
2011-10-19 20:17:49,649 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file: http://dig.abclocal.go.com/wls/video/20 ... er-cnn.mp4
2011-10-19 20:17:49,650 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i http://dig.abclocal.go.com/wls/video/20 ... er-cnn.mp4 -y -threads 2 -vcodec mpeg2video -sameq -r 24000/1001 -g 15 -copyts -acodec mp2 -ab 48k -ac 2 -map 0:2 -map 0:3 -sn -f vob C:\Windows\TEMP\Serviio\transcoding-temp-1000000000100004-MPEG2PS.stf
2011-10-19 20:17:49,840 DEBUG [OnlineLibraryManager] Thumbnail http://videos.revision3.com/revision3/i ... .thumb.jpg not in cache yet, loading it
2011-10-19 20:17:49,905 DEBUG [CoverImageService] Resizing and storing cover art image
2011-10-19 20:17:49,905 DEBUG [ImageUtils] Starting image resize, size = 8430 bytes
2011-10-19 20:17:49,960 DEBUG [ImageUtils] Returning resized image, size = 4282 bytes
2011-10-19 20:17:49,960 DEBUG [CoverImageService] Image successfully resized
2011-10-19 20:17:49,960 DEBUG [ThumbnailCacheDecorator] Stored entry in the cache (thumbnails), returning it
2011-10-19 20:17:49,961 DEBUG [FeedUpdaterThread] Retrieving information about the video stream
2011-10-19 20:17:49,961 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:17:49,961 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:17:50,625 DEBUG [WebServer] Incoming connection from /192.168.1.105:56174
2011-10-19 20:17:50,743 DEBUG [ServiceEventSubscriptionRequestHandler] ServiceEvent renewal request received for service ContentDirectory and subscription uuid:d945a6ba-fda8-4834-93b2-29c0e2e1f4cf
2011-10-19 20:17:50,743 DEBUG [ServiceEventSubscriptionRequestHandler] Event subscription renewed for service urn:upnp-org:serviceId:ContentDirectory and subscription d945a6ba-fda8-4834-93b2-29c0e2e1f4cf
2011-10-19 20:17:51,243 DEBUG [AbstractCDSLibraryIndexingListener] Library updated, notifying CDS
2011-10-19 20:17:51,374 DEBUG [EventDispatcher] Sending event notification #21 for subscription d945a6ba-fda8-4834-93b2-29c0e2e1f4cf to endpoint http://192.168.1.105:49153/
2011-10-19 20:17:51,374 DEBUG [RequestExecutor] Sending HTTP request to 192.168.1.105:49153
2011-10-19 20:17:51,384 DEBUG [EventDispatcher] Event notification sent and received successfully
2011-10-19 20:17:52,516 DEBUG [OnlineLibraryManager] Thumbnail http://videos.revision3.com/revision3/i ... .thumb.jpg not in cache yet, loading it
2011-10-19 20:17:52,578 DEBUG [CoverImageService] Resizing and storing cover art image
2011-10-19 20:17:52,578 DEBUG [ImageUtils] Starting image resize, size = 10108 bytes
2011-10-19 20:17:52,617 DEBUG [ImageUtils] Returning resized image, size = 2979 bytes
2011-10-19 20:17:52,617 DEBUG [CoverImageService] Image successfully resized
2011-10-19 20:17:52,617 DEBUG [ThumbnailCacheDecorator] Stored entry in the cache (thumbnails), returning it
2011-10-19 20:17:52,617 DEBUG [FeedUpdaterThread] Retrieving information about the video stream
2011-10-19 20:17:52,617 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:17:52,617 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:17:54,081 DEBUG [OnlineLibraryManager] Thumbnail http://videos.revision3.com/revision3/i ... .thumb.jpg not in cache yet, loading it
2011-10-19 20:17:54,167 DEBUG [CoverImageService] Resizing and storing cover art image
2011-10-19 20:17:54,167 DEBUG [ImageUtils] Starting image resize, size = 9500 bytes
2011-10-19 20:17:54,195 DEBUG [ImageUtils] Returning resized image, size = 2542 bytes
2011-10-19 20:17:54,195 DEBUG [CoverImageService] Image successfully resized
2011-10-19 20:17:54,195 DEBUG [ThumbnailCacheDecorator] Stored entry in the cache (thumbnails), returning it
2011-10-19 20:17:54,196 DEBUG [FeedUpdaterThread] Retrieving information about the video stream
2011-10-19 20:17:54,196 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:17:54,196 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:17:55,190 DEBUG [OnlineLibraryManager] Thumbnail http://videos.revision3.com/revision3/i ... .thumb.jpg not in cache yet, loading it
2011-10-19 20:17:55,368 DEBUG [CoverImageService] Resizing and storing cover art image
2011-10-19 20:17:55,368 DEBUG [ImageUtils] Starting image resize, size = 10253 bytes
2011-10-19 20:17:55,389 DEBUG [ImageUtils] Returning resized image, size = 2939 bytes
2011-10-19 20:17:55,389 DEBUG [CoverImageService] Image successfully resized
2011-10-19 20:17:55,389 DEBUG [ThumbnailCacheDecorator] Stored entry in the cache (thumbnails), returning it
2011-10-19 20:17:55,389 DEBUG [FeedUpdaterThread] Retrieving information about the video stream
2011-10-19 20:17:55,389 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:17:55,390 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:17:55,644 DEBUG [WebServer] Incoming connection from /192.168.1.105:56175
2011-10-19 20:17:55,762 DEBUG [ServiceEventSubscriptionRequestHandler] ServiceEvent renewal request received for service ContentDirectory and subscription uuid:d945a6ba-fda8-4834-93b2-29c0e2e1f4cf
2011-10-19 20:17:55,763 DEBUG [ServiceEventSubscriptionRequestHandler] Event subscription renewed for service urn:upnp-org:serviceId:ContentDirectory and subscription d945a6ba-fda8-4834-93b2-29c0e2e1f4cf
2011-10-19 20:17:56,243 DEBUG [AbstractCDSLibraryIndexingListener] Library updated, notifying CDS
2011-10-19 20:17:56,384 DEBUG [EventDispatcher] Sending event notification #22 for subscription d945a6ba-fda8-4834-93b2-29c0e2e1f4cf to endpoint http://192.168.1.105:49153/
2011-10-19 20:17:56,389 DEBUG [RequestExecutor] Sending HTTP request to 192.168.1.105:49153
2011-10-19 20:17:56,415 DEBUG [EventDispatcher] Event notification sent and received successfully
2011-10-19 20:17:56,628 DEBUG [OnlineLibraryManager] Thumbnail http://videos.revision3.com/revision3/i ... .thumb.jpg not in cache yet, loading it
2011-10-19 20:17:56,677 DEBUG [CoverImageService] Resizing and storing cover art image
2011-10-19 20:17:56,677 DEBUG [ImageUtils] Starting image resize, size = 10978 bytes
2011-10-19 20:17:56,706 DEBUG [ImageUtils] Returning resized image, size = 3174 bytes
2011-10-19 20:17:56,706 DEBUG [CoverImageService] Image successfully resized
2011-10-19 20:17:56,707 DEBUG [ThumbnailCacheDecorator] Stored entry in the cache (thumbnails), returning it
2011-10-19 20:17:56,707 DEBUG [FeedUpdaterThread] Retrieving information about the video stream
2011-10-19 20:17:56,707 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:17:56,707 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:17:58,044 DEBUG [OnlineLibraryManager] Thumbnail http://videos.revision3.com/revision3/i ... .thumb.jpg not in cache yet, loading it
2011-10-19 20:17:58,097 DEBUG [CoverImageService] Resizing and storing cover art image
2011-10-19 20:17:58,097 DEBUG [ImageUtils] Starting image resize, size = 10358 bytes
2011-10-19 20:17:58,134 DEBUG [ImageUtils] Returning resized image, size = 2928 bytes
2011-10-19 20:17:58,134 DEBUG [CoverImageService] Image successfully resized
2011-10-19 20:17:58,134 DEBUG [ThumbnailCacheDecorator] Stored entry in the cache (thumbnails), returning it
2011-10-19 20:17:58,134 DEBUG [FeedUpdaterThread] Retrieving information about the video stream
2011-10-19 20:17:58,134 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:17:58,134 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:17:59,267 DEBUG [OnlineLibraryManager] Thumbnail http://videos.revision3.com/revision3/i ... .thumb.jpg not in cache yet, loading it
2011-10-19 20:17:59,325 DEBUG [CoverImageService] Resizing and storing cover art image
2011-10-19 20:17:59,325 DEBUG [ImageUtils] Starting image resize, size = 9352 bytes
2011-10-19 20:17:59,361 DEBUG [ImageUtils] Returning resized image, size = 2726 bytes
2011-10-19 20:17:59,361 DEBUG [CoverImageService] Image successfully resized
2011-10-19 20:17:59,362 DEBUG [ThumbnailCacheDecorator] Stored entry in the cache (thumbnails), returning it
2011-10-19 20:17:59,362 DEBUG [FeedUpdaterThread] Retrieving information about the video stream
2011-10-19 20:17:59,362 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:17:59,362 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:18:00,672 DEBUG [WebServer] Incoming connection from /192.168.1.105:56176
2011-10-19 20:18:00,688 DEBUG [OnlineLibraryManager] Thumbnail http://videos.revision3.com/revision3/i ... .thumb.jpg not in cache yet, loading it
2011-10-19 20:18:00,734 DEBUG [CoverImageService] Resizing and storing cover art image
2011-10-19 20:18:00,734 DEBUG [ImageUtils] Starting image resize, size = 13101 bytes
2011-10-19 20:18:00,766 DEBUG [ImageUtils] Returning resized image, size = 4078 bytes
2011-10-19 20:18:00,766 DEBUG [CoverImageService] Image successfully resized
2011-10-19 20:18:00,766 DEBUG [ThumbnailCacheDecorator] Stored entry in the cache (thumbnails), returning it
2011-10-19 20:18:00,766 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 26)
2011-10-19 20:18:00,766 DEBUG [OnlineLibraryManager] Feed http://revision3.com/unboxingporn/feed/MP4-hd30 not in cache yet, loading it
2011-10-19 20:18:00,766 DEBUG [FeedParser] Parsing feed 'http://revision3.com/unboxingporn/feed/MP4-hd30'
2011-10-19 20:18:00,781 DEBUG [ServiceEventSubscriptionRequestHandler] ServiceEvent renewal request received for service ContentDirectory and subscription uuid:d945a6ba-fda8-4834-93b2-29c0e2e1f4cf
2011-10-19 20:18:00,781 DEBUG [ServiceEventSubscriptionRequestHandler] Event subscription renewed for service urn:upnp-org:serviceId:ContentDirectory and subscription d945a6ba-fda8-4834-93b2-29c0e2e1f4cf
2011-10-19 20:18:01,249 DEBUG [AbstractCDSLibraryIndexingListener] Library updated, notifying CDS
2011-10-19 20:18:01,280 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface net3 (Intel(R) PRO/Wireless 3945ABG Network Connection) and address 192.168.1.100, timeout = 0
2011-10-19 20:18:01,280 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 3d3a65b8-9910-3111-900d-0c65ab0f6bfa
2011-10-19 20:18:01,452 DEBUG [EventDispatcher] Sending event notification #23 for subscription d945a6ba-fda8-4834-93b2-29c0e2e1f4cf to endpoint http://192.168.1.105:49153/
2011-10-19 20:18:01,452 DEBUG [RequestExecutor] Sending HTTP request to 192.168.1.105:49153
2011-10-19 20:18:01,452 DEBUG [EventDispatcher] Event notification sent and received successfully
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 1: 'Mission Audio M-Isphere Mini Dune 2.0 Compact Loudspeaker System Unboxing Porn! - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 2: 'Sony Tablet S - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 3: 'HP touchpad tablet. You want it. We have it. - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 4: 'Sexiest Samsung Galaxy Tab 10.1 Unboxing Yet - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 5: 'Hot playtime with the new Macbook Air - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 6: 'Getting Comfy with Toshiba's Thrive Running Android's Honeycomb - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 7: 'Hot Unboxing With Thinkgeek's iCade: iPad Arcade Cabinet - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 8: 'Get Your Steamy T-mobile G-Slate with Google Unboxing On! - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 9: 'Duke Nukem Forever: Balls of Steel Edition, a Rude Unboxing! - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 10: 'Playing with the Blackberry Playbook - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 11: 'Mortal Kombat Tournament and Kollectors edition - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 12: 'Getting Sexy with the Astro A40 Wireless System - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 13: 'Collectors Edition Transformer Undressed - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 14: 'UNDRESSING THE NINTENDO 3DS - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 15: 'HOT IPAD 2 UNWRAPPING - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 16: 'Undressing the Motorola Xoom - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 17: 'Nerf Longshot CS-6 Rifle - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 18: 'Verizon iPhone 4 - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 19: 'Little Big Planet 2 Collectors Edition - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 20: 'Windows Phone 7 HTC HD7 - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 21: 'World of Warcraft Cataclysm Collector's Edition - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 22: 'Microsoft Kinect sex tape - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 23: 'Call of Duty Black Ops Prestige Edition Naughtiness! - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 24: 'D-link Boxee Box! - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedParser] Added feed item 25: 'Apple MacBook Air! - Unboxing Porn'
2011-10-19 20:18:01,936 DEBUG [FeedCacheDecorator] Stored entry in the cache (online_feeds), returning it
2011-10-19 20:18:01,936 DEBUG [OnlineLibraryManager] Feed http://revision3.com/unboxingporn/feed/MP4-hd30 will expire in the cache on Wed Oct 19 22:18:01 EEST 2011
2011-10-19 20:18:01,936 DEBUG [FeedUpdaterThread] Retrieving information about the video stream
2011-10-19 20:18:01,936 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:18:01,936 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i http://videos.revision3.com/revision3/w ... 0.h264.mp4
2011-10-19 20:18:03,059 DEBUG [OnlineLibraryManager] Thumbnail http://videos.revision3.com/revision3/i ... .thumb.jpg not in cache yet, loading it
2011-10-19 20:18:03,106 DEBUG [CoverImageService] Resizing and storing cover art image
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Oct 19, 2011 9:45 pm

Re: Kind of Java error

what is your device?
<<

mcamerar

Serviio newbie

Posts: 12

Joined: Tue Oct 18, 2011 6:31 pm

Post Thu Oct 20, 2011 6:31 am

Re: Kind of Java error

I installed Serviio on a Acer 5601 AwLMI T2050 1.6 Ghz with ATI X1300
The router is WR740N (indeed quite good)
TV PHILIPS 8605
The Acer is connected wireless and tv is by cable ethernet.
On Serviio I tried all the profiles but most of them are not ok or they are not playing something....the only one the play everything (so far) is the GENERIC DLNA Profile.
I added this line inthe library http://abclocal.go.com/wls/xml?id=7098740&param1=mrss and it works but sometimes it plays with audio other times there is no audio (for the same video) !
On the contrary this line http://revision3.com/hak5/feed/MP4-hd30 always plays perfectly (audio and video) and all line with youtube are perfect too.
All my movies are playing although some of then have a srt file for subtitles but no way to see any subs.
If you could help me to solve all these little problems, then Serviio woud be not only the Best but the only One !
Let me sumarize my problems :
1) In the log there is that ERROR about Java, do you know what is it?
2) Here http://abclocal.go.com/wls/xml?id=7098740&param1=mrss sometimes (randomly) I can hear audio...(maybe is the same for eveyone?)
3) My connection is 20mb up and down but sometimes on these channels (http://revision3.com/hak5/feed/MP4-hd30) it get stucks .
4) No subtitles at all with any of my movies.
Thanks
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Oct 20, 2011 8:30 am

Re: Kind of Java error

1) In the log there is that ERROR about Java, do you know what is it?

This line is weird, it's asking for list of items in a feed starting at position 74, which obviously doesn't exist so it looks like the device ins making this up. It's NMR, profile 6, is that your device? It seems like it's not preventing you browsing the feeds so you might as well ignore that.:
  Code:
2011-10-19 20:17:49,200 DEBUG [ContentDirectory] Browse() called for renderer NMR (profile 6) with parameters: objectID = V_OF#REPO_10, browseFlag = BrowseDirectChildren, filter = @id,dc:title,res,res@protocolInfo, startIndex = 74, count = 50, sortCriteria =

2) Here http://abclocal.go.com/wls/xml?id=7098740&param1=mrss sometimes (randomly) I can hear audio...(maybe is the same for eveyone?)

Might be the feed encoding or you might have to set up transcoding in a different way for online feeds. Up to you as the other feeds seem to work for you.
3) My connection is 20mb up and down but sometimes on these channels (http://revision3.com/hak5/feed/MP4-hd30) it get stucks .

You can enable detailed logging, play the feed, get the ffmpeg transcoding command and try to run it manually - see how many FPS you're getting.
4) No subtitles at all with any of my movies.

Subtitles are not setup for Generic profile and I'm not sure if they're even supported for Phillips devices. Did you get them working with another software?
<<

mcamerar

Serviio newbie

Posts: 12

Joined: Tue Oct 18, 2011 6:31 pm

Post Thu Oct 20, 2011 2:12 pm

Re: Kind of Java error

Thank you for your answer ...you have been very helpful !
I will continue experiment with Serviio ..
Next thing will be to create a proper profile for Philips which I know it has quite a lot of problems with encoding and other stuff.
In fact before Serviio, I tryed at least other 6-7 media server with no o very poor results. Only one was as good as your (i will not say it here !:) but it's not free...
I read many complaints about Philips tv (also on the official forum) and I think will not be easy to see subtitles.
I will try to do a test with a usb with some movies with srt and see if they works (never tried before!)
On the other hand, testing profiles I will start with the generic one ( that one I am using now) and start to change, substitute or delete some of the lines inside to create a proper. I will keep u informed.
About question 1, yes NMR is my device, I understand that I must ignore the error, but........would be good to know why !!
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Oct 20, 2011 2:37 pm

Re: Kind of Java error

Have a look at this forum: viewtopic.php?f=5&t=3591

Return to User experiences

Who is online

Users browsing this forum: No registered users and 15 guests

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