Hi Lukasz,
> Since oxAuth is scaled to 3 instances I added an integer after the timestamp of each log line to show in which instance the above method execution took place.
From the first log(ha-success.txt) i can see two integers used after the timestamp(1 and 2) which meam that you have two oxauth instances, but you are claiming that it works only when you have one instance of oxauth.
From the second log file(ha-error.txt), i can see see htree intergers meaning three instances, in this case we need a way to know which instance is handling the request. Normally only one instance should carryout the whole auth steps for a given client connexion, but the log is not clear about that.