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

Forum Posts

Exception fetching LDAP search result

We've configured Nuxeo to manage users in multi-directory mode and groups from Nuxeo database only: nuxeo.directory.type=multi nuxeo.ldap.user.readonly=true nuxeo.user.group.storage=multiUserSqlGroup nuxeo.ldap.binddn=CN=queryUser,OU=Company Users,DC...

No result when using ILIKE operator on the REST API

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

Julien_ROY by Champ in-the-making
  • 1760 Views
  • 3 replies
  • 0 kudos

substring in a simple automation chain

Hi everyone, I have a very simple automation chain in witch I extract the filemane to insert into a document title. In a fist time, I declare a variable "varNomFichier" whith value @{Document.getProperty("file:filename")}, and in a second time, I exe...

JDK 11 and headless jdk version

Hi, I use Nuxeo 10.10. In the documentation you recommand to install a JDK8 (https://doc.nuxeo.com/nxdoc/installing-and-setting-up-related-software/#installing-on-linux) sudo apt-get install openjdk-8-jdk imagemagick ufraw poppler-utils libreoffice f...

pnux_ by Confirmed Champ
  • 810 Views
  • 1 replies
  • 0 kudos

Limit upload size when creating a document

Hi All, I'm trying to limit the upload size to 1GB in Nuxeo. Can someone of you explain how can I do that from Studio. It would be perfect also to be able to show a message when the file is bigger than 1GB saying that the file is not accepted because...

Eugen_Duta by Champ in-the-making
  • 682 Views
  • 1 replies
  • 0 kudos

Blob.AttachOnDocument Rest API

Hi, I can't attach blob to a document using REST API. To debug I decided to try with the demo web interface. I also get a 404 error code response. __com.sun.jersey.api.NotFoundException: null for uri: http://demo.nuxeo.com/nuxeo/site/automation/batch...

Corinne_ by Confirmed Champ
  • 921 Views
  • 1 replies
  • 0 kudos

Resolved! How can i create a group of permission?

Hi guys, I would like know if it's possible create a group of permission or I could define one permission that it allow me create several documents type. For example: We have the next document types Document_01Document_02 ...Document_XXCase The eleme...

Resolved! Overriding default picture conversions in Nuxeo

I am trying to override the picture conversion. By default, Nuxeo provides following OOTB converters ThumbnailSmallMediumLargeOrignal I want to reduce the converters to ThumbnailOrignal Following are the configurations that I have tried Created a Mul...

1 blob to many blobs conversion ?

I need to convert 1 file to many HTML pages (1 HTML page per 1 office document) I know how to do the conversion outside of Nuxeo (python script, that can be run in command line or via web service). The result HTML pages can be put in a zip file, for ...

Resolved! Full-text searches with VCS or ElasticSearch

Hello, I have been trying to set up full-text searches in nuxeo, but I am facing some problems. First of all, from the documentation I have read: "If you've configured your Nuxeo Platform instance to index full-text using the SQL database (by disabli...

Rodri_ by Star Contributor
  • 1287 Views
  • 1 replies
  • 0 kudos

Resolved! Is PHP automation client deprecated with nuxeo LTS 2019

Hi, I use Nuxeo LTS 2019 and i plan to use PHP automation client to communicate with Nuxeo. Is it the right way ? what about the rest API ? I saw in the documentation that "The Nuxeo Java Client is a Java client library for Nuxeo** Automation** and R...

pnux_ by Confirmed Champ
  • 1169 Views
  • 2 replies
  • 1 kudos

nuxeo-cli hotreload configure

Hello, I am trying to execute nuxeo hotreload configure in windows command line. When it ask me for the Nuxeo server path, I put an absolute windows path (like C:\Nuxeo10). But I am getting an error message : Server path must be absolute, and contain...

Resolved! Build error related to default cache in Studio

Can anyone help fix unit tests that broke due to the default cache fix in Studio? https://jira.nuxeo.com/browse/NXS-5101 I am trying to build a new marketplace package in which the only difference is the studio release (compared to the last package w...

Resolved! Enabling redis template forces H2 database

Including "redis" in "nuxeo.templates" seems to override the previously selected database template (postgresql in our case). nuxeo.template.includes=default For example when we have this configuration: nuxeo.templates=postgresql,docker,redis Templat...

Juha_Kilpi by Champ on-the-rise
  • 977 Views
  • 2 replies
  • 1 kudos