Problem with console on windows

Hello,
First of all sorry for my english.
I followed the steps described here http://pcloadletter.co.uk/2012/01/25/se ... o-package/
I installed Java SE for Embedded 7 (1.7.10) on my Synology 212j and then installed Serviio 1.0.1. The installation was correct (If i write http://192.168.1.100:23424/mediabrowser/ on my computer I see the login screen of Serviio)
Next, I installed only Serviio Console in Windows 7 (I have installed java 1.7.10 JDK), and changed the file ServiioConsole.exe.vmoptions adding this line
-Dserviio.remoteHost=192.168.1.100
But when i launch the console, no display screen. I see the log and it prints the following:
2012-12-20 14:13:06,119 INFO [ServiioConsole] Starting Serviio Console
2012-12-20 14:13:06,240 INFO [ServiioConsole] Connecting to Serviio REST on 192.168.1.100:23423
2012-12-20 14:13:08,808 INFO [Messages] Loaded console message bundle for locale: en
2012-12-20 14:13:22,759 ERROR [ServiioConsole] Unexpected exception occured: null
java.lang.NullPointerException
at org.serviio.ui.view.swing.PresentationView.initComponents(PresentationView.java:92)
at org.serviio.ui.view.swing.PresentationView.<init>(PresentationView.java:81)
at org.serviio.ui.view.swing.ServiioFrameView.<init>(ServiioFrameView.java:79)
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)
2012-12-20 14:13:22,820 INFO [ServiioConsole] Leaving Serviio Console
Any ideas??
Thanks in advances
Regards
First of all sorry for my english.
I followed the steps described here http://pcloadletter.co.uk/2012/01/25/se ... o-package/
I installed Java SE for Embedded 7 (1.7.10) on my Synology 212j and then installed Serviio 1.0.1. The installation was correct (If i write http://192.168.1.100:23424/mediabrowser/ on my computer I see the login screen of Serviio)
Next, I installed only Serviio Console in Windows 7 (I have installed java 1.7.10 JDK), and changed the file ServiioConsole.exe.vmoptions adding this line
-Dserviio.remoteHost=192.168.1.100
But when i launch the console, no display screen. I see the log and it prints the following:
2012-12-20 14:13:06,119 INFO [ServiioConsole] Starting Serviio Console
2012-12-20 14:13:06,240 INFO [ServiioConsole] Connecting to Serviio REST on 192.168.1.100:23423
2012-12-20 14:13:08,808 INFO [Messages] Loaded console message bundle for locale: en
2012-12-20 14:13:22,759 ERROR [ServiioConsole] Unexpected exception occured: null
java.lang.NullPointerException
at org.serviio.ui.view.swing.PresentationView.initComponents(PresentationView.java:92)
at org.serviio.ui.view.swing.PresentationView.<init>(PresentationView.java:81)
at org.serviio.ui.view.swing.ServiioFrameView.<init>(ServiioFrameView.java:79)
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)
2012-12-20 14:13:22,820 INFO [ServiioConsole] Leaving Serviio Console
Any ideas??
Thanks in advances
Regards