nuxeo-platform


Related Questions
It seems that the Rest API can not cover all functions. Can I use Rest API to get some monitoring metrics such as the number and size of documents?
  0 votes
  0 answers
  0 comments
  1401 views

Hi, I am practicing as the following article. https://www.nuxeo.com/blog/drive-the-cattle-with-rancher-and-arken/ The following command will add the stack normally. curl -X POST --header 'Content-Type: application/json' --header 'Accept: ...
  0 votes
  0 answers
  0 comments
  1723 views

Hi, I downloaded rancheros.iso and ran it in Virtualbox. https://github.com/rancher/os/releases/download/v1.1.0/rancheros.iso I installed Rancher Server with the command: $ sudo docker run -d –restart=unless-stopped -p 8080:8080 rancher/server And I ...
  0 votes
  0 answers
  0 comments
  1439 views

Dear, I'm looking at the architecture of nuxeo for multitenant. I would like to create containers for each tenant. But, The files on the download page are not built on rancher basis. The Nuxeo Multi-tenant addon also seems not to be container-based. ...
  0 votes
  0 answers
  0 comments
  1288 views

Hi, I'm trying to use LDAP server for users authentication but with out success, I have followed https://doc.nuxeo.com/nxdoc/using-a-ldap-directory/. Below is content of server log: 2017-09-05 12:07:05,264 ERROR [localhost-startStop-1] ...
  1 votes
  0 answers
  1 comments
  1409 views

Hi, i'd like to add some user validation during the process of a document creation (creation form). It should query based on few parameters (min 2) to find duplicate Documents having same value in their metadata. The goal is to avoid creating ...
  0 votes
  1 answers
  0 comments
  2153 views

Hi, I can use LDAP authentication with success. Everything is OK. But I would like to store the bind password in NUXEO.CONF instead of XML extension point. Is this possible ? I tried to use ${Runtime.getProperty('nuxeo.conf.param')} without success ...
  0 votes
  0 answers
  0 comments
  1423 views

When load testing my (LTS2015 HF27 + PosgreSQL 9.6 + ElasticSearch 1.x) platform with Tsung , i get a (very) slow query as shown below . Even if create the index as suggested by PoWa : CREATE INDEX hierarchy_mixintypes_idx ON public.hierarchy USING ...
  0 votes
  2 answers
  2 comments
  2705 views

For create file using Rest API (Nuxeo Platform 8.10 ), Postman I follow this link “https://doc.nuxeo.com/nxdoc/document-resources-endpoints/” POST http://NUXEO_SERVER/nuxeo/api/v1/id/{idOfParentDoc} { "entity-type": "document", "name":"newDoc", ...
  0 votes
  2 answers
  4 comments
  2769 views

DirectoryInfo di = new DirectoryInfo(@"E:\Temp\1\Patriotic_Menu_1Sided"); FileInfo[] imageFiles = di.GetFiles("*.jpg"); var imgFile = imageFiles.FirstOrDefault(); Blob uploadedFileBlob = new Blob(imgFile.Name, imgFile); var document = ...
  0 votes
  0 answers
  0 comments
  1473 views

Hi, I'm looking to find a solution for correspondence management system in nuxeo i'm sure i will be not the first one that need that, if not how to achieve that using nuxeo ( i'm new on nuxeo ). Regards,
  0 votes
  1 answers
  0 comments
  1227 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
  1852 views

Hello, Is there any way for an user which has access on tree structure(folderish) to see default-domain structure via web-dav protocol ?
  1 votes
  1 answers
  0 comments
  1585 views

Hello, I am using nuxeo platform version 8.10 and i have installed all hotfixes. I tried access keys, but they don`t work. Some actions or features are accessible using access keys: c: Create d: Dashboard s: Search shift + /: Search Only the last ...
  1 votes
  0 answers
  0 comments
  1319 views

Hello, I have a custom metadata which is complex and multivalued. It has two fields of type date. After deploying it looks ok but it doesnt display the calendar to choose date when i click on it. I thought maybe it was a problem of version and kind ...
  2 votes
  0 answers
  5 comments
  1939 views

Hello. I am writing a unit test. I have a local deployment: @LocalDeploy("x.y.z:OSGI-INF/foo.xml") I'm using injection: @Inject protected RuntimeHarness runtimeHarness; Then a test case: @Test public void testX() throws Exception { ... ...
  0 votes
  0 answers
  0 comments
  2239 views

Hello to the community, I have a concern about email notifications. When I create a user and set “No” to “Set password for user”, I have a blue alert: “Guest user” But no mail is sent. I would like to know why? I put you in screenshot data of the ...
  1 votes
  1 answers
  5 comments
  2589 views

Hi, https://jira.nuxeo.com/browse/NXP-21025 and commit https://github.com/nuxeo/nuxeo/commit/11e89d29a46fd11dd152fd724e461758e19c5c48 removed the line System.setProperty(SEAM_DEBUG_SYSTEM_PROP, “true”); From ConfigurationGenerator , but ...
  0 votes
  1 answers
  0 comments
  1384 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
  2121 views

If I define my own CMIS Service wrapper and override the the createDocument method - if a document cannot be saved due to a listener throwing, I would like the CMIS handler to update another document elsewhere in the repository and then propagate ...
  0 votes
  0 answers
  0 comments
  1540 views

I have a contribution that declares a listener as disabled. This declartion wants to disable a listener with the same name in another bundle: in my bundle “A”: <listener name="..." class="..." enabled="false"/> in other bundle “Z”: ...
  0 votes
  2 answers
  0 comments
  1499 views

Hi, I am using .Net Drivers Client class to create a new instance and to connect to nuxeo. I want to do so that I can pass just the username and my login plugin handles the internal logic according to our external authentication. For that purpose I ...
  0 votes
  1 answers
  0 comments
  1703 views

Hi, I am wondering what is difference between folder C:\Nuxeo\nxserver\bundles & C:\Nuxeo\nxserver\plugins . Because I am trying to create login plugin, and where should I be putting it. IN a blog post it says the latter one and in the Bundle ...
  0 votes
  2 answers
  1 comments
  1600 views

Background: I built component X. Component X has OSGI-INF/l10n/messages.properties . In component X, ResourceBundle.getBundle works fine when unit testing X in its own project. Problem: When component X is referenced (via Maven) from separate ...
  0 votes
  1 answers
  0 comments
  1560 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
  1555 views

Hi everybody, When installing Nuxeo LTS 2016, I have a problem installing it on a Debian server. I used the official documentation protocol from “From the terminal”: https://doc.nuxeo.com/nxdoc/installing-the-nuxeo-platform-on-linux/ So I used the ...
  0 votes
  1 answers
  1 comments
  1714 views

Hi All, I am getting following error while updating my studio project from FT 9.1 to FT 9.2. ERROR [ConnectDownloadThread-1-3] [org.nuxeo.connect.downloads.LocalDownloadingPackage] Package project1-acheron-softwar-0.0.0-SNAPSHOT is already installed ...
  0 votes
  1 answers
  9 comments
  2780 views

I have a question regarding the markRollBack method of the Event class. Tracing through AbstractSession.createDocument to EventServiceImpl.fireEvent into a subclass of EventListener - I cannot see how calling markRollBack on the Event inside the ...
  0 votes
  1 answers
  0 comments
  1801 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
  1609 views

Hi All, I wanted to explore multi tenant in Nuxeo and its features. So far from this link I have understood that enabling multi-tenancy will only allow differentiation of following Users Groups Vocabularies (I10subjects and I10coverage) Search forms ...
  0 votes
  0 answers
  0 comments
  1484 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
  1642 views

Hi here is the code of the plugin which I am trying https://github.com/sherry-ummen/NuxeoLoginPlugin its basically taken from here https://www.nuxeo.com/blog/guest-post-integrating-single-sign-sso-nuxeo-case-management/ I did 'mvn clear package' and ...
  0 votes
  2 answers
  3 comments
  1858 views

Hi, I have uncommented the line from nuxeo.conf for debugging and restarted Nuxeo. Added Eclipse remote debugging configuration (see the attached image) but still I get the error : “Failed to connect to remote VM. Connection refused. Connection ...
  0 votes
  2 answers
  12 comments
  2524 views

Hi, Since I am trying out various things with Nuxeo on my Windows system, I find there are lot of places where the documentation is outdated. I would like to contribute to it by suggesting edits. Is it possible ? Example : ...
  0 votes
  1 answers
  0 comments
  1651 views

how can i assign user to different tenant ??
  0 votes
  0 answers
  1 comments
  1464 views

Hi everybody, After installing on my computer (an Ubuntu 16.04). I want to install the same thing on the server of the company using the same command line installation protocol since it had worked the first time. ...
  0 votes
  1 answers
  0 comments
  3584 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
  1213 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
  2350 views

In the PathSegmentServiceDefault class the method generatePathSegment has some logic to replace a doc name composed entirely of special characters (e.g. -.,;?!:'-.,;?!:'-.,;?!:' ) with a random number, but then it allows the doc to be created anyway ...
  0 votes
  1 answers
  2 comments
  2106 views

Hi, I am breaking my head for quite long to figure out how to write a simple plugin , deploy it and debug it. Yes I have seen this one ...
  0 votes
  1 answers
  7 comments
  2957 views

Hi All, I want to embed some custom HTML file in my content view. How can we achieve the same ? Can anyone tell me how can I embed a custom HTML template in my Nuxeo content View. Basically, I want to load an HTML file using IFrame in Nuxeo. Is this ...
  0 votes
  0 answers
  2 comments
  2072 views

Hello everybody, I installed Nuxeo for local testing on my machine. The tests were conclusive. So I would like to install Nuxeo Platform 9.1. Only when I installed it on my computer, there was a small interface to enter the bind address, the port ...
  0 votes
  1 answers
  3 comments
  2114 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
  2206 views

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

How can I set the limit for file upload in nuxeo.
  0 votes
  1 answers
  1 comments
  1580 views

Hello - I have added some customized behavior in a document listener. I would like to test this by simulating a series of user activities - just like if the activity was performed by a user through the GUI. Is there a bundle or component that ...
  0 votes
  0 answers
  0 comments
  1470 views

Hi, I want to have a group of member and an admin . Members will have only the read rights, whereas admin will have all the rights even to manipulate the users. How should this be done using Rest API ? I could not find examples or any documentation ...
  0 votes
  1 answers
  1 comments
  2033 views

Hello, I have an external authentication service (in house), I want to use this service for authenticating Nuxeo as well. Wanted to know how to do it ? And I am using .Net client and I could not find a way to do it. Could someone please suggest how ...
  0 votes
  1 answers
  2 comments
  1582 views

Hi all, we have a problem using the site Easyshare Module getting the skin resources. The Apache response is: Last-Modified header contains invalid characters . We thought it is happening in all sites , then we have looking about this stuff in the ...
  2 votes
  1 answers
  0 comments
  1494 views