LTS2021


Related Questions
Hello, Where can i download nuxeo LTS 2021 / 2023 ? I want to download the zip version (already compiled) and the docker version (which I can run directly) to compare them and see which of the two versions we are going to install in production. I ...
  0 votes
  2 answers
  0 comments
  7654 views

I am using nuxeo LTS 2021. I configured MongoDB as underlying database with my nuxeo. I want to use group by clause for my NxQL query how can I achieve this ?
  0 votes
  0 answers
  0 comments
  959 views

Hi, we would like if it's possible to configure some url with a given IP address do not need to go through authentication (authentification with filer address ip). Thanks, Regards,
  0 votes
  0 answers
  0 comments
  664 views

Caused by: java.lang.InterruptedException ... 18 more 2023-09-15T16:58:49,767 WARN [stream/introspectionPool-00,in:0,inCheckpoint:0,out:0,lastRead:1694777329767,lastTimer:0,wm:0,loop:17,rebalance assigned] ...
  0 votes
  1 answers
  0 comments
  721 views

Hi, How to get the LTS 2023 source code? I cannot find it in the repository on github. Thanks
  0 votes
  2 answers
  1 comments
  7900 views

Hello, I created a custom Page Provider to search for specific words in a specific document : <coreQueryPageProvider name="document_full_text_search"> <trackUsage>true</trackUsage> <property ...
  0 votes
  1 answers
  0 comments
  7852 views

Hi I have a bug when I active the mode xa nuxeo.db.xaMode=true. Thanks for your help regards 2023-07-04T22:50:25,962 WARN [main] [org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent] Command not available: ...
  0 votes
  2 answers
  4 comments
  750 views

I have defined an ElasticSearch pageprovider in my nuxeo studio. When i call Repository.PageProvider operation to get data using the ElasticSerach pageprovider i found out that the first calls go to elastic to bring the documents from elastic search ...
  0 votes
  0 answers
  0 comments
  9193 views

Hello, Using NXQL, I can't order documents by parent path. If I use order by ecm:path I will get /folder/a_folder/doc.pdf before /folder/b-doc.pdf . And if I use order by ecm:parentId the order is random. We need something like ecm:parentPath in ...
  0 votes
  0 answers
  0 comments
  857 views

Hi Konrad Krenzlin , Kevin Leturc , Florent Guillaume After migration from LTS2019 to LTS2021, all users from members group are not able to Read SectionRoot although the members group have Read SectionRoot in ACL. I ran the function select ...
  0 votes
  1 answers
  1 comments
  8184 views

Hello Florent Guillaume Kevin Leturc , Since my last post here on this subject which never resolved, I come back with another interesting one. Since migration on LTS2021, the exception change and now I have this when I try to add/change or remove an ...
  0 votes
  1 answers
  1 comments
  1450 views

Hi Kevin , Florent Guillaume When I try to connect to login on automation through OATUH2 token I always get http 401 statut. curl -H "Authorization:Bearer 012453xxgqzl45" -X POST https://localhost:8080/nuxeo/api/v1/automation/login Response : ...
  1 votes
  3 answers
  1 comments
  9888 views

hi there, i have the following error message 'Une corruption de fichier a été détectée, nouvelle tentative' while opening a Document can you explain me why this error message is generated ? i also join the log file, see lines 2023-01-24 17:42:20 to ...
  0 votes
  1 answers
  0 comments
  717 views

Hello, I have this NXQL query to perform : SELECT * FROM Document WHERE custom:attribute = 'Ø600' You can notice the special character Ø. It's working fine when I use NXQL Search in Web UI. It's not working with Repository.query method in Java ...
  0 votes
  0 answers
  0 comments
  674 views

Hi Team, I want to use TaskService for one of operation, but not able to import org.nuxeo.ecm.platform.task package and as a result TaskService also not found. Which maven dependency I need to include to solve this problem ? Appreciating your help. ...
  0 votes
  1 answers
  1 comments
  638 views

Hi, I try to migrate my LTS2019 webEngine app to LTS2021 and I have freemarker code problem . ... <#function get_date doc modified_date <#list doc.children as child> <#if modified_date.time?datetime == ...
  0 votes
  1 answers
  0 comments
  647 views

Hi, According to this page https://doc.nuxeo.com/corg/maven-usage/#maven-usage-for-lts-2021 , to access to nuxeo nexus repository we need to create a support ticket to request access. So when I go to my account (Okta account) https://auth.nuxeo.com ...
  0 votes
  1 answers
  0 comments
  709 views

Hello, I know that this NXQL is working : SELECT * FROM Document WHERE dc:creator = 'user.name' But is it possible to query on email attribute ? I tried this but it doesn't work :) SELECT * FROM Document WHERE dc:creator/properties/email = ...
  0 votes
  1 answers
  0 comments
  663 views

Hello, I declared a new data source in my custom bundle which points to an external database : <extension target="org.nuxeo.runtime.datasource" point="datasources"> <datasource name="jdbc/custom" driverClassName="${db.driverClassName}"> ...
  0 votes
  1 answers
  0 comments
  709 views

Dear Experts, I have a created custom operation in Java. The operation shows up successfully in Nuxeo Studio and I am able to build and compile the source code to produce a JAR file. I need some guidance in how to make this operation available in ...
  0 votes
  0 answers
  0 comments
  700 views

Hi everyone, I have a problem with the Nuxeo 2021 lts (2021.1.19) I don't have any hotfixes installed My instance is already registered but it is no longer possible to check the status of my subscription. When I try to display the list of updates, ...
  0 votes
  0 answers
  0 comments
  905 views

Hello, I am writing my own Java code to create an operation. I have: Used “nuxeo bootstrap operation” to create the appropriate structure. (Question - Is a multi module required?) When I use the mvn clean compile, it throws the errors below. [ERROR] ...
  0 votes
  1 answers
  0 comments
  589 views

Hello, I finally succeeded to use Keycloak as a identity provider for my Nuxeo using the openid package. I can now connect using JWT Token generated by Keycloak and get all my user infos even groups ! Now I am trying to use Nuxeo Java Client to do ...
  0 votes
  1 answers
  2 comments
  765 views

Hello, I see that a new version of nuxeo java client is released : 3.12.0 . But I can't find it in the repository nuxeo . Do you have an idea when it will be available ? Regards.
  0 votes
  0 answers
  0 comments
  647 views

Hello, I am just starting with Java Development and trying to build the Contract Updater Demo. I notice that in Eclipse, I see the following errors when I try to build the project. Non-resolvable parent POM for ...
  0 votes
  0 answers
  0 comments
  1036 views

Has anyone created an alternate element type to handle input of multi-valued fields? For simple arrays, we find that the editable nuxeo-data-table element takes up too much screen space and the UX isn't very smooth. I'm looking into creating a new ...
  0 votes
  1 answers
  2 comments
  782 views

Hi, We have followed https://doc.nuxeo.com/nxdoc/set-up-email-notification/ to enable Email Notification for Nuxeo events through below configuration inside nuxeo.conf. We are using Amazon Simple Email Service (SES) as SMTP service. ...
  0 votes
  0 answers
  0 comments
  754 views

I am trying to setup Nuxeo LTS 2021. When I start the Nuxeo it took long time to start and after sometime Nuxeo gets closed automatically and this error displayed on console. .Could not initialize the packaging subsystem ...
  2 votes
  2 answers
  3 comments
  1095 views

Hello, I see the following code in the Nuxeo Analytics Tab. Is there a way to change where the labels show up? Or more control over how labels are laid out ? <nuxeo-card heading=“[[i18n('repositoryAnalytics.documentTypes.heading')]]“> ...
  0 votes
  1 answers
  1 comments
  675 views

Hello, Nuxeo CLI has not been updated when Nuxeo 2021 is released. I uninstalled Nuxeo CLI and install again using the commande npm install -g nuxeo-cli but when i type nuxeo -v I still get version 2.0.0. When I generate a sample project with nuxeo ...
  0 votes
  2 answers
  4 comments
  875 views