Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add troubleshooting details to #587

Open
rross opened this issue Feb 23, 2024 · 0 comments
Open

[Feature Request] Add troubleshooting details to #587

rross opened this issue Feb 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rross
Copy link

rross commented Feb 23, 2024

Is your feature request related to a problem? Please describe.

Running the SslEnabledWorkerCustomCASample and forgetting to start the server-sample results in an exception.

Describe the solution you'd like

In the readme - https://github.com/temporalio/samples-java/blob/main/core/src/main/java/io/temporal/samples/ssl/README.md, it would be nice to add a troubleshooting section in the Run SslEnabledWorkerCustomCASample. Even better, modify the sample to catch this error and return a helpful message, like "Did you start the server-sample?"

Example for a troubleshooting section:

  1. If you receive an error message similar to

Exception in thread "main" io.grpc.StatusRuntimeException: UNAVAILABLE: io exception

This likely means you forgot to run the server-sample, located here: https://github.com/temporalio/samples-server/tree/main/tls/tls-simple

@rross rross added the enhancement New feature or request label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant