Suspend to RAM/Hibernate stopps remote Lib sync to work

Post Reply
iHomeWHS
Posts: 21
Joined: Sun Jun 22, 2014 9:41 am

Suspend to RAM/Hibernate stopps remote Lib sync to work

Post by iHomeWHS »

Hi,

after my WHS 2011 was suspended, the lib sync stop workin. Also the server isn't shown in the "server explorer".

Disable/enable the "Remote Management" on the start page fixes this issue.

Please solve the issue "automatically" in the next build.

Many thanks!
bizmodeller
Posts: 458
Joined: Thu Nov 14, 2013 8:40 pm

Re: Suspend to RAM/Hibernate stopps remote Lib sync to work

Post by bizmodeller »

ok thanks for raising this. Next time you bring your server out of suspend/hibernate, I'd be grateful if you could search your ihomeserver.log file for the following string:

PowerModeChanged

to see whether we are correctly detecting the server waking up?

TIA
iHomeWHS
Posts: 21
Joined: Sun Jun 22, 2014 9:41 am

Re: Suspend to RAM/Hibernate stopps remote Lib sync to work

Post by iHomeWHS »

Hi,

could not find any PowerModeChanged in the logs.

Logs: Wake up 8:13

Code: Select all

30/01/2016 06:32:52.434 1584:0 16 RogueProcessGuardAgent::PerformTask - there is an additional instance running that is not being monitored - AppleMobileDeviceService
30/01/2016 06:33:03.321 1584:0 07 iHomeServer.DLNA.Device.Device::   at OpenSource.UPnP.UPnPDevice.(String , Int32 , UPnPDevice& )
   at OpenSource.UPnP.UPnPDevice.Parse(String XML, Uri source, IPAddress Intfce): OpenSource.UPnP.XMLParsingException : System.Net.Sockets.SocketException

 Additional Info: 
Line: 22, Position: 14
URL: http://127.0.0.1:2869/upnphost/udhisapi.dll?content=uuid:fac84386-4793-4954-ab89-e74bcde42fc9
XML:
    <?xml version="1.0"?>
    <root xmlns="urn:schemas-upnp-org:device-1-0">
    	<specVersion>
    		<major>1</major>
    		<minor>0</minor>
    	</specVersion>
    	<device>
    		<URLBase>http://go.microsoft.com/fwlink/?LinkId=162046</URLBase>
    		<deviceType>urn:microsoft-com:device:HSBSServer:1</deviceType>
    		<friendlyName>SERVER</friendlyName>
    		<manufacturer>Microsoft Corporation</manufacturer>
    		<manufacturerURL>http://go.microsoft.com/fwlink/?LinkId=162046</manufacturerURL>
    		<modelName>Windows Server</modelName>
    		<modelURL>http://go.microsoft.com/fwlink/?LinkId=162046</modelURL>
    		<UDN>uuid:fac84386-4793-4954-ab89-e74bcde42fc9</UDN>
    		<serviceList>
    			<service>
    				<serviceType>urn:microsoft-com:service:DiscoveryService:1</serviceType>
    				<serviceId>urn:microsoft-com:serviceId:DiscoveryService</serviceId>
    				<controlURL>/upnphost/udhisapi.dll?control=uuid:fac84386-4793-4954-ab89-e74bcde42fc9+urn:microsoft-com:serviceId:DiscoveryService</controlURL>
    				<eventSubURL></eventSubURL>
--->				<SCPDURL>/upnphost/udhisapi.dll?content=uuid:e4dbf6fb-69a0-4816-a768-db818d381bbe</SCPDURL>
                 ^
    			</service>
    		</serviceList>
    		<presentationURL>http://SERVER/Connect?</presentationURL>
    	</device>
    </root>
    

Invalid Device XML

InnerException #0:
Message: The requested name is valid, but no data of the requested type was found
Source: System
StackTrace:    at System.Net.Dns.GetAddrInfo(String name)
   at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
   at System.Net.Dns.GetHostEntry(String hostNameOrAddress)
   at OpenSource.UPnP.SSDP.ParseURL(String ServiceURL, String& WebIP, Int32& Port, String& ServiceName)
   at OpenSource.UPnP.UPnPDevice.AddService(UPnPService service)
   at OpenSource.UPnP.UPnPDevice.(String , Int32 , UPnPDevice& )
30/01/2016 06:33:05.826 1584:0 07 iHomeServer.DLNA.Device.Device::   at OpenSource.UPnP.UPnPDevice.(String , Int32 , UPnPDevice& )
   at OpenSource.UPnP.UPnPDevice.Parse(String XML, Uri source, IPAddress Intfce): OpenSource.UPnP.XMLParsingException : System.Net.Sockets.SocketException

 Additional Info: 
Line: 22, Position: 14
URL: http://127.0.0.1:2869/upnphost/udhisapi.dll?content=uuid:fac84386-4793-4954-ab89-e74bcde42fc9
XML:
    <?xml version="1.0"?>
    <root xmlns="urn:schemas-upnp-org:device-1-0">
    	<specVersion>
    		<major>1</major>
    		<minor>0</minor>
    	</specVersion>
    	<device>
    		<URLBase>http://go.microsoft.com/fwlink/?LinkId=162046</URLBase>
    		<deviceType>urn:microsoft-com:device:HSBSServer:1</deviceType>
    		<friendlyName>SERVER</friendlyName>
    		<manufacturer>Microsoft Corporation</manufacturer>
    		<manufacturerURL>http://go.microsoft.com/fwlink/?LinkId=162046</manufacturerURL>
    		<modelName>Windows Server</modelName>
    		<modelURL>http://go.microsoft.com/fwlink/?LinkId=162046</modelURL>
    		<UDN>uuid:fac84386-4793-4954-ab89-e74bcde42fc9</UDN>
    		<serviceList>
    			<service>
    				<serviceType>urn:microsoft-com:service:DiscoveryService:1</serviceType>
    				<serviceId>urn:microsoft-com:serviceId:DiscoveryService</serviceId>
    				<controlURL>/upnphost/udhisapi.dll?control=uuid:fac84386-4793-4954-ab89-e74bcde42fc9+urn:microsoft-com:serviceId:DiscoveryService</controlURL>
    				<eventSubURL></eventSubURL>
--->				<SCPDURL>/upnphost/udhisapi.dll?content=uuid:e4dbf6fb-69a0-4816-a768-db818d381bbe</SCPDURL>
                 ^
    			</service>
    		</serviceList>
    		<presentationURL>http://SERVER/Connect?</presentationURL>
    	</device>
    </root>
    

Invalid Device XML

InnerException #0:
Message: The requested name is valid, but no data of the requested type was found
Source: System
StackTrace:    at System.Net.Dns.GetAddrInfo(String name)
   at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
   at System.Net.Dns.GetHostEntry(String hostNameOrAddress)
   at OpenSource.UPnP.SSDP.ParseURL(String ServiceURL, String& WebIP, Int32& Port, String& ServiceName)
   at OpenSource.UPnP.UPnPDevice.AddService(UPnPService service)
   at OpenSource.UPnP.UPnPDevice.(String , Int32 , UPnPDevice& )
30/01/2016 08:13:23.593 1584:0 30 RogueProcessGuardAgent::PerformTask - there is an additional instance running that is not being monitored - AppleMobileDeviceService
30/01/2016 08:13:23.594 1584:0 27 iHomeServer.DLNA.Device.Device::OpenSource.Utilities.EventLogger.Log
OpenSource.UPnP.UPnPControlPoint.FindDeviceAsync
OpenSource.UPnP.UPnPControlPoint.FindDeviceAsync
OpenSource.UPnP..
System.RuntimeMethodHandle._InvokeMethodFast
System.Reflection.RuntimeMethodInfo.Invoke
System.Reflection.RuntimeMethodInfo.Invoke
OpenSource.Utilities.WeakEvent.Fire
OpenSource.UPnP.NetworkInfo.
System.RuntimeMethodHandle._InvokeMethodFast
System.Reflection.RuntimeMethodInfo.Invoke
System.Reflection.RuntimeMethodInfo.Invoke
OpenSource.Utilities.WeakEvent.Fire
OpenSource.UPnP.LifeTimeMonitor.
System.RuntimeMethodHandle._InvokeMethodFast
System.Reflection.RuntimeMethodInfo.Invoke
System.Reflection.RuntimeMethodInfo.Invoke
OpenSource.Utilities.WeakEvent.Fire
OpenSource.UPnP.SafeTimer.
System.Threading._ThreadPoolWaitOrTimerCallback.WaitOrTimerCallback_Context_t
System.Threading.ExecutionContext.Run
System.Threading._ThreadPoolWaitOrTimerCallback.PerformWaitOrTimerCallback
: CP Failure: 192.168.1.32
30/01/2016 08:13:23.595 1584:0 27 iHomeServer.DLNA.Device.Device::   at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Byte[] optionValue)
   at OpenSource.UPnP.UPnPControlPoint.FindDeviceAsync(String SearchTarget, IPEndPoint RemoteEP): System.Net.Sockets.SocketException

 Additional Info: 
The requested address is not valid in its context
30/01/2016 08:13:23.596 1584:0 06 SyncSubscriptionAgent::PerformTask - CheckAllSubscriptions - START
30/01/2016 08:13:23.596 1584:0 06 SyncSubscriptionSyncManager::CheckSubscription - ServerGUID e7fe1c0d-07b6-4731-8794-e41b8e7c4004 does not exist, server may be off-line
30/01/2016 08:13:23.596 1584:0 06 Updating SyncSubscription - 1cb63e33-89ff-4df0-b8ff-a6ce3848761a - EntireLibrary - 0
30/01/2016 08:13:23.598 1584:0 17 iHomeServer.DLNA.Device.Device::   at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Byte[] optionValue)
   at OpenSource.UPnP.SSDP.BroadcastData(HTTPMessage packet, IPAddress netinterface): System.Net.Sockets.SocketException

 Additional Info: 
The requested address is not valid in its context
30/01/2016 08:13:23.603 1584:0 17 iHomeServer.DLNA.Device.Device::   at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Byte[] optionValue)
   at OpenSource.UPnP.SSDP.BroadcastData(HTTPMessage packet, IPAddress netinterface): System.Net.Sockets.SocketException

 Additional Info: 
The requested address is not valid in its context
30/01/2016 08:13:23.605 1584:0 17 iHomeServer.DLNA.Device.Device::   at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Byte[] optionValue)
   at OpenSource.UPnP.SSDP.BroadcastData(HTTPMessage packet, IPAddress netinterface): System.Net.Sockets.SocketException

 Additional Info: 
The requested address is not valid in its context
30/01/2016 08:13:23.609 1584:0 17 iHomeServer.DLNA.Device.Device::   at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Byte[] optionValue)
   at OpenSource.UPnP.SSDP.BroadcastData(HTTPMessage packet, IPAddress netinterface): System.Net.Sockets.SocketException

 Additional Info: 
The requested address is not valid in its context
30/01/2016 08:13:23.609 1584:0 17 iHomeServer.DLNA.Device.Device::   at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Byte[] optionValue)
   at OpenSource.UPnP.SSDP.BroadcastData(HTTPMessage packet, IPAddress netinterface): System.Net.Sockets.SocketException

 Additional Info: 
The requested address is not valid in its context
30/01/2016 08:13:23.610 1584:0 17 iHomeServer.DLNA.Device.Device::   at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Byte[] optionValue)
   at OpenSource.UPnP.SSDP.BroadcastData(HTTPMessage packet, IPAddress netinterface): System.Net.Sockets.SocketException

 Additional Info: 
The requested address is not valid in its context
30/01/2016 08:13:23.613 1584:0 29 iHomeServer.DLNA.Device.Device::   at System.Net.Sockets.Socket.BeginAccept(Socket acceptSocket, Int32 receiveSize, AsyncCallback callback, Object state)
   at System.Net.Sockets.Socket.BeginAccept(AsyncCallback callback, Object state)
   at OpenSource.UPnP.MiniWebServer.(IAsyncResult ): System.ObjectDisposedException

 Additional Info: 
Cannot access a disposed object.
Object name: 'System.Net.Sockets.Socket'.
30/01/2016 08:13:23.614 1584:0 06 Updated successfully...recalculating stats
30/01/2016 08:13:23.616 1584:0 06 Done.
30/01/2016 08:13:23.616 1584:0 06 SyncSubscriptionAgent::PerformTask - CheckAllSubscriptions - END
30/01/2016 08:13:23.680 1584:0 27 iHomeServer.DLNA.Device.Device::   at OpenSource.UPnP.UPnPDevice.(String , IPEndPoint )
   at OpenSource.UPnP.UPnPDevice.(HTTPMessage , HTTPSession ): OpenSource.UPnP.UPnPCustomException

 Additional Info: 
File Not Found
30/01/2016 08:13:23.681 1584:0 27 iHomeServer.DLNA.Device.Device::   at OpenSource.UPnP.UPnPDevice.(String , IPEndPoint )
   at OpenSource.UPnP.UPnPDevice.(HTTPMessage , HTTPSession ): OpenSource.UPnP.UPnPCustomException

 Additional Info: 
File Not Found
30/01/2016 08:13:23.682 1584:0 27 iHomeServer.DLNA.Device.Device::   at OpenSource.UPnP.UPnPDevice.(String , IPEndPoint )
   at OpenSource.UPnP.UPnPDevice.(HTTPMessage , HTTPSession ): OpenSource.UPnP.UPnPCustomException

 Additional Info: 
File Not Found
30/01/2016 08:13:24.179 1584:0 27 iHomeServer.DLNA.Device.Device::   at OpenSource.UPnP.UPnPDevice.(String , Int32 , UPnPDevice& )
   at OpenSource.UPnP.UPnPDevice.Parse(String XML, Uri source, IPAddress Intfce): OpenSource.UPnP.XMLParsingException : System.Net.Sockets.SocketException

 Additional Info: 
Line: 22, Position: 14
URL: http://127.0.0.1:2869/upnphost/udhisapi.dll?content=uuid:fac84386-4793-4954-ab89-e74bcde42fc9
XML:
    <?xml version="1.0"?>
    <root xmlns="urn:schemas-upnp-org:device-1-0">
    	<specVersion>
    		<major>1</major>
    		<minor>0</minor>
    	</specVersion>
    	<device>
    		<URLBase>http://go.microsoft.com/fwlink/?LinkId=162046</URLBase>
    		<deviceType>urn:microsoft-com:device:HSBSServer:1</deviceType>
    		<friendlyName>SERVER</friendlyName>
    		<manufacturer>Microsoft Corporation</manufacturer>
    		<manufacturerURL>http://go.microsoft.com/fwlink/?LinkId=162046</manufacturerURL>
    		<modelName>Windows Server</modelName>
    		<modelURL>http://go.microsoft.com/fwlink/?LinkId=162046</modelURL>
    		<UDN>uuid:fac84386-4793-4954-ab89-e74bcde42fc9</UDN>
    		<serviceList>
    			<service>
    				<serviceType>urn:microsoft-com:service:DiscoveryService:1</serviceType>
    				<serviceId>urn:microsoft-com:serviceId:DiscoveryService</serviceId>
    				<controlURL>/upnphost/udhisapi.dll?control=uuid:fac84386-4793-4954-ab89-e74bcde42fc9+urn:microsoft-com:serviceId:DiscoveryService</controlURL>
    				<eventSubURL></eventSubURL>
--->				<SCPDURL>/upnphost/udhisapi.dll?content=uuid:e4dbf6fb-69a0-4816-a768-db818d381bbe</SCPDURL>
                 ^
    			</service>
    		</serviceList>
    		<presentationURL>http://SERVER/Connect?</presentationURL>
    	</device>
    </root>
    

Invalid Device XML

InnerException #0:
Message: The requested name is valid, but no data of the requested type was found
Source: System
StackTrace:    at System.Net.Dns.GetAddrInfo(String name)
   at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
   at System.Net.Dns.GetHostEntry(String hostNameOrAddress)
   at OpenSource.UPnP.SSDP.ParseURL(String ServiceURL, String& WebIP, Int32& Port, String& ServiceName)
   at OpenSource.UPnP.UPnPDevice.AddService(UPnPService service)
   at OpenSource.UPnP.UPnPDevice.(String , Int32 , UPnPDevice& )
30/01/2016 08:13:25.022 1584:0 27 iHomeServer.DLNA.Device.Device::   at OpenSource.UPnP.UPnPDevice.(String , Int32 , UPnPDevice& )
   at OpenSource.UPnP.UPnPDevice.Parse(String XML, Uri source, IPAddress Intfce): OpenSource.UPnP.XMLParsingException : System.Net.Sockets.SocketException

 Additional Info: 
Line: 22, Position: 14
URL: http://127.0.0.1:2869/upnphost/udhisapi.dll?content=uuid:fac84386-4793-4954-ab89-e74bcde42fc9
XML:
    <?xml version="1.0"?>
    <root xmlns="urn:schemas-upnp-org:device-1-0">
    	<specVersion>
    		<major>1</major>
    		<minor>0</minor>
    	</specVersion>
    	<device>
    		<URLBase>http://go.microsoft.com/fwlink/?LinkId=162046</URLBase>
    		<deviceType>urn:microsoft-com:device:HSBSServer:1</deviceType>
    		<friendlyName>SERVER</friendlyName>
    		<manufacturer>Microsoft Corporation</manufacturer>
    		<manufacturerURL>http://go.microsoft.com/fwlink/?LinkId=162046</manufacturerURL>
    		<modelName>Windows Server</modelName>
    		<modelURL>http://go.microsoft.com/fwlink/?LinkId=162046</modelURL>
    		<UDN>uuid:fac84386-4793-4954-ab89-e74bcde42fc9</UDN>
    		<serviceList>
    			<service>
    				<serviceType>urn:microsoft-com:service:DiscoveryService:1</serviceType>
    				<serviceId>urn:microsoft-com:serviceId:DiscoveryService</serviceId>
    				<controlURL>/upnphost/udhisapi.dll?control=uuid:fac84386-4793-4954-ab89-e74bcde42fc9+urn:microsoft-com:serviceId:DiscoveryService</controlURL>
    				<eventSubURL></eventSubURL>
--->				<SCPDURL>/upnphost/udhisapi.dll?content=uuid:e4dbf6fb-69a0-4816-a768-db818d381bbe</SCPDURL>
                 ^
    			</service>
    		</serviceList>
    		<presentationURL>http://SERVER/Connect?</presentationURL>
    	</device>
    </root>
    

Invalid Device XML

InnerException #0:
Message: The requested name is valid, but no data of the requested type was found
Source: System
StackTrace:    at System.Net.Dns.GetAddrInfo(String name)
   at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
   at System.Net.Dns.GetHostEntry(String hostNameOrAddress)
   at OpenSource.UPnP.SSDP.ParseURL(String ServiceURL, String& WebIP, Int32& Port, String& ServiceName)
   at OpenSource.UPnP.UPnPDevice.AddService(UPnPService service)
   at OpenSource.UPnP.UPnPDevice.(String , Int32 , UPnPDevice& )
30/01/2016 08:13:25.406 1584:0 27 iHomeServer.DLNA.Device.Device::   at OpenSource.UPnP.UPnPDevice.(String , Int32 , UPnPDevice& )
   at OpenSource.UPnP.UPnPDevice.Parse(String XML, Uri source, IPAddress Intfce): OpenSource.UPnP.XMLParsingException : System.Net.Sockets.SocketException

 Additional Info: 
Line: 22, Position: 14
URL: http://127.0.0.1:2869/upnphost/udhisapi.dll?content=uuid:fac84386-4793-4954-ab89-e74bcde42fc9
XML:
    <?xml version="1.0"?>
    <root xmlns="urn:schemas-upnp-org:device-1-0">
    	<specVersion>
    		<major>1</major>
    		<minor>0</minor>
    	</specVersion>
    	<device>
    		<URLBase>http://go.microsoft.com/fwlink/?LinkId=162046</URLBase>
    		<deviceType>urn:microsoft-com:device:HSBSServer:1</deviceType>
    		<friendlyName>SERVER</friendlyName>
    		<manufacturer>Microsoft Corporation</manufacturer>
    		<manufacturerURL>http://go.microsoft.com/fwlink/?LinkId=162046</manufacturerURL>
    		<modelName>Windows Server</modelName>
    		<modelURL>http://go.microsoft.com/fwlink/?LinkId=162046</modelURL>
    		<UDN>uuid:fac84386-4793-4954-ab89-e74bcde42fc9</UDN>
    		<serviceList>
    			<service>
    				<serviceType>urn:microsoft-com:service:DiscoveryService:1</serviceType>
    				<serviceId>urn:microsoft-com:serviceId:DiscoveryService</serviceId>
    				<controlURL>/upnphost/udhisapi.dll?control=uuid:fac84386-4793-4954-ab89-e74bcde42fc9+urn:microsoft-com:serviceId:DiscoveryService</controlURL>
    				<eventSubURL></eventSubURL>
--->				<SCPDURL>/upnphost/udhisapi.dll?content=uuid:e4dbf6fb-69a0-4816-a768-db818d381bbe</SCPDURL>
                 ^
    			</service>
    		</serviceList>
    		<presentationURL>http://SERVER/Connect?</presentationURL>
    	</device>
    </root>
    

Invalid Device XML

InnerException #0:
Message: The requested name is valid, but no data of the requested type was found
Source: System
StackTrace:    at System.Net.Dns.GetAddrInfo(String name)
   at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
   at System.Net.Dns.GetHostEntry(String hostNameOrAddress)
   at OpenSource.UPnP.SSDP.ParseURL(String ServiceURL, String& WebIP, Int32& Port, String& ServiceName)
   at OpenSource.UPnP.UPnPDevice.AddService(UPnPService service)
   at OpenSource.UPnP.UPnPDevice.(String , Int32 , UPnPDevice& )
30/01/2016 08:13:25.527 1584:0 29 iHomeServer.DLNA.Device.Device::   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
   at OpenSource.UPnP.MiniWebServer..ctor(IPEndPoint local)
   at OpenSource.UPnP.UPnPDevice.(NetworkInfo , IPAddress ): System.Net.Sockets.SocketException

 Additional Info: 
The requested address is not valid in its context
30/01/2016 08:13:25.527 1584:0 29 iHomeServer.DLNA.Device.Device::   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
   at OpenSource.UPnP.MiniWebServer..ctor(IPEndPoint local)
   at OpenSource.UPnP.UPnPDevice.(NetworkInfo , IPAddress ): System.Net.Sockets.SocketException

 Additional Info: UPnPDevice: SERVER iHomeServer for iTunes: 1 @192.168.1.32
The requested address is not valid in its context
30/01/2016 08:13:50.179 1584:0 27 iHomeServer.DLNA.Device.Device::OpenSource.Utilities.EventLogger.Log
OpenSource.UPnP.UPnPDeviceFactory.
OpenSource.UPnP.HttpRequestor.
System.Net.LazyAsyncResult.Complete
System.Threading.ExecutionContext.Run
System.Net.ContextAwareResult.Complete
System.Net.LazyAsyncResult.ProtectedInvokeCallback
System.Net.HttpWebRequest.SetResponse
System.Net.ConnectionReturnResult.SetResponses
System.Net.Connection.CompleteConnectionWrapper
System.Net.PooledStream.ConnectionCallback
System.Net.ServicePoint.ConnectSocketCallback
System.Net.LazyAsyncResult.Complete
System.Net.ContextAwareResult.Complete
System.Net.LazyAsyncResult.ProtectedInvokeCallback
System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback
System.Threading._IOCompletionCallback.PerformIOCompletionCallback
: HTTP: Could not connect to target: http://go.microsoft.com:2869/upnphost/udhisapi.dll?content=uuid:1ae452b0-bc00-43a3-96d9-90ccbf5d4b39
30/01/2016 08:13:50.179 1584:0 26 iHomeServer.DLNA.Device.Device::OpenSource.Utilities.EventLogger.Log
OpenSource.UPnP.UPnPDeviceFactory.
OpenSource.UPnP.HttpRequestor.
System.Net.LazyAsyncResult.Complete
System.Threading.ExecutionContext.Run
System.Net.ContextAwareResult.Complete
System.Net.LazyAsyncResult.ProtectedInvokeCallback
System.Net.HttpWebRequest.SetResponse
System.Net.ConnectionReturnResult.SetResponses
System.Net.Connection.CompleteConnectionWrapper
System.Net.PooledStream.ConnectionCallback
System.Net.ServicePoint.ConnectSocketCallback
System.Net.LazyAsyncResult.Complete
System.Net.ContextAwareResult.Complete
System.Net.LazyAsyncResult.ProtectedInvokeCallback
System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback
System.Threading._IOCompletionCallback.PerformIOCompletionCallback
: HTTP: Could not connect to target: http://go.microsoft.com:2869/upnphost/udhisapi.dll?content=uuid:c6be5875-065a-4687-a8db-fc2a6c4bdd92
30/01/2016 08:14:22.570 1584:0 30 RogueProcessGuardAgent::PerformTask - there is an additional instance running that is not being monitored - AppleMobileDeviceService
30/01/2016 08:15:23.076 1584:0 30 RogueProcessGuardAgent::PerformTask - there is an additional instance running that is not being monitored - AppleMobileDeviceService
30/01/2016 08:16:23.450 1584:0 06 RogueProcessGuardAgent::PerformTask - there is an additional instance running that is not being monitored - AppleMobileDeviceService
Regards
bizmodeller
Posts: 458
Joined: Thu Nov 14, 2013 8:40 pm

Re: Suspend to RAM/Hibernate stopps remote Lib sync to work

Post by bizmodeller »

Thanks for the info - pls could you update to 3.1.91.0 which is available in the beta/pre-release area of our download page - http://www.bizmodeller.com/ihomeserver/ ... nload.aspx (should be available within the next hour).

Please also ensure within iHomeServer settings, on the iTUnes tab, that the 'Restart iTunes on sleep/hibernate" is CHECKED.

If you still have an issue, please zip and email us your full iHomeServer log files so we can take a greater look,

thanks
iHomeWHS
Posts: 21
Joined: Sun Jun 22, 2014 9:41 am

Re: Suspend to RAM/Hibernate stopps remote Lib sync to work

Post by iHomeWHS »

Hi,

thanks for the reply. I will check the new version.

But note: "Restart iTunes on resume from sleep/hilbernate" is switched off. Zil now not need to restart.

This is due to the big Music Library (25.000 songs) and the photos (30.000), which leads to an unresponsive iHomeserver/iTunes for several minutes (approx 10) and a really high cpu load. On the other hand "Remote Management" disable and enable fixes the problem an has no perfomance issue.

By the way the apple-tv wakes up the WHS every 2 hours to check bonjour updates. This is due to the "Powermanagenent" setting in bounjour on the WHS 2011 which s running iTunes and the iHomeServer. However switching on the apple-tv wakes up the Home Server 2011 (by WOL) and iTunes Media Library is available in seconds. If I restart iTunes as you suggest, this will not work, cause your have to wait approx 10 min until the Library service is available.

Any hints suggestions?

Thanks and regards

Lars
iHomeWHS
Posts: 21
Joined: Sun Jun 22, 2014 9:41 am

Re: Suspend to RAM/Hibernate stopps remote Lib sync to work

Post by iHomeWHS »

Hello,

try 3.1.91 and 3.1.93. Restart iTunes ws enabled.

=> Did not work.
=> Workaround still: Home Tab: Disable/Enable Remote Management

Thabks & regards
Post Reply