Hi @EllisAllison,
I think I understand, does that mean that you’re initializing the project like,
daml new quickstart-finance --template quickstart-finance
From within the quickstart-finance project could you share the output of the following two commands:
daml version
echo $(grep '^version' daml.yaml | cut -d " " -f 2)
Lastly, do you see any logs generated when you run daml start
?
For reference, here is what I am running to reproduce your workflow:
daml new quickstart-finance --template quickstart-finance
cd quickstart-finance
daml start
And here is the output that I see:
2023-11-27 16:13:51.32 [INFO] [build]
Compiling quickstart-finance to a DAR.
2023-11-27 16:13:52.58 [INFO] [build]
Created .daml/dist/quickstart-finance-0.0.3.dar
Waiting for canton sandbox to start.
Uploading .daml/dist/quickstart-finance-0.0.3.dar to localhost:6865
DAR upload succeeded.
Running the initialization script.
Waiting for JSON API to start:
2023-11-27 16:14:14.655 [main] INFO com.daml.http.Main - Config(ledgerHost=localhost, ledgerPort=6865, address=127.0.0.1, httpPort=7575, 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: "fdd2dba4-b253-4aab-a408-3b74830a03fb"}
2023-11-27 16:14:14.872 [http-json-ledger-api-akka.actor.default-dispatcher-4] INFO akka.event.slf4j.Slf4jLogger - Slf4jLogger started
2023-11-27 16:14:15.123 [http-json-ledger-api-akka.actor.default-dispatcher-16] INFO com.daml.http.HttpService - HTTP Server pre-startup, context: {instance_uuid: "fdd2dba4-b253-4aab-a408-3b74830a03fb"}
2023-11-27 16:14:15.263 [http-json-ledger-api-akka.actor.default-dispatcher-16] INFO com.daml.http.LedgerClient - Attempting to connect to the ledger localhost:6865 (600 attempts), context: {instance_uuid: "fdd2dba4-b253-4aab-a408-3b74830a03fb"}
2023-11-27 16:14:15.523 [http-json-ledger-api-akka.actor.default-dispatcher-16] INFO com.daml.http.LedgerClient - Attempt 1/600 succeeded!, context: {instance_uuid: "fdd2dba4-b253-4aab-a408-3b74830a03fb"}
2023-11-27 16:14:15.525 [http-json-ledger-api-akka.actor.default-dispatcher-16] INFO com.daml.http.LedgerClient - Attempting to connect to the ledger localhost:6865 (600 attempts), context: {instance_uuid: "fdd2dba4-b253-4aab-a408-3b74830a03fb"}
2023-11-27 16:14:15.528 [http-json-ledger-api-akka.actor.default-dispatcher-16] INFO com.daml.http.LedgerClient - Attempt 1/600 succeeded!, context: {instance_uuid: "fdd2dba4-b253-4aab-a408-3b74830a03fb"}
2023-11-27 16:14:15.529 [http-json-ledger-api-akka.actor.default-dispatcher-16] INFO com.daml.http.HttpService - contractDao: None, context: {instance_uuid: "fdd2dba4-b253-4aab-a408-3b74830a03fb"}
2023-11-27 16:14:16.006 [http-json-ledger-api-akka.actor.default-dispatcher-17] INFO com.daml.http.Main - Started server: (ServerBinding(/127.0.0.1:7575),None), context: {instance_uuid: "fdd2dba4-b253-4aab-a408-3b74830a03fb"}
2023-11-27 16:14:16.270 [http-json-ledger-api-akka.actor.default-dispatcher-16] INFO com.daml.http.Endpoints - Incoming GET request on http://localhost:7575/readyz from unknown, context: {instance_uuid: "fdd2dba4-b253-4aab-a408-3b74830a03fb", request_id: "18c0b3a5-caab-4b65-9893-ef3f4035e3d9"}
2023-11-27 16:14:16.277 [http-json-ledger-api-akka.actor.default-dispatcher-17] INFO com.daml.http.Endpoints - Responding to client with HTTP 200 OK, context: {instance_uuid: "fdd2dba4-b253-4aab-a408-3b74830a03fb", request_id: "18c0b3a5-caab-4b65-9893-ef3f4035e3d9"}
.....
Press 'r' to re-build and upload the package to the sandbox.
Press 'Ctrl-C' to quit.
Best Regards,
Michael Godfrey
Enterprise Customer Support
Digital Asset | Creators of DAML | www.digitalasset.com