nuxeo-platform
Hello We are getting error for some ad users after login. Below is the server.log +++++++++++++++++++++++++++++++++++++++++++++ 2019-07-31 15:17:47,618 ERROR [http-bio-0.0.0.0-8081-exec-34] [org.jboss.seam.jsf.SeamPhaseListener] swallowing exception ...
0 votes
1 answers
1 comments
1292 views
I have some NXQL queries that are pretty slow. Using this https://doc.nuxeo.com/nxdoc/monitoring-slow-nxql-queries/ I was able to get some of the slowest NXQL queries This one took 870 ms: QueryFilter(principal=myOrganisation, limit=0, offset=0) ...
0 votes
1 answers
0 comments
1370 views
Hi, I have configured a complex field for a document. This field is appearing as in nuxeo-data-table element. I have declared a property “myFormats” in document template which I want to use inside edit mode of nuxeo-data-table element. I am not able ...
0 votes
2 answers
0 comments
1326 views
Hi, I am not able to see Select All checkbox 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. I found “nuxeo-data-table-checkbox” element which I believe represents Select ...
0 votes
1 answers
1 comments
1622 views
I am looking for an approach to upload large number of files from the users local machine to a remote Nuxeo instance/server deployed in AWS cloud. The files are residing in multiple folders which are nested as well. Total size to upload are in gigs. ...
0 votes
0 answers
0 comments
1357 views
Hello, I am trying to create a new vocabulary extracting the data from a table I have in my database, but I am having problems with operations like “Directory.Suggestion”, and with methods like “formatDirectory()“. The problem is my table doesn't ...
1 votes
1 answers
1 comments
1661 views
We have setup Kafka as audit log listener and we are seeing the logs. Following is the way we have configured Wrote extension point with target: org.nuxeo.runtime.stream.kafka.service point: kafkaConfig <?xml version="1.0"?>
<component ...
0 votes
0 answers
2 comments
1320 views
Hello, I want to implement HTTPS in nuxeo, and I have been looking at this: https://doc.nuxeo.com/nxdoc/http-and-https-reverse-proxy-configuration/ Tomcat HTTPS Configuration seems to be very easy (I have experience configuring tomcat to serve via ...
0 votes
2 answers
1 comments
1878 views
Hi, I have installed Nuxeo 8.10 with postgresql 9.6. The installation works fine, but when I try to connect with the Administrator/Administrator credentials, Nuxeo said “Invalid username or password” Error Log message : ERROR ...
0 votes
1 answers
2 comments
1619 views
When uploading video file >8GB a gateway timeout error occurs after clicking the create button. The browser console shows the following message:; Failed to load resource: the server responded with a status of 504 (Gateway Time-out) ...
0 votes
0 answers
3 comments
1630 views
Hello Team I ame getting page error while accessing any folder from workspace . Also getting the same error for some user when they click on workspace after Login into nuxeo. Attached is the snap of error. Below the error i am getting in backend ...
0 votes
0 answers
2 comments
1234 views
I wanted to point nuxeo to keycloak's backend db which is PostgreSQL for user/group directory For this I defined below extensions sql datasource <?xml version="1.0"?>
<component name="postgre.keycloak.datasource.config" version = ...
0 votes
0 answers
0 comments
1740 views
Hi, Will you propose a chart HELM to deploy NUXEO under Kubernetes? As the DataDog chart for example: https://hub.helm.sh/charts/stable/datadog Thank you
0 votes
1 answers
0 comments
1448 views
Hi guys, when I import a GIF file (Nuxeo UI or API), the type gets recognised, but all other generated formats are not in GIF, but JPEG (see attachment). I find this confusing, and in case of an animated git also a bug, since the generated “original ...
0 votes
1 answers
0 comments
1134 views
Hello, I am having serious problem with free space in my server because of the binary temporary directory. When I check the directories' size, the /binaries/tmp folder has the 90% of the disk space. Please, note that I am not talking about the ...
1 votes
1 answers
4 comments
1595 views
We have a requirement that when all document records referencing a binary are deleted, the binary should still be preserved . However, according to Nuxeo documentation, Garbage Collection will remove these binaries. So my questions are: Is garbage ...
0 votes
1 answers
1 comments
1404 views
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 ...
0 votes
2 answers
1 comments
1958 views
We implemented the authentication “SSO with Portal” as detailed in the documentation step by step but it is as if our configuration file is inconsiderate by the server however in the logs of the server when doing deploy in the same figure the file * ...
1 votes
0 answers
3 comments
1792 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) sudo apt-get install openjdk-8-jdk imagemagick ufraw poppler-utils libreoffice ...
0 votes
0 answers
1 comments
1237 views
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: ...
0 votes
1 answers
0 comments
1555 views
I have setup a cluster system on my local where I have three nuxeo instances. Out of the three instances, one is the interactive node(or producer node), from where I am uploading video, and the other two nodes(consumer node) are dedicated for video ...
0 votes
0 answers
0 comments
1234 views
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 ...
0 votes
1 answers
0 comments
2053 views
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 ...
0 votes
0 answers
0 comments
1385 views
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 ...
0 votes
1 answers
0 comments
1323 views
After shib authenticate, I get the message “Une erreur s'est produite” with the exception : 2019-04-11 17:51:37,602 ERROR [ajp-bio-0.0.0.0-9550-exec-7] [nuxeo-error-log] java.lang.IllegalArgumentException: value already present: username at ...
0 votes
2 answers
0 comments
1344 views
hello everyone, I need some help on nuxeo-platform. There is some old permissions wich refer to a ldap users and groups that no longer exist and the problem is that i'm not able to delete them. I precise that I'm admin on the platform and that I'am ...
0 votes
0 answers
3 comments
1612 views
Hi people, According Oauth2 FLOW https://doc.nuxeo.com/nxdoc/using-oauth2/#requesting-an-access-token-with-a-jwt, I tried to get access token by testing Access Token with a JWT with my Postman but I have some exceptions server side. Here How I ...
0 votes
6 answers
16 comments
4759 views
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 ...
0 votes
3 answers
1 comments
1965 views
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 ...
1 votes
0 answers
0 comments
1456 views
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 ...
1 votes
1 answers
0 comments
1388 views
I did a big import (40 000 documents) and there was a failure. I had to restart Nuxeo. On the startup Nuxeo seems to be frozen during a long time (more than 10mn) on : Preprocessing: /opt/nuxeo/server/nxserver
Done.
# Preprocessing done. I'm curious ...
0 votes
0 answers
0 comments
985 views
Hi. When I change the folder's name: the cmis:path property (of that folder) doesn't update .. Is a bug? I have tried it with other ECM and works perfect!
0 votes
0 answers
0 comments
1034 views
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 = ...
0 votes
0 answers
0 comments
1163 views
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 ...
0 votes
2 answers
2 comments
1245 views
Hi We are planing to upgrade Nuxeo FT 9.1 to Nuxeo LTS 2017. Since in Nuxeo LTS 2017 there is no postgres, we need to migrate existing user/group data from postgres to mongodb. Please provide any documentation for the same.
0 votes
0 answers
0 comments
1223 views
Hello, I use : Nuxeo 10.10 (LTS 2019) PostgreSQL 11.X ElasticSearch 6.5.X I plan to deploy a HA Nuxeo Cluster**. If i use org.nuxeo.ecm.core.storage.sql.kv.SQLKeyValueStore according to https://jira.nuxeo.com/browse/NXP-25604 , do i need Redis ? ...
0 votes
2 answers
4 comments
1524 views
Hello, I created a Text note. I edit it and change its type to Markdown and after click on “Toggle Full Screen”. When I close the “Toggle Full Screen” the text content of this Note has disappeared ! Thanks, François
0 votes
0 answers
2 comments
1018 views
Hello, I have a parent vocabulary with several children, and i want to add this vocabularies to the virtual navigation tree. I created the extension point : <extension target="org.nuxeo.ecm.webapp.directory.DirectoryTreeService" point="trees"> ...
0 votes
0 answers
0 comments
1106 views
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 ...
0 votes
1 answers
1 comments
1476 views
Hello, When editing a HTML note, the preview button of the embedded editor opens a blank screen. Thanks,
0 votes
1 answers
0 comments
1120 views
Hello, I use nuxeo LTS 2019. From a PHP app, i want to list vocabulary entries (for example 'country') using the REST API curl -X GET 'https://demo.nuxeo.com/nuxeo/api/v1/directory/country?' -H 'X-Authentication-Token: ...
0 votes
2 answers
0 comments
1369 views
Hello, Some problems occur when playing with the “Toggle full screen button” when editing a note. A new modal window is opened with the content. When closing this window the text area with the document content disappears. When clicking a second time ...
0 votes
0 answers
0 comments
1046 views
arender-html-perf.log: Start=2019-03-14 12:13:53,645 || End=2019-03-14 12:13:53,766 || TimeMs=121 || User=null || Method=ServletDocumentService.getDocumentLayout(..) || MimeType=null || ...
0 votes
0 answers
0 comments
902 views
Hi, I want to ipgrade my nuxeo platform from 8;10 to LTS 2017. I follow theses instrcutions but I have an issue about authentication on apt-get update . ecture des listes de paquets... Fait
W: Erreur de GPG : http://apt.nuxeo.org xenial ...
0 votes
1 answers
0 comments
1417 views
hi i'm facing an issue with the REST API, it works randomly, sometimes it returns the results im excpecting, but other time i got no result for query that are working in NXQL search for example here is a url i'm testing: ...
0 votes
1 answers
0 comments
1220 views
On a clean install with the Debian 9 repo (apt-get install nuxeo=10.10-01) The first web page of the installation wizard tries to load a network checking script at this URL: http://static.nuxeo.com/javascript/networkCheck.js?ts=1551858409508 … but ...
1 votes
1 answers
1 comments
1263 views
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, ...
1 votes
1 answers
1 comments
1241 views
I have been trying to understand the permission management in nuxeo. As far as my understanding, ACLs are attached to a document, and they contain the information whether a user can read/write/remove the document. I wanted to know if these ACLs are ...
0 votes
1 answers
0 comments
1699 views
Hi. Following the documentation: https://doc.nuxeo.com/userdoc/using-workspace-templates/ I created a simple structure template under /Domain/Templates/.But now ¿How I use this template? i mean: I had supposed that this template now will be ...
0 votes
2 answers
1 comments
1040 views
Hi, After upgrade our nuxeo platform from 8.10 to 9.10. When we want to run our custom automations chains we got this exception: ****** chain ******
Parent Chain ID: CustomScriptedZippedMergedPDF
Name: Exception: OperationException
Caught error: Not ...
0 votes
0 answers
1 comments
2105 views