nuxeo-platform


Related Questions
is there any commenting function?
  0 votes
  1 answers
  0 comments
  1408 views

Hi, I try to migrate my old nuxeo 5.8 platform to our new server 8.10 and then we go to migrate the last one to LTS 2017. I have binary and dabase data migration issue at start. Does exists a method to have clean migration between nuxeo platforms ? ...
  0 votes
  2 answers
  2 comments
  2179 views

This is a consistent behavior - a class contains several unit tests - each test inserts a few documents, then performs some manipulation on those documents. The class is declared thus: @Features({PlatformFeature.class, ...
  0 votes
  0 answers
  1 comments
  1534 views

Hi all I'm deploying nuxeo 9.10 but I'm facing to a problem when I try to preview documents : I get the following error : {“entity-type”:“exception”,“status”:500,“message”:“Converter any2pdf is not available”} Yet I installed LibreOffice 5.1 and all ...
  0 votes
  0 answers
  3 comments
  6457 views

I am installing Nuxeo integrated to the active directory and I select the subtree option, it happens that if I can log in with newly created users, but the existing old users can not log in. I appreciate if you can help me. I leave my XML ...
  0 votes
  0 answers
  0 comments
  1857 views

Hello everyone, Do we have any possiblities to filter out the document types that one can create based on his permissions ? For example I want to allow Member to create only basic documents in a folder, like Audio, Note or File, where as ...
  0 votes
  2 answers
  1 comments
  1917 views

This product is not open source. It can not be used in production. You will not be able to add custom types and custom workflows. :(
  0 votes
  3 answers
  5 comments
  2460 views

Does anyone have the docker-compose for a production server?
  0 votes
  0 answers
  0 comments
  1210 views

What is it?
  0 votes
  1 answers
  0 comments
  1589 views

there is a running review document process with 5 users, can I delete one user?
  0 votes
  0 answers
  0 comments
  1165 views

Hello, how best to store the approval sheet? I'd like to see on document page approval sheet after document review. Where is better store in document property or use api for getting info task review? And every time after approval, update the ...
  0 votes
  0 answers
  6 comments
  1431 views

Can i change Life Cycle State through REST API?
  0 votes
  1 answers
  0 comments
  1777 views

Hi everyone, My apologies for a question wich, I guess, is a noob question :) I created a Document Type, with differents fields for creation layout. This document type extends Folder. Can you tell me how I can dynamiquely generate the name of my ...
  0 votes
  3 answers
  1 comments
  1923 views

Hello Team, Can some let me know how can I download the multiple documents in a zip file using nuxeo downloandFilesZip with sample input file using REST API,  any help on the same would be appreciated. Thanks & Regards Reddy KYS
  0 votes
  0 answers
  0 comments
  2230 views

Hi, While starting server I am getting following error . ulerService notification of application started failed: null java.lang.NullPointerException at com.novemberain.quartz.mongodb.util.Keys.toFilter(Keys.java:58) at ...
  0 votes
  1 answers
  0 comments
  3470 views

When i start approval workflow with selected users, after can i add new users to current process?
  0 votes
  1 answers
  2 comments
  1412 views

Hello, A newbie question: how can I pass parameters to NXQL request of a Page Provider via WebUI Designer ? I'm trying to create a customized content view for a Folderish document. I created a Page Provider in Nuxeo Studio Modeler as follows: Then ...
  0 votes
  1 answers
  2 comments
  9870 views

  0 votes
  2 answers
  0 comments
  1322 views

Hello, So far I know rather a lot about using Nuxeo Studio with JSF UI, but the latest project that I am working on is targeted to use exclusively WebUI, which I don't know well yet. So, the question is pretty much dumb: how do I deactivate “Create ...
  0 votes
  1 answers
  3 comments
  2077 views

Why do you keep everything in “default” collection on Mongodb? tasks, workflow, files, documents..?
  0 votes
  1 answers
  3 comments
  1323 views

How to migrate all files to s3 storage and back?
  0 votes
  1 answers
  0 comments
  1377 views

Can i storing files on Amazon s3 with folder structure like alfresco Year-Month-Day-Hours-Minutes-Files 2018 --01 ----13 -----16 ---------file Now this is one big list
  0 votes
  1 answers
  3 comments
  1780 views

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, ...
  1 votes
  0 answers
  0 comments
  1369 views

Hi people :) Can someone help me with setting a default value ,a value from a vocabulary? I have searched and i havent finde a way of accessing vocabulary values from EL
  0 votes
  1 answers
  0 comments
  1667 views

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?
  0 votes
  1 answers
  1 comments
  1488 views

I am trying to assign a permanent permission to a group but in nuxeo permission is not working and it is not assigning to any user. My Code is: String url = “http://localhost:8080/nuxeo”; NuxeoClient nuxeoClient = new NuxeoClient(url, ...
  0 votes
  1 answers
  5 comments
  2110 views

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 ...
  0 votes
  1 answers
  0 comments
  2150 views

Hello, I try hardly to install Nuxeo 9.3, but something is broken in the installation pack. While running : sudo apt install nuxeo it always exiting with the same error code. Something about Postgresql I've tried differents versions (9.6 and 10) ...
  0 votes
  1 answers
  0 comments
  2413 views

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] ...
  0 votes
  1 answers
  0 comments
  1959 views

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 ...
  0 votes
  1 answers
  3 comments
  1375 views

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.
  0 votes
  1 answers
  0 comments
  1660 views

Hello, We encounter an error on Nuxeo 8.10 while using a custom plugin. We've been using Nuxeo 5.6 for a few years with a custom personalization plugin. This plugin offers many features, and since our upgrade from 5.6 to 8.10 one of them doesn't ...
  0 votes
  0 answers
  1 comments
  1792 views

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 ...
  0 votes
  1 answers
  0 comments
  1537 views

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 ...
  0 votes
  0 answers
  0 comments
  2124 views

Hi, I wanted to upload folders in workspace. This folder again contains some another folder as well. Can any one help me to do that.
  0 votes
  0 answers
  1 comments
  1169 views

Can I use a jar with different versions in just one bundle? Nuxeo platform 7.10 (LTS2015) uses jedis 2.7.0 to communicate with Redis server. I have my bundle it communicates with new Redis server, this bundle has the spring-data-redis to connect ...
  0 votes
  1 answers
  1 comments
  1608 views

I'm attempting to attach a Blob to a document.: File tmpFile = Framework.createTempFile("...", ".csv"); ... write to the file Blob blob = Blobs.createBlob(tmpFile); myDocument.setPropertyValue("file:content", (Serializable) blob); What's really odd ...
  0 votes
  0 answers
  2 comments
  1514 views

I have created a new search contentview for documents. They have proxies in a dedicated folder. The search works with one exception, an aggregation for the lifecyclestages of proxies. It looks like the proxies are not updated in the elasticsearch ...
  0 votes
  0 answers
  0 comments
  1516 views

Hi, I would like to know how to catch an exception in the front with web-ui Polymer, in case of an event handler aboutToCreate for example. In my listener : I rollback (it works) I add in contextData map a message, but this message does not display ...
  0 votes
  0 answers
  0 comments
  1593 views

Hi all, I want to write a cron task to restart nuxeo each week. For that I have write a script called by the cron task. When I execute the script myself, it works fine… But, when the script is executed by the cron task, all services (postgres, ...
  0 votes
  0 answers
  0 comments
  1599 views

I want to generate a permalink to a document from a process that gets fired as an event handler. The process would be running in a cluster. So it wants the link to be like “https://loadbalancedhost:8080/nuxeo/nxdoc/default/UUID” even though the ...
  0 votes
  0 answers
  0 comments
  1282 views

Good morning, everybody, I am looking for an automatic publishing system in sections. Explanations: I have a root workspace in which I have several workspaces. In one of them (which I called “IUT”), I created several sub-workspaces. In addition, in ...
  0 votes
  1 answers
  2 comments
  1862 views

Hello everyone, Currently I'm working on a project that will be integrated with Nuxeo but I got an issue during the implementation in nuxeo of the SSO with auth0, then I kindly asking you, if It’s possible to configure a new OpenID Provider? Please ...
  0 votes
  0 answers
  0 comments
  2926 views

Hi, I'd like to know if there is an existing documentation to create a nuxeo bundle which declare a new content type, without using nuxeo studio. More generally I'd like to know if to customize listings, create & edit forms, and document type ...
  0 votes
  2 answers
  2 comments
  2714 views

Hi, How can I set a password policy for users ? The documentation just says that 'The password complexity is checked against a regexp that can be changed.' and i didn,t find anything else about that. Thanks.
  0 votes
  1 answers
  0 comments
  2926 views

Hello. I have a long-running process pushing several hundred million entries into the system that is chunked into a number of enqueued Work instances. I'm looking for a way - conceptually - to say “when all is complete, is the totality of what ...
  0 votes
  0 answers
  0 comments
  1316 views

Hi, I am importing text file of size arroung 32MB. While importing file I am getting error as follows: Caused by: org.bson.BsonSerializationException: Size 30831765 is larger than MaxDocumentSize 16793600. ...
  0 votes
  2 answers
  4 comments
  2712 views

I'm trying to make changes to binary metadata based on https://doc.nuxeo.com/810/nxdoc/binary-metadata/ . But the changes are not being reflected. Added additional fields to extension. I'm new to Nuxeo. Please help Following are the JAR files ...
  0 votes
  0 answers
  0 comments
  1445 views

Hello, I am currently trying to wipe and reinstall Nuxeo (from Homebrew) and I'm having some difficulties with remote connections. The initial install goes fine, but after having issues with the install pulling packages I wiped out everything and ...
  0 votes
  1 answers
  3 comments
  1957 views

hi, so far I had set the upload timeouts as an xml extension but after the 9.2 update the following messages appear on startup: Property 'org.nuxeo.dnd.upload.timeout' should now be contributed to extension point ...
  0 votes
  0 answers
  0 comments
  1401 views