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

Forum Posts

Resolved! How to extend nuxeo.war/ui/i18n/messages.json?

nuxeo-wopi addon does not declare any package dependencies. However, it obviously depends on nuxeo-web-ui, since the latter includes the strings used for tooltips: wopiLink.* in i18n/messages.json, that ends up in nuxeo.war/ui. These tooltips are gen...

Temporary files not removed

Hello, I am having serious problem with free space in my server because of the binary temporary directory. When I check the directories' size, the /binaries/tmp folder has the 90% of the disk space. Please, note that I am not talking about the nuxeo....

Rodri_ by Star Contributor
  • 2388 Views
  • 5 replies
  • 2 kudos

Nuxeo tmp folder grows indefinitely

Hello, i've the problem that my tmp folder grows until some "no left space on device" There is any way to understand why or to configure nuxeo to purge this tmp folder? Best regards Joao

Limit Excel page numbers on preview

Is there a way to limit the number of pages previewed on a large Excel document? Large Excel files with thousands of rows slow down the system when creating a preview. I want to set a limit on that file type to maybe a max of ten pages.

Resolved! Building nuxeo-web-ui fails on OpenSUSE Thumbleweed

Cloned https://github.com/nuxeo/nuxeo-web-ui, and trying to run npm install I get an error related to fibers: mike@localhost:~/nuxeo-web-ui/packages/nuxeo-web-ui-ftest> npm install mike@localhost:~/nuxeo-web-ui/packages/nuxeo-web-ui-ftest> npm insta...

Nuxeo Management REST API

I am using the "Nuxeo Management REST API" addon to target an asset to recomputing the renditions. With an NXQL query param, I find the asset to reprocess, but the call shows nothing has been scheduled. I expect it to tell me one queued for processin...

Prévisualisation de documents Office

Bonjour, Je suis à la recherche d'un outil pour faire de la gestion de documentation avec viewer de document Office. J'ai installé nuxeo-10.10-setup.exe sur mon PC Windows. J'ai installé LibreOffice 7.0. J'ai modifié la variable système Path. /> Je p...

User authentication mix LDAP and internal

Hello, Here is my situation: I have create a nuxeo 10.10 instance with thousands of users. The problem is that some of the users are within my LDAP user repository and some others are not. Is it possible in Nuxeo 10.10 to use LDAP for those who are i...

voidOperation ?

Hello, When to use .voidOperation(true) when calling an operation with nuxeo java client ? Regards.

Nuxeo Java SDK

documents = repository.query("SELECT * FROM " + docType , "0", pageIndex, null, null, null, null); documents.getResultsCount(); if i inquire for Doc Type not fount in my nuxeo engine this is documents.getResultsCount() give me randoum number /> pl...

Resolved! Error while uploading file with .dotx extension

Hello, I'm trying to upload a Microsoft Word Template (.dotx) file and I'm getting this error: {"entity-type":"exception","status":404,"message":"Preview not available"} here is the logs: 2020-10-11T01:54:08,606 WARN [Nuxeo-Work-default-4:143541401...

Resolved! customizing default permissions in securityService

Hello team, I'm customizing some permission on the documents level and I have some questions regarding the atomic permissions. I'm confused about some of the atomic permissions listed here, like what the difference between "browse" and "ReadPropertie...

using openid for auhentication

Hello, I want to use keycloak for authentication to Nuxeo. I followed the steps in the documentation (link). I added this part in Nuxeo/templates/openid/config/openid-login-config.xml.nxftl <#if "${nuxeo.openid.keycloak.client.id}" != ""> <!--...