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
Copy file name to clipboardExpand all lines: articles/cosmos-db/sql/troubleshoot-service-unavailable-java-sdk-v4-sql.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,11 @@ The Java v4 SDK wasn't able to connect to Azure Cosmos DB.
18
18
The following list contains known causes and solutions for service unavailable exceptions.
19
19
20
20
### The required ports are being blocked
21
-
Verify that all the [required ports](sql-sdk-connection-modes.md#service-port-ranges) are enabled.
21
+
Verify that all the [required ports](sql-sdk-connection-modes.md#service-port-ranges) are enabled. If the account is configured with private endpoint then additional ports are required to be opened.
22
+
23
+
```
24
+
failed to establish connection to {account name}.documents.azure.com/<unresolved>:3044 due to io.netty.channel.ConnectTimeoutException:
25
+
```
22
26
23
27
### Client initialization failure
24
28
The following exception is hit if the SDK is not able to talk to the Cosmos DB instance. This normally points to some security protocol like a firewall rule is blocking the requests.
@@ -50,4 +54,4 @@ Check the [Azure status](https://status.azure.com/status) to see if there's an o
50
54
51
55
## Next steps
52
56
* [Diagnose and troubleshoot](troubleshoot-java-sdk-v4-sql.md) issues when you use the AzureCosmosDBJava v4 SDK.
53
-
*Learn about performance guidelines for [Java v4 SDK](performance-tips-java-sdk-v4-sql.md).
57
+
*Learn about performance guidelines for [Java v4 SDK](performance-tips-java-sdk-v4-sql.md).
0 commit comments