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

Forum Posts

Nuxeo Login Error

Hello We are getting error for some ad users after login. Below is the server.log /> +++++++++++++++++++++++++++++++++++++++++++++ 2019-07-31 15:17:47,618 ERROR [http-bio-0.0.0.0-8081-exec-34] [org.jboss.seam.jsf.SeamPhaseListener] swallowing excepti...

Showing wrong size

Hello Team In my nuxeo 9.1 showing wrong size. attached is the snap for the same. When I search for the same in mongodb and elasticsearch size showing in minus. Due to which user is unble to get trash size and total size Size in Mongodb "dss:totalSiz...

Resolved! Support for base64 encoded images in Notes

When I drag and drop an HTML file with base64 images in a Workspace, nuxeo automatically creates a note file. Unfortunately the base64 encoded images are removed. <img alt="django" /> <img alt="django CMS" /> <img alt="Flask" /> The only process to ...

ssze_ by Star Contributor
  • 472 Views
  • 1 replies
  • 0 kudos

Error while changing repository

Hello Team I have created 2 repository in Nuxeo. While changing from one repository to another I am getting below error and not able to change the directory ++++++++++++++++++++++++++++++++++++++++++++++++++ 2019-08-05 11:38:25,956 ERROR [http-bio-0....

Slow NXQL queries

I have some NXQL queries that are pretty slow. Using this https://doc.nuxeo.com/nxdoc/monitoring-slow-nxql-queries/ I was able to get some of the slowest NXQL queries This one took 870 ms: QueryFilter(principal=myOrganisation, limit=0, offset=0) coun...

Functional permissions in nuxeo

I have been trying to understand the permission management in nuxeo. As far as my understanding, ACLs are attached to a document, and they contain the information whether a user can read/write/remove the document. I wanted to know if these ACLs are u...

How to schedule an automation-chain

Hi I want to schedule an automation chain . I have created the operation which deletes the trash .Then i used the following extension to set up a scheduler to be executed every 1 minute but nothing happens.This is the extension: Delet...