We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While executing the 'deploy' api the below response is coming. How do I test the service?
Response Body { "timestamp": 1523096102176, "status": 500, "error": "Internal Server Error", "exception": "java.lang.RuntimeException", "message": "java.net.ConnectException: Failed to connect to localhost/0:0:0:0:0:0:0:1:22000", "path": "/deploy" }
The text was updated successfully, but these errors were encountered:
you should use you Ethereum private network,and replace the "application.yml" nodeEndpoint args change your URL
Sorry, something went wrong.
No branches or pull requests
While executing the 'deploy' api the below response is coming. How do I test the service?
The text was updated successfully, but these errors were encountered: