-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DynamoDB Local failed to start with code 1 #5
Comments
@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?
The text was updated successfully, but these errors were encountered: