General Questions on Nuxeo
Ask all of your questions to the Nuxeo community. Get answers from experts who use the Nuxeo Platform on a regular basis.
Hello, I have an action that is exectued by an event handler. But I observed in the server.log file this Error: org.nuxeo.runtime.transaction.TransactionRuntimeException: Transaction has timed out at ...
0 votes
0 answers
0 comments
29 views
Hello, How can I configure how many asynchronous listeners can run in concurrency?
0 votes
0 answers
0 comments
75 views
hi there, i have the following error message 'Une corruption de fichier a été détectée, nouvelle tentative' while opening a Document can you explain me why this error message is generated ? i also join the log file, see lines 2023-01-24 17:42:20 to ...
0 votes
0 answers
0 comments
29 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
61 views
Here at Hyland, we are always looking for ways to improve and evolve, and we believe that by sharing knowledge and collaborating with our developer community, we can accelerate innovation and create better solutions for our customers. We have ...
0 votes
0 answers
0 comments
54 views
Hello, I have this NXQL query to perform : SELECT * FROM Document WHERE custom:attribute = 'Ø600' You can notice the special character Ø. It's working fine when I use NXQL Search in Web UI. It's not working with Repository.query method in Java ...
0 votes
0 answers
0 comments
90 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
123 views
We have a document structure like this: |-- Customer_ABC | |-- Project_1 | |-- Project_2 | | |-- Real_Document_4711 | | `-- Real_Document_4812 | `-- Project_3 | `-- Real_Document_987654 |-- Customer_DEFG `-- Customer_HI Customer_X and Project_Y are ...
0 votes
1 answers
1 comments
168 views
To build Nuxeo yourself you need python2, as explicit stated in the official docs : https://doc.nuxeo.com/corg/getting-the-nuxeo-source-code . Python 2 is EOL for more than nearly 3 years now and is not supported anymore on most Linux distributions ...
0 votes
1 answers
1 comments
154 views
Hello, Is it possible to publish a document without publishing the attachments that go with it?
0 votes
1 answers
0 comments
141 views
Hello, I would like to reorganize the nuxeo tree structure to make workspaces and sections are mirrored. I want to set up a mechanism that automatically creates the section tree based on the workspaces I create. example: If I create the following ...
0 votes
1 answers
0 comments
134 views
In the software world, we know there is a love/hate relationship with software upgrades. They are necessary as the entry point for new releases, bug fixes, security updates, and improved user experiences…AND, can also be a disruption to current ...
0 votes
0 answers
0 comments
190 views
Hi Team, I want to use TaskService for one of operation, but not able to import org.nuxeo.ecm.platform.task package and as a result TaskService also not found. Which maven dependency I need to include to solve this problem ? Appreciating your help. ...
0 votes
1 answers
1 comments
166 views
Api call to http://localhost:5000/nuxeo/api/v1/automation/Blob.RemoveFromDocument Payload:{ "params": { "xpath": "monschema:mesdonnees/2/fichier" }, "context": {},
} Response : { "entity-type": "exception", "status": 500, "message": "Failed to ...
0 votes
0 answers
0 comments
139 views
Hi, I try to migrate my LTS2019 webEngine app to LTS2021 and I have freemarker code problem . ...
<#function get_date doc modified_date <#list doc.children as child> <#if modified_date.time?datetime == ...
0 votes
1 answers
0 comments
182 views
Hi, According to this page https://doc.nuxeo.com/corg/maven-usage/#maven-usage-for-lts-2021 , to access to nuxeo nexus repository we need to create a support ticket to request access. So when I go to my account (Okta account) https://auth.nuxeo.com ...
0 votes
1 answers
0 comments
288 views
For LTS 2019 (Platform 10.10), it is specified in the documentation that the suggested database is versions 9.6 and 11 for PostgreSQL. We plan to upgrade our PostgreSQL database to version 12 (or higher). We would like to know if this version of ...
0 votes
1 answers
0 comments
232 views
Hello, I know that this NXQL is working : SELECT * FROM Document WHERE dc:creator = 'user.name' But is it possible to query on email attribute ? I tried this but it doesn't work :) SELECT * FROM Document WHERE dc:creator/properties/email = ...
0 votes
1 answers
0 comments
262 views
Hello, I declared a new data source in my custom bundle which points to an external database : <extension target="org.nuxeo.runtime.datasource" point="datasources"> <datasource name="jdbc/custom" driverClassName="${db.driverClassName}"> ...
0 votes
1 answers
0 comments
242 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
339 views
(20 / 4891)