HF-01


Related Questions
Caused by: java.lang.InterruptedException ... 18 more 2023-09-15T16:58:49,767 WARN [stream/introspectionPool-00,in:0,inCheckpoint:0,out:0,lastRead:1694777329767,lastTimer:0,wm:0,loop:17,rebalance assigned] ...
  0 votes
  1 answers
  0 comments
  445 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
  727 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
  940 views

Hello, I can't install new packages on my nuxeo instance from the marketplace or from the command line. I'm running nuxeo 9.10 withouth any hotfix installed. everytime I execute a command line such as ./nuxeoctl mp-install fix-cve-2021-44228-1.0.0 I ...
  0 votes
  1 answers
  1 comments
  1355 views

my code doc = repository.timeout(60).readTimeout(60).writeTimeout(60).createDocumentByPath(pathDoc, doc); Exception is org.nuxeo.client.spi.NuxeoClientException: Error during call on Nuxeo server at ...
  0 votes
  0 answers
  0 comments
  1109 views

Bonjour, Je suis à la recherche d'un outil pour faire de la gestion de documentation avec viewer de document Office. J'ai installé nuxeo-10.10-setup.exe sur mon PC Windows. J'ai installé LibreOffice 7.0. J'ai modifié la variable système Path. Je ...
  0 votes
  1 answers
  0 comments
  917 views

Dears we have Exception in log when we upload file to document it's -> 2020-09-06T16:47:45,859 WARN [Nuxeo-Work-default-19:17460349641836252.1912412092] [org.nuxeo.ecm.core.storage.FulltextExtractorWork] Could not extract fulltext of file ...
  0 votes
  1 answers
  0 comments
  1662 views

Dears After we configure Extra Elastic Search V(6.8.x) and indexes already created but we have this exception please Advice 2020-09-06T10:01:30,390 ERROR [main] [org.nuxeo.runtime.model.ComponentManager] Component we attached image include message ...
  0 votes
  1 answers
  0 comments
  854 views

Hello! I'm using Nuxeo 10.10 and I have the nuxeo-quota-1.8.3 bundle installed. Now, I'm trying to consult quota information from my client app. I think that I have to use NuxeoClient but I don't find a way to do it. Does anyone have any idea about ...
  0 votes
  1 answers
  1 comments
  773 views

According to documentation and source code : “The nuxeo-connection sets up a connection to a Nuxeo instance and encapsulates the access to the JavaScript Client” a 'token' property can be set for Token Authentication (set method=“token”) What is the ...
  0 votes
  1 answers
  1 comments
  980 views

est-il possible d'ajouter des fichiers externes au document de type différent de File? (J'ai créé un nouveau type de document étendant Document et je souhaite mettre à jour le fichier: contenu de ce document et ajouter des fichiers externes)
  0 votes
  2 answers
  0 comments
  1119 views

Hi, I use Nuxeo 10.10. In the documentation you recommand to install a JDK8 (https://doc.nuxeo.com/nxdoc/installing-and-setting-up-related-software/#installing-on-linux) Is it possible to use jdk-11 version with nuxeo lts2019? Thank you.
  0 votes
  1 answers
  1 comments
  1227 views

<schema>fileTags</schema> <idField>id</idField> <table>fileTags</table> <dataSource>java:/nxsqldirectory</dataSource> <dataFile>directories/nature.csv</dataFile> ...
  0 votes
  1 answers
  0 comments
  1051 views

Hello, I am having some problems with DATE and TIMESTAMP when using NXQL queries. According to the documentation: TIMESTAMP <timestamp> : a timestamp in ISO format yyyy - MM - dd hh : mm : ss [ . sss] (the space separator can be replaced by a ...
  0 votes
  0 answers
  0 comments
  1745 views

Hello, I am trying to create a new vocabulary extracting the data from a table I have in my database, but I am having problems with operations like “Directory.Suggestion”, and with methods like “formatDirectory()“. The problem is my table doesn't ...
  1 votes
  1 answers
  1 comments
  1553 views

Hello, I want to implement HTTPS in nuxeo, and I have been looking at this: https://doc.nuxeo.com/nxdoc/http-and-https-reverse-proxy-configuration/ Tomcat HTTPS Configuration seems to be very easy (I have experience configuring tomcat to serve via ...
  0 votes
  2 answers
  1 comments
  1787 views

Hello, I am having serious problem with free space in my server because of the binary temporary directory. When I check the directories' size, the /binaries/tmp folder has the 90% of the disk space. Please, note that I am not talking about the ...
  1 votes
  1 answers
  4 comments
  1512 views

Hello, I have been trying to set up full-text searches in nuxeo, but I am facing some problems. First of all, from the documentation I have read: “If you've configured your Nuxeo Platform instance to index full-text using the SQL database ( by ...
  0 votes
  1 answers
  0 comments
  1940 views

Here i am getting docs value empty can anyone help me please…..PFB code. public void run() throws NuxeoException { String tenantDocumentPath = getOrCreateCPODocTypesForGlobalUsageMangementDoc(tenantId, session).toString(); DocumentModelList docs = ...
  0 votes
  0 answers
  1 comments
  1446 views

Hi, I am using nuxeo 9.1 with the configuration of MongoDB and Postgres.I have configured 1 primary and 3 secondary replication server of MongoDB. While adding any permission on workspace I am getting below error. ...
  0 votes
  0 answers
  0 comments
  1785 views

Hello, I'm wondering if I'm missing some info on how to override existing Web UI elements via Nuxeo Studio. After reading https://doc.nuxeo.com/910/nxdoc/web-ui-deployment/ I tried overriding some Web UI components. For example I tried to override ...
  1 votes
  1 answers
  1 comments
  3366 views

I am following below article to customize the Nuxeo WEB UI. Hope following page is up to date. https://doc.nuxeo.com/nxdoc/web-ui-customization-tutorial/ After performing all steps, when I am trying to build maven project, getting following error. ...
  0 votes
  0 answers
  0 comments
  1682 views

Hi, I am facing issue to configure elastic in my application. I wanted to file content search (fulltext search ) should be done by elastic search only. So can any one help me to configure elastic search in nuxeo for file content search.
  0 votes
  0 answers
  0 comments
  1723 views

Unable to find various tabs of default Nuxeo Platform view of 9.2, not visible in 9.3 or 9.10. PFA for reference, items marked in yellow not available and by default always it opens up WEB UI GUI. Is there any settings need to be done in 9.3 or 9.10 ...
  0 votes
  2 answers
  7 comments
  2430 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
  3484 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
  1669 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
  2134 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
  1178 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
  2724 views

Hi, I am having complex hierarchy of document up to 20 levels. And more than 1lakh of document. While I am accessing inner most level of document getting error. com.mongodb.MongoQueryException: Query failed with error code 96 and error message ...
  0 votes
  2 answers
  5 comments
  22468 views

Hi, I have the requirement to avoid multiple browser login by single user. i.e at a time a user should login in only one browser, not in multiple browsers. Can any one tell me how to do that?
  0 votes
  0 answers
  1 comments
  1579 views

Hi, I am having requirement to connect with 2 LADP servers to get users. Currently in nuxeo I can connect with only one LDAP server using default-ldap-users-directory-config.xml . In this file how can I add 2 LADP servers to connect and get users ...
  0 votes
  1 answers
  0 comments
  2572 views

Hi, To open viewer of any word or excel file, I have to install libreoffice in server. But this may cause security issue, because using libreoffice any one can run macros, that macro may be harm full to system. So I want alternate of that, is there ...
  0 votes
  0 answers
  0 comments
  1862 views

Hi, I don't want to allow .exe file to drag and drop by user while edit document. Can any one tell me how to do this.
  1 votes
  1 answers
  1 comments
  2131 views

Hi, I want to apply pagination for Permissions Defined Locally panel in permission tab. Bcoz for some workspaces I have more 100 users who having some permission on workspace, due to which my page is loading process becomes slow. Can any one tell me ...
  0 votes
  0 answers
  0 comments
  1562 views

Hi, I have saved 2 search, search1 : having some filter (ex.Modification Date : Last 24h (0) ) search2 : having some filter (ex.Size : Less than 100 KB (1) ) These 2 search come in Search Filter drop-down present at top left corner in Search tab ...
  0 votes
  2 answers
  0 comments
  1619 views

Hi, I have deployed nuxeo 9.1 on Red Hat Enterprise Linux Server release 7.3 & in that I have installed libreoffice-4.1.2. When I am trying to open viewer for doc/excel file, I am getting following error: ...
  0 votes
  0 answers
  2 comments
  1650 views

HI, I want to show last login time of user. How can I get last lagged in time.
  0 votes
  0 answers
  0 comments
  1223 views

Hi, I am facing issue of duplicate file or workspace paste. I have created one file and copy that by click on copy button, and go to another workspace. In that workspace I am able to paste many times with same name. Plz find attachment.
  0 votes
  1 answers
  3 comments
  2363 views

Hi, I am using nuxeo-9.1 with postgress and mongodb. While adding tag to document I am getting following error: org.nuxeo.ecm.core.query.QueryParseException: Failed to execute query: NXQL: SELECT DISTINCT tag:label FROM Tag WHERE tag:label LIKE 't%' ...
  0 votes
  1 answers
  0 comments
  2217 views

When I am deleting some document, then that deletion operation is not recorder in History tab….
  0 votes
  0 answers
  0 comments
  1443 views

Hi, I want to show group created by me only in search suggestion while adding permission on work space. How can I do this? plz find attachment of image where I want to suggestion of those group which created by me only.
  0 votes
  2 answers
  1 comments
  1567 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
  2164 views

Hi, I have install Nuxeo 8.10-HF01 with success. all is alright except webdav access. I got this error in server.log : 2017-02-24 14:17:52,747 ERROR [http-bio-0.0.0.0-8080-exec-11] [org.nuxeo.ecm.webdav.ExceptionHandler] Status = 500 2017-02-24 ...
  0 votes
  1 answers
  1 comments
  2072 views

I want to show in one content view titles from two related documents and other metadata. Is there any option or a best practise to do realize that?
  2 votes
  0 answers
  0 comments
  2916 views

Hi people, I have noticed a bug in Nuxeo 7.10 which was present since the first release : Nuxeo 7.10 HF00. This bug has already been corrected in Nuxeo 5.8 but reappeared in Nuxeo 7.10. https://jira.nuxeo.com/browse/NXP-15291 So I want to report it ...
  0 votes
  1 answers
  0 comments
  1827 views