daml/daml-assistant
Moritz Kiefer d381603475
Detect whether sandbox has started using --port-file (#4880)
On MacOS using Java 13 (at least that was the only combination where
I’ve managed to reproduce this). Sandbox spits out errors of the
following form in ``daml start``

```
java.net.SocketException: Connection reset
```

This appears to be caused by the TCP requests that we send to detect
whether sandbox has started. Switching to using the ``--port-file``
option makes this issue go away.

fixes #4670

changelog_begin

- [DAML Assistant] In certain configurations ``daml start`` produced
  a (harmless) ``Connection reset`` log message. This has now been
  fixed.

changelog_end
2020-03-06 16:18:43 +00:00
..
daml-helper Detect whether sandbox has started using --port-file (#4880) 2020-03-06 16:18:43 +00:00
daml-project-config/DA/Daml/Project copyDirectory, mvDirectory - daml-project-config -> da-hs-base (#4697) 2020-02-25 14:57:06 -05:00
daml-sdk Add akka slf4j library as dependency of super fat daml-sdk.jar (#3965) 2020-01-07 17:19:42 +01:00
exe/DA/Daml Add validate-dar to the assistant whitelist. (#4766) 2020-03-02 11:57:24 +00:00
integration-tests Support specifying sandbox/navigator/json-api/script options in daml.yaml (#4877) 2020-03-06 14:52:45 +01:00
scala-daml-project-config Remove unused dependencies to da_scala_library (#3938) 2020-01-06 18:14:21 +01:00
src/DA/Daml/Assistant copyDirectory, mvDirectory - daml-project-config -> da-hs-base (#4697) 2020-02-25 14:57:06 -05:00
test/DA/Daml/Assistant A first draft at telemetry for daml-assistant. (#4506) 2020-02-14 15:46:25 +00:00
BUILD.bazel A first draft at telemetry for daml-assistant. (#4506) 2020-02-14 15:46:25 +00:00
daml-project-config.cabal update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
get-daml.sh update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00