hacera / daml-on-fabric

HACERA's work with Digital Asset on enabling DAML applications to run on Hyperledger Fabric
Apache License 2.0
27 stars 5 forks source link

Failed to Create new IOU with fabric #22

Closed huyinsong closed 4 years ago

huyinsong commented 4 years ago

Can't create IOU when I follow your instruction and run quick-start. When I issue IOU with Alice in Navigator, It seems the IOU wasn't created. Navigator error shows below:

14:58:24.806 [da-ui-backend-akka.actor.default-dispatcher-7] INFO c.d.n.s.platform.PlatformSubscriber - Command 'd333b17701721984' completed with status 'CommandStatusError(INVALID_ARGUMENT,Party not known on ledger)'. akkaAddress=akka://da-ui-backend, sourceThread=da-ui-backend-akka.actor.default-dispatcher-12, akkaSource=akka://da-ui-backend/user/$a/party-Alice, sourceActorSystem=da-ui-backend, akkaTimestamp=06:58:24.806UTC

huyinsong commented 4 years ago

Run daml ledger allocate-parties before Create IOU.