You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
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"}
The text was updated successfully, but these errors were encountered:
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"}
The text was updated successfully, but these errors were encountered: