10.10


Related Questions
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
  688 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
  624 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
  499 views

Hi everyone, since five days ago one of our Nuxeo instances reports an NPE when running the scheduled orphanVersionsCleanup. I know orphanVersionsCleanup has been disabled in HF04 (we are running an old version for testing purposes) and the issue ...
  0 votes
  0 answers
  0 comments
  547 views

Hi, I need to disable adding tags for anonymous users (See print screen). Any ideas would be highly appreciated, thanks in advance!
  0 votes
  1 answers
  0 comments
  642 views

Hi Has anyone tried / had success in building a Nuxeo server container using the -platform ARM/64 switch in docker? I'm trying to create a container pulling the exising Nuxeo base image from Nexus, but it fails. Pointers greatly welcomed. Thanks in ...
  0 votes
  0 answers
  0 comments
  523 views

I have configured multiple (3) repositories in Nuxeo like the following. 1.default 2.Repo-A 3.Repo-B When I try to write a document in my second repository (Repo-A) which is not the default repository the elastic indices of all the repositories get ...
  0 votes
  0 answers
  0 comments
  508 views

After migrate to Nuxeo Platform 10.10, we get the following exception. Seems like the database function is not adapted to the code. Using PostgreSQL. Anyone know what I am missing? Thanks Failed to prepare user read acl cache PSQLException: ERROR: ...
  0 votes
  0 answers
  2 comments
  752 views

Hi, I want to allow a group of users that are not administrators or power users to edit entries of certain directories/vocabularies. So, documentation says that it is possible to define Read/Write permissions to users/groups in the directory ...
  0 votes
  0 answers
  0 comments
  609 views

I've been trying to build a nuxeo image since yesterday (May 15th), but it is continuously failing due to http://maven.nuxeo.org/nexus/content/groups/public (containing build jar files) being down. Are there plans to bring it back up? Alternatively, ...
  0 votes
  2 answers
  5 comments
  959 views

Hello, I have the simple property <xs:element name="para"> <xs:simpleType> <xs:list> <xs:simpleType> <xs:restriction base="xs:string" ref:resolver="userManagerResolver" ref:type="user"/> </xs:simpleType> ...
  0 votes
  1 answers
  2 comments
  713 views

Hi, I have two scripted operations (Automation Scripting) like these: <scriptedOperation id="Operation.One"> <category>javascript</category> <inputType>void</inputType> <outputType>void</outputType> ...
  0 votes
  0 answers
  0 comments
  751 views

I'm working on an automation chain that is called by an action button. The button makes a copy of the context document and assigns some new properties to the copy. I want the automation chain to log an event (Audit.LogEvent) to the context document, ...
  0 votes
  1 answers
  0 comments
  699 views

It seems that Nuxeo is only using string fields to build the fulltext . Maybe using the fulltextExcludedTypes but I cannot find it anywhere being set. Is there a way I can incorporate number fields, e.g. a year, into the fulltext index? Or specifiy ...
  0 votes
  3 answers
  0 comments
  716 views

I have a listener class which includes this code: GatewayClient gatewayClient = Framework.getService(GatewayClient.class); I want to write a junit which will invoke the listener class, and I want to mock the call to the gateway. My first problem is ...
  0 votes
  0 answers
  1 comments
  479 views

hello, can someone give me any hint on how to search for a document that is currently in a workflow using nxql? Regards
  0 votes
  1 answers
  0 comments
  729 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
  922 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
  717 views

Is nuxeo open source? I tried to install some packages but it returned the error that my trial version had expired. How do I install packages after the 30 day period?
  0 votes
  1 answers
  0 comments
  815 views

I'm getting a result set from ElasticSearch, and then for each object in the result set, I need to get a Blob (or a Binary ) from S3 using only the BlobInfo elements from ES (digest, filename, etc.) Best I have come up with so far is: BlobProvider ...
  0 votes
  0 answers
  0 comments
  683 views

Looking for a way to query for locked documents of a particular type. I've tried variations on this: SELECT * FROM Document WHERE ecm:primaryType = 'DocumentType' AND ecm:lockOwner IS NOT NULL including SELECT * FROM Document WHERE ecm:primaryType = ...
  0 votes
  5 answers
  1 comments
  756 views

I configured multiple repositories in local nuxeo. I created a new Document Container inside the new repository and try to fetch this document using a page provider. Nuxeo is throwing this exception javax.servlet.ServletException: ...
  0 votes
  1 answers
  1 comments
  909 views

I configured multiple repositories in my local nuxeo environment successfully. I want to store some of my documents in this newly created repo. How can I achieve this functionality ?
  0 votes
  1 answers
  0 comments
  730 views

Hi. We have configured the Amazon S3 Online Storage Addon with prefixes in a bucket. nuxeo.s3storage.bucket=your_BUCKET nuxeo.s3storage.bucket_prefix=yourfolder/ And thats working fine, but now, we are interested in configure the Microsoft Azure ...
  0 votes
  0 answers
  0 comments
  535 views

Hi Team, I am trying to set up one of my schema fields as geo_shape via elasticsearch-doc-mapping.json but it throws an error shown below , status line [HTTP/1.1 400 Bad ...
  0 votes
  0 answers
  0 comments
  595 views

I can get the worflow ID but not the task ID. Request : SELECT * FROM RoutingTask WHERE ecm:currentLifeCycleState = 'opened' AND nt:processId = 'myWorflowId' With this request I can have the task in the webUI nxql search, but with the same request ...
  0 votes
  1 answers
  1 comments
  648 views

Dear all, We are using ClearTrust / RSA Access Manager to authenticate users against Nuxeo LTS 2019. When the ClearTrust / RSA Access Manager session expires, users are not automatically redirected to the authentication page, but are presented with ...
  0 votes
  0 answers
  0 comments
  632 views

Hello, I've added a nuxeo-document-suggestion element in the metadata layout to make links between documents. I want that the search of doc to be linked will be based on the 'searchTerm' written by the user and also on a property of the current ...
  0 votes
  0 answers
  0 comments
  764 views

Dear all, After migrating some Nuxeo instance from 5.6 to LTS 2019, I've been told that the documents' history tab remains empty for both documents created in Nuxeo 5.6 and documents created after the migration to LTS 2019. Any idea what could be ...
  0 votes
  0 answers
  0 comments
  640 views

Hi, We're using Nuxeo 10.10-HF30 with encryption activated (nuxeo.core.binarymanager=org.nuxeo.ecm.core.blob.binary.AESBinaryManager) running with openjdk version 1.8.0_282. Everything seems just fine, except that the time taken to read files is too ...
  0 votes
  2 answers
  0 comments
  853 views

Hello, I want to get entries of directory so that I used the Directory.Entries operation but I faced this problem : When I am connected with the Administrator account, the operation worked fine (look at “connectingAdministrator.png” picture) but ...
  0 votes
  1 answers
  1 comments
  895 views

Hello, How can I grant permission 'directoriesManagementAccess' to group diffrent from Administrator and power users? In fact I want to add new entries to a vocabulary using Directoy.CreateVocabulryEntry operation but I got this message on ...
  0 votes
  2 answers
  0 comments
  854 views

bonjour, j'ai abonné un certain nombre d'utilisateurs , via JSF, pour recevoir une notification pour chaque nouvelle publication de documents pb : ils reçoivent parfois jusqu' à 12 fois le même mail de notification… après vérification auprès de ...
  0 votes
  0 answers
  0 comments
  607 views

bonjour, j'aimerais savoir quelle version de Nuxeo Drive est compatible avec Windows 7 , 32 et 64 bits ? cdlt
  0 votes
  2 answers
  0 comments
  574 views

Hello, This morning I tried to compiled a new version of Nuxeo server 10.10 but I got this error : Non-resolvable import POM: Could not transfer artifact io.dropwizard.metrics:metrics-bom:pom:4.0.3 from/to hotfix-releases ...
  0 votes
  0 answers
  0 comments
  640 views

Dear after I uploaded 12000 docs to Nuxeo engine when I tried to access any doc it returned { 500 INTERNAL SERVER ERROR Invalid json Could not load document. } please Dears any help Thanks
  0 votes
  0 answers
  1 comments
  699 views

Hi, I'm trying to host my Nuxeo webapp behind haproxy, but Nuxeo appears to redirect the https url from https://website.com to https://website.com:80/nuxeo/ui , where I get an ERR_SSL_PROTOCOL_ERROR. However, I can access the web ui at ...
  0 votes
  1 answers
  0 comments
  1111 views

Bonjour, Après la migration de notre plateforme nuxeo lts2017 vers lts2019, on n'arrive pas à supprimer certains documents. Quand on essaie de supprimer un document le message “1 Document(s) effacé(s)” s'affiche mais le doc reste toujours présent. ...
  0 votes
  1 answers
  3 comments
  1355 views

when using REST API, we use Document.CheckOut to fetch the document. We have a use case to cancel the check-out without a check-in, i.e. “cancel” the checkout. Document.CheckIn always versions the document, either major or minor, which we do not ...
  0 votes
  2 answers
  0 comments
  1032 views

Hi, I would like to get/view the number of connections that are active or idle while performing parallel batch uploads of files. Is there a JS call I can use to get the number of connections? I would appreciate any advice or guidance. Thanks!
  0 votes
  0 answers
  0 comments
  583 views

Hi, I have exported a PDF file from Nuxeo as a ZIP through the web ui. I would like to import the ZIP back into Nuxeo using the rest API. When I use the drag-and-drop import functionality of the web ui, I am able to successfully upload the ZIP. The ...
  0 votes
  1 answers
  1 comments
  874 views

Does anyone know where to get the latest theme files for the light and dark themes as seen on: https://doc.nuxeo.com/design/light-theme/ https://doc.nuxeo.com/design/dark-theme/ They look much better than the current themes (even seen on ...
  0 votes
  1 answers
  0 comments
  724 views

Hi, We are facing issues while trying to upload a file to a nuxeo cluster. The file is being uploaded in chunks and after the upload completes, we are not able to see the full file size against the file name. It only shows the size of the last chunk ...
  0 votes
  0 answers
  0 comments
  893 views

Dear all, I have to configure Nuxeo 2019 LTS to send its logs to syslog. Based on the official documentation I came up with the following in /opt/nuxeo/lib/log4j2.xml: https://doc.nuxeo.com/nxdoc/logs/ ...
  0 votes
  0 answers
  1 comments
  670 views

Dear all, I understand that the nxp_logs table can get quite huge, causing slowdowns when consulting documents. I found this in the documentation: https://doc.nuxeo.com/nxdoc/1010/purging-audit-logs-nxp_logs/ Our audit logs are stored in PostgreSQL. ...
  0 votes
  0 answers
  1 comments
  783 views

Dear all, I have some questions regarding reverse proxies and the AJP protocol. are the AJP parameters “packetSize” and “connectionTimeout” still relevant in Nuxeo 2019 LTS ? is the AJP protocol still mandatory for the reverse proxy to communicate ...
  0 votes
  0 answers
  1 comments
  724 views

Dear all, I have a question regarding the ACL cache: if I understand correctly, there is a process on every restart of Nuxeo which empties the ACL cache in the database (SELECT nx_vacuum_read_acls();), is that correct ? And how to make sure this ...
  0 votes
  0 answers
  1 comments
  647 views

All - I need to build an NXQL query that returns only the set of documents for which ALL values of a given multi-valued document schema property are in a set of values. E.g.: If principal A is allowed to see BLUE and GREEN then pseudo-nxql is: ...
  0 votes
  0 answers
  0 comments
  757 views

Dear all, A simple question regarding PostgreSQL 11 setup with Nuxeo 2019 LTS: https://doc.nuxeo.com/nxdoc/1010/postgresql/#buffering-writes The documentation states, for both PostgreSQL 9.6 and 11: wal_buffers = 16MB checkpoint_segments = ...
  0 votes
  0 answers
  2 comments
  1276 views