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

Forum Posts

How to fetch history

I am using fetch audit method to get history of particular document, but the thing is I want proper value of event as it is showing in nuxeo platform document history for example I am getting lifecycle_transition_event but I want Document lifecycle u...

Resolved! Can not delete document on S3

I configured S3 as backend storage. When I delete documents from the system and trash, the document is not deleted from S3. I think this does not make sense because the storage on S3 will be bigger and bigger.

Email notification

Hello ! I'm trying to configure the email notifications, and i'm going crazy something doesn't work. This should be so easy ... Here is an extract of nuxeo.conf (I've put the right credentials). ##-----------------------------------------------------...

An error's generated by formatW3CDateTime in chains

It is used the formatW3CDateTime in a chain to assign a declared date to a document field: <operation id="Document.SetProperty"> <param type="serializable" name="value">expr:@{org.nuxeo.ecm.core.schema.utils.DateParser.formatW3CDateTime...

adam_bo_ by Star Contributor
  • 643 Views
  • 0 replies
  • 0 kudos

Error in nuxeo service installed with Arken API

Hi, I am practicing as the following article. https://www.nuxeo.com/blog/drive-the-cattle-with-rancher-and-arken/ The following command will add the stack normally. curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/...

User action query based on form input values

Hi, i'd like to add some user validation during the process of a document creation (creation form). It should query based on few parameters (min 2) to find duplicate Documents having same value in their metadata. The goal is to avoid creating Documen...

V_M by Champ in-the-making
  • 986 Views
  • 1 replies
  • 0 kudos

How do I build a nuxeo.io v2 environment?

Dear, I'm looking at the architecture of nuxeo for multitenant. I would like to create containers for each tenant. But, The files on the download page are not built on rancher basis. The Nuxeo Multi-tenant addon also seems not to be container-based....

Nuxeo 8.10 integration with LDAP

Hi, I'm trying to use LDAP server for users authentication but with out success, I have followed https://doc.nuxeo.com/nxdoc/using-a-ldap-directory/. Below is content of server log: 2017-09-05 12:07:05,264 ERROR [localhost-startStop-1] [org.nuxeo.r...

00000001_ by Confirmed Champ
  • 936 Views
  • 1 replies
  • 1 kudos

Store LDAP Bind Password in nuxeo.conf

Hi, I can use LDAP authentication with success. Everything is OK. But I would like to store the bind password in NUXEO.CONF instead of XML extension point. Is this possible ? I tried to use ${Runtime.getProperty('nuxeo.conf.param')} without success l...

zyx974_ by Confirmed Champ
  • 486 Views
  • 0 replies
  • 0 kudos

PostgreSQL slow query detected

When load testing my (LTS2015 HF27 + PosgreSQL 9.6 + ElasticSearch 1.x) platform with Tsung , i get a (very) slow query as shown below . Even if create the index as suggested by PoWa : CREATE INDEX hierarchy_mixintypes_idx /> ON public.hierarchy /> U...

Document(doc/excel) preview without libreoffice

Hi, To open viewer of any word or excel file, I have to install libreoffice in server. But this may cause security issue, because using libreoffice any one can run macros, that macro may be harm full to system. So I want alternate of that, is there a...