Nuxeo10.10


Related Questions
Is there any way i can download the nuxeo audit log as excel or csv?
  0 votes
  1 answers
  0 comments
  789 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
  1265 views

I want to store the audit log both in elastic search and in mongo-db at the same time. I have tried the configuration for audit log to be stored in elastic search and also i configured mongo-db as well to store the audit log in but it is not working.
  0 votes
  1 answers
  1 comments
  1043 views

I created a document with type File and attached a file to it, so I created a user called 'demo' and added “Everything” permission on the “root” folder to this user. Now the 'demo' user has access to all documents inside root folder as expected, but ...
  0 votes
  1 answers
  1 comments
  857 views

I am doing performance testing of Nuxeo at 2 TPS. I have a file of 100 KB and I am running performance suite for 240 users for 120 seconds. I am uploading the same file for every request. I am getting significant delay in the response of create ...
  0 votes
  0 answers
  0 comments
  693 views

I am creating documents in Nuxeo but the API is taking too much time (10-15 seconds). I am using /api/v1/path/ endpoint. I have also included perf template with below configurations. Is there anything I am missing out? perf.target=. # Use a bigger ...
  0 votes
  0 answers
  0 comments
  940 views

Hello, I am trying to modify the page provider used by the top search bar by adding a second parameter. I have followed the example in this post. ...
  0 votes
  0 answers
  0 comments
  892 views

I doing performance testing of Nuxeo instance but I am sometime getting BatchUpdateException. I am uploading same file repeatedly with different metadata. I am using Postgres as backend DB. Failed to save session, java.sql.BatchUpdateException: ...
  0 votes
  1 answers
  0 comments
  1228 views

Hi, I have a Nuxeo server running inside a Docker container, accessed on the web UI. I am trying to develop a package to define new document types. I created a multi-module project using command nuxeo bootstrap multi-module then a package using ...
  0 votes
  1 answers
  0 comments
  1007 views

Hello, I am trying to override the User schema and add a property that is a list of complex type. I have been able to override the schema and add properties that are simple types (i.e. a string property), but when I tried adding a property that is a ...
  1 votes
  0 answers
  0 comments
  1176 views

I'm trying to count how much disk space the workspace is using, so I'm using NXQL rest api . This is my query: http://localhost:8080/nuxeo/site/api/v1/search/lang/NXQL/execute?query=SELECT COUNT(file:content/length) FROM Document Where ecm:isTrashed ...
  0 votes
  3 answers
  0 comments
  1331 views

I have tried to get audit logs using /api/v1/automation/Audit.QueryWithPageProvider API and manged to get below result. Request { "params": { "providerName": "EVENTS_VIEW", "namedQueryParams": { "principalName": "Administrator" }, "pageSize": 100, ...
  0 votes
  0 answers
  0 comments
  1151 views

hello! Compiling Nuxeo from sources, It is free?
  0 votes
  1 answers
  0 comments
  751 views

Hi, Is there any way to replace the suggesters used in the default search boxes? For example, the quick search bar at the top right or the User/Group search bar when adding permissions to a document ? I tried using the solution in this post as a ...
  0 votes
  1 answers
  1 comments
  998 views

I have integrated elastic search for audit logs but I want to get IP of the device from which the operation is performed in Nuxeo or any API has been called. Is there any way to get IP address in audit logs?
  0 votes
  0 answers
  0 comments
  940 views

* Hello! Does the source code need annual authentication right to use?
  -1 votes
  1 answers
  1 comments
  927 views

Hello! I'm using Nuxeo 10.10 and I have the nuxeo-quota-1.8.3 bundle installed. Now, I'm trying to consult quota information from my client app. I think that I have to use NuxeoClient but I don't find a way to do it. Does anyone have any idea about ...
  0 votes
  1 answers
  1 comments
  761 views

Good day, I installed NUXEO 10.10 including addons, which were checked by default, but I don't have many options for the administrator. I can't set almost anything. If I understand correctly, I should have these options available ...
  0 votes
  2 answers
  0 comments
  663 views

I have uploaded a document in Nuxeo and got a link. I can download my document accessing that link. Now, I trashed my document and got “isTrashed”: true as well but still I can download my document using the link which is generated by Nuxeo. Is ...
  0 votes
  1 answers
  2 comments
  786 views

I am using PostgreSQL as back-end database in Nuxeo. Is it possible to disable default database connection pool in Nuxeo and use PG Bouncer connection pool instead?
  0 votes
  0 answers
  0 comments
  675 views

I am using ElasticSearch for audit logging. I have set all the configurations required in nuxeo.conf. How can I fetch audit logs for a period of time and for group creation or permission and other activities?
  0 votes
  2 answers
  0 comments
  1643 views

I have few questions regarding VCS and DB Pool. Why there are different pools called VCS Pool and DB Pool? What is the purpose of each pool? Does VCS pool consume the connection of the database?
  0 votes
  1 answers
  0 comments
  889 views

Has anyone created a document action in WebUI to download the JSON file of the document being viewed (or selected)? The Nuxeo Plugin for Chrome has a feature similar to this (it isn't downloaded, just thrown in a tab), but it would be very useful to ...
  0 votes
  2 answers
  3 comments
  1222 views

I want to add some values in vocabulary when the nuxeo server started successfully. Is there any event which can be triggered to achieve this or any other way i can do this, i just want to add these values from a csv files and only once
  0 votes
  1 answers
  3 comments
  812 views

Hello, Recently we have migrate our Nuxeo 5.5 to 10.10 and we have create custom permissions. We have add group associate to this permission on the default-domain's folder with the heritance. I tried to create a document in a folder under ...
  0 votes
  1 answers
  1 comments
  1431 views

Hello I'm trying to restart an instance after a backup restore, and I have the following error. The Json received by Nuxeo in front seems to be cut, and therefor i have “Invalid json” error and it cannot retrieve the document. Any idea about this ...
  0 votes
  0 answers
  0 comments
  501 views

Hi Team, I have followed steps mentioned in the below URL Search with result highlight I have added custom type metadata to fetch in the thumbnail, have added in the following function ( ie:AccountNo) if (this.searchTerm) { // ...
  0 votes
  1 answers
  0 comments
  857 views

Hello! I'm trying to search using a full-text query. As I have to search into a specific field I'm trying to use the property: ecm:fulltext.somefield = 'something' but it doesn't work for me. Any idea? Here is my code: ecm:fulltext.act:subject = ...
  0 votes
  1 answers
  2 comments
  945 views

Hi, I want to get the searched word in the full text search on the thumbnail preview in the list view results for custom search. i'm able to search the word in the normal search without overriding, but was not able to replicate in the custom search. ...
  0 votes
  1 answers
  2 comments
  769 views

Hello, I have the following stacktrace on starting Nuxeo 10.10 on unbuntu, was working fine before the stop, and now cannot restart. SEVERE [main] org.apache.catalina.core.StandardContext.listenerStart Exception sending context initialized event to ...
  0 votes
  2 answers
  0 comments
  501 views

We've made a short attempt to use Nuxeo Server LTS 2019 deployed on Docker with AWS DocumentDB which is supposed to be fully compatible with MongoDB 3.6. OK the Nuxeo documentation says “3.4 and 4.0” but I was surprised that we were not even able to ...
  0 votes
  0 answers
  9 comments
  1018 views

We are having an issue with GCPbinaries package. After the server has been up for a while, we begin to get the following error in the logs: OAuth2Credentials instance does not support refreshing the access token. An instance with a new access token ...
  0 votes
  0 answers
  0 comments
  768 views

Hello, I have a problem with displaying vocabulary. I have the Id displayed instead of the labels. Do you have an idea
  0 votes
  3 answers
  4 comments
  1174 views

1)clicking edit on 'users and groups' shows a modal. But email is not pre-populated 2)saving with new email doesnot change the email(old email is going on request body) Where am i wrong here?
  0 votes
  1 answers
  0 comments
  1061 views

Hello, I am trying to know if a document is a version, but Java Client doesn't retrieve that information about a document. When I use the “fetchDocumentById” method, I get a “Document” object, but I have no properties to know if it is a version or ...
  0 votes
  2 answers
  5 comments
  1171 views

There are a list of documents. Can I select a few documents on a list and start workflow on them .Currently there is no workflow button option when I select a document. Screenshot included.
  0 votes
  1 answers
  0 comments
  1170 views

I found this question already asked, but not solved: https://answers.nuxeo.com/general/q/8308f961c17244919de03403bd559260/Publishing-rights-with-users-groups So I will ask it again. Given the section, which I gave an explicit permissions “Read” and ...
  0 votes
  1 answers
  3 comments
  1067 views

Hi. Based on the documentation: https://doc.nuxeo.com/nxdoc/file-storage/ , i'm triying to configure the DefaultBlobDispatcher for upload binaries to Azure based on a property. With the following property it works fine: dc:title=mytitle With the ...
  0 votes
  1 answers
  2 comments
  821 views

hello, I'm trying to install a new version of Nuxeo with Docker. Beeing new to docker, i'm currently trying to setup 2 env based on a env-file. The problem is that when i run my docker with : docker run –name nuxeoStaging –env-file envStaging.list ...
  0 votes
  0 answers
  0 comments
  500 views

Hi, I am using Nuxeo for developing an application. If Nuxeo releases any upgrade, hot fix or new version then how would I get to know that it is available? Is there any notification service which I can subscribe to get email or something?
  0 votes
  0 answers
  0 comments
  584 views

I know of two options: 1)Assignees 2)Assignees expression Is there a way that a workflow initiator can himself select a user from the list of users to take action?
  0 votes
  1 answers
  3 comments
  862 views

On Nuxeo security web page ( https://www.nuxeo.com/security/ ) , it is mentioned that safe storage of keys within a hardware security module (HSM) connected to Java virtual machine can be done. I can not find how to do it. Any help will be ...
  0 votes
  0 answers
  0 comments
  604 views

<nuxeo-data-table-column> [[item.title]] </nuxeo-data-table-column> This works. 'item.title' renders title. <nuxeo-data-table-column> {{_callme(item)}} </nuxeo-data-table-column> _callme: function (item) ...
  0 votes
  1 answers
  1 comments
  921 views

CMIS is a common protocol and the preferred way of interfacing Nuxeo with legacy systems. Without much notice, Nuxeo decided suddenly to get rid of the SOAP binding, more precisely : in 9.3 : https://jira.nuxeo.com/browse/NXP-22799 This does NOT ...
  0 votes
  0 answers
  0 comments
  796 views

I am trying encrypt binaries stored in Nuxeo. I created a KeyStore file using below command. keytool -genkey -alias nuxeoKey -keyalg RSA -keystore /home/ssg0252/Desktop/keyStore.jceks -storepass password File created and I have used the file in XML ...
  0 votes
  1 answers
  1 comments
  2220 views

I tried to configure separate repositories for encrypted and non-encrypted documents. I managed to do save documents in respective repositories as well but the URL received by Nuxeo after creation show 'default' repository only. E.g. ...
  0 votes
  1 answers
  0 comments
  1234 views

Hello, we installed Nuxeo LTS 2019 via aptitude as described in documentation . Since then we get this error on a biweekly basis or even weekly in the last time. Lasting for at least two days. Failed to fetch ...
  0 votes
  1 answers
  6 comments
  1299 views

I currently can access only 'document' property inside document type crud files. How can i get info about logged in user here?
  0 votes
  1 answers
  0 comments
  630 views

Hi we have added below properties in nuxeo.conf elasticsearch.enabled=true audit.elasticsearch.enabled=true elasticsearch.indexName=dms-uat audit.elasticsearch.indexName=${elasticsearch.indexName}-audit Please let me know how find Audit logs using ...
  0 votes
  1 answers
  1 comments
  978 views

I want to encrypt document and metadata associated to a document. Is it possible to do so? I checked encryption provided by Nuxeo on this link https://doc.nuxeo.com/nxdoc/implementing-encryption/ but this does not say anything about metadata ...
  0 votes
  1 answers
  0 comments
  747 views