Hi,
I run an Ubuntu 18.04.1 LTS
with 2 AMP 1.6.10.8 Instances (ADS + Minecraft)
my Problem is I can login in the ADS but not in the Minecraft Instance after update
ADS run with
################################
# Security
################################
Security.AllowConcurrentSessions=True
Security.LogAuthFailures=True
Security.AuthFailureLogPath=./AuthFailures.log
Security.LogSensitiveProcArgs=True
Security.EnablePassthruAuth=True
Security.PassthruAuthLocalOnly=True
Security.TwoFactorMode=Disabled
################################
# Login
################################
Login.AllowInsecureMatching=true
Login.UseAuthServer=False
Login.AuthServerURL=
Login.LDAPAllowAuthOnAnyDomain=False
Login.LDAPAuthDomain=
Minecraft
################################
# Security
################################
Security.ExecPath=Exec
Security.AllowConcurrentSessions=True
Security.LogAuthFailures=True
Security.AuthFailureLogPath=./AuthFailures.log
Security.LogSensitiveProcArgs=False
Security.EnablePassthruAuth=False
Security.PassthruAuthLocalOnly=True
Security.TwoFactorMode=Disabled
################################
# Login
################################
Login.AllowInsecureMatching=true
Login.UseAuthServer=True
Login.AuthServerURL=http://127.0.0.1:8080/
Login.LDAPAllowAuthOnAnyDomain=False
Login.LDAPAuthDomain=
in the log from the Minecraft I See:
[14:05:46] [RemoteAMPAuth:Anonymous Activity] : Authentication attempt for user admin from ip
[14:05:46] [RemoteAMPAuth:Anonymous Activity] : Authentication failure for user admin from ip - Failure
the log from the ADS I See:
[13:59:18] [Auth:Anonymous Activity] : Authentication attempt for user admin from 127.0.0.1
[13:59:18] [Auth:admin Activity] : Authentication success
[13:59:18] [APIService:admin Warning] : Returned exception from API call
[13:59:18] [Core:admin Error] : [0] (InvalidDataException) : Token '' is not a valid session ID
[13:59:18] [Core:admin Error] : at GSMyAdmin.WebServer.WebMethods.LoginSuccess (GSMyAdmin.WebServer.WebSession session, String username, String token, Boolean rememberMe, Boolean IsServerLogin, Collections.Generic.List`1[T] permissions, String newToken, GSMyAdmin.WebServer.WebMethods+LoginResponse result)
at GSMyAdmin.WebServer.WebMethods.Login (m.Http.IHttpRequest request, GSMyAdmin.WebServer.WebSession session, String username, String password, String token, Boolean rememberMe)
at GSMyAdmin.WebServer.WebAttributes.InvokeMethod (String MethodName, Newtonsoft.Json.Linq.JObject Data, m.Http.IHttpRequest request, ModuleShared.IWebSession Session, ModuleShared.WebMethodsBase MethodsClass, String RawRequest)
at GSMyAdmin.WebServer.APIService.InvokeAPI (m.Http.IHttpRequest request, ModuleShared.IWebSession Session, Newtonsoft.Json.Linq.JObject Data, String RequestModule, String RequestMethod, String RawRequest)
some one an idea?