nuxeo-platform


Related Questions
We would like to put many of our employee photos into Nuxeo and then create a conversion/rendition of each photo so that the image is square and can be used by multiple third-party systems for profile pages, etc. I know we can leverage ImageMagick ...
  0 votes
  2 answers
  2 comments
  1267 views

Hi, I want to select all the document in a particular folder. I am just able to select multiple docs but not all the docs in one click. How can I activate selectAll checbox in nuxeo-data-table component? Could anyone please help me to find this out? ...
  0 votes
  1 answers
  2 comments
  843 views

Hello, we are using a docker image for Nuxeo 10.10 with a postgresql database. we have disabled the elasticsearch by adding this option elasticsearch.enabled=false in nuxeo.conf file. Nuxeo works fine with this configuration, but while navigating ...
  0 votes
  1 answers
  1 comments
  929 views

Good Morning, I would like to perform a document reindex. I've been looking at the documentation, https://doc.nuxeo.com/nxdoc/elasticsearch-setup/#rebuilding-the-repository-index, and it talks about the Admin> Elasticsearch> Admin tab. Where ...
  0 votes
  2 answers
  0 comments
  1420 views

Good Morning, I have a problem with the versions of my documents. The latest version is displayed without problems, but when I want to view a previous one, I get a 500 error (internal server error; Invalid Json; The document could not be loaded) I ...
  0 votes
  1 answers
  8 comments
  1474 views

Hi, I am using Nuxeo 10.10 in cluster mode and have setup elastic search cluster as well. Before Kafka integration, I was able to fetch audit logs by /api/v1/id/{docId}/@audit endpoint. But after Kafka integration, I am getting empty entries for my ...
  0 votes
  0 answers
  0 comments
  864 views

I am getting below errors after redis configurations. nuxeo.templates=postgresql-quartz-cluster,redis nuxeo.redis.enabled=true nuxeo.redis.host=localhost nuxeo.redis.port=6380 nuxeo.work.queuing=redis repository.clustering.invalidation=redis ...
  0 votes
  0 answers
  0 comments
  755 views

Hello Team, I am getting “Unexpected Error " when I click on workspace. In error log below errors are getting. 2020-07-30 11:34:00,719 ERROR [nuxeo-error-log] javax.servlet.ServletException: org.nuxeo.ecm.core.storage.State cannot be cast to ...
  0 votes
  0 answers
  0 comments
  879 views

Is there a way to limit the storage space for each individual user in their Personal Space? There seems to be an add-on, but it doesn't support LTS 2019 WebUI (think it is only JSF). ...
  0 votes
  0 answers
  0 comments
  888 views

Hi, I am using a nuxeo-document-suggestion-widget (in a creation form layout) which is calling an automation chain with just one custom operation : <chain id="SearchHWPDocuments"> <operation id="SearchDocuments"> <param type="string" ...
  0 votes
  0 answers
  0 comments
  981 views

Hi, I'm trying to pass parameters from a nuxeo-document-suggestion widget to the automation chain returning the suggested documents. Here is the widget : <nuxeo-document-suggestion value="{{document.properties.mfs:documents}}" ...
  0 votes
  1 answers
  0 comments
  1175 views

I'm trying to sync user management between Nuxeo server and an application built with it. I've read the model documentation at https://doc.nuxeo.com/rest-api/1/user-entity-type/ and the endpoint documentation at ...
  0 votes
  2 answers
  0 comments
  940 views

All - I'm looking for how to verify a configuration setting was correctly applied. $ pwd /opt/nuxeo/server/nxserver/config $ cat zzzzz-config.xml <?xml version="1.0"?> <component name="zzzzz.config"> <extension ...
  0 votes
  0 answers
  0 comments
  713 views

Nuxeo folks: In docker-entrypoint.sh you have: for f in /docker-entrypoint-initnuxeo.d/*; do case "$f" in *.sh) echo "$0: running $f"; . "$f" ;; *.zip) echo "$0: installing Nuxeo package $f"; nuxeoctl mp-install $f ${NUXEO_MPINSTALL_OPTIONS} ...
  0 votes
  0 answers
  2 comments
  1049 views

I have tried to get audit logs using /api/v1/automation/Audit.QueryWithPageProvider API and manged to get below result. Request { "params": { "providerName": "EVENTS_VIEW", "namedQueryParams": { "principalName": "Administrator" }, "pageSize": 100, ...
  0 votes
  0 answers
  0 comments
  1170 views

Hello, recently i just started working on a nuxeo project, and my job is to redirect user after logout to another page, not login.jsp. is it doable on nuxeo or not ?
  0 votes
  0 answers
  0 comments
  797 views

I am using ElasticSearch for audit logging. I have set all the configurations required in nuxeo.conf. How can I fetch audit logs for a period of time and for group creation or permission and other activities?
  0 votes
  2 answers
  0 comments
  1673 views

Hi guys, I have a bad situation, Nuxeo isn't going well :(. I use Nuxeo 9.10 version and Nuxeo has a lot of performance issues. I attached appdynamics screenshots. As you can see some methods are very slow, such as /nuxeo/api/v1/path, ...
  0 votes
  1 answers
  0 comments
  978 views

We've made a short attempt to use Nuxeo Server LTS 2019 deployed on Docker with AWS DocumentDB which is supposed to be fully compatible with MongoDB 3.6. OK the Nuxeo documentation says “3.4 and 4.0” but I was surprised that we were not even able to ...
  0 votes
  0 answers
  9 comments
  1042 views

1)clicking edit on 'users and groups' shows a modal. But email is not pre-populated 2)saving with new email doesnot change the email(old email is going on request body) Where am i wrong here?
  0 votes
  1 answers
  0 comments
  1077 views

En fait nuxeo affiche le label du vocabulaire convenablement dans les layouts (create, edit, metadata). J'aimerais bien afficher le label du vocabulaire dans le view layout du document parent. J'ai ajouté une colonne dans “nuxeo-data-table” qui est ...
  0 votes
  3 answers
  4 comments
  1242 views

There are a list of documents. Can I select a few documents on a list and start workflow on them .Currently there is no workflow button option when I select a document. Screenshot included.
  0 votes
  1 answers
  0 comments
  1192 views

I know of two options: 1)Assignees 2)Assignees expression Is there a way that a workflow initiator can himself select a user from the list of users to take action?
  0 votes
  1 answers
  3 comments
  877 views

Hello, I am using Java Client in my project, but due to the high volume of traffic I will receive, I am reusing the same NuxeoClient object (in order to avoid a lot of nuxeo connections). I have a lot of users, but all of them will connect to my ...
  0 votes
  1 answers
  0 comments
  1249 views

<nuxeo-data-table-column> [[item.title]] </nuxeo-data-table-column> This works. 'item.title' renders title. <nuxeo-data-table-column> {{_callme(item)}} </nuxeo-data-table-column> _callme: function (item) ...
  0 votes
  1 answers
  1 comments
  940 views

Hi, When a Nuxeo server is behind a load balancer which can reuse backend TCP connections, we should ensure that the load balancer is responsible for closing TCP connections by defining its idle timeout to be lower than Nuxeo's keep-alive timeout ...
  0 votes
  1 answers
  0 comments
  1319 views

I found myself in a typical situation but not easy solution, was using DAM and selected several pictures I was interested on, by mistake I moved them to one specific directory and wanted them to go back to their original places and had to do it ...
  0 votes
  1 answers
  4 comments
  735 views

Bonjour, Comment je peux savoir l'uid (dans ${nuxeo.data.dir}/binaries ) qui correspond à un document (exp de doc : https://ecm.univ.fr/nuxeo/nxdoc/default/2c9b5dfab49d975e3a45d5f8bcc3c3a0/view_documents ) ? Je vous remercie de votre aide. Bien ...
  0 votes
  1 answers
  1 comments
  972 views

Hello, In my project, I have more than 20 document types, and I need searches for all of them. I am following this: https://doc.nuxeo.com/nxdoc/web-ui-search/ All searches work properly; however, as I have a lot of searches (more than 20), I have ...
  0 votes
  1 answers
  3 comments
  1081 views

Hi! I've successfully added an Anonymous user, but since then when a non-anonymous user logs out, it's not redirected to the default login screen, but remains in the web-ui Dashboard as Anonymous user. Sign-out again as Anonymous user exits to login ...
  0 votes
  0 answers
  3 comments
  1312 views

Hello, I have created a custom authentication with a JWT token in nuxeo for both, WebUI and Rest API. For the second one, I am using Java Client SDK 3.2. The WebUI authentication works perfectly, but in the Rest API the behaviour is a little ...
  0 votes
  1 answers
  0 comments
  1280 views

Hello all, Has anyone successfully configured multiple identity providers for authentication with Nuxeo or does anyone have a clue as to if it is possible? My use case is that I have some users that will need to be able to authenticate with Azure AD ...
  0 votes
  1 answers
  0 comments
  1259 views

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) Is it possible to use jdk-11 version with nuxeo lts2019? Thank you.
  0 votes
  1 answers
  1 comments
  1234 views

Hello Team I have migrate Nuxeo from FT 9.1 to LTS 2017. All functionality is working fine but while stopping nuxeo we are getting below error in server.log file. +++++++++++++++++ 2019-12-31 17:44:04,997 ERROR [Quartz_Scheduler] ...
  0 votes
  0 answers
  0 comments
  987 views

Hello, I am working with nuxeo LTS 2017 right now and I am using Oracle as VCS. I have seen that the supported version for this nuxeo’s version is Oracle 12c. However, I want to know if it is possible to use Oracle 19. Is it? Can I work with nuxeo ...
  0 votes
  2 answers
  1 comments
  7087 views

Hi there, I wish to play with the User Interface and do some experiments on how to create a new 'module' inside Nuxeo. I know that a module/bundle in Nuxeo has its own concept. Don't get me wrong. But I want to mean with 'module' is to add a totally ...
  0 votes
  1 answers
  0 comments
  1653 views

I need a custom implementation to manage preview depending on the specific document type and may be additional document content logic. I have not found a better idea than to override the “preview” web adapter, but my tests to do this have been ...
  0 votes
  1 answers
  0 comments
  1010 views

We are looking to track access to documents. The Document access tracking module seemed as an suitable solution at first glance but I could see it's integrated with the JSF interface and has been obsoleted since then. In our case, we have a custom ...
  0 votes
  1 answers
  1 comments
  973 views

Hi, I wanted to inquire about a general solution for speeding up the Hot Reload – whether that be from the Chrome Nuxeo Dev Tools or the Update via the Admin Portal. Currently, it takes about 2-3 minutes for a Hot Reload to execute from ...
  0 votes
  2 answers
  2 comments
  959 views

  -1 votes
  3 answers
  7 comments
  1543 views

Bonjour, Comment on peut restaurer un doucement supprimé sur nuxeo web-ui ? On trouve pas la corbeille comme celui en jsf-ui. Il n'y a que “supprimer définitivement” en web-ui ? Merci de votre aide. Cordialement,
  0 votes
  3 answers
  4 comments
  1460 views

Hello, We are currently working with Nuxeo 6.0 LTS, and we are studying the possibility of doing an upgrade from 6.0 LTS to the last Nuxeo version, LTS 2019. However, we have several doubts about the process: 1) Reading the “Upgrade” documentation, ...
  0 votes
  1 answers
  2 comments
  1357 views

Bonjour, Est-il possible créer un doc onlyoffice dans un dossier ordonné? Sur un dossier ordonné, on a pas la main sur la “Configuration des types de documents” Pourriez vous m'aider à activer les documents de type onlyoffice dans mes dossiers ...
  0 votes
  2 answers
  2 comments
  1234 views

Hy, I am facing a stability problem in sending email notifications. When I start the server, everything works fine. I can see the listener in my test Nuxeo (Admin / Monitoring / Nuxeo Event Bus), for example: Id listener Listener class Number of ...
  1 votes
  0 answers
  1 comments
  1037 views

We have a text field where we store a block of html, an “article body”. We allow our users to include images in the article body, and save them inline as base-64 data attributes in the image tag. That seemed like a great shortcut initially: we ...
  0 votes
  1 answers
  0 comments
  952 views

Hello, I am having some problems with DATE and TIMESTAMP when using NXQL queries. According to the documentation: TIMESTAMP <timestamp> : a timestamp in ISO format yyyy - MM - dd hh : mm : ss [ . sss] (the space separator can be replaced by a ...
  0 votes
  0 answers
  0 comments
  1748 views

When I drag and drop an HTML file with base64 images in a Workspace, nuxeo automatically creates a note file. Unfortunately the base64 encoded images are removed. <img alt="django" /> <img alt="django CMS" /> <img alt="Flask" /> ...
  0 votes
  1 answers
  0 comments
  1170 views

Hello Team I have created 2 repository in Nuxeo. While changing from one repository to another I am getting below error and not able to change the directory ++++++++++++++++++++++++++++++++++++++++++++++++++ 2019-08-05 11:38:25,956 ERROR ...
  0 votes
  0 answers
  0 comments
  963 views

Hello. After invoke operation Document.RestoreVersion e.g. major version 2 -> major version 1, i need to update document with major version 1 and increment minor version of major version 1, but nuxeo java client return major version 2 after ...
  0 votes
  1 answers
  2 comments
  1301 views