nuxeo-platform


Related Questions
Hello All, I am new to Nuxeo and started to learn Platform and various features and tabs of Platform application. I am going through university online training modules for the same useful. Not clear on application Definition Configuration 3 check ...
  0 votes
  0 answers
  0 comments
  1459 views

I see from the release notes that the Smart Search addon has been deprecated as of the last LTS version. Is there any replacement for this functionality? This is something we've been using and I'm wondering what we are going to need to do with the ...
  1 votes
  0 answers
  0 comments
  1517 views

unknown connection org.nuxeo.ecm.core.storage.sql.ra.ConnectionImpl@37a6bcc6 in org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl@32b806ea javax.servlet.ServletException: On requestURL: ...
  0 votes
  0 answers
  1 comments
  1812 views

It is used the formatW3CDateTime in a chain to assign a declared date to a document field: <operation id="Document.SetProperty"> <param type="serializable" ...
  0 votes
  0 answers
  0 comments
  2259 views

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.
  0 votes
  1 answers
  1 comments
  2026 views

It seems that the Rest API can not cover all functions. Can I use Rest API to get some monitoring metrics such as the number and size of documents?
  0 votes
  0 answers
  0 comments
  1483 views

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: ...
  0 votes
  0 answers
  0 comments
  1808 views

Hi, I downloaded rancheros.iso and ran it in Virtualbox. https://github.com/rancher/os/releases/download/v1.1.0/rancheros.iso I installed Rancher Server with the command: $ sudo docker run -d –restart=unless-stopped -p 8080:8080 rancher/server And I ...
  0 votes
  0 answers
  0 comments
  1540 views

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. ...
  0 votes
  0 answers
  0 comments
  1373 views

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] ...
  1 votes
  0 answers
  1 comments
  1480 views

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 ...
  0 votes
  1 answers
  0 comments
  2250 views

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 ...
  0 votes
  0 answers
  0 comments
  1517 views

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 USING ...
  0 votes
  2 answers
  2 comments
  2805 views

For create file using Rest API (Nuxeo Platform 8.10 ), Postman I follow this link “https://doc.nuxeo.com/nxdoc/document-resources-endpoints/” POST http://NUXEO_SERVER/nuxeo/api/v1/id/{idOfParentDoc} { "entity-type": "document", "name":"newDoc", ...
  0 votes
  2 answers
  4 comments
  2875 views