Hey guys, i cant seem to get persistence to work, only time persists. here is my log :
07/30/2015 03:09:06 Info Arma2NET 2.2.0.0 running on CLR 4.0.30319.42000
07/30/2015 03:09:06 Info Loaded into process arma3server
07/30/2015 03:09:06 Info Loading addins
07/30/2015 03:09:06 Error Failed to create addin application domain ALiVEPlugIn for D:\STEAM GAMES\SteamApps\common\Arma 3\@AliveServer\AddIns\ALiVEPlugIn\ALiVEPlugIn.dll
07/30/2015 03:09:06 Warn Falling back to the main application domain
07/30/2015 03:09:06 Error Failed to create addin application domain DateTimePlugin for D:\STEAM GAMES\SteamApps\common\Arma 3\@AliveServer\AddIns\DateTimePlugin\DateTimePlugin.dll
07/30/2015 03:09:06 Warn Falling back to the main application domain
07/30/2015 03:09:06 Info Domain Name Version Publisher Description
07/30/2015 03:09:06 Info DefaultDomain SendxRTML 0.1.0.0 Tupolov Sends data to an xRTML service
07/30/2015 03:09:06 Info DefaultDomain GetBulkJSON 0.1.0.0 Tupolov Gets record from bulk data stack
07/30/2015 03:09:06 Info DefaultDomain StartALiVE 0.1.0.0 Tupolov Returns the startup data
07/30/2015 03:09:06 Info DefaultDomain SendJSON 0.1.0.0 Tupolov Send data as JSON to a URL, accepts url, method, module, data returns json string
07/30/2015 03:09:06 Info DefaultDomain ServerLocation 0.1.0.0 Tupolov Returns the ARMA 2 server geo location.
07/30/2015 03:09:06 Info DefaultDomain ServerAddress 0.1.0.0 Tupolov Returns the ARMA 2 server IP address.
07/30/2015 03:09:06 Info DefaultDomain GetWeatherLocation 0.1.0.0 Tupolov Gets Weather Location - accepts location (country/city) string returns json string
07/30/2015 03:09:06 Info DefaultDomain SendBulkJSON 0.1.0.0 Tupolov Sends bulk data as JSON to a URL, accepts url, method, module, data returns json string
07/30/2015 03:09:06 Info DefaultDomain SendJSONToFile 0.1.0.0 Tupolov Send data asynchronously as JSON to a File, accepts module, data returns string
07/30/2015 03:09:06 Info DefaultDomain ServerName 0.1.0.0 Tupolov Returns the ARMA 2 server name.
07/30/2015 03:09:06 Info DefaultDomain ServerHostName 0.1.0.0 Tupolov Returns the ARMA 2 server host name as seen in the MP play list.
07/30/2015 03:09:06 Info DefaultDomain SendJSONAsync 0.1.0.0 Tupolov Send data asynchronously as JSON to a URL, accepts url, method, module, data returns json string
07/30/2015 03:09:06 Info DefaultDomain GroupName 0.1.0.0 Tupolov Returns the group ID specified in ALiVE.cfg.
07/30/2015 03:09:06 Info DefaultDomain GetWeather 0.1.0.0 Tupolov Gets Weather data - accepts year,month,day,hour and location (string city or lon/lat) returns json string
07/30/2015 03:09:06 Info DefaultDomain DateTime 2.0.0.0 Scott_NZ Returns the current date and time.
07/30/2015 03:09:06 Info Arma2NET initialized in 00:00:00.3158652
07/30/2015 03:09:50 Error Caught exception of type System.Net.WebException
System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 162.220.62.158:80
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at ALiVEPlugIn.ServerAddress._download_serialized_json_data[T](String url)
at ALiVEPlugIn.ServerAddress.Invoke(String args, Int32 maxResultSize)
at Arma2Net.Managed.AddInManager.DomainInvokeAddIn()
at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
at Arma2Net.Managed.AddInManager.InvokeAddIn(String addInName, String arguments, Int32 maxResultSize)
at Arma2Net.Managed.Bridge.InvokeBuiltInOrAddIn(String function, Int32 maxResultSize)
at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize)
07/30/2015 03:09:50 Error function: ServerAddress
07/30/2015 03:09:50 Error maxResultSize: 10239
07/30/2015 03:10:11 Error Caught exception of type System.Net.WebException
System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 162.220.62.158:80
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at ALiVEPlugIn.ServerAddress._download_serialized_json_data[T](String url)
at ALiVEPlugIn.ServerAddress.Invoke(String args, Int32 maxResultSize)
at Arma2Net.Managed.AddInManager.DomainInvokeAddIn()
at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
at Arma2Net.Managed.AddInManager.InvokeAddIn(String addInName, String arguments, Int32 maxResultSize)
at Arma2Net.Managed.Bridge.InvokeBuiltInOrAddIn(String function, Int32 maxResultSize)
at Arma2Net.Managed.Bridge.InvokeFunction(String function, Int32 maxResultSize)
07/30/2015 03:10:11 Error function: ServerAddress
07/30/2015 03:10:11 Error maxResultSize: 10239
-Got any ideas as to what i happening?