Port number Change is possible in couchDB -Hyperledger
up vote
0
down vote
favorite
I am new in hyperledger technologie. I am use couchDB as the state DB in my hyperledger project. The defaul port of couchDB is use 5984,6984,7984....etc port for couchDB. I need to change couchDB port. I made some change on couchDB port in docker-composer.yaml file. Then I restarted using startFabric.sh file. But it produce error in always.
Please give any idea about it.
OS:Ubuntu 16.04
Fabric:1.1.0
CouchDB:0.4.6
couchdb hyperledger-fabric
add a comment |
up vote
0
down vote
favorite
I am new in hyperledger technologie. I am use couchDB as the state DB in my hyperledger project. The defaul port of couchDB is use 5984,6984,7984....etc port for couchDB. I need to change couchDB port. I made some change on couchDB port in docker-composer.yaml file. Then I restarted using startFabric.sh file. But it produce error in always.
Please give any idea about it.
OS:Ubuntu 16.04
Fabric:1.1.0
CouchDB:0.4.6
couchdb hyperledger-fabric
hi there, there is a Stack Overflow that explains port mapping -> stackoverflow.com/questions/46444771/…
– Paul O'Mahony
Nov 9 at 9:50
I already visit that page. But that is not equal to my question
– salman faris
Nov 9 at 10:06
please put in what changes you made and what error you saw.
– adnan.c
Nov 9 at 15:43
and you changed the CouchDB port to match?stackoverflow.com/questions/21785027/…
– Paul O'Mahony
Nov 11 at 18:56
yes , I changed CouchDB port from 5984 to 6000. But get some error. Have any idea about it
– salman faris
Nov 12 at 5:03
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am new in hyperledger technologie. I am use couchDB as the state DB in my hyperledger project. The defaul port of couchDB is use 5984,6984,7984....etc port for couchDB. I need to change couchDB port. I made some change on couchDB port in docker-composer.yaml file. Then I restarted using startFabric.sh file. But it produce error in always.
Please give any idea about it.
OS:Ubuntu 16.04
Fabric:1.1.0
CouchDB:0.4.6
couchdb hyperledger-fabric
I am new in hyperledger technologie. I am use couchDB as the state DB in my hyperledger project. The defaul port of couchDB is use 5984,6984,7984....etc port for couchDB. I need to change couchDB port. I made some change on couchDB port in docker-composer.yaml file. Then I restarted using startFabric.sh file. But it produce error in always.
Please give any idea about it.
OS:Ubuntu 16.04
Fabric:1.1.0
CouchDB:0.4.6
couchdb hyperledger-fabric
couchdb hyperledger-fabric
edited Nov 9 at 9:50
Paul O'Mahony
5,6581412
5,6581412
asked Nov 9 at 6:16
salman faris
158
158
hi there, there is a Stack Overflow that explains port mapping -> stackoverflow.com/questions/46444771/…
– Paul O'Mahony
Nov 9 at 9:50
I already visit that page. But that is not equal to my question
– salman faris
Nov 9 at 10:06
please put in what changes you made and what error you saw.
– adnan.c
Nov 9 at 15:43
and you changed the CouchDB port to match?stackoverflow.com/questions/21785027/…
– Paul O'Mahony
Nov 11 at 18:56
yes , I changed CouchDB port from 5984 to 6000. But get some error. Have any idea about it
– salman faris
Nov 12 at 5:03
add a comment |
hi there, there is a Stack Overflow that explains port mapping -> stackoverflow.com/questions/46444771/…
– Paul O'Mahony
Nov 9 at 9:50
I already visit that page. But that is not equal to my question
– salman faris
Nov 9 at 10:06
please put in what changes you made and what error you saw.
– adnan.c
Nov 9 at 15:43
and you changed the CouchDB port to match?stackoverflow.com/questions/21785027/…
– Paul O'Mahony
Nov 11 at 18:56
yes , I changed CouchDB port from 5984 to 6000. But get some error. Have any idea about it
– salman faris
Nov 12 at 5:03
hi there, there is a Stack Overflow that explains port mapping -> stackoverflow.com/questions/46444771/…
– Paul O'Mahony
Nov 9 at 9:50
hi there, there is a Stack Overflow that explains port mapping -> stackoverflow.com/questions/46444771/…
– Paul O'Mahony
Nov 9 at 9:50
I already visit that page. But that is not equal to my question
– salman faris
Nov 9 at 10:06
I already visit that page. But that is not equal to my question
– salman faris
Nov 9 at 10:06
please put in what changes you made and what error you saw.
– adnan.c
Nov 9 at 15:43
please put in what changes you made and what error you saw.
– adnan.c
Nov 9 at 15:43
and you changed the CouchDB port to match?stackoverflow.com/questions/21785027/…
– Paul O'Mahony
Nov 11 at 18:56
and you changed the CouchDB port to match?stackoverflow.com/questions/21785027/…
– Paul O'Mahony
Nov 11 at 18:56
yes , I changed CouchDB port from 5984 to 6000. But get some error. Have any idea about it
– salman faris
Nov 12 at 5:03
yes , I changed CouchDB port from 5984 to 6000. But get some error. Have any idea about it
– salman faris
Nov 12 at 5:03
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53220730%2fport-number-change-is-possible-in-couchdb-hyperledger%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
hi there, there is a Stack Overflow that explains port mapping -> stackoverflow.com/questions/46444771/…
– Paul O'Mahony
Nov 9 at 9:50
I already visit that page. But that is not equal to my question
– salman faris
Nov 9 at 10:06
please put in what changes you made and what error you saw.
– adnan.c
Nov 9 at 15:43
and you changed the CouchDB port to match?stackoverflow.com/questions/21785027/…
– Paul O'Mahony
Nov 11 at 18:56
yes , I changed CouchDB port from 5984 to 6000. But get some error. Have any idea about it
– salman faris
Nov 12 at 5:03