You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build a sample client-server app using wire and Misk. While running the Misk server main() method I am getting this error. Exception in thread "main" java.lang.IllegalStateException: could not find configuration files - checked [greeter-common.yaml, greeter-development.yaml] at misk.config.MiskConfig.load(MiskConfig.kt:54) at com.rudra.wire.MiskGrpcServerKt.main(MiskGrpcServer.kt:27)
Even though I have config files in the resources directory. Here is the link to my project.
The text was updated successfully, but these errors were encountered:
I am trying to build a sample client-server app using wire and Misk. While running the Misk server main() method I am getting this error.
Exception in thread "main" java.lang.IllegalStateException: could not find configuration files - checked [greeter-common.yaml, greeter-development.yaml] at misk.config.MiskConfig.load(MiskConfig.kt:54) at com.rudra.wire.MiskGrpcServerKt.main(MiskGrpcServer.kt:27)
Even though I have config files in the resources directory. Here is the link to my project.
The text was updated successfully, but these errors were encountered: