Skip to content

DOCSP-34709 connection troubleshooting shared #504

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

Merged

Conversation

ccho-mongodb
Copy link
Contributor

@ccho-mongodb ccho-mongodb commented Jan 18, 2024

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-34427
Staging - Connection Troubleshooting

Notes:

  • Shared content replaces up to "Security Certificate Errors"
  • Minor grammar fixes
  • Heading level fixes

Self-Review Checklist

  • Is this free of any warnings or errors in the RST?
  • Did you run a spell-check?
  • Did you run a grammar-check?
  • Are all the links working?
  • Are the facets and meta keywords accurate?

@ccho-mongodb ccho-mongodb changed the title DOCSP-34709 connection troubleshooting DOCSP-34709 connection troubleshooting shared Jan 18, 2024

.. _java-connection-string-port:
Error: couldn't connect to server 127.0.0.1:27017
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vale false positive, created a JIRA ticket to address this.

The {+driver-short+} can fail to connect to a MongoDB instance if
the authorization is not configured correctly. This often results in an error
message similar to the following:
.. replacement:: scram-failure-error
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Vale rule on "fail" will be removed soon.


Command failed with error 18 (AuthenticationFailed): 'Authentication failed.' on server localhost:27017.
Command failed with error 18 (AuthenticationFailed): 'Authentication failed.' on server localhost:27017.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Vale rule on "fail" will be removed soon.

To learn more about how connection pooling works in the driver, see
:ref:`java-faq-connection-pool` in the FAQ.

.. replacement:: scram-failure-error
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Vale rule on "fail" will be removed soon.


.. code-block::

Command failed with error 18 (AuthenticationFailed): 'Authentication failed.' on server localhost:27017.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Vale rule on "fail" will be removed soon.

Copy link
Contributor

@jordan-smith721 jordan-smith721 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM w/ one small potential fix

Comment on lines 17 to 18
.. meta::
:keywords: code example, disconnected, deployment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this has an impact on the actual functionality of the meta tag, but it loks like there's a space missing here

Suggested change
.. meta::
:keywords: code example, disconnected, deployment
.. meta::
:keywords: code example, disconnected, deployment

@ccho-mongodb ccho-mongodb merged commit d78e1aa into mongodb:master Jan 19, 2024
@ccho-mongodb ccho-mongodb deleted the DOCSP-34709-connection-troubleshooting branch January 19, 2024 14:43
ccho-mongodb pushed a commit that referenced this pull request Jan 19, 2024
* DOCSP-34709: Use shared content for Connection Troubleshooting (wip)

(cherry picked from commit d78e1aa)
ccho-mongodb pushed a commit that referenced this pull request Jan 19, 2024
* DOCSP-34709: Use shared content for Connection Troubleshooting (wip)

(cherry picked from commit d78e1aa)
(cherry picked from commit 9b9e181)
ccho-mongodb pushed a commit that referenced this pull request Jan 19, 2024
* DOCSP-34709: Use shared content for Connection Troubleshooting (wip)

(cherry picked from commit d78e1aa)
(cherry picked from commit 9b9e181)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants