10.1


Related Questions
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
  802 views

Hello, How can I configure how many asynchronous listeners can run in concurrency?
  0 votes
  1 answers
  0 comments
  1024 views

I have a problem with different redirection in the local environment and on the server. After approval of a lifecycle node locally nuxeo just removes the task and redirects to a blank page with a small list of tasks that are still left, but on my ...
  0 votes
  0 answers
  0 comments
  542 views

Hello, I have this entry in my directory : “Evénement”,“Evénement”, “0”,“0”. And in the metadata layout I defined a nuxeo-directory-suggestion that pointed in that directory. My question is : Is it possible to ignore accents for suggestions in ...
  0 votes
  1 answers
  0 comments
  865 views

Hi all, I have nuxeo 2019 in kubernetes container and I'd like to manually install package nuxeo-arender ( nuxeoctl mp-install nuxeo-nuxeo-arender ) but when I try to stop nuxeo server ( nuxeoctl stop ) inside container… kubernetes restart container ...
  0 votes
  1 answers
  1 comments
  825 views

Hi, I am facing a problem in nuxeo-data-table-column-filter. In fact, I had 3 documents that titled “test1”, “test-1” and “20-05-2020” (capture 1). I would to filter them by title and display just the document “20-05-2020” so I taped in the filter ...
  0 votes
  0 answers
  0 comments
  994 views

Nuxeo is allowing to upload of any kind of file format to the application. I don't want to upload the .exe file to the application. can anyone tell me how to do this? thanks
  0 votes
  1 answers
  0 comments
  1060 views

Hello, The GitHub Security Lab team has found a potential vulnerability in Nuxeo. Please, let us know how to report the details privately. Alternatively , create a GitHub Security Advisory and invite me (pwntester) in to further disclose and discuss ...
  0 votes
  1 answers
  0 comments
  664 views

while trying to install any new packages in the Nuxeo platform from the Nuxeo Marketplace, it showing Package Exception like package not found org.nuxeo.connect.update.PackageException: Package not found: openid-authentication-2021.0.17
  0 votes
  1 answers
  1 comments
  1094 views

Hello, I want to disable the multiSelection in nuxeo-data-table. In fact I want to allow the user to select just one document. I add to nuxeo-data-table multiSelection=“false” but it doesn't work. Any idea? Regards,
  0 votes
  0 answers
  0 comments
  685 views

Is there a complete example of how to download a file using the JavaScript Nuxeo Client? I have tried coding this and need some help. Attached is a function from a React application which uses Electron. The code to display the file using PDF works ...
  0 votes
  2 answers
  0 comments
  796 views

Hello, How can i remove the default document creation like (Audio, Video, File, File Template, Inline Template, Note) that are available default inside workspace window as shown in picture below.
  0 votes
  1 answers
  0 comments
  667 views

Wondering if anyone has some advice for me. We have a share action that allows users to quickly share internally, the action allows the selection of users and it verifies that they don't have access to login to the current document. If the user can ...
  0 votes
  1 answers
  0 comments
  977 views

Hi, I want to select all the document in a particular folder. I am just able to select multiple docs but not all the docs in one click. How can I activate selectAll checbox in nuxeo-data-table component? Could anyone please help me to find this out? ...
  0 votes
  1 answers
  2 comments
  831 views

I cant log in with the default username and password (Administrator/ Administrator). It returns an error: Invalid username or password
  0 votes
  2 answers
  2 comments
  1173 views

Hello, I want to sort a nuxeo-data-table-column (numeric sort). I've used the attribute sort-by but the column was sorted by alphabetic ( for example the value 11 comes after the value 100). Note : the property is an IntegerList But I just want to ...
  0 votes
  0 answers
  0 comments
  1206 views

Im using nuxeo-user-suggestion , i want to know how can use the groupRestriction for filter the search by a group or a permission
  0 votes
  2 answers
  1 comments
  1391 views

I have and object like this: company: “” displayIcon: true displayLabel: “Administrator” email: “devnull@nuxeo.com” entity-type: “user” firstName: “” groups: [] id: “Administrator” lastName: “” prefixed_id: “user:Administrator” tenantId: null type: ...
  0 votes
  1 answers
  0 comments
  803 views

I want to develop and application with multiple forms (around 40 form) in book format. Each form goes in process related to previous form.40 forms are divided in to 4 sections of 10 forms. Like first 4 forms are filled by one user group and then ...
  0 votes
  0 answers
  0 comments
  699 views

I use nuxeo rest api with basic authenticate. But I want to use it without authenticate? How can I solve it?
  0 votes
  2 answers
  0 comments
  859 views

I want to add some custom attributes to file when upload to nuxeo document using below endpoint and payload: http://localhost:8080/nuxeo/api/v1/id/folder_id { “entity-type”: “document”, “type”: “File”, “name”:“test”, “properties” : { “file:content”: ...
  0 votes
  1 answers
  0 comments
  807 views

How to get child elements by parent ref?(uuid)
  0 votes
  2 answers
  0 comments
  1119 views

I upload files to nuxeo document under folder. Now I need to get file info list using folder UUID. Using http://127.0.0.1:8080/nuxeo/api/v1/id/{folder_id} endpoint I get only folder information, but not files info inside a folder. Which endpoint I ...
  0 votes
  1 answers
  0 comments
  1214 views

hello, I'm trying to install a new version of Nuxeo with Docker. Beeing new to docker, i'm currently trying to setup 2 env based on a env-file. The problem is that when i run my docker with : docker run –name nuxeoStaging –env-file envStaging.list ...
  0 votes
  0 answers
  0 comments
  500 views

Hi all, In my project I am using the Nuxeo .NET client for querying the assets and until I decided to introduce tags in my project everything worked perfeclty. However, the issue I am facing is querying the assets with more than one tag in the ...
  0 votes
  1 answers
  0 comments
  821 views

Hi all, I would like to execute a query that would return to me the document based on the file:content/data field. I have tried several different ways of writing the query down but nothing seems to be working for me. Could you please tell me is it ...
  0 votes
  2 answers
  0 comments
  1040 views

Hi all, Whenever I try to upload an image using a Nuxeo .NET SDK the document is automatically created as Picture. How can I change this? In my use case I have several different Document Types for jpgs and I would like to manually decide which type ...
  0 votes
  1 answers
  0 comments
  952 views

Hi all, I would like to create a custom image conversion which should be created upon image upload. I would very much like to specify the dimensions of the new conversions as well as its file format. However, in the Nuxeo documentation I have found ...
  0 votes
  1 answers
  0 comments
  810 views

Hi all, Could you please tell me is it possible to export a metadata schema in Nuxeo without the metadata? What I would like to do is to know all the metadata fields that a certain document stored in Nuxeo can contain and my idea is to somehow ...
  0 votes
  0 answers
  1 comments
  777 views

I'm trying to retrieve document custom schema properties via a REST call. I am only able to pull basic document details. I would like to pull the custom schema fields for my document type via rest. Is this possible, and if so how can it be done? ...
  0 votes
  2 answers
  0 comments
  1197 views

Hello Nuxeo Gurus, I have a question related to document structure configuration: I have a use case where I have to import documents from a relational database to Nuxeo. In my documents I have fields that are foreign keys from related tables (ex: ...
  0 votes
  2 answers
  0 comments
  1134 views

  -1 votes
  3 answers
  7 comments
  1532 views

Hello. After invoke operation Document.RestoreVersion e.g. major version 2 -> major version 1, i need to update document with major version 1 and increment minor version of major version 1, but nuxeo java client return major version 2 after ...
  0 votes
  1 answers
  2 comments
  1287 views

Hi, I am not able to see Select All checkbox to select all the document in a particular folder. I am just able to select multiple docs but not all the docs in one click. I found “nuxeo-data-table-checkbox” element which I believe represents Select ...
  0 votes
  1 answers
  1 comments
  1517 views

Hi, I'm trying to use the ILIKE operator with the REST API. I have a Workspace named 'Shared' on my instance, so from the Nuxeo NXQL Console it is working with “SELECT * FROM Document WHERE dc:title LIKE / ILIKE 'Shared' “. When I use GET (with ...
  0 votes
  2 answers
  1 comments
  1481 views

Hello, I'm learning webui with tutorials but nuxeo components on https://www.webcomponents.org are not available :-( The error page : https://www.webcomponents.org/element/nuxeo/nuxeo-ui-elements Can you fix it ?
  1 votes
  0 answers
  1 comments
  1023 views

  0 votes
  2 answers
  5 comments
  1119 views

Hi, I'm trying to delete a document by it's ID e.g. “76c69a54-0230-457a-b42c-e819d5ace862” from the javascript api according to documentation you can use Document.Delete operation to make it happen, and in the same documentation is written “You can ...
  0 votes
  0 answers
  0 comments
  1118 views

Hi, I need to upload assets of different document type in a collection using Rest-api and I'm unable to do so. Can anyone please help me on this?? Thank you, Aman Kumar
  0 votes
  0 answers
  0 comments
  1065 views

I am using nuxeo 10.1 authentication using LDAP. I want to preview and download files from nuxeo using my java application created in portal. I am using document url : ...
  0 votes
  0 answers
  0 comments
  1377 views

Hi there. First post here :-) I'm completely new to Nuxeo (never used it or worked with it before) and while I appreciate the material on Nuxeo University I feel it's a steep learning cure and could really use some personal guidance. Does anyone ...
  0 votes
  0 answers
  0 comments
  1600 views

Hello, It seems that only the users who belong to the group Administrator can update user profiles. But I would like to allow the authentified user to be able to update his own profile. How could I do that ? I tried with the PUT request : curl -X ...
  0 votes
  1 answers
  0 comments
  1343 views

Hi, I would like to know whether a registration to Nuxeo Online Services is required to have access to the updates and security hotfixes for the Nuxeo platform. Is there another way to get access to these ? It seems that the price of Nuxeo Online ...
  0 votes
  1 answers
  1 comments
  1396 views

Installation of ndrive 3.1.0 or 3.1.1 fails with the message : Cloning https://github.com/nuxeo/nuxeo-drive.git (to revision release-3.1.0) to /tmp/pip-req-build-R7lGAk Complete output from command python setup.py egg_info: Traceback (most recent ...
  0 votes
  3 answers
  5 comments
  1541 views

nuxeo-drice was working aerfectly. V 3.0.3 After moving my workstation from ubuntu 16.04 Trusty to 18.04 Bionic, nuxeo-drive crashes at startup with the message : File “/usr/local/lib/python2.7/dist-packages/nxdrive/manager.py”, line 16, in from ...
  0 votes
  2 answers
  0 comments
  2071 views

Hello All, I would like to use a page provider for my search endpoint. Is it possible to create a page provider without nuxeo studio? If yes, could you please tell me how?
  0 votes
  0 answers
  0 comments
  1083 views

I was setting up a password policy (via userManager extension point) on our nuxeo instance and discovered the following behavior: Entering a password that does not match the defined policy, when creating a user via WEB-UI, is resulting in an ...
  0 votes
  1 answers
  0 comments
  1276 views

My team is preparing Proof of concept, We selected Nuxeo as a platform, and we are facing performance issue. How to reproduce: 1. Nuxeo ECM loaded with 100 pdf documents (200KB each). 2. 10 user groups(local) created with read permissions to ...
  0 votes
  0 answers
  6 comments
  1862 views

When components get reloaded they will stay in activated state and will not get started. The problem seems to be in ComponentManagerImpl.applyStashWhenRunning () where new components are activated in one loop, and then in the next “isStandby()” loop ...
  0 votes
  1 answers
  1 comments
  1291 views