Nuxeo11.5


Related Questions
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
  2 comments
  611 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
  510 views

I authenticate the Nuxeo users against an LDAP server (https://www.freeipa.org) which is essentially the Red Hat 389-directory server. The configuration of Nuxeo is done as described in https://doc.nuxeo.com/nxdoc/using-a-ldap-directory/ whereas I ...
  0 votes
  0 answers
  0 comments
  504 views

Whenever I do a query with NXQL I got the expected total size of the result set. If I try to retrieve the results, only the first 1000 are accessible. This behaviour is independent from the client I use (e.g. Python, Java). I have done some research ...
  0 votes
  2 answers
  0 comments
  730 views

I want to find all folders where special ACLs (Access Control Lists) are used. As a simple example, where a Read access is granted. Whenever I add such a condition (line 1 in my example below), nothing is found. Without the condition, the expected ...
  0 votes
  1 answers
  1 comments
  633 views

I could not download repositories from https://maven-eu.nuxeo.org/ anymore (today, Feb 07, 2022). The SSL Certificate is expired 5 days ago (Wed, 02 Feb 2022 23:59:59 GMT). As a workaround, I had to switch from https to http. If you are using a ...
  2 votes
  0 answers
  1 comments
  898 views

I want to give the user a numeric input field with 2 decimal fractions. I use the following code: <nuxeo-input role="widget" label="[[i18n('com.mycompany.nuxeo.richfile.value')]]" name="value" value="{{document.properties.rfs:value}}" ...
  0 votes
  1 answers
  0 comments
  760 views

I have defined an vocabulary with the following schema: <?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:nxsv="http://www.nuxeo.org/ecm/schemas/core/validation/" ...
  0 votes
  2 answers
  2 comments
  927 views

We've got an issue with stratup nuxeo. It's fblock to postgre connexion: Could not run configuration: Unable to check configuration for backing service: postgresql But if I can connect directly by psql client it's ok ...
  0 votes
  2 answers
  0 comments
  1182 views

I have issue with nuxeo. When I start it I have null pointer exception 2021-11-16T13:24:29,494 WARN ...
  0 votes
  0 answers
  0 comments
  595 views

Hello all, I am trying to get a self-compiled nuxeo instance to run on Ubuntu. Once I start it up, I am getting this error message : # # A fatal error has been detected by the Java Runtime Environment: # # SIGBUS (0x7) at pc=0x00007ff0d0c2cb23, ...
  0 votes
  0 answers
  0 comments
  733 views