Development-Configuration
Hi, I am using Nuxeo 10.10 in cluster mode and have setup elastic search cluster as well. Before Kafka integration, I was able to fetch audit logs by /api/v1/id/{docId}/@audit endpoint. But after Kafka integration, I am getting empty entries for my ...
0 votes
0 answers
0 comments
941 views
I have 2 clusters of nuxeo and have enabled clustering by enabling following properties still there are no rows created in cluster_nodes and cluster_invals tables. Am i missing something? These are the properties I have set on cluster 1 . ...
0 votes
1 answers
1 comments
982 views
I am getting below errors after redis configurations. nuxeo.templates=postgresql-quartz-cluster,redis nuxeo.redis.enabled=true nuxeo.redis.host=localhost nuxeo.redis.port=6380 nuxeo.work.queuing=redis repository.clustering.invalidation=redis ...
0 votes
0 answers
0 comments
826 views
I am doing a performance test on Nuxeo. I have instances install on 2 servers having 8 GB RAM and 4 CPU each. I am running a test at 10 TPS. But Nuxeo is taking too much time in /dispatch. Attaching the screeshot of the monitoring tool. Attaching ...
0 votes
0 answers
0 comments
757 views
Hi, I'm trying to render a document with a docx template using Freemarker, but I got the following error : org.nuxeo.ecm.core.convert.api.ConversionException: Failed to invoke operation Blob.RunConverter, null mime type not supported by any2pdf ...
0 votes
0 answers
1 comments
1219 views
Hello I am using Nuxeo LTS 2017. How can I change JSESSIONID after login in Nuxeo?
0 votes
1 answers
2 comments
1138 views
hello! Compiling Nuxeo from sources, It is free?
0 votes
1 answers
0 comments
831 views
Hi, It seems that there is a way to create default users and groups creating the files users.csv and groups.csv respectably but we couldn't find how to create subgroups.. we tried by creating a file with the name group2group.csv hoping that it ...
0 votes
0 answers
0 comments
840 views
* Hello! Does the source code need annual authentication right to use?
-1 votes
1 answers
1 comments
1001 views
I am using PostgreSQL as back-end database in Nuxeo. Is it possible to disable default database connection pool in Nuxeo and use PG Bouncer connection pool instead?
0 votes
0 answers
0 comments
745 views
I have few questions regarding VCS and DB Pool. Why there are different pools called VCS Pool and DB Pool? What is the purpose of each pool? Does VCS pool consume the connection of the database?
0 votes
1 answers
0 comments
986 views
This has been asked before (a few years ago, but I was wondering if anyone had a way to do this now). https://answers.nuxeo.com/general/q/8e4f82de1e7442f597644da84d154c22/Filter-document-types-available-for-creation We currently have created a ...
0 votes
0 answers
0 comments
1129 views
Hi Team, I have followed steps mentioned in the below URL Search with result highlight I have added custom type metadata to fetch in the thumbnail, have added in the following function ( ie:AccountNo) if (this.searchTerm) { // ...
0 votes
1 answers
0 comments
952 views
Hi guys, I have a bad situation, Nuxeo isn't going well :(. I use Nuxeo 9.10 version and Nuxeo has a lot of performance issues. I attached appdynamics screenshots. As you can see some methods are very slow, such as /nuxeo/api/v1/path, ...
0 votes
1 answers
0 comments
1051 views
hello, I'm trying to install a new version of Nuxeo with Docker. Beeing new to docker, i'm currently trying to setup 2 env based on a env-file. The problem is that when i run my docker with : docker run –name nuxeoStaging –env-file envStaging.list ...
0 votes
0 answers
0 comments
500 views
Hello, I am using Java Client in my project, but due to the high volume of traffic I will receive, I am reusing the same NuxeoClient object (in order to avoid a lot of nuxeo connections). I have a lot of users, but all of them will connect to my ...
0 votes
1 answers
0 comments
1338 views
Is there an easy way to modify a CSS element for a dom-module using Studio? I figure I could create a custom element, and copy the module code from the elements.html, then modify as desired. However, that also requires an import into our bundle.html ...
0 votes
2 answers
0 comments
1093 views
Good Morning Some time ago I performed an extension of user metadata, extendedUserSchema, in order to store more user information. A moment ago I tried to modify the data of a user from the Platform, and all the metadata that I added in its day have ...
0 votes
1 answers
0 comments
779 views
Good Morning I have a problem with workflows. I have seen that after deleting a workflow in nuxeo studio, the type of document the workflow was associated with still allows the option to send that document to that workflow. I need those deleted ...
0 votes
1 answers
0 comments
823 views
Hello Team, I have migrate FT2016(9.1) to LTS 2017(9.10). Migration is successful but when login with user (LDAP user) other than Administrator user I am getting error “You don't have sufficient permissions” when click on main workspace root. Below ...
0 votes
0 answers
3 comments
943 views
I would like to modify the CSS in the login.jsp page so our our SSO alternate login button doesn't look bad (screenshot): We are using WebUI, and I can only find documentation for JSF UI: https://doc.nuxeo.com/nxdoc/how-to-override-the-login-page/ , ...
0 votes
1 answers
0 comments
1147 views
Hi all, Whenever I try to upload an image using a Nuxeo .NET SDK the document is automatically created as Picture. How can I change this? In my use case I have several different Document Types for jpgs and I would like to manually decide which type ...
0 votes
1 answers
0 comments
1037 views
Hi all, I would like to create a custom image conversion which should be created upon image upload. I would very much like to specify the dimensions of the new conversions as well as its file format. However, in the Nuxeo documentation I have found ...
0 votes
1 answers
0 comments
893 views
We have been working on setting up GCP cloud storage and were able to get it working, however, the permissions set to allow it to work are not considered secure. Currently, we have the following permissions applied: Project perms: ...
0 votes
0 answers
0 comments
1038 views
Trying to get Google Storage set up for assets, and when nuxeo starts this is the error message I get: Caused by: org.nuxeo.ecm.core.api.NuxeoException: com.fasterxml.jackson.core.JsonParseException: Unexpected character ('/' (code 47)): maybe a ...
0 votes
1 answers
2 comments
1527 views
Hi! I've successfully added an Anonymous user, but since then when a non-anonymous user logs out, it's not redirected to the default login screen, but remains in the web-ui Dashboard as Anonymous user. Sign-out again as Anonymous user exits to login ...
0 votes
0 answers
3 comments
1430 views
Has someone adapted Clarifai Service to Nuxeo Vision? I'm interested but no clues how to make it.
0 votes
1 answers
0 comments
819 views
I have configured PostgreSQL DB in nuxeo.conf using below configurations. Nuxeo is using public schema of Postgres. nuxeo.db.name=sample nuxeo.db.user=admin nuxeo.db.password=password nuxeo.db.host=localhost nuxeo.db.port=5432 How can I configure ...
0 votes
1 answers
1 comments
1189 views
Hi, I've created a new Document type that extends from OrderedFolder. Whent I change the order of children from the view layout using nuxeo-document-move-up-button/nuxeo-document-move-down-button and I refresh, the new order will not be kept. What ...
0 votes
1 answers
0 comments
992 views
Hi, I am trying to configure the classpath /internal/nuxeo according to the documentation: Modified nuxeo.conf with org.nuxeo.ecm.contextPath=/internal/nuxeo Rename ./templates/common-base/conf/Catalina/localhost/nuxeo.xml.nxftl to ...
0 votes
0 answers
0 comments
826 views
Hello community, I overrode the default user schema to add new columns, one of them is a custom vocabulary. It saves and edits no problem, however, whenever one opens the edit dialog, the label for the selected vocabulary is missing, only showing ...
0 votes
1 answers
0 comments
1362 views
Hi! In the drawer the browser elements are sorted by Title by default. However, in the main container, using table view there is no sorting options (as in the grid view) and it seems that they appear by the date modified in reverse order (from ...
0 votes
2 answers
2 comments
3333 views
I would like to hide the most of the slot items for the anonymous user. For the actions we can use the <filter-id> tag and predefined filters like in this example: <action id="newDocument" link="select_document_type" enabled="true" ...
0 votes
1 answers
0 comments
1305 views
According to https://github.com/nuxeo/nuxeo/blob/bcfec9be891be8b28cf88f15ce2b7949ce8e2715/nuxeo-distribution/nuxeo-nxr-server/src/main/resources/templates/nuxeo.defaults#L54, nuxeo.conf config param “repository.binary.store” should no longer be used ...
0 votes
1 answers
0 comments
810 views
Hello community I need to change the way the <nuxeo-user-avatar> returns the user's initials, which is a simple javascript function. The problem is, I would need to override all the references in other components throughout the application as ...
0 votes
3 answers
5 comments
1851 views
Hello, Assuming I have created a custom user field called user:manager to store the user manager information, I would like to dynamically assign a task to him. So the scenario is: jdoe execute a task, then the second task is routed the the jdoe's ...
0 votes
1 answers
2 comments
1200 views
Hi there, I wish to play with the User Interface and do some experiments on how to create a new 'module' inside Nuxeo. I know that a module/bundle in Nuxeo has its own concept. Don't get me wrong. But I want to mean with 'module' is to add a totally ...
0 votes
1 answers
0 comments
1736 views
Hello everyone, I have come to notice that the web UI won't load the overriden elements in chrome if the network speed is slow. I tried changing the network speed from the dev tools to Fast 3G or slower. The interface will load only the default ...
0 votes
1 answers
3 comments
1840 views
Hello community, I'm trying to add more fields to the user creation form. I've been following the tutorial at https://doc.nuxeo.com/nxdoc/how-to-add-new-fields-to-the-user-profile-or-group-profile/ Where it shows how to override the default user ...
0 votes
1 answers
1 comments
2220 views
Is there a way to append vocabulary entries using extension point or script? I know that I can add new entries in the Web UI manually, but I need to append new entries in already existing vocabulary by my custom bundle. This bundle will be deployed ...
1 votes
1 answers
1 comments
1141 views
Hello community, In the project I'm working on we have a workspace structure where different workspaces are nested, each workspace associated with user groups and read permissions, i.e: Workspaceroot Workspace 1 Workspace 1a Workspace 1b
Workspace 2 ...
0 votes
2 answers
2 comments
1455 views
Hello Nuxeo Gurus, I have a question related to document structure configuration: I have a use case where I have to import documents from a relational database to Nuxeo. In my documents I have fields that are foreign keys from related tables (ex: ...
0 votes
2 answers
0 comments
1239 views
Hello, I need to hide the remove workspace button from the web UI. So far I have written a filter extension to grant delete permission only to workspace types and administrators members: <extension point="filters" ...
0 votes
1 answers
1 comments
1478 views
Hi, I want to execute an operation after starting nuxeo. Is it possible to detect the start of the nuxeo server ? Is there an event listener?
0 votes
0 answers
0 comments
715 views
Hi, I succeeded to add a scheduler using org.nuxeo.ecm.core.scheduler.SchedulerService but the added configuration are lost after nuxeo restarting. So i need to know how to dynamically configure the scheduler service and persist that configuration ? ...
0 votes
2 answers
3 comments
1201 views
To hide doc types in the create document dialog in JSF-UI the follows contribution works fine but not in the WEB-UI: <component name="my.component" version="1.0.0"> <require>org.nuxeo.ecm.platform.types</require> <extension ...
0 votes
1 answers
0 comments
1070 views
Hello Team I am using Nuxeo 9.10. For some workspace while clicking on permission tab i am getting below error. ++++++++++++++++++++++++++++ 2019-10-31 14:01:58,316 ERROR [http-bio-0.0.0.0-8081-exec-1608] ...
0 votes
1 answers
0 comments
990 views
My nuxeo server is behind a reverse proxy and is accessed by http. When configuring the client to connect with http it works perfectly and uses http url. But after restart the nuxeo drive client switches automatically to https: 2019-10-23 14:59:25 ...
0 votes
1 answers
8 comments
1704 views
Hi, I use Nuxeo 10.10 (LTS 2019). When i try to set permission to a large folder , the operation takes 23h to finish. And i have to do that for each group because when i set permission to one group, it's impossible to set permission for an other ...
0 votes
1 answers
0 comments
1012 views
Hello, I have a simple question, is it possible to refresh a page with polymer when clicking a button ? For example, in the _ok function of my form I would like to refresh my page. Thanks !
0 votes
2 answers
0 comments
1741 views