Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Error during Framework Listener execution

Hello, I have a "persistent" exception when starting nuxeo. ERROR [OSGiAdapter] Error during Framework Listener execution : class org.nuxeo.runtime.osgi.OSGiRuntimeService java.lang.IllegalStateException: Unable to move to the last committed offset, ...

Resolved! Alternate View for Array Data instead of nuxeo-data-table?

Has anyone development or know of a better method of display array data instead to the standard nuxeo-data-table that gets generated in a layout, specifically for view-layouts? I have a few fields that are arrays that users can enter data into (inste...

Live Code Alternate Idea

PropertyNotFoundException in custom search

Hi, I am trying to override the default search form to add some custom fields and remove the fields "nature", "subject" and "coverage". I copy-pasted the code from nuxeo-default-search-form, removed the widgets that I did not want and added one for a...

Remove orphan binary from filesystem using Rest API

Hello We need to delete the Orphan binary from the filesystem using any Rest API or script. Is there any such API or script, as we have large amount of data we are not able to delete it from Admin console, we are getting "Transaction TimeOut" error. ...

Resolved! user suggestion - groupRestriction

Im using nuxeo-user-suggestion , i want to know how can use the groupRestriction for filter the search by a group or a permission

__10 by Champ on-the-rise
  • 1848 Views
  • 3 replies
  • 0 kudos

Store audit log in Elastic search and mongo-db

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...

How to convert an OBJECT to USER

I have and object like this: company: ""displayIcon: truedisplayLabel: "Administrator"email: "devnull@nuxeo.com"entity-type: "user"firstName: ""groups: []id: "Administrator"lastName: ""prefixed_id: "user:Administrator"tenantId: nulltype: "USER_TYPE"...

__10 by Champ on-the-rise
  • 1050 Views
  • 1 replies
  • 0 kudos

Performance issue while load testing

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 docum...

Create Document API is taking too much time

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 p...

Adding a second parameter to a page provider

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. https://answers.nuxeo.com/general/q/cbd27e23ddc547058d3cc4bfb1f5658d/How-to-filter-in-the-Single-Multipl...

andrew_lam by Champ on-the-rise
  • 844 Views
  • 0 replies
  • 0 kudos

Create user with password

I'm trying to sync user management between Nuxeo server and an application built with it. I've read the model documentation at https://doc.nuxeo.com/rest-api/1/user-entity-type/ and the endpoint documentation at https://doc.nuxeo.com/rest-api/1/user-...

__2 by Champ in-the-making
  • 1190 Views
  • 2 replies
  • 0 kudos

Resolved! BatchUpdateException while creating a document

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: Batch...