Linux console not working
Hi all,
I'm trying to run the serviio console on Linux with the server installed on my NAS server.
I can't get it to start however. This is the error from the log file.
I can see the versions (server - client) don't match. Could that be the issue? But I can't find the older version for Linux anywhere on the site.
Can anybody help me in figuring out what is wrong?
Tnx,
Harmen
I'm trying to run the serviio console on Linux with the server installed on my NAS server.
I can't get it to start however. This is the error from the log file.
- Code:
015-01-14 14:04:32,437 INFO [ServiioConsole] Initializing Serviio Console
2015-01-14 14:04:32,448 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44332
2015-01-14 14:04:32,451 INFO [ServiioConsole] Starting Serviio Console
2015-01-14 14:04:32,569 DEBUG [SwingHelper] Choosing java look and feel: com.sun.java.swing.plaf.gtk.GTKLookAndFeel
2015-01-14 14:04:32,755 INFO [ServiioConsole] Connecting to Serviio REST on 192.168.0.50:23423
2015-01-14 14:04:32,755 DEBUG [ServiioConsole] Checking if server is running
2015-01-14 14:04:33,187 DEBUG [ServiioConsole] Retrieving console settings
2015-01-14 14:04:33,302 DEBUG [ServiioConsole] Setting console locale to be: en
2015-01-14 14:04:33,311 INFO [Messages] Loaded console message bundle for locale: en
2015-01-14 14:04:33,311 DEBUG [ServiioConsole] Reading application data
2015-01-14 14:04:33,410 WARN [ServiioConsole] Serviio server version is 1.4.1.2, ServiioConsole version is 1.5. They might not be compatible.
2015-01-14 14:04:33,434 DEBUG [ServiioFrameView] Initializing main frame
2015-01-14 14:04:33,455 DEBUG [ServiioFrameView] System tray is supported
2015-01-14 14:04:34,020 ERROR [ServiioConsole] Unexpected exception occured: No such field org.serviio.ui.representation.RepositoryRepresentation.automaticLibraryUpdateInterval
---- Debugging information ----
field : automaticLibraryUpdateInterval
class : org.serviio.ui.representation.RepositoryRepresentation
required-type : org.serviio.ui.representation.RepositoryRepresentation
converter-type : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
path : /repository/automaticLibraryUpdateInterval
version : 1.4.7
-------------------------------
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$UnknownFieldException: No such field org.serviio.ui.representation.RepositoryRepresentation.automaticLibraryUpdateInterval
---- Debugging information ----
field : automaticLibraryUpdateInterval
class : org.serviio.ui.representation.RepositoryRepresentation
required-type : org.serviio.ui.representation.RepositoryRepresentation
converter-type : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
path : /repository/automaticLibraryUpdateInterval
version : 1.4.7
-------------------------------
at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.handleUnknownField(AbstractReflectionConverter.java:495)
at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:351)
at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:257)
at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1185)
at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1169)
at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1049)
at org.restlet.ext.xstream.XstreamRepresentation.getObject(XstreamRepresentation.java:208)
at org.restlet.ext.xstream.XstreamConverter.toObject(XstreamConverter.java:330)
at org.restlet.service.ConverterService.toObject(ConverterService.java:238)
at org.restlet.resource.Resource.toObject(Resource.java:828)
at org.restlet.engine.resource.ClientInvocationHandler.invoke(ClientInvocationHandler.java:270)
at com.sun.proxy.$Proxy10.load(Unknown Source)
at org.serviio.ui.view.swing.RepositoryView.initComponents(RepositoryView.java:216)
at org.serviio.ui.view.swing.RepositoryView.<init>(RepositoryView.java:194)
at org.serviio.ui.view.swing.ServiioFrameView.<init>(ServiioFrameView.java:70)
at org.serviio.console.ServiioConsole.main(ServiioConsole.java:116)
2015-01-14 14:04:34,022 INFO [ServiioConsole] Exitting Serviio Console
I can see the versions (server - client) don't match. Could that be the issue? But I can't find the older version for Linux anywhere on the site.
Can anybody help me in figuring out what is wrong?
Tnx,
Harmen