Samsung TV not showing images
I just set up a Serviio Media server at home, I run it on Win7, the latest version of Serviio.
More or less everything works, except I cannot see images on my Samsung UE46F6750 TV. It states that the folder is empty, altough it should have quite few folders and files in it.
I try diging down to Serviio log file where I can see images added to the library.
But when I open Serviio on my TV, select Images, I see "empty folder" message. At that point this record is inserted on Serviio log file:
2013-11-28 18:41:56,480 ERROR [ContainerNode] Cannot retrieve results of action command: Cannot execute library command for list: Cannot get number of IMAGE media items in folder: null
org.serviio.upnp.service.contentdirectory.command.CommandExecutionException: Cannot execute library command for list: Cannot get number of IMAGE media items in folder: null
at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItemList(AbstractCommand.java:154)
at org.serviio.upnp.service.contentdirectory.definition.ContainerNode.executeListAction(ContainerNode.java:243)
at org.serviio.upnp.service.contentdirectory.definition.ContainerNode.findContainerItems(ContainerNode.java:183)
at org.serviio.upnp.service.contentdirectory.definition.ContainerNode.findContainerItems(ContainerNode.java:167)
at org.serviio.upnp.service.contentdirectory.definition.ContainerNode.retrieveContainerItems(ContainerNode.java:85)
at org.serviio.upnp.service.contentdirectory.ContentDirectoryEngine.browse(ContentDirectoryEngine.java:102)
at org.serviio.upnp.service.contentdirectory.ContentDirectory.Browse(ContentDirectory.java:152)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.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:66)
at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:61)
at org.apache.http.protocol.HttpService.doService(HttpService.java:293)
at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:77)
at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:212)
at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:192)
Caused by: org.serviio.db.dao.PersistenceException: Cannot get number of IMAGE media items in folder: null
at org.serviio.library.dao.FolderDAOImpl.getNumberOfFoldersAndMediaItems(FolderDAOImpl.java:327)
at org.serviio.library.local.service.FolderService.getNumberOfFoldersAndMediaItems(FolderService.java:105)
at org.serviio.upnp.service.contentdirectory.command.AbstractListObjectsByFSHierarchyCommand.retrieveItemCount(AbstractListObjectsByFSHierarchyCommand.java:186)
at org.serviio.upnp.service.contentdirectory.definition.ContainerNode.executeCountAction(ContainerNode.java:223)
at org.serviio.upnp.service.contentdirectory.definition.ActionNode.retrieveContainerItemsCount(ActionNode.java:166)
at org.serviio.upnp.service.contentdirectory.command.ObjectValuesBuilder.instantiateValuesForContainer(ObjectValuesBuilder.java:145)
at org.serviio.upnp.service.contentdirectory.command.ObjectValuesBuilder.buildObjectValues(ObjectValuesBuilder.java:123)
at org.serviio.upnp.service.contentdirectory.command.AbstractListObjectsByFSHierarchyCommand.retrieveList(AbstractListObjectsByFSHierarchyCommand.java:91)
at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItemList(AbstractCommand.java:148)
... 18 more
(there is more of this, it states more or less the same)
Any ideas?
KR, B