grpc-kotlin icon indicating copy to clipboard operation
grpc-kotlin copied to clipboard

Can not run the sample

Open NurseyitTursunkulov opened this issue 4 years ago • 3 comments
trafficstars

zsh: no such file or directory: ./server/build/install/server/bin/hello-world-server

what to do?

NurseyitTursunkulov avatar Dec 04 '20 03:12 NurseyitTursunkulov

Does the ./server/build dir exist? Did you run ./gradlew assemble ?

jamesward avatar Dec 04 '20 22:12 jamesward

Output of ./gradlew assemble:

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/7.0/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 1s
27 actionable tasks: 27 up-to-date

An ls shows me that there is not even a ./server folder

lassebomh avatar Jul 04 '21 15:07 lassebomh

Found the mistake. I forgot to run cd grpc-kotlin/examples before running ./gradlew installDist

lassebomh avatar Jul 04 '21 16:07 lassebomh