[CORDA-1089]: Ensure graceful error message is shown on node startup if RPC settings are invalid. (#2595)

This commit is contained in:
Michele Sollecito
2018-02-22 09:47:56 +00:00
committed by GitHub
parent 731cb1b67e
commit 5db4882668
4 changed files with 23 additions and 8 deletions

View File

@ -77,14 +77,20 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
name "O=Notary Service,OU=corda,L=London,C=GB"
notary = [validating : true]
p2pPort 10002
rpcPort 10003
rpcSettings {
address "localhost:10003"
adminAddress "localhost:10013"
}
webPort 10004
cordapps = []
}
node {
name "O=Alice Corp,L=London,C=GB"
p2pPort 10005
rpcPort 10006
rpcSettings {
address "localhost:10006"
adminAddress "localhost:10016"
}
webPort 10007
cordapps = []
rpcUsers = [