LTS2019
Hello, I tried Nuxeo Spreadsheet, and I noticed that the plugin is ignoring my enrichers and always using only the 'enricher' permission. Is there a way to force the use of my own enrichers?
0 votes
0 answers
0 comments
883 views
Hi, I want to edit documents, I selected my docs and I click on edit button, the edit dialog doesn't appear and others button disapears.(see captures). I has this bug only when I used Chrome,I tested with chromium and firefox and it works well! Any ...
1 votes
1 answers
0 comments
717 views
From time to time we get the following error. Like 15 times within a second. Nuxeo is run behind nginx configured with proxy_pass . 2022-12-15T12:06:52,455 ERROR [http-nio-127.0.0.1-8080-exec-753] [nuxeo-error-log] Request Attributes: ...
0 votes
0 answers
0 comments
762 views
Dear Experts, I have a created custom operation in Java. The operation shows up successfully in Nuxeo Studio and I am able to build and compile the source code to produce a JAR file. I need some guidance in how to make this operation available in ...
0 votes
0 answers
0 comments
700 views
Hi I have the next code, When I used the property selection-formatter=“[[_getDocTitle]]“ of nuxeo-document-suggestion in the nuxeo-data-table-column the function works fine BUT when I used the same property in nuxeo-data-table-form the function not ...
0 votes
0 answers
0 comments
1059 views
Hello, I have complex list and iterate and create with nuxeo-data-table, when I create item and save I haven't error then I delete item -> save, the item delete was successful, but when I try delete the last item, this not deleted. :'( I see the ...
0 votes
1 answers
2 comments
828 views
Hello, Is it possible to use elasticsearch as a vocabulary database ? I was thinking of this because I have vocabularies with a large number of entries and the Directory.SuggestEntries operation takes a long time to respond.
0 votes
0 answers
0 comments
741 views
Hi, after getting Nuxeo Platform LTS 2019 source code, I try to build it but i get a security problem with access to the hofixes. I undertstand that now we need to be a customer to get precompiled hotfixes but is there a way to get the hotfixes ...
0 votes
2 answers
2 comments
1492 views
Hello, When creating a document by attaching a binary file to it, nuxeo creates a temporary directory with the binary file in question in nuxeo.tmp.dir. The problem is that these directories will not be deleted and therefore it will increase the ...
1 votes
1 answers
2 comments
889 views
Each morning we are facing deadlock, caused this script - “UPDATE “hierarchy” SET “systemchangetoken” = “systemchangetoken” + $1 WHERE “id” = $2” What could it be possible caused by?
0 votes
0 answers
0 comments
675 views
Guys, can anyone tell me the difference between using Kafka and Redis for nuxeo. We are considering different solutions now, and it is interesting to read what you think.
0 votes
1 answers
0 comments
971 views
Recently we had an issue, when some files were uploaded via rest to nuxeo platform. (postgress database) After that nuxeo stopped to respond, solution we found was to clean database and restart nuxeo. errors were: 2021-06-09T16:37:08,947 ERROR ...
0 votes
0 answers
0 comments
889 views
Hi, I have a question about Client Registration OAuth 2 ( https://doc.nuxeo.com/nxdoc/using-oauth2/#using-web-ui ) I can not see the CONSUMERS tab in my Web UI nuxeo version 2019 (Administration > Cloud Services > Consumers tab). I can see ...
0 votes
0 answers
2 comments
1003 views
Hi all, I try to install Nuxeo Enhanced Viewer and a I did everything what is in configuration section: https://doc.nuxeo.com/nxdoc/nuxeo-enhanced-viewer/#since-103 In my nuxeo.conf I have set: ...
0 votes
0 answers
0 comments
798 views
Bonjour à tous, J'ai utilisé la commande curl suivante pour lancer une commande bulk afin de ré-initialiser une métadonnée. curl --location --request POST ...
1 votes
0 answers
0 comments
853 views
Hello, I am trying to learn how to use the bulk framework in nuxeo based on this document https://doc.nuxeo.com/nxdoc/1010/bulk-action-framework/ . But until now I could not find how to process documents in parallel. For example, I defined the ...
0 votes
1 answers
0 comments
955 views
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
985 views
Hello, I tested the bulk action in nuxeo based on the doc https://doc.nuxeo.com/nxdoc/1010/bulk-action-framework/. I have succeeded in creating and launching my specific action. My problem is that the bulkstatus is still on scheduled knowing that my ...
0 votes
1 answers
0 comments
983 views
Hello, I want to share my problem with you and hope someone can help me. I ran a csvExport on about 800 documents, it took a little while to complete but eventually I got my csv file. Except that the next time you start nuxeo, I got the following ...
0 votes
0 answers
1 comments
776 views
Hello, I want to process a large number of documents (around 3 million). The process consists of updating a metadata of each document from another metadata (so I will need to do a read and write from the database). For that, I was thinking of using ...
0 votes
2 answers
1 comments
955 views
Hello community I've tried to create a new document in nuxeo plateform, I've filled all the fields and when i click on “create” nothing happens i checked the log file and i found this error “Uncaught TypeError: Cannot read property 'replace' of ...
0 votes
1 answers
0 comments
1134 views
Hello everyone I'm studiying nuxeo application builder cursus. In the Event handler lesson i find tutorials with “big corp” interface. What is big corp? and i'm i supposed to download it or what.? I'm a little bit confused. Thank you for clearing ...
0 votes
1 answers
0 comments
680 views
Hello everyone Can anyone help me please when i create a new document in nuxeo plateform. The button “create” doesn't work. Thank you
0 votes
0 answers
0 comments
674 views
Hello everyone ! I'm facing a problem when i do some modifications in a studio layout, when i click on “hot reload” i find the old virsion only. Can anyone help me?
0 votes
2 answers
0 comments
738 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
866 views
Hi, I can't find info about limitations of using embeded ES. Only warnings that it's not for production. We are still in development and using it. All worked fine, but recently noticed that since a month or so the audit stopped indexing and showing ...
0 votes
1 answers
0 comments
992 views
Hello, Can we process the following request with a generic page provider SELECT * FROM Document WHERE dc:language = '' OR dc:language IS NULL For information I managed to look for the nulls but I don't know how to add a predicate on the empty space ...
0 votes
1 answers
1 comments
1175 views
When making the preview of a document we need to specify the format of the document. In this example we want to preview a photo, so the format is image : ...
0 votes
1 answers
0 comments
716 views
Hello, Anyone have any idea why the “min-chars” parameter will not be considered in “nuxeo-dropdown-aggregation”? Thank you
0 votes
1 answers
2 comments
877 views
I want to make a preview of a document. I found this documentation : https://doc.nuxeo.com/nxdoc/preview/ There is an example mentionned in the site : ...
0 votes
0 answers
0 comments
714 views