Alive Server installation issues

  1. 8 years ago

    Having followed the tutorial on setting up the server, I made a basic mission with the alive module and the database module shown in the video, however when i try to start the server i check AliveServer.log (my server is not generating an Alive.log which i suspect is the result of the following) I see this. I have the "@AliveServer" and "@Alive" modules on the server. Has anyone seen this before and know what is causing it?

    Thanks

    09/02/2015 03:08:22 Info Arma2NET 2.2.0.0 running on CLR 4.0.30319.34209
    09/02/2015 03:08:22 Info Loaded into process arma3server
    09/02/2015 03:08:22 Info Loading addins
    09/02/2015 03:08:22 Error Failed to create addin application domain ALiVEPlugIn for D:\ArmA3\A3Master\@AliveServer\AddIns\ALiVEPlugIn\ALiVEPlugIn.dll
    09/02/2015 03:08:22 Warn Falling back to the main application domain
    09/02/2015 03:08:22 Error Failed to create addin application domain DateTimePlugin for D:\ArmA3\A3Master\@AliveServer\AddIns\DateTimePlugin\DateTimePlugin.dll
    09/02/2015 03:08:22 Warn Falling back to the main application domain
    09/02/2015 03:08:22 Info Domain                        Name                Version   Publisher           Description
    09/02/2015 03:08:22 Info DefaultDomain                 SendxRTML           0.1.0.0   Tupolov             Sends data to an xRTML service
    09/02/2015 03:08:22 Info DefaultDomain                 GetBulkJSON         0.1.0.0   Tupolov             Gets record from bulk data stack
    09/02/2015 03:08:22 Info DefaultDomain                 StartALiVE          0.1.0.0   Tupolov             Returns the startup data
    09/02/2015 03:08:22 Info DefaultDomain                 SendJSON            0.1.0.0   Tupolov             Send data as JSON to a URL, accepts url, method, module, data returns json string
    09/02/2015 03:08:22 Info DefaultDomain                 ServerLocation      0.1.0.0   Tupolov             Returns the ARMA 2 server geo location.
    09/02/2015 03:08:22 Info DefaultDomain                 ServerAddress       0.1.0.0   Tupolov             Returns the ARMA 2 server IP address.
    09/02/2015 03:08:22 Info DefaultDomain                 GetWeatherLocation  0.1.0.0   Tupolov             Gets Weather Location - accepts location (country/city) string returns json string
    09/02/2015 03:08:22 Info DefaultDomain                 SendBulkJSON        0.1.0.0   Tupolov             Sends bulk data as JSON to a URL, accepts url, method, module, data returns json string
    09/02/2015 03:08:22 Info DefaultDomain                 SendJSONToFile      0.1.0.0   Tupolov             Send data asynchronously as JSON to a File, accepts module, data returns string
    09/02/2015 03:08:22 Info DefaultDomain                 ServerName          0.1.0.0   Tupolov             Returns the ARMA 2 server name.
    09/02/2015 03:08:22 Info DefaultDomain                 ServerHostName      0.1.0.0   Tupolov             Returns the ARMA 2 server host name as seen in the MP play list.
    09/02/2015 03:08:22 Info DefaultDomain                 SendJSONAsync       0.1.0.0   Tupolov             Send data asynchronously as JSON to a URL, accepts url, method, module, data returns json string
    09/02/2015 03:08:22 Info DefaultDomain                 GroupName           0.1.0.0   Tupolov             Returns the group ID specified in ALiVE.cfg.
    09/02/2015 03:08:22 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
    09/02/2015 03:08:22 Info DefaultDomain                 DateTime            2.0.0.0   Scott_NZ            Returns the current date and time.
    09/02/2015 03:08:22 Info Arma2NET initialized in 00:00:00.6719241
    09/02/2015 03:08:22 Error Caught exception of type System.FormatException
    System.FormatException: Unable to parse the arguments.
       at ALiVEPlugIn.StartALiVE.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)
    09/02/2015 03:08:22 Error function: StartALiVE
    09/02/2015 03:08:22 Error maxResultSize: 10239
    09/02/2015 03:14:48 Error Caught exception of type System.FormatException
    System.FormatException: Unable to parse the arguments.
       at ALiVEPlugIn.StartALiVE.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)
    09/02/2015 03:14:48 Error function: StartALiVE
    09/02/2015 03:14:48 Error maxResultSize: 10239
    09/02/2015 03:48:02 Error Caught exception of type System.FormatException
    System.FormatException: Unable to parse the arguments.
       at ALiVEPlugIn.StartALiVE.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)
    09/02/2015 03:48:02 Error function: StartALiVE
    09/02/2015 03:48:02 Error maxResultSize: 10239
    09/02/2015 03:59:41 Error Caught exception of type System.FormatException
    System.FormatException: Unable to parse the arguments.
       at ALiVEPlugIn.StartALiVE.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)
    09/02/2015 03:59:41 Error function: StartALiVE
    09/02/2015 03:59:41 Error maxResultSize: 10239
  2. Does this prevent the server from starting up? If you try starting the dedi without @aliveserver running does your mission work?

    Double check your war room account and make sure things are setup properly and that your IP address listed is accurate.

    Also we might need to see your server's RPT file if possible.

    Will have to wait for a dev to look at this and perhaps sacrifice a cat...

  3. Edited 8 years ago by Phantasmogasm

    my posts wont post! :l

    im trying to add my RPT but it wont let me.

    Edit: Have stuck it here: http://pastebin.com/hZLxbcXV

  4. Anyone have a theory? if i dont get this working soon my team will be scrapping Alive as more trouble than its worth, and i dont want that.

  5. Edited 8 years ago by SpyderBlack723

    Is the only issue that it produces this error? Is there any noticeable issues (server crashing, persistence not functioning.. main post doesn't specify as far as I can see). Can ask Tupolov to take a look but I think he's out till tomorrow at the least.

  6. looks like you can connect to war room, problem either in your router or wrong ip adress. Make sure to open port 2302-2305 in your router, check your server.cfg if steamport is 2305. check if your external ip adress matches to war room. google "whats my ip" to find out.

  7. Tupolov

    7 Sep 2015 Administrator

    Make sure you have downloaded the latest version of ALiVE (both @ALiVE and @ALiVEServer). Ensure you have registered your server on War Room correctly. From the logs it looks like you have an old version of either @ALiVEServer or @ALiVE.

    To be sure, download the latest ALiVE package and use the @ALiVEServer from within that.

  8. Edited 8 years ago by Phantasmogasm

    Hi guys thanks for the replies, first off, my downloads of @ALiVE and @ALiVEServer were done only about a week or so ago, so they should be current. the server config is set to run on game port 3007 with 3007-3009 being the port range for the +1 and +2 game ports. This is reflected in my router settings. The issues i have are that alive will not connect with the war room, and alive missions dont seem to load properly, i load in fine however team members appearing on stratis when altis is the loaded map etc, (this is all with the alive sample missions pack, air assault, armoured fury etc. stabotage is the only one that seemed to work) . as far as im aware my war room is configured correctly, and the IP is correct.

  9. okie dokie! not sure what i changed, but it (seems) fixed. War-room reporting now works and the alive.log is now actually being generated. still some weird issues, like players rejoining the server being spawned in the ocean, and dead players respawning occasionally getting stuck in the UAV view, but normally esc/respawn button fixes that.

    thanks for the assists guys :)

 

or Sign Up to reply!