Nuxeo-Core
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 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
640 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
889 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
1001 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
819 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
1078 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
835 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
1237 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
740 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
774 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
1157 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
856 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
1001 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
955 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
11581 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
1317 views
Is there any way i can download the nuxeo audit log as excel or csv?
0 votes
1 answers
0 comments
857 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
1388 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
777 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
840 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
744 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
1527 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
1200 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
1736 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
2145 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
1141 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
1233 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
1764 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
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
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
I wanted to integrate keycloak as authentication plugin for nuxeo platform both running on my local machine Set up details Nuxeo platform version: 10.10 (runs on tomcat 9) Keycloak version: 6.0.1 keycloak tomcat adapter distribution: ...
0 votes
0 answers
3 comments
3054 views
I am trying to copy a published document but facing exception while copying. org.nuxeo.ecm.core.api.PropertyException:Cannot set property on a version: pvh_related:Crops
1 votes
0 answers
0 comments
1062 views
Hello, Has anyone out there tried Elastic Search v7 yet? Thanks Chris
0 votes
0 answers
0 comments
989 views
I need to change the name of the rendition image getting downloaded. Approaches I have used : I created a listener in order to achieve this. I am triggering my event at pictureViewsGenerationDone . but I am not able to achieve this as my changes are ...
0 votes
1 answers
0 comments
1214 views
Hi guys, I would like know if it's possible create a group of permission or I could define one permission that it allow me create several documents type. For example: We have the next document types Document_01 Document_02 … Document_XX Case The ...
0 votes
1 answers
0 comments
1536 views
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 ...
0 votes
1 answers
0 comments
1454 views
Is there a smart solution to get the full text extracted from the FulltextExtractorWork and be sure that my listener is executed after ? The solution I have now is to fork the code and regenerate the full text extraction.
0 votes
2 answers
1 comments
1367 views