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

Forum Posts

Bug in the example

When i run script createContract.js from page https://doc.nuxeo.com/nxdoc/manipulating-documents/ I get error when i run code return repository.create(portfolio.path, contractToCreate); Apologies, an error occurred. { Error: Bad Request at doFet...

kodermax by Star Contributor
  • 680 Views
  • 0 replies
  • 0 kudos

Can`t end task programmatically

Hello, I start an workflow to a document. I want to end a task programmatically. I have used endTask(CoreSession session, Task task, Map data, String status) . I also tried resumeInstance(String routeId, String nodeId, Map data, String status, CoreSe...

Bora_ by Confirmed Champ
  • 662 Views
  • 0 replies
  • 1 kudos

upgrade from 8.2 to 9.3 -- BaseSession.hasPermission change

We are upgrading from 8.2 to 9.3. We have some existing unit tests to test extensions we've built that are designed to test concurrency scenarios. There is a difference in how the BaseSession.hasPermission method executes from 8.2 to 9.3. In both ver...

Eric_Ace by Confirmed Champ
  • 1208 Views
  • 4 replies
  • 0 kudos

How can i update metadata value from nxql ?

Hi ! I'm looking for a way to update the value of one metadata on a large amount of documents. I'm currently selecting documents that need this update using a simple nxql query, yet the volume is big enough to look for an automatic way of doing this....

V_M by Champ in-the-making
  • 736 Views
  • 1 replies
  • 0 kudos

Shibboleth cannot create a new user in 9.3

Hi, I use the version 9.3 of nuxeo (no problem with the 9.2 version). When I try to connect the first time to nuxeo with shibboleth, I have this error : 2018-01-04 19:46:52,468 ERROR [ajp-nio-0.0.0.0-8009-exec-1] [org.nuxeo.ecm.platform.shibboleth.au...

jelninos_ by Champ in-the-making
  • 774 Views
  • 1 replies
  • 0 kudos

fonction nuxeo drive disparue du compte utilisateur

nuxeo drive fonctionne correctement depuis les postes clients. Mais dans la rubrique accueil du portail la rubrique nuxeo drive n’apparaît plus ET dans les documents le bouton "activer la synchronisation" n’apparaît plus. Voici le résultat de la comm...

how to increase data directory size

Hi , I am storing my document in file system. So i have question . Once initial allocated space gets full, how we will add additional storage to the same partition? Can I make new partition ? if yes then how to configure both old and new partition.

Override Template lifecycle

Hi people :) I need to override the lifecycle of the Template document.I read in Nuxeo documentation and it doesn't include Template in by default documents. Is there a way i can do this?

nuxeo adds ".txt" to some files

I would store mind maps in nuxeo. Maps are files created with freemind, and suffix is .mm When I upload the file it is OK, but as soon as I try to read it, nuxeo change the file by adding ".txt" at the end and I cannot edit the fiel anymore.

Scanned document preview

Uploading scanned document results in it's preview being blank. This happens for all scanned PDFs, i.e. files that have only one image embedded. Other documents are loaded just fine. Other thing I noticed is that after running the document trough OCR...

CAS Single Sign Out From Nuxeo and Spring Security

I have Implemented CAS SSO with Spring Security and Nuxeo. I have Problem In Single Sign Out From Nuxeo. When I Do Logout From Nuxeo It Logged out from Both Application(Nuxeo and Spring App). But When I Do Logout From Spring App It Will Only Logged O...

Avi_Jain by Champ in-the-making
  • 1358 Views
  • 4 replies
  • 0 kudos

CAS Single Sign Out

Is there a way to make Nuxeo CAS plugin handle CAS Logout Request ( so that we get logged out from Nuxeo when logged out from CAS ) ?

ITassas_ by Champ on-the-rise
  • 863 Views
  • 1 replies
  • 2 kudos

Mongo DB goes out of memory while fetching document.

Hi, I am facing issue of MongoDB server out of memory. I have mongoDB server with 24 GB RAM and in that there is 1.6 TB of data is available. And WiredTiger cache maximum bytes configured is 11GB. With this configuration my mongo server is goes out ...

Making a 24 hour format

Hi people :) I want to override the nuxeo datetime widget so it formats the time only in 24 hour version.Can someone help me?