error: incorrect rpcuser or rpcpassword (authorization failed)

+1 vote
What should i do after getting this:

MultiChain 1.0.4 Daemon (latest protocol 10010)

Starting up node...

Retrieving blockchain parameters from the seed node 10.0.2.15:7191 ...
Blockchain successfully initialized.

Please ask blockchain admin or user having activate permission to let you connect and/or transact:
multichain-cli chain1 grant 1NDYQSwedTLamNDAbj6hjY75HB5T8WLBhnsrhr connect
multichain-cli chain1 grant 1NDYQSwedTLamNDAbj6hjY75HB5T8WLBhnsrhr connect,send,receive
asked May 22, 2018 by BlackChain

1 Answer

0 votes
Please follow the instructions on the screen, or else work through this tutorial for a basic introduction:

https://www.multichain.com/getting-started/
answered May 23, 2018 by MultiChain
i already did,
i create multichain on my vagrant.
is always show:
IO error: lock /home/vagrant/.multichain/chain1/permissions.db/LOCK: Resource temporarily unavailable

ERROR: Couldn't initialize permission database for blockchain chain1. Probably multichaind for this blockchain is already running. Exiting...

i still not found how to solve this,
It sounds like you are trying to run two copies of MultiChain on the same server, using the same blockchain directory. This is not allowed.
i just only have 1 chain project,
coz the 1st project i installed already removed.
and how can i fix this:
IO error: lock /home/vagrant/.multichain/chain1/permissions.db/LOCK: Resource temporarily unavailable

and this:
ERROR: Couldn't initialize permission database for blockchain chain1
Please confirm using a process monitor (such as ps -x in Linux) that a copy of MultiChain is not already running on this system.
...