Nuxeo-Core


Related Questions
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
  468 views

Hi everyone, since five days ago one of our Nuxeo instances reports an NPE when running the scheduled orphanVersionsCleanup. I know orphanVersionsCleanup has been disabled in HF04 (we are running an old version for testing purposes) and the issue ...
  0 votes
  0 answers
  0 comments
  552 views

What is the best way (if any) as an external user, to know the build version of a running instance with only Web-ui, user or Administrator access? Is there any hint hidden in the Web-ui? Is there a simple HTML GET that will provide this? I ...
  0 votes
  2 answers
  0 comments
  807 views

I configured multiple repositories in local nuxeo. I created a new Document Container inside the new repository and try to fetch this document using a page provider. Nuxeo is throwing this exception javax.servlet.ServletException: ...
  0 votes
  1 answers
  1 comments
  913 views

I am trying to change the contents of the search slot in the web ui side panel. I'd like to just hide the possibility to search on Modification Date, or the Nature dropdown. Does anyone have any experience with this or any idea how to approach this?
  0 votes
  1 answers
  1 comments
  720 views

Hello everyone, I am currently trying to add a new attribute of type “ vocabulary ” to the user profile. I followed the following documentation: # HOWTO: Add New Fields to the User Profile or Group Profile , for a field of type string everything is ...
  0 votes
  1 answers
  0 comments
  977 views

Hi everybody!, I'm attempting to add a new property to the user profile. I followed the documentation # Add New Fields to the User Profile or Group Profile and made the required changes in nuxeo studio, then, I performed a hot reload, and restarted ...
  0 votes
  1 answers
  3 comments
  744 views

We have a custom doctype that was using the Nuxeo “default” lifecycle. We found that we didn't like the states of “project,” “approved,” and “obsolete,” so we created a new custom lifecycle called “simple” with the states of “active” and “inactive.” ...
  0 votes
  1 answers
  1 comments
  1138 views

How can i get WorkManagerStatus info ? Is there a way to query this info, i want to fetch Queue pictureViewsGeneration info
  0 votes
  1 answers
  0 comments
  661 views

I have a workflow with multiple tasks. When I try to complete my task and got 502 Bad gateway exception while completing, the task becomes empty, i see the graph of my workflow from nuxeo ui and shows me empty task and Automation chain execution ...
  0 votes
  1 answers
  0 comments
  693 views

How do you go about disabling thumbnail generation for certain mime-types? We would like to disable the thumbnail generation for Office docs to reduce unnecessary conversions (and load), since honestly a small thumbnail image isn't very useful for a ...
  0 votes
  0 answers
  2 comments
  1044 views

Hello, i've the problem that my tmp folder grows until some “no left space on device” There is any way to understand why or to configure nuxeo to purge this tmp folder? Best regards Joao
  0 votes
  0 answers
  0 comments
  765 views

This is somewhat similar to a question I posed earlier , but what is the best way to have Nuxeo update a number of documents so that new renditions/conversions are made for those existing documents? We have tens of thousands of picture documents ...
  0 votes
  1 answers
  1 comments
  927 views

Dears After we configure Extra Elastic Search V(6.8.x) and indexes already created but we have this exception please Advice 2020-09-06T10:01:30,390 ERROR [main] [org.nuxeo.runtime.model.ComponentManager] Component we attached image include message ...
  0 votes
  1 answers
  0 comments
  848 views

Hi Everybody, When I set my nuxeo-dropzone element and restrict it to pdf file type, I want to be able to display an error message that it cannot load the file. It fails silently if you upload a type that's not accepted. Example, <nuxeo-dropzone ...
  0 votes
  2 answers
  0 comments
  11366 views

I cant log in with the default username and password (Administrator/ Administrator). It returns an error: Invalid username or password
  0 votes
  2 answers
  2 comments
  1174 views

Is there any way i can download the nuxeo audit log as excel or csv?
  0 votes
  1 answers
  0 comments
  795 views

I am using /site/automation/Document.Create endpoint to create a document. But, I am getting segment content.upload-batch cannot be resolved, file:content.upload-batch error. Below are the details. How can I pass blob details in properties? Request: ...
  0 votes
  2 answers
  0 comments
  1272 views

I want to develop and application with multiple forms (around 40 form) in book format. Each form goes in process related to previous form.40 forms are divided in to 4 sections of 10 forms. Like first 4 forms are filled by one user group and then ...
  0 votes
  0 answers
  0 comments
  699 views

Hi, It seems that there is a way to create default users and groups creating the files users.csv and groups.csv respectably but we couldn't find how to create subgroups.. we tried by creating a file with the name group2group.csv hoping that it ...
  0 votes
  0 answers
  0 comments
  750 views

Using a Docker instance, a query call on the CMIS JSON endpoint does not return a content with result (even empty), but the same response as if the call was to the repository root. I tried using POST sending form-data with cmisaction=query and ...
  0 votes
  0 answers
  0 comments
  664 views

Trying to get Google Storage set up for assets, and when nuxeo starts this is the error message I get: Caused by: org.nuxeo.ecm.core.api.NuxeoException: com.fasterxml.jackson.core.JsonParseException: Unexpected character ('/' (code 47)): maybe a ...
  0 votes
  1 answers
  2 comments
  1407 views

Hello, Assuming I have created a custom user field called user:manager to store the user manager information, I would like to dynamically assign a task to him. So the scenario is: jdoe execute a task, then the second task is routed the the jdoe's ...
  0 votes
  1 answers
  2 comments
  1102 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
  1641 views

I am uploading docx, xlsx(excel files) and pdfs to nuxeo and able to see them in Nuxeo UI correctly. Using the java client's method streamBlobByPath I am able to fetch the blob of document in my custom code. ...
  0 votes
  0 answers
  3 comments
  2050 views

Is there a way to append vocabulary entries using extension point or script? I know that I can add new entries in the Web UI manually, but I need to append new entries in already existing vocabulary by my custom bundle. This bundle will be deployed ...
  1 votes
  1 answers
  1 comments
  1048 views

I have added some custom attributes in Nuxeo with Length constraint. Given the below the sample schema file <xs:element name="latitude"> <xs:simpleType> <xs:restriction base="xs:double"> <xs:minInclusive value="-90.0"/> ...
  0 votes
  1 answers
  0 comments
  1131 views

Hello, I've installed Nuxeo with the virtual machine (VMBox) onto our server and it works quite well. However, no matter what I try it always outputs english as the default language. I tried multiple devices and browsers with different languages on ...
  2 votes
  3 answers
  11 comments
  1668 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
  1228 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
  1625 views