mongodb


Related Questions
Hello, I tried to run a bulk action on a large batch of data and got the following exception from the start: 2021-05-05T15:38:59,048 WARN ...
  0 votes
  0 answers
  0 comments
  901 views

Hello everyone, I just configured Nuxeo (LTS 2019) to work with Elasticsearch (6.5.3) and MongoDB (3.6.8), Nuxeo works fine with these two servers now, but every time Nuxeo starts, I found these logs in the server.log file : ...
  0 votes
  0 answers
  0 comments
  964 views

Hello, I have a nuxeo with mongoDB which contains a lot of data. My problem is that the following nxql query is very slow: select * from Document where ecm:isTrashed = 0 By removing the filter on ecm:isTrashed , I will have an immediate response, ...
  0 votes
  0 answers
  4 comments
  778 views

Hello, I try to run a nuxeo docker container with mongodb using the following command: docker run –name mynuxeo -p 8080:8080 -e NUXEO_DB_HOST=“mongodb://192.168.43.43” -e NUXEO_DB_TYPE=“mongodb” nuxeo This command return the next error: Could not ...
  0 votes
  1 answers
  0 comments
  1278 views

Hi team, I have detected a problem starting Nuxeo. With a 100M documents instance, the deployment is very slow, and looking for the problem, I found this source code into ...
  0 votes
  2 answers
  0 comments
  925 views

Hi, I am facing issue of MongoDB server out of memory. I have mongoDB server with 24 GB RAM and in that there is 1.6 TB of data is available. And WiredTiger cache maximum bytes configured is 11GB. With this configuration my mongo server is goes out ...
  0 votes
  0 answers
  0 comments
  2128 views

Hi, I am having complex hierarchy of document up to 20 levels. And more than 1lakh of document. While I am accessing inner most level of document getting error. com.mongodb.MongoQueryException: Query failed with error code 96 and error message ...
  0 votes
  2 answers
  5 comments
  22460 views

Greetings- How do I use MongoDB in place of the default H2 database? Is it recommended that each Nuxeo node in a cluster use a SINGLE shared database(mongodb in this context) instance, as well as another sql database (postgres or something else) ...
  0 votes
  1 answers
  3 comments
  2940 views