Page 1 of 1

Serviio Windows Console 1.2 startup problem

PostPosted: Mon Mar 04, 2013 2:51 am
by asebastian
Hi,

I have been running ver 1.1 successfully, and now have installed ver 1.2 (console only) connecting to the Serviio server running on my QNAP NAS.

Windows console does not start, and gives the following error in Serviio.log file. Please help if there is a fix for this error, or should I return back to ver 1.1 which was running OK?

No other changes have occurred. I am also running x32 and x64 versions of Java (7.11) under Win 7 (x64).

Thanks

  Code:
2013-03-04 13:46:23,495 INFO  [ServiioConsole] Starting Serviio Console
2013-03-04 13:46:24,760 INFO  [ServiioConsole] Connecting to Serviio REST on 192.168.0.100:23423
2013-03-04 13:46:28,099 INFO  [Messages] Loaded console message bundle for locale: en
2013-03-04 13:46:33,263 ERROR [ServiioConsole] Unexpected exception occured: No such field org.serviio.restlet.ResultRepresentation.httpCode
---- Debugging information ----
field               : httpCode
class               : org.serviio.restlet.ResultRepresentation
required-type       : org.serviio.restlet.ResultRepresentation
converter-type      : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
path                : /result/httpCode
version             : null
-------------------------------
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$UnknownFieldException: No such field org.serviio.restlet.ResultRepresentation.httpCode
---- Debugging information ----
field               : httpCode
class               : org.serviio.restlet.ResultRepresentation
required-type       : org.serviio.restlet.ResultRepresentation
converter-type      : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
path                : /result/httpCode
version             : null
-------------------------------
   at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.determineType(AbstractReflectionConverter.java:453)
   at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:294)
   at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:234)
   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:1052)
   at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1036)
   at com.thoughtworks.xstream.XStream.fromXML(XStream.java:921)
   at org.restlet.ext.xstream.XstreamRepresentation.getObject(XstreamRepresentation.java:163)
   at org.restlet.ext.xstream.XstreamConverter.toObject(XstreamConverter.java:197)
   at org.serviio.console.RestletClient.manageResourceException(RestletClient.java:66)
   at org.serviio.console.RestletClient.manageResourceException(RestletClient.java:52)
   at org.serviio.ui.view.swing.StatusView.prepareNICsCombo(StatusView.java:157)
   at org.serviio.ui.view.swing.StatusView.initComponents(StatusView.java:132)
   at org.serviio.ui.view.swing.StatusView.<init>(StatusView.java:100)
   at org.serviio.ui.view.swing.ServiioFrameView.<init>(ServiioFrameView.java:75)
   at org.serviio.console.ServiioConsole.main(ServiioConsole.java:106)
   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 com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
   at com.exe4j.runtime.WinLauncher.main(Unknown Source)
2013-03-04 13:46:33,282 INFO  [ServiioConsole] Leaving Serviio Console

Re: Serviio Windows Console 1.2 startup problem

PostPosted: Mon Mar 04, 2013 1:49 pm
by zip
you need to have the same version of the console and server

Re: Serviio Windows Console 1.2 startup problem

PostPosted: Mon Mar 04, 2013 9:13 pm
by asebastian
Thanks, makes sense now. I will just reinstall ver 1.1 console, and wait for the ver 1.2 QPKG to be released.