I am following the Daml Official documentation to setup Daml in my Linux VM.
got an issue with daml start command.
Port file was not written to ‘/tmp/extra-dir-781939682115/sandbox-portfile’ in time.
Please help me in resolving this issue.
I am following the Daml Official documentation to setup Daml in my Linux VM.
got an issue with daml start command.
Port file was not written to ‘/tmp/extra-dir-781939682115/sandbox-portfile’ in time.
Please help me in resolving this issue.
Hi @Teja_Satyanarayana thank you for this question.
Looking at the screenshot, you have stated that your Node --version
is v17.6.0.
Referring to the Daml prerequisites documents, you will see that the required Node --version is to have at least v14.8.3 and beyond. However there have been multiple counts of Node v17 causing issues on GNU/Linux, myself included.
I have rolled back to v16.18.1 with no issues, just to be safe.
Re your direct question, refer to this reply from @stefanobaghino-da
This should not be a node issue. It sounds like Canon is not starting up. Can you share log/canton.log
?