Yes, all the launchers are running and I even tried running the launchers/populate
after running the ui launcher.
I’m attaching each terminal’s output here for reference.
launchers/sandbox
19:28:20.355 [sandbox-akka.actor.default-dispatcher-5] INFO akka.event.slf4j.Slf4jLogger - Slf4jLogger started
19:28:28.738 [program-resource-pool-1] INFO c.d.p.apiserver.LedgerApiServer - Listening on localhost:6865 over plain text.
____ ____
/ __/__ ____ ___/ / / ___ __ __
_\ \/ _ `/ _ \/ _ / _ \/ _ \\ \ /
/___/\_,_/_//_/\_,_/_.__/\___/_\_\
19:28:28.752 [program-resource-pool-3] INFO com.daml.platform.sandboxnext.Runner - Initialized sandbox version 1.18.1 with ledger-id = demo, port = 6865, dar file = List(reset/.daml/dist/reset-1.0.0.dar, testing/.daml/dist/testing-1.0.0.dar), time mode = wall-clock time, ledger = in-memory, auth-service = AuthServiceWildcard$, contract ids seeding = strong
launchers/jsonapi
12-04-2022 19:29:04.745 [main] INFO com.daml.http.Main - Config(ledgerHost=localhost, ledgerPort=6865, address=127.0.0.1, httpPort=4000, portFile=None, packageReloadInterval=5 seconds, packageMaxInboundMessageSize=None, maxInboundMessageSize=4194304, tlsConfig=TlsConfiguration(false,None,None,None,None,REQUIRE,false,None), jdbcConfig=None, staticContentConfig=None, allowNonHttps=true, wsConfig=None, nonRepudiationCertificateFile=None, nonRepudiationPrivateKeyFile=None, nonRepudiationPrivateKeyAlgorithm=None, surrogateTpIdCacheMaxEntries=None), context: {instance_uuid: "536f8c21-1840-462c-9767-695d67b20995"}
12-04-2022 19:29:05.103 [http-json-ledger-api-akka.actor.default-dispatcher-4] INFO akka.event.slf4j.Slf4jLogger - Slf4jLogger started
12-04-2022 19:29:05.402 [http-json-ledger-api-akka.actor.default-dispatcher-7] INFO com.daml.http.HttpService - HTTP Server pre-startup, context: {instance_uuid: "536f8c21-1840-462c-9767-695d67b20995"}
12-04-2022 19:29:05.642 [http-json-ledger-api-akka.actor.default-dispatcher-7] INFO com.daml.http.LedgerClient - Attempting to connect to the ledger localhost:6865 (600 attempts), context: {instance_uuid: "536f8c21-1840-462c-9767-695d67b20995"}
12-04-2022 19:29:06.020 [http-json-ledger-api-akka.actor.default-dispatcher-10] INFO com.daml.http.LedgerClient - Attempting to connect to the ledger localhost:6865 (600 attempts), context: {instance_uuid: "536f8c21-1840-462c-9767-695d67b20995"}
12-04-2022 19:29:06.022 [http-json-ledger-api-akka.actor.default-dispatcher-8] INFO com.daml.http.LedgerClient - Attempt 1/600 succeeded!, context: {instance_uuid: "536f8c21-1840-462c-9767-695d67b20995"}
12-04-2022 19:29:06.025 [http-json-ledger-api-akka.actor.default-dispatcher-7] INFO com.daml.http.HttpService - contractDao: None, context: {instance_uuid: "536f8c21-1840-462c-9767-695d67b20995"}
12-04-2022 19:29:06.031 [http-json-ledger-api-akka.actor.default-dispatcher-9] INFO com.daml.http.LedgerClient - Attempt 1/600 succeeded!, context: {instance_uuid: "536f8c21-1840-462c-9767-695d67b20995"}
12-04-2022 19:29:06.542 [http-json-ledger-api-akka.actor.default-dispatcher-9] INFO com.daml.http.Main - Started server: (ServerBinding(/127.0.0.1:4000),None), context: {instance_uuid: "536f8c21-1840-462c-9767-695d67b20995"}
launchers/automation
Waiting for 11807
19:29:55.931 [TriggerRunner-akka.actor.default-dispatcher-8] INFO com.daml.lf.engine.trigger.Runner - Trigger is running as BankA with readAs=[] , context: {triggerDefinition: "1a9c20eaa19330e4a6cb27957217b6ca00e1e2d594ff7f5ad02094ee51ae79e2:Testing.Triggers.AutoSettle:autoSettleTrigger"}
launchers/populate
[DA.Internal.Prelude:555]: "Started: Ledger Setup"
[DA.Internal.Prelude:555]: "Started: Create demoAdmin role"
[DA.Internal.Prelude:555]: "Finished: Create demoAdmin role"
[DA.Internal.Prelude:555]: "Started: Create USD FRB role"
[DA.Internal.Prelude:555]: "Finished: Create USD FRB role"
[DA.Internal.Prelude:555]: "Started: FRB invites BankA"
[DA.Internal.Prelude:555]: "Finished: FRB invites BankA"
[DA.Internal.Prelude:555]: "Started: FRB invites BankB"
[DA.Internal.Prelude:555]: "Finished: FRB invites BankB"
[DA.Internal.Prelude:555]: "Started: Create EUR ECB role"
[DA.Internal.Prelude:555]: "Finished: Create EUR ECB role"
[DA.Internal.Prelude:555]: "Started: ECB invites BankA"
[DA.Internal.Prelude:555]: "Finished: ECB invites BankA"
[DA.Internal.Prelude:555]: "Started: ECB invites BankB"
[DA.Internal.Prelude:555]: "Finished: ECB invites BankB"
[DA.Internal.Prelude:555]: "Started: Issue USD to Federal Reserve Bank"
[DA.Internal.Prelude:555]: "Finished: Issue USD to Federal Reserve Bank"
[DA.Internal.Prelude:555]: "Started: Issue EUR to European Central Bank"
[DA.Internal.Prelude:555]: "Finished: Issue EUR to European Central Bank"
[DA.Internal.Prelude:555]: "Started: Earmarked CBDC / rent invoice setup"
[DA.Internal.Prelude:555]: "Started: Create Landlord's account"
[DA.Internal.Prelude:555]: "Finished: Create Landlord's account"
[DA.Internal.Prelude:555]: "Started: Create renter's account"
[DA.Internal.Prelude:555]: "Finished: Create renter's account"
[DA.Internal.Prelude:555]: "Started: Landlords association"
[DA.Internal.Prelude:555]: "Finished: Landlords association"
[DA.Internal.Prelude:555]: "Started: A landlord"
[DA.Internal.Prelude:555]: "Finished: A landlord"
[DA.Internal.Prelude:555]: "Started: Central Bank creates proposal of EconomicSectorCertificate"
[DA.Internal.Prelude:555]: "Finished: Earmarked CBDC / rent invoice setup"
[DA.Internal.Prelude:555]: "Finished: Ledger Setup"