hygieia / hygieia-aws-quickstart

Quick Start solution for Hygieia on AWS
Apache License 2.0
6 stars 8 forks source link

Deploying on ECS Finding issues as below. #3

Open sseshachala opened 4 years ago

sseshachala commented 4 years ago

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"}

sseshachala commented 4 years ago

@chrisbelyea or @ryanshriver: Can you please help?