8.10


Related Questions
Hi Thomas, After packaging my angular app as nuxeo module and deployed to nuxeo server side, I got nuxeo a REST API issue on user behind CAS connection : OPTIONS http://localhost:8080/nuxeo/json/cmis net::ERR_NAME_NOT_RESOLVED Fetch API cannot load ...
  0 votes
  1 answers
  0 comments
  2028 views

Hello everyone I have the following senary: I am migrating a data / files (blob) from a SQL Server database to nuxeo. These files should be in the following structure: --- Folder (document type) --- folder (year of document) --- file (attached ...
  0 votes
  0 answers
  1 comments
  3944 views

Hello everyone, I am having the following problem: When I add the file it gives an exception of PropertyNotFoundException, I understand that something is missing, but I do not know who … **Error in the second line Blob fileBlob = new ...
  0 votes
  0 answers
  2 comments
  2215 views

Greetings- Thanks so much for the support of my random questions, its been helpful so far. While deploying Nuxeo in AWS, we're exploring integrating s3 as a blob provider store for Nuxeo. I'm inquiring on how to get nuxeo to store my asset in s3, ...
  0 votes
  1 answers
  4 comments
  3760 views

Is there a API call to connect to Nuxeo Studio from JavaScript client in order to by pass credentials. Just curious, Nuxeo Studio trial version is ending soon and we are leaning towards more development through JavaScript client and API calls.
  0 votes
  1 answers
  4 comments
  1633 views

Greetings- While evaluating the Nuxeo platform in AWS I've come across a few questions. I'm mostly curious of the following: Is it possible to deploy Nuxeo updates with zero downtime in a clustered environment, think blue/green deployments. How does ...
  0 votes
  1 answers
  2 comments
  2113 views

Greetings- I've been prompted to install wpd2text even though I've built and installed it on the machine. Is there something else I need to configure here? I'm running nuxeo platform 8.10 in AWS on RHEL 7.3 See below Log: 2017-03-30 19:47:01,649 ...
  0 votes
  1 answers
  0 comments
  2573 views

Does anyone know what else needs to be installed for nuxeo-rating to work? I have: 8.10 no hotfixes nuxeo-dam-6.2.3 nuxeo-jsf-ui-8.10.0 nuxeo-web-ui-0.8.0 I've built and installed Activity: https://github.com/nuxeo/nuxeo-activity/tree/8.10-SNAPSHOT ...
  0 votes
  1 answers
  2 comments
  1568 views

Greetings- I'm exploring deploying Nuxeo Platform v 8.10 in AWS. I've recently set it up using a shared RDS Postgres Instance in AWS amongst other nodes in AWS. Anytime it Nuxeo boots according ...
  0 votes
  1 answers
  1 comments
  2270 views

Hi community. I am trying to create a blob provider to be able to have my files stored in OpenStack Swift. I extended the class AbstractCloudBinaryManager and implemented the main methods there. I packaged the class and all the dependencies into a ...
  0 votes
  1 answers
  0 comments
  2113 views

Hi, After uploading file (JavaScript File) through my service using nuxeo-js-client, I have this error on nuxeo server's document preview and in adobe reader (see attached) : PDF.js v1.5.188 (identifiant de compilation : 0e2d50f) Message : Invalid ...
  0 votes
  2 answers
  1 comments
  2147 views

Hello everyone, Is it possible to upload a file by just blob or byte [] instead of the file itself ??? See the example below: private Document exportNuxeo() throws IOException { Document doc = new Document("file", "File"); doc.set("dc:title", ...
  0 votes
  1 answers
  6 comments
  3773 views

Greetings- How do I use MongoDB in place of the default H2 database? Is it recommended that each Nuxeo node in a cluster use a SINGLE shared database(mongodb in this context) instance, as well as another sql database (postgres or something else) ...
  0 votes
  1 answers
  3 comments
  2934 views

Hi, I try to use angular-nuxeo to attach a blob, but I get excute exception. Here is my code : documentUploader(uid: string, file : File): IPromise<Object> { let defer = this.$q.defer(); let options : any = {}; options.operationId = ...
  0 votes
  8 answers
  8 comments
  2327 views

Hello folks, I'm using the python nuxeo client library to create a workspace as follows: adminClient = nuxeo.Nuxeo( base_url=URL, auth={ 'username': 'Administrator', 'password': 'Administrator' }) repository = adminClient.repository() wsRoot = ...
  0 votes
  1 answers
  0 comments
  1675 views