I just develop plugin which follow example from “DemoAccessControlPlugin”.
After i deploy my plugin to “Milestonr Management Client”, and go to create new access control. In log-file I got this error
2020-11-18 6:58:51 PM UTC+07:00 Error AccessControlCommandToken Unhandled exception in access control web service [StartFetchAccessControlSystemConfiguration]
with message: Object reference not set to an instance of an object.
Exception details:
System.NullReferenceException: Object reference not set to an instance of an object.
at VideoOS.Event.Server.AccessControl.AccessControlSystem.StartFetchConfiguration()
at VideoOS.Event.Server.AccessControl.AccessControlManager.StartFetchAccessControlSystemConfiguration(Guid accessControlSystemId)
at VideoOS.Event.Server.AccessControl.AccessControlServiceImplementation.StartFetchAccessControlSystemConfiguration(StartFetchAccessControlSystemConfigurationParams parameters)
at VideoOS.EventServer.WebService.AccessControl.AccessControlCommandToken.CallWithUserValidation[TParams,TResp](String token, TParams parameters, String methodName, Func`3 func)
2020-11-18 6:58:53 PM UTC+07:00 Error AccessControlManager LookupAccessControlSystem. No access control system found. Id: a8d3b3ba-49a5-4ab0-aa14-d9cf0a9aa50f
Please help me.
First question : why i not see “ACUtil.Log” in method “StartFetchConfiguration”?
Second question : my webservice is third-party access controller, Must i develop middleware everything same like “http://localhost:8732/DemoACServerApplication/WebService” ?
Thanks a lot ,