FAQ  •  Register  •  Login

Several Java based Library Index errors in the serviio.logs

<<

DEJ710

User avatar

DLNA master

Posts: 182

Joined: Mon Jan 31, 2011 4:02 am

Location: Melbourne, Australia

Post Mon Nov 18, 2019 3:32 am

Several Java based Library Index errors in the serviio.logs

Hi all,

I have noticed that there are several Java based Library Index errors in the serviio.log files about library commands and the like.

  Code:
2019-11-17 17:36:38,830 ERROR [ActionNode] Cannot retrieve results of action command: Cannot execute library command for single item: For input string: "59/BDMV/index.bdmv"
org.serviio.upnp.service.contentdirectory.command.CommandExecutionException: Cannot execute library command for single item: For input string: "59/BDMV/index.bdmv"
   at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItem(AbstractCommand.java:175)
   at org.serviio.upnp.service.contentdirectory.definition.ActionNode.executeRetrieveItemAction(ActionNode.java:193)
   at org.serviio.upnp.service.contentdirectory.definition.ActionNode.retrieveDirectoryObject(ActionNode.java:93)
   at org.serviio.upnp.service.contentdirectory.ContentDirectoryEngine.browse(ContentDirectoryEngine.java:108)
   at org.serviio.upnp.service.contentdirectory.ContentDirectory.Browse(ContentDirectory.java:164)
   at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
   at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeOperation(ServiceInvoker.java:214)
   at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeService(ServiceInvoker.java:75)
   at org.serviio.upnp.webserver.ServiceControlRequestHandler.handleRequest(ServiceControlRequestHandler.java:65)
   at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:66)
   at org.apache.http.protocol.HttpService.doService(HttpService.java:423)
   at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:78)
   at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:341)
   at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:204)
Caused by: java.lang.NumberFormatException: For input string: "59/BDMV/index.bdmv"
   at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   at java.lang.Long.parseLong(Long.java:589)
   at java.lang.Long.valueOf(Long.java:803)
   at org.serviio.upnp.service.contentdirectory.command.AbstractEntityContainerCommand.retrieveSingleItem(AbstractEntityContainerCommand.java:71)
   at org.serviio.upnp.service.contentdirectory.command.AbstractEntityContainerCommand.retrieveSingleItem(AbstractEntityContainerCommand.java:1)
   at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItem(AbstractCommand.java:170)
   ... 15 more
2019-11-17 17:36:38,859 ERROR [ActionNode] Cannot retrieve results of action command: Cannot execute library command for single item: For input string: "598/VIDEO_TS.IFO"
org.serviio.upnp.service.contentdirectory.command.CommandExecutionException: Cannot execute library command for single item: For input string: "598/VIDEO_TS.IFO"
   at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItem(AbstractCommand.java:175)
   at org.serviio.upnp.service.contentdirectory.definition.ActionNode.executeRetrieveItemAction(ActionNode.java:193)
   at org.serviio.upnp.service.contentdirectory.definition.ActionNode.retrieveDirectoryObject(ActionNode.java:93)
   at org.serviio.upnp.service.contentdirectory.ContentDirectoryEngine.browse(ContentDirectoryEngine.java:108)
   at org.serviio.upnp.service.contentdirectory.ContentDirectory.Browse(ContentDirectory.java:164)
   at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
   at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeOperation(ServiceInvoker.java:214)
   at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeService(ServiceInvoker.java:75)
   at org.serviio.upnp.webserver.ServiceControlRequestHandler.handleRequest(ServiceControlRequestHandler.java:65)
   at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:66)
   at org.apache.http.protocol.HttpService.doService(HttpService.java:423)
   at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:78)
   at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:341)
   at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:204)
Caused by: java.lang.NumberFormatException: For input string: "598/VIDEO_TS.IFO"
   at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   at java.lang.Long.parseLong(Long.java:589)
   at java.lang.Long.valueOf(Long.java:803)
   at org.serviio.upnp.service.contentdirectory.command.AbstractEntityContainerCommand.retrieveSingleItem(AbstractEntityContainerCommand.java:71)
   at org.serviio.upnp.service.contentdirectory.command.AbstractEntityContainerCommand.retrieveSingleItem(AbstractEntityContainerCommand.java:1)
   at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItem(AbstractCommand.java:170)
   ... 15 more
2019-11-17 17:36:38,891 ERROR [ActionNode] Cannot retrieve results of action command: Cannot execute library command for single item: For input string: "598/VIDEO_TS/VIDEO_TS.IFO"
org.serviio.upnp.service.contentdirectory.command.CommandExecutionException: Cannot execute library command for single item: For input string: "598/VIDEO_TS/VIDEO_TS.IFO"
   at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItem(AbstractCommand.java:175)
   at org.serviio.upnp.service.contentdirectory.definition.ActionNode.executeRetrieveItemAction(ActionNode.java:193)
   at org.serviio.upnp.service.contentdirectory.definition.ActionNode.retrieveDirectoryObject(ActionNode.java:93)
   at org.serviio.upnp.service.contentdirectory.ContentDirectoryEngine.browse(ContentDirectoryEngine.java:108)
   at org.serviio.upnp.service.contentdirectory.ContentDirectory.Browse(ContentDirectory.java:164)
   at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
   at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeOperation(ServiceInvoker.java:214)
   at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeService(ServiceInvoker.java:75)
   at org.serviio.upnp.webserver.ServiceControlRequestHandler.handleRequest(ServiceControlRequestHandler.java:65)
   at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:66)
   at org.apache.http.protocol.HttpService.doService(HttpService.java:423)
   at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:78)
   at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:341)
   at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:204)
Caused by: java.lang.NumberFormatException: For input string: "598/VIDEO_TS/VIDEO_TS.IFO"
   at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   at java.lang.Long.parseLong(Long.java:589)
   at java.lang.Long.valueOf(Long.java:803)
   at org.serviio.upnp.service.contentdirectory.command.AbstractEntityContainerCommand.retrieveSingleItem(AbstractEntityContainerCommand.java:71)
   at org.serviio.upnp.service.contentdirectory.command.AbstractEntityContainerCommand.retrieveSingleItem(AbstractEntityContainerCommand.java:1)
   at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItem(AbstractCommand.java:170)
   ... 15 more
2019-11-17 17:36:38,917 ERROR [ActionNode] Cannot retrieve results of action command: Cannot execute library command for single item: For input string: "598/index.bdmv"
org.serviio.upnp.service.contentdirectory.command.CommandExecutionException: Cannot execute library command for single item: For input string: "598/index.bdmv"
   at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItem(AbstractCommand.java:175)
   at org.serviio.upnp.service.contentdirectory.definition.ActionNode.executeRetrieveItemAction(ActionNode.java:193)
   at org.serviio.upnp.service.contentdirectory.definition.ActionNode.retrieveDirectoryObject(ActionNode.java:93)
   at org.serviio.upnp.service.contentdirectory.ContentDirectoryEngine.browse(ContentDirectoryEngine.java:108)
   at org.serviio.upnp.service.contentdirectory.ContentDirectory.Browse(ContentDirectory.java:164)
   at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
   at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeOperation(ServiceInvoker.java:214)
   at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeService(ServiceInvoker.java:75)
   at org.serviio.upnp.webserver.ServiceControlRequestHandler.handleRequest(ServiceControlRequestHandler.java:65)
   at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:66)
   at org.apache.http.protocol.HttpService.doService(HttpService.java:423)
   at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:78)
   at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:341)
   at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:204)
Caused by: java.lang.NumberFormatException: For input string: "598/index.bdmv"
   at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   at java.lang.Long.parseLong(Long.java:589)
   at java.lang.Long.valueOf(Long.java:803)
   at org.serviio.upnp.service.contentdirectory.command.AbstractEntityContainerCommand.retrieveSingleItem(AbstractEntityContainerCommand.java:71)
   at org.serviio.upnp.service.contentdirectory.command.AbstractEntityContainerCommand.retrieveSingleItem(AbstractEntityContainerCommand.java:1)
   at org.serviio.upnp.service.contentdirectory.command.AbstractCommand.retrieveItem(AbstractCommand.java:170)
   ... 15 more


Any ideas what this means?
Thanks.

LG 86UM7600PTA 4K TV Sony KD-75X8500D 4K TV Panasonic DP-UB820 4K BluRay MINIX NEO-U1 Media Player MINIX NEO-U9-H Media Player Onkyo TX-RZ3100 Windows 10 x64 Draytek Vigor2860 Router ASUS Lyra Dual Band Wireless MESH QNAP TS-451 x86 4 Bay NAS 46 TB
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Nov 20, 2019 8:21 pm

Re: Several Java based Library Index errors in the serviio.l

it looks like a DLNA client is changing the URL of certain items and Serviio doesn't understand them.
<<

DEJ710

User avatar

DLNA master

Posts: 182

Joined: Mon Jan 31, 2011 4:02 am

Location: Melbourne, Australia

Post Sat Nov 23, 2019 8:24 am

Re: Several Java based Library Index errors in the serviio.l

Thanks zip.

Any idea how to stop the errors?
Thanks.

LG 86UM7600PTA 4K TV Sony KD-75X8500D 4K TV Panasonic DP-UB820 4K BluRay MINIX NEO-U1 Media Player MINIX NEO-U9-H Media Player Onkyo TX-RZ3100 Windows 10 x64 Draytek Vigor2860 Router ASUS Lyra Dual Band Wireless MESH QNAP TS-451 x86 4 Bay NAS 46 TB
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Nov 25, 2019 1:54 pm

Re: Several Java based Library Index errors in the serviio.l

try to add

  Code:
<category name="org.serviio.upnp.service.contentdirectory.definition.ActionNode">
      <priority value="OFF"/>
   </category>


to log4j.xml file
<<

DEJ710

User avatar

DLNA master

Posts: 182

Joined: Mon Jan 31, 2011 4:02 am

Location: Melbourne, Australia

Post Wed Nov 27, 2019 11:12 am

Re: Several Java based Library Index errors in the serviio.l

Thanks for that zip, most of the errors have stopped now.

I am still getting these errors in the log.

  Code:
2019-11-27 20:18:20,303 WARN  [ContentDirectory] Object with id V/VIDEO_TS/VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:20,313 WARN  [ContentDirectory] Object with id V/index.bdmv doesn't exist
2019-11-27 20:18:20,332 WARN  [ContentDirectory] Object with id V/BDMV/index.bdmv doesn't exist
2019-11-27 20:18:23,518 WARN  [ContentDirectory] Object with id V_F/VIDEO_TS/VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:23,544 WARN  [ContentDirectory] Object with id V_F/BDMV/index.bdmv doesn't exist
2019-11-27 20:18:27,943 WARN  [ContentDirectory] Object with id V/VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:27,963 WARN  [ContentDirectory] Object with id V/VIDEO_TS/VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:27,985 WARN  [ContentDirectory] Object with id V/index.bdmv doesn't exist
2019-11-27 20:18:28,003 WARN  [ContentDirectory] Object with id V/BDMV/index.bdmv doesn't exist
2019-11-27 20:18:31,903 WARN  [ContentDirectory] Object with id VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:31,913 WARN  [ContentDirectory] Object with id VIDEO_TS/VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:31,933 WARN  [ContentDirectory] Object with id index.bdmv doesn't exist
2019-11-27 20:18:31,943 WARN  [ContentDirectory] Object with id BDMV/index.bdmv doesn't exist
2019-11-27 20:18:31,963 WARN  [ContentDirectory] Object with id V_LVS/VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:31,975 WARN  [ContentDirectory] Object with id V_LVS/VIDEO_TS/VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:32,002 WARN  [ContentDirectory] Object with id V_LVS/index.bdmv doesn't exist
2019-11-27 20:18:32,020 WARN  [ContentDirectory] Object with id V_LVS/BDMV/index.bdmv doesn't exist
2019-11-27 20:18:32,033 WARN  [ContentDirectory] Object with id V_F/VIDEO_TS/VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:32,052 WARN  [ContentDirectory] Object with id V_F/BDMV/index.bdmv doesn't exist
2019-11-27 20:18:32,072 WARN  [ContentDirectory] Object with id V_LA/VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:32,082 WARN  [ContentDirectory] Object with id V_LA/VIDEO_TS/VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:32,093 WARN  [ContentDirectory] Object with id V_LA/index.bdmv doesn't exist
2019-11-27 20:18:32,102 WARN  [ContentDirectory] Object with id V_LA/BDMV/index.bdmv doesn't exist
2019-11-27 20:18:32,122 WARN  [ContentDirectory] Object with id V_LV/VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:32,132 WARN  [ContentDirectory] Object with id V_LV/VIDEO_TS/VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:32,142 WARN  [ContentDirectory] Object with id V_LV/index.bdmv doesn't exist
2019-11-27 20:18:32,162 WARN  [ContentDirectory] Object with id V_LV/BDMV/index.bdmv doesn't exist
2019-11-27 20:18:32,183 WARN  [ContentDirectory] Object with id V_LANV/VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:32,202 WARN  [ContentDirectory] Object with id V_LANV/VIDEO_TS/VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:32,233 WARN  [ContentDirectory] Object with id V_LANV/index.bdmv doesn't exist
2019-11-27 20:18:32,263 WARN  [ContentDirectory] Object with id V_LANV/BDMV/index.bdmv doesn't exist
2019-11-27 20:18:32,282 WARN  [ContentDirectory] Object with id V_S/VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:32,313 WARN  [ContentDirectory] Object with id V_S/VIDEO_TS/VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:32,333 WARN  [ContentDirectory] Object with id V_S/index.bdmv doesn't exist
2019-11-27 20:18:32,363 WARN  [ContentDirectory] Object with id V_S/BDMV/index.bdmv doesn't exist
2019-11-27 20:18:35,531 WARN  [ContentDirectory] Object with id V/VIDEO_TS/VIDEO_TS.IFO doesn't exist
2019-11-27 20:18:35,545 WARN  [ContentDirectory] Object with id V/BDMV/index.bdmv doesn't exist
2019-11-27 20:18:49,183 WARN  [ContentDirectory] Object with id V_LVS/VIDEO_TS/VIDEO_TS.IFO doesn't exist


I was also wondering about the setting you asked me to try. There's already an existing setting under

  Code:
<category name="org.serviio">
      <priority value="INFO"/>
   </category>


Does this setting get edited to match the one you told me to use, or do I still need to add the other setting as well?

This is what I have in my log4j.xml file now.

  Code:
<category name="org.serviio.upnp.service.contentdirectory.definition.ActionNode">
      <priority value="OFF"/>
    </category>
   
   <category name="org.serviio">
      <priority value="INFO"/>
   </category>


Is this correct?
Thanks.

LG 86UM7600PTA 4K TV Sony KD-75X8500D 4K TV Panasonic DP-UB820 4K BluRay MINIX NEO-U1 Media Player MINIX NEO-U9-H Media Player Onkyo TX-RZ3100 Windows 10 x64 Draytek Vigor2860 Router ASUS Lyra Dual Band Wireless MESH QNAP TS-451 x86 4 Bay NAS 46 TB

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 20 guests

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