Nuxeo10.10


Related Questions
I get this error when I run my test method ERROR [SchemaManagerImpl] Document type: Ressource_Image uses unknown schema: picture My test class is like : @RunWith(FeaturesRunner.class)@Features({AutomationFeature.class, CoreFeature.class, ...
  1 votes
  0 answers
  0 comments
  545 views

Hello, I have an action that is exectued by an event handler. But I observed in the server.log file this Error: org.nuxeo.runtime.transaction.TransactionRuntimeException: Transaction has timed out at ...
  0 votes
  0 answers
  0 comments
  802 views

Hello, How can I configure how many asynchronous listeners can run in concurrency?
  0 votes
  1 answers
  0 comments
  1024 views

Hi, I want to edit documents, I selected my docs and I click on edit button, the edit dialog doesn't appear and others button disapears.(see captures). I has this bug only when I used Chrome,I tested with chromium and firefox and it works well! Any ...
  1 votes
  1 answers
  0 comments
  624 views

Hi, I need to disable adding tags for anonymous users (See print screen). Any ideas would be highly appreciated, thanks in advance!
  0 votes
  1 answers
  0 comments
  647 views

Hi Has anyone tried / had success in building a Nuxeo server container using the -platform ARM/64 switch in docker? I'm trying to create a container pulling the exising Nuxeo base image from Nexus, but it fails. Pointers greatly welcomed. Thanks in ...
  0 votes
  0 answers
  0 comments
  529 views

I have configured multiple (3) repositories in Nuxeo like the following. 1.default 2.Repo-A 3.Repo-B When I try to write a document in my second repository (Repo-A) which is not the default repository the elastic indices of all the repositories get ...
  0 votes
  0 answers
  0 comments
  513 views

Hi, I want to allow a group of users that are not administrators or power users to edit entries of certain directories/vocabularies. So, documentation says that it is possible to define Read/Write permissions to users/groups in the directory ...
  0 votes
  0 answers
  0 comments
  614 views

I've been trying to build a nuxeo image since yesterday (May 15th), but it is continuously failing due to http://maven.nuxeo.org/nexus/content/groups/public (containing build jar files) being down. Are there plans to bring it back up? Alternatively, ...
  0 votes
  2 answers
  5 comments
  964 views

Hello, I have the simple property <xs:element name="para"> <xs:simpleType> <xs:list> <xs:simpleType> <xs:restriction base="xs:string" ref:resolver="userManagerResolver" ref:type="user"/> </xs:simpleType> ...
  0 votes
  1 answers
  2 comments
  720 views

Hi, I have two scripted operations (Automation Scripting) like these: <scriptedOperation id="Operation.One"> <category>javascript</category> <inputType>void</inputType> <outputType>void</outputType> ...
  0 votes
  0 answers
  0 comments
  758 views

It seems that Nuxeo is only using string fields to build the fulltext . Maybe using the fulltextExcludedTypes but I cannot find it anywhere being set. Is there a way I can incorporate number fields, e.g. a year, into the fulltext index? Or specifiy ...
  0 votes
  3 answers
  0 comments
  723 views

I have a listener class which includes this code: GatewayClient gatewayClient = Framework.getService(GatewayClient.class); I want to write a junit which will invoke the listener class, and I want to mock the call to the gateway. My first problem is ...
  0 votes
  0 answers
  1 comments
  486 views

hello, can someone give me any hint on how to search for a document that is currently in a workflow using nxql? Regards
  0 votes
  1 answers
  0 comments
  735 views

Hi I have the next code, When I used the property selection-formatter=“[[_getDocTitle]]“ of nuxeo-document-suggestion in the nuxeo-data-table-column the function works fine BUT when I used the same property in nuxeo-data-table-form the function not ...
  0 votes
  0 answers
  0 comments
  930 views

Hello, I have complex list and iterate and create with nuxeo-data-table, when I create item and save I haven't error then I delete item -> save, the item delete was successful, but when I try delete the last item, this not deleted. :'( I see the ...
  0 votes
  1 answers
  2 comments
  724 views

Hi Guys! I have the next code: Scheme: <xs:element name="documentosRespuestaInterno" type="nxs:documentoRespuestaInternoListType"/> <xs:complexType name="documentoRespuestaInternoListType"> <xs:sequence> <xs:element name="item" ...
  0 votes
  0 answers
  0 comments
  979 views

Is nuxeo open source? I tried to install some packages but it returned the error that my trial version had expired. How do I install packages after the 30 day period?
  0 votes
  1 answers
  0 comments
  821 views

Hello, Is it possible to use elasticsearch as a vocabulary database ? I was thinking of this because I have vocabularies with a large number of entries and the Directory.SuggestEntries operation takes a long time to respond.
  0 votes
  0 answers
  0 comments
  661 views

Hi! I need overwrite the source for nuxeo-data-table element but i can't find the code (template html) on the GitHub repository https://github.com/nuxeo/nuxeo-web-ui/tree/10.10/elements, where i can find this source? Thanks! Gabo
  0 votes
  2 answers
  1 comments
  738 views

I'm getting a result set from ElasticSearch, and then for each object in the result set, I need to get a Blob (or a Binary ) from S3 using only the BlobInfo elements from ES (digest, filename, etc.) Best I have come up with so far is: BlobProvider ...
  0 votes
  0 answers
  0 comments
  688 views

Hi, after getting Nuxeo Platform LTS 2019 source code, I try to build it but i get a security problem with access to the hofixes. I undertstand that now we need to be a customer to get precompiled hotfixes but is there a way to get the hotfixes ...
  0 votes
  2 answers
  2 comments
  1338 views

Looking for a way to query for locked documents of a particular type. I've tried variations on this: SELECT * FROM Document WHERE ecm:primaryType = 'DocumentType' AND ecm:lockOwner IS NOT NULL including SELECT * FROM Document WHERE ecm:primaryType = ...
  0 votes
  5 answers
  1 comments
  763 views

I configured multiple repositories in local nuxeo. I created a new Document Container inside the new repository and try to fetch this document using a page provider. Nuxeo is throwing this exception javax.servlet.ServletException: ...
  0 votes
  1 answers
  1 comments
  913 views

I configured multiple repositories in my local nuxeo environment successfully. I want to store some of my documents in this newly created repo. How can I achieve this functionality ?
  0 votes
  1 answers
  0 comments
  733 views

Hello, When creating a document by attaching a binary file to it, nuxeo creates a temporary directory with the binary file in question in nuxeo.tmp.dir. The problem is that these directories will not be deleted and therefore it will increase the ...
  1 votes
  1 answers
  2 comments
  793 views

Hi. We have configured the Amazon S3 Online Storage Addon with prefixes in a bucket. nuxeo.s3storage.bucket=your_BUCKET nuxeo.s3storage.bucket_prefix=yourfolder/ And thats working fine, but now, we are interested in configure the Microsoft Azure ...
  0 votes
  0 answers
  0 comments
  540 views

Hi Team, I am trying to set up one of my schema fields as geo_shape via elasticsearch-doc-mapping.json but it throws an error shown below , status line [HTTP/1.1 400 Bad ...
  0 votes
  0 answers
  0 comments
  601 views

I can get the worflow ID but not the task ID. Request : SELECT * FROM RoutingTask WHERE ecm:currentLifeCycleState = 'opened' AND nt:processId = 'myWorflowId' With this request I can have the task in the webUI nxql search, but with the same request ...
  0 votes
  1 answers
  1 comments
  655 views

Hello, I have this entry in my directory : “Evénement”,“Evénement”, “0”,“0”. And in the metadata layout I defined a nuxeo-directory-suggestion that pointed in that directory. My question is : Is it possible to ignore accents for suggestions in ...
  0 votes
  1 answers
  0 comments
  865 views

Dear all, We are using ClearTrust / RSA Access Manager to authenticate users against Nuxeo LTS 2019. When the ClearTrust / RSA Access Manager session expires, users are not automatically redirected to the authentication page, but are presented with ...
  0 votes
  0 answers
  0 comments
  641 views

Hello, I've added a nuxeo-document-suggestion element in the metadata layout to make links between documents. I want that the search of doc to be linked will be based on the 'searchTerm' written by the user and also on a property of the current ...
  0 votes
  0 answers
  0 comments
  768 views

Dear all, After migrating some Nuxeo instance from 5.6 to LTS 2019, I've been told that the documents' history tab remains empty for both documents created in Nuxeo 5.6 and documents created after the migration to LTS 2019. Any idea what could be ...
  0 votes
  0 answers
  0 comments
  645 views

Hi, We're using Nuxeo 10.10-HF30 with encryption activated (nuxeo.core.binarymanager=org.nuxeo.ecm.core.blob.binary.AESBinaryManager) running with openjdk version 1.8.0_282. Everything seems just fine, except that the time taken to read files is too ...
  0 votes
  2 answers
  0 comments
  861 views

Hello, I want to get entries of directory so that I used the Directory.Entries operation but I faced this problem : When I am connected with the Administrator account, the operation worked fine (look at “connectingAdministrator.png” picture) but ...
  0 votes
  1 answers
  1 comments
  901 views

bonjour, j'ai abonné un certain nombre d'utilisateurs , via JSF, pour recevoir une notification pour chaque nouvelle publication de documents pb : ils reçoivent parfois jusqu' à 12 fois le même mail de notification… après vérification auprès de ...
  0 votes
  0 answers
  0 comments
  612 views

I've created a daily cron job that isn't quite working. I can see in the logs that it is running on the designated schedule. I am working in LTS 2021 testing in localhost. How do I start SchedulerServices? The warning in the Log: “WARN ...
  0 votes
  1 answers
  0 comments
  829 views

Hello, This morning I tried to compiled a new version of Nuxeo server 10.10 but I got this error : Non-resolvable import POM: Could not transfer artifact io.dropwizard.metrics:metrics-bom:pom:4.0.3 from/to hotfix-releases ...
  0 votes
  0 answers
  0 comments
  643 views

Dear after I uploaded 12000 docs to Nuxeo engine when I tried to access any doc it returned { 500 INTERNAL SERVER ERROR Invalid json Could not load document. } please Dears any help Thanks
  0 votes
  0 answers
  1 comments
  705 views

Each morning we are facing deadlock, caused this script - “UPDATE “hierarchy” SET “systemchangetoken” = “systemchangetoken” + $1 WHERE “id” = $2” What could it be possible caused by?
  0 votes
  0 answers
  0 comments
  607 views

Guys, can anyone tell me the difference between using Kafka and Redis for nuxeo. We are considering different solutions now, and it is interesting to read what you think.
  0 votes
  1 answers
  0 comments
  893 views

Hi, I have a question about Client Registration OAuth 2 ( https://doc.nuxeo.com/nxdoc/using-oauth2/#using-web-ui ) I can not see the CONSUMERS tab in my Web UI nuxeo version 2019 (Administration > Cloud Services > Consumers tab). I can see ...
  0 votes
  0 answers
  2 comments
  914 views

Hi, I'm trying to host my Nuxeo webapp behind haproxy, but Nuxeo appears to redirect the https url from https://website.com to https://website.com:80/nuxeo/ui , where I get an ERR_SSL_PROTOCOL_ERROR. However, I can access the web ui at ...
  0 votes
  1 answers
  0 comments
  1117 views

Bonjour, Après la migration de notre plateforme nuxeo lts2017 vers lts2019, on n'arrive pas à supprimer certains documents. Quand on essaie de supprimer un document le message “1 Document(s) effacé(s)” s'affiche mais le doc reste toujours présent. ...
  0 votes
  1 answers
  3 comments
  1359 views

Hi all, I have nuxeo 2019 in kubernetes container and I'd like to manually install package nuxeo-arender ( nuxeoctl mp-install nuxeo-nuxeo-arender ) but when I try to stop nuxeo server ( nuxeoctl stop ) inside container… kubernetes restart container ...
  0 votes
  1 answers
  1 comments
  825 views

Bonjour à tous, J'ai utilisé la commande curl suivante pour lancer une commande bulk afin de ré-initialiser une métadonnée. curl --location --request POST ...
  1 votes
  0 answers
  0 comments
  765 views

Hi, I am facing a problem in nuxeo-data-table-column-filter. In fact, I had 3 documents that titled “test1”, “test-1” and “20-05-2020” (capture 1). I would to filter them by title and display just the document “20-05-2020” so I taped in the filter ...
  0 votes
  0 answers
  0 comments
  994 views

Hi, I would like to get/view the number of connections that are active or idle while performing parallel batch uploads of files. Is there a JS call I can use to get the number of connections? I would appreciate any advice or guidance. Thanks!
  0 votes
  0 answers
  0 comments
  589 views

When embedding a shared link in another application, it does not honor the “#!” character in the URL (http://localhost:8080/nuxeo/ui/#!/home). Encoding (%23%21) these characters, the link won't open in a browser. Is there a workaround for this issue?
  0 votes
  0 answers
  0 comments
  711 views

This error was not appear before and this doc was openning before returned Json is not complete
  0 votes
  0 answers
  0 comments
  703 views