persistence problems

  1. 8 years ago

    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?

  2. Solved it! :-) it seems that if you do not use the standard steam location for the arma3 folder, you have to place the alive.cfg in users/name/appdata/local/ALiVE can anybody confirm this?

  3. Can't confirm but good to know.. thanks for reporting back

  4. I am using a non-default location for Arma 3 (We have multiple arma3 servers running on the same machine.) and my alive.cfg is not located in 'users/name/appdata...' but in the root of the custom arma 3 alive folder.

    So not consistent I'm afraid.

  5. I'm guessing he is not specifying the .cfg location in his startup line and by default it will put it in \appdata if your install is not in the default location. Are you using the -config param in your startup beocom?

  6. Wait a minute what -config param? btw persistence broke again...

  7. I do use the -config parameter but that refers to the normal server config (config.cfg) file which in our case resides in a subdirectory of the Arma 3 game folder.

    So not really related to the alive.cfg i guess?

  8. My guess was that if you are using the -config param in your server startup line then alive.cfg is placed in that location, otherwise it defaults to \appdata\.... but if yours is in a sub-directory then my guess is wrong :)

  9. the question still stands... am i not only supposed to put the alive.cfg in the arma3 root folder, or should it be in the same folder as the server config file?

  10. A3 root folder

  11. okay did that, but now only player logistics persists, really scratching my head! :-)

  12. FIXED IT!!! after, what seems, a million hours! one of our players used an umlaut (ü) in his name, persistence apparently did not like that! :-)

  13. Edited 8 years ago by SpyderBlack723

    Yep, special characters can cause issues. Glad it's resolved :)

 

or Sign Up to reply!