Sat Jan 07, 2012 7:07 pm by CraigD
Doesn't seem to be an issue any longer for some reason. Though I do have an issue when playing a transcoded live stream. Here's an exception in the logs:
- Code:
2012-01-07 13:48:01,765 ERROR [ServiceInvoker] Operation X_SetBookmark threw an exception
org.serviio.db.dao.PersistenceException: Cannot set bookmark for MediaItem 1000000000010001
at org.serviio.library.dao.MediaItemDAOImpl.setMediaItemBookmark(MediaItemDAOImpl.java:310)
at org.serviio.library.local.service.MediaService.setMediaItemBookmark(MediaService.java:65)
at org.serviio.upnp.service.contentdirectory.ContentDirectory.X_SetBookmark(ContentDirectory.java:308)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
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.sql.SQLDataException: The resulting value is outside the range for the data type INTEGER.
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.EmbedResultSet.noStateChangeException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement.setLong(Unknown Source)
at org.serviio.library.dao.MediaItemDAOImpl.setMediaItemBookmark(MediaItemDAOImpl.java:307)
... 14 more
Caused by: java.sql.SQLException: The resulting value is outside the range for the data type INTEGER.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
... 20 more
Caused by: ERROR 22003: The resulting value is outside the range for the data type INTEGER.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.iapi.types.DataType.outOfRange(Unknown Source)
at org.apache.derby.iapi.types.SQLInteger.setValue(Unknown Source)
... 16 more
The video just stops on my TV; I am able to restart it.