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
For tutorials on how to use the MongoDB JVM Drivers, please reference [MongoDB University](https://learn.mongodb.com/). Additional tutorials, videos, and code examples using both the Java Driver and the Kotlin Driver can also be found in the [MongoDB Developer Center](https://www.mongodb.com/developer/).
23
16
24
17
## Support / Feedback
25
18
26
-
For issues with, questions about, or feedback for the MongoDB Java, Kotlin, and Scala
27
-
drivers, please look into our
28
-
[support channels](https://www.mongodb.com/docs/manual/support/). Please do not email
29
-
any of the driver developers directly with issues or questions - you’re more likely to
30
-
get an answer on the
31
-
[MongoDB Community Forums](https://community.mongodb.com/tags/c/drivers-odms-connectors/7/java-driver)
32
-
or [StackOverflow](https://stackoverflow.com/questions/tagged/mongodb+java).
33
-
34
-
At a minimum, please include in your description the exact version of the driver that
35
-
you are using. If you are having connectivity issues, it’s often also useful to paste in
36
-
the line of code where you construct the MongoClient instance, along with the values of
37
-
all parameters that you pass to the constructor.
38
-
You should also check your application logs for any connectivity-related exceptions and
39
-
post those as well.
19
+
For issues with, questions about, or feedback for the MongoDB Java, Kotlin, and Scala drivers, please look into
do not email any of the driver developers directly with issues or
22
+
questions - you're more likely to get an answer on the [MongoDB Community Forums](https://community.mongodb.com/tags/c/drivers-odms-connectors/7/java-driver) or [StackOverflow](https://stackoverflow.com/questions/tagged/mongodb+java).
23
+
24
+
At a minimum, please include in your description the exact version of the driver that you are using. If you are having
25
+
connectivity issues, it's often also useful to paste in the line of code where you construct the MongoClient instance,
26
+
along with the values of all parameters that you pass to the constructor. You should also check your application logs for
27
+
any connectivity-related exceptions and post those as well.
40
28
41
29
## Bugs / Feature Requests
42
30
43
-
Think you’ve found a bug in the Java, Kotlin, or Scala drivers?
44
-
Want to see a new feature in the drivers?
45
-
Please open a case in our issue management tool, JIRA:
31
+
Think you’ve found a bug in the Java, Kotlin, or Scala drivers? Want to see a new feature in the drivers? Please open a
32
+
case in our issue management tool, JIRA:
46
33
47
34
-[Create an account and login](https://jira.mongodb.org).
48
35
- Navigate to [the JAVA project](https://jira.mongodb.org/browse/JAVA).
49
-
- Click **Create Issue** - Please provide as much information as possible about the
50
-
issue type, which driver you are using, and how to reproduce your issue.
36
+
- Click **Create Issue** - Please provide as much information as possible about the issue type, which driver you are using, and how to reproduce your issue.
51
37
52
-
Bug reports in JIRA for the driver and the Core Server (i.e. SERVER) project are
53
-
**public**.
38
+
Bug reports in JIRA for the driver and the Core Server (i.e. SERVER) project are **public**.
54
39
55
-
If you’ve identified a security vulnerability in a driver or any other MongoDB project,
which may be set with the `--setParameter enableTestCommands=1` command-line parameter:
118
+
The test suite requires mongod to be running with [`enableTestCommands`](https://www.mongodb.com/docs/manual/reference/parameters/#param.enableTestCommands), which may be set with the `--setParameter enableTestCommands=1`
If you encounter `"Too many open files"` errors when running the tests then you will
150
-
need to increase the number of available file descriptors prior to starting mongod as
151
-
described in https://www.mongodb.com/docs/manual/reference/ulimit/
125
+
If you encounter `"Too many open files"` errors when running the tests then you will need to increase
126
+
the number of available file descriptors prior to starting mongod as described in [https://www.mongodb.com/docs/manual/reference/ulimit/](https://www.mongodb.com/docs/manual/reference/ulimit/)
152
127
153
128
## AI Agent Configuration
154
129
@@ -168,18 +143,15 @@ A couple of manual configuration steps are required to run the code in IntelliJ:
168
143
169
144
- Java 17+ is required to build and compile the source.
170
145
171
-
-**Error:**
172
-
`java: cannot find symbol: class SNIHostName location: package javax.net.ssl`<br>
0 commit comments