Jump to content
  • 0

HiveExt Error Help


jackal40

Question

After scheduled restart today, players connecting to my dedi server would get stuck at "Waiting for server to start authentication"

 

I have found the following errors:

 

arma2oaserver.rpt

20:29:51 Error in expression < compile format ["%1",_data];
_status = _result select 0;

if (_status == "Objec>
20:29:51   Error position: <_result select 0;

if (_status == "Objec>
20:29:51   Error Undefined variable in expression: _result
20:29:51 File z\addons\dayz_server\system\server_monitor.sqf, line 284
20:29:51 "HIVE: Request sent"
20:29:51 Error in expression <status = _result select 0;

if (_status == "ObjectStreamStart") then {
_val = _r>
20:29:51   Error position: <== "ObjectStreamStart") then {
_val = _r>
20:29:51   Error Generic error in expression
20:29:51 File z\addons\dayz_server\system\server_monitor.sqf, line 286

HiveExt.log

2014-10-16 20:29:51 HiveExt: [Information] Method: 399 Params: 493:
2014-10-16 20:29:51 HiveExt: [Error] Error executing |CHILD:399:493:|
2014-10-16 20:29:51 HiveExt: [Information] Method: 399 Params: 562:

I had added a few items (G36 mags) to the traders - thinking that I had done this incorrectly, I have removed them from the traders_data table - but the error persists.

 

How can I identify what the problems is? Thanks!

 

 

arma2oaserver.RPT.txt

HiveExt.log.txt

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

It could be that your server is struggling (or totally failing) to connect to your database or it's getting errors while doing so. As it says in the RPT -

20:29:51   Error Undefined variable in expression: _result

That variable is linked to a call to the database for information, it's saying that the variable is undefined because no value is being returned.

The second error there on line 286 is also related to the same variables and the same issue.

This is all related to a call to get trader information.

Has this issue been persistent since the first occurance or has it been intermittent? Can players log into your sever at all?

Link to comment
Share on other sites

  • 0

Rolling back to a day prior eliminated the error and players were able to log on successfully.

 

Your help in identifying the issue is greatly appreciated, I was able to narrow it down to the entry for the CH-53. I have removed that item and re-added the entry which seems to have corrected the issue.

 

I will be doing a hardware upgrade on this box this weekend - which will hopefully eliminate a repeat.

 

Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...