We are trying to deploy Hygieia on ECS as single task and multiple container defintions. The mongo - we are using document db in same vpc. Connectivity to mongo is ok - but when we deploy the task definition, UI comes up - API connectivity is ok - but when we try to login we get the follow error. Can some one help me resolve this issue? What is it we have missed?
{"timestamp":1594602169537,"status":500,"error":"Internal Server Error","exception":"org.springframework.data.mapping.model.MappingInstantiationException","message":"Failed to instantiate com.capitalone.dashboard.model.Authentication using constructor public com.capitalone.dashboard.model.Authentication(java.lang.String,java.lang.String) with arguments null,null","path":"/api/login"}
We are trying to deploy Hygieia on ECS as single task and multiple container defintions. The mongo - we are using document db in same vpc. Connectivity to mongo is ok - but when we deploy the task definition, UI comes up - API connectivity is ok - but when we try to login we get the follow error. Can some one help me resolve this issue? What is it we have missed?
{"timestamp":1594602169537,"status":500,"error":"Internal Server Error","exception":"org.springframework.data.mapping.model.MappingInstantiationException","message":"Failed to instantiate com.capitalone.dashboard.model.Authentication using constructor public com.capitalone.dashboard.model.Authentication(java.lang.String,java.lang.String) with arguments null,null","path":"/api/login"}