Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Reverse proxy and AJP protocol ?

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 wit...

ACL cache cleaning process ?

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 proc...

Import ZIP files into Nuxeo 10 using rest API

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 Z...

erika_f by Champ in-the-making
  • 829 Views
  • 2 replies
  • 0 kudos

Latest Nuxeo theme files for Light and Dark Themes?

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/ Dark Theme They look much better than the current themes (even seen on ...

Document. Attach blob Operation

Hi, I want to get a file from an existing document (Type: New-Workspace) and to attach it to another document (Type: Project) using an automation chain ( Please see attached document) when I create a new project I receive an error message (Please Se...

Nuxeo Cluster - Uploading Big Files in Chunks

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 ...

bug in nuxeo-data-table-column-filter

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 i...

Resolved! ACL for structure Template

Hi, I have a structure template "Operation" and a group "DOP". I add a new ACL that grant "Read" permession for "DOP" on the "Operation". I reload and I restart nuxeo server then I check the Obtained Result : DOP' memebers don't have permession t...

Resolved! How to run bulk commands in parallel

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 followi...

nxql all values in set

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: select...

Eric_Ace by Confirmed Champ
  • 381 Views
  • 0 replies
  • 0 kudos

Custom contribution in Studio UI is not updating

This is related to a question I posted a few weeks ago, https://answers.nuxeo.com/general/q/2b7e0103f3a84092af278beb46e2dbbf/Can-I-hide-Empty-Trash-from-some-users. We wanted to hide the "Empty Trash" button from everyone that is not an admin. The so...

Download files from Nuxeo 6

Hi, I am looking to download/export documents from Nuxeo 6 through the REST API using a JS script. Ideally, I would like to download entire folder structures and maintain the structure and file metadata. I would appreciate any help, resources, or gui...

erika_f by Champ in-the-making
  • 554 Views
  • 1 replies
  • 0 kudos

MongoSocketReadTimeoutException while run BulkAction

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 [scrollerPool-00,in:1,inCheckpoint:1,out:0,lastRead:1620228882068,lastTimer:0,wm:212366168878874625,loop:0,chec...

Failed to find create layout for Portfolio

Hi guys, I was taking a training class and trying to setup some configuration in Nuxeo Studio. Performing a hot reload + clean cache, didn't work. I had to download the package (.jar) from Studio and copy it manually to nxserver/bundles folder, howev...