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
Hi all, I am new to Nuxeo I am working on a Symfony ( version 4 ) project I want to display a document inside an
0 votes
1 answers
0 comments
635 views
i'm installed nuxeo-arender 10.3.5 but when start the app in web ui the attached image represent the error “# HTTP Status 404 – Not Found”
0 votes
1 answers
0 comments
878 views
Hello, I added the paginable = true attribute in nuxeo-data-table and it works except for the first time I will have the duplicate result list. For example if I have the page size of the provider at 10, I will have in the result 20 documents which ...
0 votes
0 answers
0 comments
986 views
Salut, je demande comment je peux conserver la modification des colonnes à afficher lorsque je déconnecte et je me reconnecte via un autre navigateur? En effet, si dans un document de type “domain” par exemple, j'ai changé les colonnes à afficher ...
0 votes
1 answers
0 comments
916 views
Hello, i've the problem that my tmp folder grows until some “no left space on device” There is any way to understand why or to configure nuxeo to purge this tmp folder? Best regards Joao
0 votes
0 answers
0 comments
856 views
Hello, I noticed that nuxeo displays empty documents in the results screens before doing a scrolling as shown in the following picture and this problem will be solved if we do a scroll I wanted to know if there is a solution to prevent the ...
0 votes
1 answers
2 comments
1023 views
Hello everybody, How can I validate in polymer section that a column is unique in a nuxeo form? What is the best alternative? I tried to run nxql but I couldn't :'(
0 votes
2 answers
0 comments
914 views
Hello, I don't know if I have the rights to ask the following question, In fact since nuxeo is opensource, is there a way to install hotfixes without registering my nuxeo? thank you in advance
0 votes
1 answers
0 comments
859 views
Hello, I added my component in the RESULTS_ACTIONS slot-content like the following : <nuxeo-slot-content name="exportPublicationAction" slot="RESULTS_ACTIONS"> <template> <my-component items="{{items}}" ...
0 votes
1 answers
3 comments
926 views
Hi Everybody, When I set my nuxeo-dropzone element and restrict it to pdf file type, I want to be able to display an error message that it cannot load the file. It fails silently if you upload a type that's not accepted. Example, <nuxeo-dropzone ...
0 votes
2 answers
0 comments
11581 views
Hi, Has anybody managed to EXPORT documents from WebUI by drag and drop? Specifically, I'd love to drag a document to an Outlook message and thus add it as an attachment. I know Nuxeo can send emails itself, but in the specific use case sending ...
0 votes
1 answers
0 comments
764 views
Good Morning, I would like to perform a document reindex. I've been looking at the documentation, https://doc.nuxeo.com/nxdoc/elasticsearch-setup/#rebuilding-the-repository-index, and it talks about the Admin> Elasticsearch> Admin tab. Where ...
0 votes
2 answers
0 comments
1513 views
Good Morning, I have a problem with the versions of my documents. The latest version is displayed without problems, but when I want to view a previous one, I get a 500 error (internal server error; Invalid Json; The document could not be loaded) I ...
0 votes
1 answers
8 comments
1561 views
Hi, This is a follow-up of this question , I am creating a new one because I'm trying a different approach. You should read it to have the first part of the story. In short : I've got a document suggestion widget in the creation form of an “index” ...
0 votes
0 answers
0 comments
1058 views
Hi, I'm trying to reproduce this how-to , but with a document suggestion widget instead of a directory suggestion widget. Here is my code : <nuxeo-document-suggestion value="" label="[[i18n('manufacturing_summary.documentsLocations')]]" ...
0 votes
0 answers
0 comments
1497 views
Hi, I'm trying to render a document with a docx template using Freemarker, but I got the following error : org.nuxeo.ecm.core.convert.api.ConversionException: Failed to invoke operation Blob.RunConverter, null mime type not supported by any2pdf ...
0 votes
0 answers
1 comments
1219 views
Hello, I followed the link “https://doc.nuxeo.com/nxdoc/purging-audit-logs-nxp_logs/” to empty the audit log. I didn't have an error while performing the procedure but after finishing I noticed that I cannot access the proxy documents (including ...
0 votes
1 answers
0 comments
962 views
Hi, I am using a nuxeo-document-suggestion-widget (in a creation form layout) which is calling an automation chain with just one custom operation : <chain id="SearchHWPDocuments"> <operation id="SearchDocuments"> <param type="string" ...
0 votes
0 answers
0 comments
1054 views
Hi, I'm trying to pass parameters from a nuxeo-document-suggestion widget to the automation chain returning the suggested documents. Here is the widget : <nuxeo-document-suggestion value="{{document.properties.mfs:documents}}" ...
0 votes
1 answers
0 comments
1254 views
Hello, I have a “persistent” exception when starting nuxeo. ERROR [OSGiAdapter] Error during Framework Listener execution : class org.nuxeo.runtime.osgi.OSGiRuntimeService
java.lang.IllegalStateException: Unable to move to the last committed offset, ...
3 votes
0 answers
0 comments
1243 views