Nuxeo10.10


Related Questions
documents = repository.query(“SELECT * FROM " + docType , “0”, pageIndex, null, null, null, null); documents.getResultsCount(); if i inquire for Doc Type not fount in my nuxeo engine this is documents.getResultsCount() give me randoum number please ...
  0 votes
  2 answers
  0 comments
  554 views

Hello, I'm trying to upload a Microsoft Word Template (.dotx) file and I'm getting this error: {"entity-type":"exception","status":404,"message":"Preview not available"} here is the logs: 2020-10-11T01:54:08,606 WARN ...
  0 votes
  1 answers
  0 comments
  1039 views

Hello, Here is my situation: I have create a nuxeo 10.10 instance with thousands of users. The problem is that some of the users are within my LDAP user repository and some others are not. Is it possible in Nuxeo 10.10 to use LDAP for those who are ...
  0 votes
  1 answers
  1 comments
  636 views

Hello everybody, How can I validate in polymer section that a column is unique in a nuxeo form? What is the best alternative? I tried to run nxql but I couldn't :'(
  0 votes
  2 answers
  0 comments
  818 views

Hello team, I'm customizing some permission on the documents level and I have some questions regarding the atomic permissions. I'm confused about some of the atomic permissions listed here , like what the difference between “browse” and ...
  0 votes
  1 answers
  1 comments
  1179 views

Hello. Here the automation chain : - Repository.GetDocument: value: "@{This.get(0).id}" - Context.SetVar: name: nbrWrkFlowCourant value: "99" - javascript.AS_VerifierPublier - Log: level: warn message: "@{Context[\"nbrWrkFlowCourant\"]}" category: ...
  0 votes
  2 answers
  2 comments
  811 views

Hello, I want to use keycloak for authentication to Nuxeo. I followed the steps in the documentation ( link ). I added this part in Nuxeo/templates/openid/config/openid-login-config.xml.nxftl <#if "${nuxeo.openid.keycloak.client.id}" != ""> ...
  0 votes
  1 answers
  2 comments
  1189 views

Hello, I made a mistake in my document type definition. I removed the old field and created a new one, then I built my jar and place it in nxserver/plugins. I restarted Nuxeo and It works fine, but when I check the database table, I see both columns ...
  0 votes
  1 answers
  0 comments
  691 views

Wondering if anyone has some advice for me. We have a share action that allows users to quickly share internally, the action allows the selection of users and it verifies that they don't have access to login to the current document. If the user can ...
  0 votes
  1 answers
  0 comments
  969 views

Hi, I want 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. How can I activate selectAll checbox in nuxeo-data-table component? Could anyone please help me to find this out? ...
  0 votes
  1 answers
  2 comments
  826 views

Hello, we are using a docker image for Nuxeo 10.10 with a postgresql database. we have disabled the elasticsearch by adding this option elasticsearch.enabled=false in nuxeo.conf file. Nuxeo works fine with this configuration, but while navigating ...
  0 votes
  1 answers
  1 comments
  914 views

Hello, I added my component in the RESULTS_ACTIONS slot-content like the following : <nuxeo-slot-content name="exportPublicationAction" slot="RESULTS_ACTIONS"> <template> <my-component items="{{items}}" ...
  0 votes
  1 answers
  3 comments
  833 views

Hello, I am trying to change how results are displayed in the nuxeo Web UI, and I want to remove the infinite scroll and use navigation instead. I want to change all “nuxeo-data-table” elements. I have found that the “nuxeo-data-table” element has a ...
  1 votes
  1 answers
  0 comments
  790 views

Dear All i followed all steps in [[https://doc.nuxeo.com/nxdoc/how-to-add-new-fields-to-the-user-profile-or-group-profile/] ] to add new Field for users and my file : after hotRelaod Server Log : schema: user ...
  0 votes
  2 answers
  2 comments
  833 views

Hi, I am testing automation and have created a script that I am using for testing function run(input, params) { Console.log("Creating NEWDOC"); var root = Repository.GetDocument(null, { "value" : "/" }); var newDoc = Document.Create(root, { "type" : ...
  0 votes
  0 answers
  2 comments
  725 views

hi, If I want to download a pdf of an jpg file I can use a URL with “@convert?format=pdf” appended to it, e.g: https://dms.nuxeo.local/nuxeo/api/v1/path/domain01/workspaces/workspace01/car.jpg/@convert?format=pdf Nice feature!! If I want to download ...
  0 votes
  1 answers
  1 comments
  958 views

Hello, I have found a little bug in the nuxeo-webui component, and I have tried to report it in github, but I wasn't able to find the “Issues” option in the repository: https://github.com/nuxeo/nuxeo-web-ui Anyway, the problem is with the ...
  0 votes
  1 answers
  0 comments
  1008 views

Hi, I am using Nuxeo 10.10 in cluster mode and have setup elastic search cluster as well. Before Kafka integration, I was able to fetch audit logs by /api/v1/id/{docId}/@audit endpoint. But after Kafka integration, I am getting empty entries for my ...
  0 votes
  0 answers
  0 comments
  849 views

I have 2 clusters of nuxeo and have enabled clustering by enabling following properties still there are no rows created in cluster_nodes and cluster_invals tables. Am i missing something? These are the properties I have set on cluster 1 . ...
  0 votes
  1 answers
  1 comments
  872 views

I am getting below errors after redis configurations. nuxeo.templates=postgresql-quartz-cluster,redis nuxeo.redis.enabled=true nuxeo.redis.host=localhost nuxeo.redis.port=6380 nuxeo.work.queuing=redis repository.clustering.invalidation=redis ...
  0 votes
  0 answers
  0 comments
  739 views

What is the difference between Rest API Endpoints and command endpoints? Both are having an endpoint for same operations like update document. When to use which endpoint?
  0 votes
  1 answers
  0 comments
  717 views

Hi All, We are getting this error when using REST API to load documents huge set of documents in Nuxeo and this issue is very much intermittent. Has anyone seen this issue before any thoughts about this?
  0 votes
  0 answers
  0 comments
  906 views

Hello, We have Nuxeo 10.10 in cluster with CAS/LDAP authentication. Each day the number of openfiles is growing. We have to restart Nuxeo for closed these openfiles othewise we have the error : Too many openfiles. Do you have any idea to force the ...
  0 votes
  0 answers
  2 comments
  785 views

I am doing a performance test on Nuxeo. I have instances install on 2 servers having 8 GB RAM and 4 CPU each. I am running a test at 10 TPS. But Nuxeo is taking too much time in /dispatch. Attaching the screeshot of the monitoring tool. Attaching ...
  0 votes
  0 answers
  0 comments
  685 views

Hello - I'm attempting to connect Nuxeo 10.10-HF29 to Strimzi 0.18.0 Kafka 2.5 in OpenShift Code Ready Containers. Based on this: https://doc.nuxeo.com/nxdoc/nuxeo-server-release-notes/#sasl-and-tls-authentication-against-kafka, I believe I have ...
  0 votes
  0 answers
  0 comments
  1013 views

Hello, I followed the link “https://doc.nuxeo.com/nxdoc/purging-audit-logs-nxp_logs/” to empty the audit log. I didn't have an error while performing the procedure but after finishing I noticed that I cannot access the proxy documents (including ...
  0 votes
  1 answers
  0 comments
  875 views

Hello, I want to sort a nuxeo-data-table-column (numeric sort). I've used the attribute sort-by but the column was sorted by alphabetic ( for example the value 11 comes after the value 100). Note : the property is an IntegerList But I just want to ...
  0 votes
  0 answers
  0 comments
  1199 views

Hi, Is there any method in Nuxeo Server to give each document a unique and incrementing ID when it is created? Not to replace the unique ID that is given by default, but an additional field like: doc01 -> uniqueID = ef42fj… and incrementID = ...
  0 votes
  1 answers
  1 comments
  803 views

Hello, I have an application that should use Nuxeo API to list documents/rename them.. The issue here is that Nuxeo and my application have distinct user directories (and should stay that way..). My question is: Does Nuxeo expose a UI component (pop ...
  0 votes
  1 answers
  4 comments
  941 views

I have uploaded an image and trying to create a document in Nuxeo but I am getting below error. Seems like Nuxeo has some problem with images resolution i.e. 25.4. Attached the image as well Stack Trace: 2020-07-16T17:18:45,671 ERROR ...
  0 votes
  1 answers
  1 comments
  1071 views