nuxeo-platform


Related Questions
How to migrate all files to s3 storage and back?
  0 votes
  1 answers
  0 comments
  1383 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
  1784 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
  1372 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
  1675 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
  1493 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
  2117 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
  2160 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
  2422 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
  1961 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
  1381 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
  1665 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
  1797 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
  1546 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
  2129 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
  1171 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
  1616 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
  1519 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
  1523 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
  1598 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
  1602 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
  1288 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
  1868 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
  2933 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
  2722 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
  2929 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
  1321 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
  2720 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
  1451 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
  1966 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
  1406 views