Tue May 28, 2013 12:05 am by robinthakur
When I add the serviio.remoteHost parameter, I get the following in the log
2013-05-28 01:54:56,471 INFO [ServiioConsole] Starting Serviio Console
2013-05-28 01:54:56,524 INFO [ServiioConsole] Connecting to Serviio REST on 192.168.1.25:23423
2013-05-28 01:54:57,131 INFO [Messages] Loaded console message bundle for locale: en
2013-05-28 01:54:58,922 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-05-28 01:54:58,925 INFO [ServiioConsole] Leaving Serviio Console
Any ideas?
Thanks,
Rob