Page 1 of 2

Any real fix to "Cannot connect to server, it doesn't..."

PostPosted: Sun Jun 04, 2017 6:18 pm
by Godsbusy
Has anyone found a real fix to the "Cannot connect to the server, it doesn't seem to be running..."

Here is my situation and I've read most of the "fixes" that are on here. - My hard drive crashed, and died, so it was replaced in my MacBook Pro. Before this, I had been using Serviio for almost a year and that this was a great program. New hard drive and a recovery from Time Machine, and now this..

I've tried what others have suggested - removed Java (as per instructions on Java's site using terminal) - removed Serviio (as per instructions in the FAQ's using terminal... reinstalled Java and Serviio.. and still get the same message.

This was a great product, I wish someone had a true fix for this.. not everyone is a Techy, so complicated fixes will not work for most users.. so I'm wondering if there was / or has been / a patch or fix for this problem? If this problem is originating because of the use of Java scripts, maybe a developer or tester can see if there is something they can use besides that so this problem won't exist?

So .. really.. does anyone have a true fix for this? Like I said my system was restored from the latest Time Machine backup, so this shouldn't actually be a problem right!?! It was working perfectly up until then.

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Mon Jun 05, 2017 8:02 am
by zip
That means that the console cannot connect to the Serviio server process. Most likely the process is either not started or has crashed.

You can ry to find your log file and post it here: http://wiki.serviio.org/doku.php?id=detail_logging

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Mon Jun 05, 2017 11:40 am
by Godsbusy
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">

<!-- ===================================================================== -->
<!-- -->
<!-- Log4j Configuration -->
<!-- -->
<!-- ===================================================================== -->

<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">

<appender name="FILE" class="org.apache.log4j.RollingFileAppender">
<param name="Threshold" value="DEBUG"/>
<param name="Append" value="true" />
<param name="File" value="${serviio.home}/log/serviio.log" />
<param name="MaxFileSize" value="500KB" />
<param name="MaxBackupIndex" value="5" />
<param name="Encoding" value="UTF-8" />
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d{ISO8601} %-5p [%c{1}] %m%n"/>
</layout>
</appender>

<category name="org.serviio">
<priority value="INFO"/>
</category>

<category name="com.sun.syndication">
<priority value="ERROR"/>
</category>

<category name="org.jaudiotagger">
<priority value="ERROR"/>
</category>

<category name="org.restlet">
<priority value="OFF"/>
</category>

<category name="LogService"> <!-- Restlet access log -->
<priority value="OFF"/>
</category>

<category name="org.apache.jcs">
<priority value="WARN"/>
</category>

<root>
<priority value="INFO"/>
<appender-ref ref="FILE"/>
</root>

</log4j:configuration>


This is all that there is there.

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Mon Jun 05, 2017 11:59 am
by DenyAll
Edit that file and change:
  Code:
<category name="org.serviio">
<priority value="INFO"/>
</category>
to
  Code:
<category name="org.serviio">
<priority value="DEBUG"/>
</category>
Save the file and restart your PC. Try Serviio Console and confirm it doesn't start.

Then navigate to your "Serviio\log" folder and load the file "serviio.log" to this forum (use the Upload Attachment tab below).

After you're all done, reverse the changes above and restart your PC.

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Mon Jun 05, 2017 4:04 pm
by Godsbusy
stupid question, but is it the same procedure for a Mac.. I have a MacBook Pro... your process mentions PC?

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Mon Jun 05, 2017 11:06 pm
by DenyAll
Should be the same. Restarting the PC/Mac is simply to get the Serviio service/daemon to reload - you may have another way to do it on the Mac.

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Tue Jun 06, 2017 3:23 pm
by Godsbusy
just and update - Thanks to zip and denyAll, I think I have it up and running again. The TV seems to be recognizing Serviio, and after adding libraries and trying to remember how it was configured before - it looks like it's back to normal.

Like I said.. I love the product - I don't like the bugs - but then again there's bugs in almost everything.

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Tue Nov 07, 2017 12:24 pm
by richelieu
HI, Fellow MABook Pro user here, only I have never tried Serviio before.

I have read all the answers, and even not being terribly computer literate, they do not seem to have an answer I can use.

I am trying to link my MacBook Pro (running SIERRA 10.12.6) with my Smart Vierra TV and/or TV/Cablebox (which suggested your product).

When I try and launch it (and the icon appears a sonly a ‘?’ in my tool bar) I get the following error message from

“Serviio-Console-Wrapper”

“Cannot connect to the server, it doesn’t seem to be running…”

Both my MacBook pro and TV (as well as cable box and smartphones (iPhone and Android) are connecting just fine to the network.

I am noyused to this sort of problem being so difficult to figure out and am getting frustrated... :roll:

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Wed Nov 08, 2017 3:34 pm
by zip
does this work in your browser? http://localhost:23423/console

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Tue Apr 24, 2018 8:49 pm
by Smegsie
I am suddenly getting this message, I have re-installed Java with no joy; however, when I re-booted my PC it came on for about 5mins, then stayed with the message.

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Wed Apr 25, 2018 10:28 am
by zip
you need to look at the log file and check why the server doesn't start.

http://wiki.serviio.org/doku.php?id=detail_logging

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Sat Jul 07, 2018 4:27 pm
by tsenyuta
I have the same error message. My Sony BR player BDP-BX59 has stopped recognizing Serviio. I have already tried replacing the recommended section back and forth and it didn't help. Also reinstalled Java. This is my log file. PLEASE HELP!

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">

<!-- ===================================================================== -->
<!-- -->
<!-- Log4j Configuration -->
<!-- -->
<!-- ===================================================================== -->

<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">

<appender name="FILE" class="org.apache.log4j.RollingFileAppender">
<param name="Threshold" value="DEBUG"/>
<param name="Append" value="true" />
<param name="File" value="${serviio.home}/log/serviio.log" />
<param name="MaxFileSize" value="500KB" />
<param name="MaxBackupIndex" value="5" />
<param name="Encoding" value="UTF-8" />
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d{ISO8601} %-5p [%c{1}] %m%n"/>
</layout>
</appender>

<category name="org.serviio">
<priority value="INFO"/>
</category>

<category name="com.sun.syndication">
<priority value="ERROR"/>
</category>

<category name="org.jaudiotagger">
<priority value="ERROR"/>
</category>

<category name="org.restlet">
<priority value="OFF"/>
</category>

<category name="LogService"> <!-- Restlet access log -->
<priority value="OFF"/>
</category>

<category name="org.apache.jcs">
<priority value="WARN"/>
</category>

<root>
<priority value="INFO"/>
<appender-ref ref="FILE"/>
</root>

</log4j:configuration>

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Sat Jul 07, 2018 11:21 pm
by atc98092
That is not the log file, it is the log configuration file. You can find the log in a different folder in the same install location. Instead of the /config folder, look in the /log folder.

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Sun Jul 08, 2018 5:19 pm
by tsenyuta
atc98092 wrote:That is not the log file, it is the log configuration file. You can find the log in a different folder in the same install location. Instead of the /config folder, look in the /log folder.


Is it this one? I have removed all Library items as the file was too large to post.


  Code:
2018-07-08 00:04:58,537 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 00:04:58,664 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 00:05:03,575 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 00:05:03,575 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 00:05:03,575 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 00:05:03,682 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 00:05:03,684 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 00:05:03,684 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 00:05:03,684 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 00:05:03,723 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 00:05:04,599 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 00:05:04,599 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 00:05:04,600 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 00:05:04,708 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 00:05:04,709 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 00:05:04,709 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 00:05:04,710 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 00:05:04,747 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 00:36:55,443 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 00:37:13,628 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 00:37:13,666 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 8 times
2018-07-08 00:37:19,602 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 00:37:19,602 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 00:37:19,604 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 00:37:19,719 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 00:37:19,720 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 00:37:19,720 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 00:37:19,721 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 00:37:19,721 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 00:37:19,722 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 00:37:19,723 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 00:37:19,723 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 00:37:19,767 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 01:09:29,642 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 01:09:29,650 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 01:09:34,680 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 01:09:34,680 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2018-07-08 01:09:34,681 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 01:09:34,681 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 01:09:34,681 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 01:09:34,802 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 01:09:34,803 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 01:09:34,804 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 01:09:34,805 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 01:09:34,819 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 01:09:34,820 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 01:09:34,820 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 01:09:34,820 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 01:09:34,842 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 01:41:43,650 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 01:41:43,653 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 01:41:48,690 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2018-07-08 01:41:48,690 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 01:41:48,691 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 01:41:48,691 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 01:41:48,692 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 01:41:48,819 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 01:41:48,822 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 01:41:48,822 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 01:41:48,822 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 01:41:48,823 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 01:41:48,824 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 01:41:48,824 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 01:41:48,824 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 01:41:48,859 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 02:13:58,661 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 02:13:58,663 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 02:14:03,699 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 02:14:03,700 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 02:14:03,700 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 02:14:03,700 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2018-07-08 02:14:03,700 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 02:14:03,815 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 02:14:03,817 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 02:14:03,817 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 02:14:03,819 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 02:14:03,821 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 02:14:03,822 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 02:14:03,822 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 02:14:03,822 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 02:14:03,859 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 02:46:14,585 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 02:46:19,622 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2018-07-08 02:46:19,623 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 02:46:19,623 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 02:46:19,623 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 02:46:19,623 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 02:46:19,730 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 02:46:19,730 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 02:46:19,730 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 02:46:19,730 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 02:46:19,768 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 03:18:11,603 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 03:18:29,576 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 8 times
2018-07-08 03:18:29,641 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 03:18:35,620 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 03:18:35,621 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 03:18:35,621 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2018-07-08 03:18:35,621 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 03:18:35,737 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 03:18:35,740 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 03:18:35,740 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 03:18:35,745 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 03:18:35,746 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 03:18:35,746 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 03:18:35,747 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 03:18:35,761 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 03:18:35,783 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 03:50:44,644 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 03:50:44,644 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 03:50:49,686 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2018-07-08 03:50:49,686 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 03:50:49,686 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 03:50:49,687 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 03:50:49,687 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 03:50:49,803 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 03:50:49,804 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 03:50:49,804 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 03:50:49,806 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 03:50:49,808 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 03:50:49,808 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 03:50:49,809 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 03:50:49,809 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 03:50:49,846 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 04:22:58,628 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 04:22:58,629 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 04:23:03,667 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 04:23:03,667 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 04:23:03,668 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 04:23:03,668 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2018-07-08 04:23:03,668 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 04:23:03,783 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 04:23:03,785 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 04:23:03,785 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 04:23:03,789 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 04:23:03,791 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 04:23:03,791 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 04:23:03,791 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 04:23:03,792 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 04:23:03,826 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 04:55:15,619 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 04:55:15,624 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 04:55:20,658 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2018-07-08 04:55:20,658 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 04:55:20,658 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 04:55:20,658 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 04:55:20,659 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 04:55:20,774 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 04:55:20,776 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 04:55:20,776 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 04:55:20,778 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 04:55:20,784 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 04:55:20,784 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 04:55:20,785 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 04:55:20,785 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 04:55:20,831 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 05:27:28,551 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 05:27:28,551 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 05:27:33,592 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2018-07-08 05:27:33,592 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 05:27:33,593 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 05:27:33,593 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 05:27:33,641 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 05:27:33,641 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 05:27:33,641 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 05:27:33,641 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 05:27:33,641 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 05:27:33,642 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 05:27:33,642 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 05:27:33,716 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 05:27:33,718 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 05:27:33,718 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 05:27:33,718 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 05:27:33,719 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 05:27:33,719 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 05:27:33,719 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 05:27:33,719 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 05:27:33,758 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 05:59:44,584 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 05:59:49,623 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2018-07-08 05:59:49,623 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 05:59:49,623 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 05:59:49,623 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 05:59:49,624 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 05:59:49,731 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 05:59:49,732 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 05:59:49,733 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 05:59:49,733 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 05:59:49,769 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 06:31:40,854 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 06:31:58,651 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 06:31:58,658 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 8 times
2018-07-08 06:32:04,764 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2018-07-08 06:32:04,764 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 06:32:04,764 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 06:32:04,765 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 06:32:04,902 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 06:32:04,903 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 06:32:04,911 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 06:32:04,913 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 06:32:04,923 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 06:32:04,923 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 06:32:04,924 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 06:32:04,960 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 06:32:04,971 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 07:03:57,063 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 07:04:15,580 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 8 times
2018-07-08 07:04:15,642 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 07:04:20,617 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2018-07-08 07:04:20,617 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 07:04:20,617 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 07:04:20,617 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 07:04:20,617 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 07:04:20,732 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 07:04:20,733 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 07:04:20,733 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 07:04:20,749 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 07:04:20,780 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 07:04:20,831 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 07:04:20,833 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 07:04:20,834 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 07:04:20,834 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 07:36:28,621 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 07:36:28,622 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 07:36:33,664 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2018-07-08 07:36:33,664 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 07:36:33,665 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 07:36:33,665 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 07:36:33,665 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 07:36:33,781 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 07:36:33,782 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 07:36:33,782 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 07:36:33,784 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 07:36:33,831 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 07:36:33,832 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 07:36:33,838 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 07:36:33,838 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 07:36:33,838 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 08:08:44,665 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 08:08:44,667 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 08:08:49,705 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2018-07-08 08:08:49,705 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 08:08:49,706 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 08:08:49,706 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 08:08:49,707 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 08:08:49,824 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 08:08:49,828 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 08:08:49,828 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 08:08:49,833 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 08:08:49,834 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 08:08:49,834 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 08:08:49,835 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 08:08:49,837 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 08:08:49,877 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 08:40:59,644 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 08:40:59,654 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 08:41:04,683 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2018-07-08 08:41:04,683 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 08:41:04,683 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 08:41:04,683 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 08:41:04,683 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 08:41:04,800 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 08:41:04,802 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 08:41:04,802 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 08:41:04,803 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 08:41:04,829 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 08:41:04,831 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 08:41:04,831 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 08:41:04,831 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 08:41:04,848 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 09:13:14,609 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 09:13:14,677 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 09:13:19,653 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 09:13:19,653 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 09:13:19,653 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 09:13:19,654 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 09:13:19,767 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 09:13:19,769 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 09:13:19,769 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 09:13:19,770 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 09:13:19,835 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 09:13:19,835 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 09:13:19,835 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 09:13:19,836 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 09:13:19,843 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 09:45:29,591 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 09:45:29,625 WARN  [MultiCastUtils] Host IP address 192.168.1.63 is not available, will try again 9 times
2018-07-08 09:45:34,628 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 09:45:34,629 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2018-07-08 09:45:34,629 INFO  [EventDispatcher] Leaving EventDispatcher
2018-07-08 09:45:34,629 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2018-07-08 09:45:34,756 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 09:45:34,756 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 09:45:34,757 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 09:45:34,790 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 09:45:34,804 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth5 (NVIDIA nForce Networking Controller) and address 192.168.1.63, timeout = 0
2018-07-08 09:45:34,825 INFO  [Device] Updated bound IP address of Device with UUID: edb1800e-5322-3091-a317-883fff4325d8, bound address: 192.168.1.63
2018-07-08 09:45:34,827 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2018-07-08 09:45:34,827 INFO  [EventDispatcher] Starting EventDispatcher
2018-07-08 09:45:34,829 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2018-07-08 10:13:17,199 INFO  [UpdateChecker] Checking if a new version is available

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Sun Jul 08, 2018 8:42 pm
by atc98092
Notice that I edited your post to put the info within the Code block. Makes it easier to view the different posts. :)

Yes, that is the correct log, be we are missing the initial startup information, so can't tell if the server configured itself properly. Since it's just a raw text file, it can be compressed quite a bit, and you can attach the compressed file here as an attachment. Then we can see the entire log. If you desire, you can remove any references to actual media file names to protect your personal information. But you can't edit a log in use, so you'll have to make a copy of it first. But we need to see all of the log entries that show the initial Serviio startup. You might want to stop the service, delete the log, then start it again to have a clean log file.

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Mon Jul 09, 2018 12:15 am
by tsenyuta
atc98092 wrote:Notice that I edited your post to put the info within the Code block. Makes it easier to view the different posts. :)

Yes, that is the correct log, be we are missing the initial startup information, so can't tell if the server configured itself properly. Since it's just a raw text file, it can be compressed quite a bit, and you can attach the compressed file here as an attachment. Then we can see the entire log. If you desire, you can remove any references to actual media file names to protect your personal information. But you can't edit a log in use, so you'll have to make a copy of it first. But we need to see all of the log entries that show the initial Serviio startup. You might want to stop the service, delete the log, then start it again to have a clean log file.


Ok, makes sense. The log file is attached.

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Mon Jul 16, 2018 2:35 am
by tsenyuta
Is there any fix for the problem? My log file is attached to the previous message.

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Mon Jul 16, 2018 12:28 pm
by atc98092
tsenyuta wrote:Is there any fix for the problem? My log file is attached to the previous message.


Thanks for posting again. For some reason I couldn't find your post and haven't looked at your log yet. I'll try to look at it this evening. At work right now and can't open a rar file on this computer.

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Mon Jul 16, 2018 11:48 pm
by atc98092
OK, I see over and over again this error message: "Host IP address 192.168.1.63 is not available, will try again 9 times". It appears to me that Serviio cannot configure itself to use your network adapter.

Are you certain that is the correct IP address range for your network? Does every other device on your network have an address in the 192.168.1.x range?

Is there by any chance more than one network card in the computer?

If you go into the Serviio console, at the bottom of the Status window, there is a box labeled "Network Settings". Does it say Automatically Detected, or does it show a network adapter?

If it's not on auto, what does it say?

Do you have any other software installed that might be trying to use the same network ports that Serviio is using? Most likely it would be another media server package.

There's just something not correct with your network settings.

Re: Any real fix to "Cannot connect to server, it doesn't...

PostPosted: Sun Sep 16, 2018 3:52 am
by tsenyuta
atc98092 wrote:OK, I see over and over again this error message: "Host IP address 192.168.1.63 is not available, will try again 9 times". It appears to me that Serviio cannot configure itself to use your network adapter.

Are you certain that is the correct IP address range for your network? Does every other device on your network have an address in the 192.168.1.x range? I have no idea...

Is there by any chance more than one network card in the computer? No, only one.

If you go into the Serviio console, at the bottom of the Status window, there is a box labeled "Network Settings". Does it say Automatically Detected, or does it show a network adapter? Automatically detected.

If it's not on auto, what does it say? 192.168.1.63(NVIDIA nForce Networking Controller)

Do you have any other software installed that might be trying to use the same network ports that Serviio is using? Most likely it would be another media server package. No, most likely not. Never have.

There's just something not correct with your network settings.


My answers are right next to each question. Thanks for your time. I'm not that advanced in programming, so sorry for my "no clue" answers :). Sorry for the delay in my response.