Skip to content

Commit

Permalink
Point ALPN not configured properly in TROUBLESHOOTING.md to (#3408)
Browse files Browse the repository at this point in the history
the compatibility checker.
  • Loading branch information
yihanzhen authored Jun 27, 2018
1 parent 1d28f12 commit c34b964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you see exceptions related to `ALPN is not configured properly`, such as:
Caused by: java.lang.IllegalArgumentException: ALPN is not configured properly. See https://github.com/grpc/grpc-java/blob/master/SECURITY.md#troubleshooting for more information.
```

This can mean that:
Please use the [compatibility checker](https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-util/google-cloud-compat-checker) to see if your environment is compatible with grpc-based clients. The incompatibility can mean that:
- You are not on a [supported platform](https://github.com/GoogleCloudPlatform/google-cloud-java/#supported-platforms)
- There are classpath conflicts with `netty`
- Or, you are seeing any of the conflicts specified in [gRPC Troubleshooting guide](https://github.com/grpc/grpc-java/blob/master/SECURITY.md#troubleshooting).
Expand Down

0 comments on commit c34b964

Please sign in to comment.