Page 1 of 1
Console does not open

Posted:
Thu Sep 13, 2012 9:47 pm
by dmarlow
When I try to run ServiioConsole, nothing opens. I had upgraded from 0.61 and I also tried doing a clean installation by removing the old serviio folder in Program Files. How can I go back to version 0.62?
Re: Console does not open

Posted:
Thu Sep 13, 2012 10:20 pm
by zip
Looks like the server is binding to a virtual NIC 10.0.0.1.
Re: Console does not open

Posted:
Fri Sep 14, 2012 2:30 am
by dmarlow
I see it binding to 10.0.0.10. Yes, this is a virtual machine, so the adapter will be virtual. No problems with it before.
Re: Console does not open

Posted:
Fri Sep 14, 2012 12:48 pm
by zip
Can you open this in the vm browser?
- Code:
http://10.0.0.10:23423/rest/application
Re: Console does not open

Posted:
Sat Sep 15, 2012 6:14 pm
by dmarlow
It responds with the following XML:
- Code:
<?xml version="1.0" encoding="UTF-8" ?>
- <application>
<version>1.0.1</version>
<edition>PRO</edition>
- <license>
<type>EVALUATION</type>
<expiresInMinutes>14980</expiresInMinutes>
</license>
</application>
media browser also loads just fine (don't have a password so I can't login)
Re: Console does not open

Posted:
Sat Sep 15, 2012 7:04 pm
by Illico
dmarlow wrote:media browser also loads just fine (don't have a password so I can't login)
Password must be set on serviio console.
Re: Console does not open

Posted:
Sun Sep 16, 2012 12:00 am
by zip
try to upgrade Java
Re: Console does not open

Posted:
Sun Sep 16, 2012 6:38 pm
by dmarlow
Went to java 7, that didn't work. I guess it's not supported yet by serviio. I then removed java 6.20 and installed java 6.35 and it's now working.
Many thanks!