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

Random NullReferenceException in ClusterVersionProvider with CouchbaseNetClient 3.6.3 #124

Open
amaruj opened this issue Sep 23, 2024 · 1 comment

Comments

@amaruj
Copy link

amaruj commented Sep 23, 2024

Hi,

We still have random NullReferenceException when we query our couchbase server :

ERROR [33]  Ot.Couchbase.Core.Version.ClusterVersionProvider Unable to load config from (null) La valeur ne peut pas être null.
Nom du paramètre : baseUri    à System.Uri..ctor(Uri baseUri, String relativeUri)
   à Couchbase.Core.Version.ClusterVersionProvider.<DownloadConfigAsync>d__7.MoveNext()
--- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée ---
   à System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   à Couchbase.Core.Version.ClusterVersionProvider.<GetVersionAsync>d__6.MoveNext()
System.ArgumentNullException: La valeur ne peut pas être null.

This this the same issue my colleague reported here :
couchbaselabs/Linq2Couchbase#370

I thought the issue was fixed, but I still have it with the last CouchbaseNetClient version (3.6.3)

Can you please help ?

Thank you,

@jeffrymorris
Copy link
Contributor

jeffrymorris commented Nov 6, 2024

@amaruj -

Thank you for reporting this, I created a Jira ticket so that this can be fixed in an upcoming release. Would you mind sharing the server version, the .NET version and explaining the work around (unless its the same as couchbaselabs/Linq2Couchbase/issues/370)?

-Jeff

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

No branches or pull requests

2 participants