Open fishcharlie opened 8 years ago
@fishcharlie Dynamodb local is using port 8000 as the default port. Can you check, no other application is running in the same port? Also you can change the default port of dynamodb by using the port parameter.
So I've tried stopping DynamoDB local before starting it in my code and that seems to kinda have fixed the issue. For some reason it doesn't give me that error ECONNREFUSED but it still gives me DynamoDB Local failed to start with code 1 sometimes. No other error other then that.
Not sure what else could be running on that port. Also again sometimes happens with the code 1 and sometimes doesn't happen.
Sometimes the DynamoDB process runs in the background if we directly closes the terminal. For those instances close the process manually using task manager and start the DynamoDB local again.
I keep getting this error for some reason. Doesn't give too much detail about what exactly happened. Any ideas?