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

Forum Posts

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
  • 984 Views
  • 2 replies
  • 1 kudos

Resolved! How to translate life cycle states ?

Hello, I'm trying to translate one my life cycle state in French. In the Designer I've created the file : messages-fr-FR.json but I can't achieve to translate my life cycle state. I tried (in my example, my state is "merged"): { "label.merged":"Dans ...

Maxime_ by Confirmed Champ
  • 690 Views
  • 1 replies
  • 0 kudos

Kafka with SASL/SSL

Nuxeo folks. In kafka-config.xml.nxftl, the following version supports SASL plaintext, SASL SCRAM-SHA-512, SASL SCRAM-SHA-512 over SSL, and two-way SSL. Please consider: <#escape x as x?xml> <?xml version="1.0"?> <component name="org.nuxeo.kafka.defa...

Eric_Ace by Confirmed Champ
  • 668 Views
  • 0 replies
  • 0 kudos

Nuxeo Elasticsearch Error

Hello Getting below error while starting Nuxeo 2019-04-22 14:31:07,856 ERROR [localhost-startStop-1] [org.nuxeo.runtime.model.impl.RegistrationInfoImpl] Component service:org.nuxeo.elasticsearch.ElasticSearchComponent notification of application star...

Resolved! Official Docker images

Hi, I'm using the latest available Docker image and I'm trying to setup the S3 connector. Since I don't have subscription available at the moment, I went ahead and built the S3 connector from the source. However, when deployed to the Docker container...

lista by Star Contributor
  • 1044 Views
  • 1 replies
  • 0 kudos

Mise en place de Kerberos pour le WebDav

Bonjour, Est-il possible de mettre en place une authentification par Kerberos pour le WebDav ? L'utilisation du Kerberos pour l'authentification à Nuxeo a déjà été mise en place mais la connexion au WebDav ne semble proposer qu'une authentification p...

sebastien_ by Champ in-the-making
  • 683 Views
  • 1 replies
  • 0 kudos

component Not started

Hello, I am getting below details when I sarted nuxeo service. I am using Nuxeo FT 9.1 Component Loading Status: Pending: 0 / Missing: 0 / Unstarted: 2 / Total: 777 service:org.nuxeo.dmk-adaptorservice:org.nuxeo.ecm.core.scheduler.SchedulerService Pl...

Content of Nuxeo hotfixes and associated release notes?

I would like to know what is the content of the Nuxeo hotfixes. Is this a public information? Additionally, I would like to know whether there exists release notes associated with each hotfix and how to retrieve them. (I already know of GA versions ...

nuxeo-js-client - OAuth 2 JWT Flow authentification - SOLVED

Hi people, I want to use a** JWT token** witch come from a specific API REST server in my angular 7 app to connect to nuxeo server through **nuxeo-js-client ** and OAuth 2 JWT Flow but I don't have an example. There are not a real example on how to i...

freemann_ by Star Contributor
  • 1998 Views
  • 4 replies
  • 0 kudos

How to create custom property without Studio

Hi there We are trying to create a custom document type with additional custom properties, without the use of Studio. We are trying to add properties such as EmailAddress and PhoneNumber to the standard File properties. Based on the information avail...

Resolved! Automation and a custom enricher

Hi, I'm trying to learn how to develop my own enricher (I believe I do understand the basic, in terms of how enrichers relate to automation chains and so on). However, I'm having problems: I can use existing enrichers with, for example, Document.Fetc...

lista by Star Contributor
  • 1430 Views
  • 2 replies
  • 1 kudos

Fetching for LDAP references

Hi, When a user try to login to our nuxeo platform in multidirectory with LDAP, they have sometimes http status 401 and in logs we see : Caused by: org.nuxeo.ecm.directory.DirectoryException: error during reference search for **myGroups** at org.nuxe...

freemann_ by Star Contributor
  • 469 Views
  • 0 replies
  • 1 kudos

Kafka/SASL

Folks - regarding kafka-config.xml.nxftl: Presently, SASL is only enabled if SSL is enabled. (The sasl if directive is enclosed in the ssl if directive.) In a local server testing environment, it might be beneficial to configure Kafka for SASL PLAINT...

Eric_Ace by Confirmed Champ
  • 1861 Views
  • 4 replies
  • 0 kudos

User not getting saved in MongoDb using UserManager service

I have made a custom login plugin, where for the time being I am testing user creation in the handleRetrieveIdentity() method of the Authenticator. I am currently doing the following to save a user. UserManager userManager = Framework.getService(User...