nuxeo
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
1499 views
Hi, i have a button defined in nuxeo web UI that should come up with the selection of one element. Just one. Is there a way to tell nuxeo from nuxeo studio to behave like this? I attach the configuration of this button in nuxeoStudio. thanks in ...
0 votes
0 answers
0 comments
643 views
How i check nuxeo-connect-client version in unix command line
0 votes
1 answers
0 comments
928 views
We can set permissions on a document from the permissions tab. There we get a dialog box asking us for the users/groups, permission type and time range. Suppose, I want the permission as {users/groups : user1,user2,user2, access : read, time_range : ...
0 votes
1 answers
1 comments
1184 views
I have been trying to understand the permission management in nuxeo. As far as my understanding, ACLs are attached to a document, and they contain the information whether a user can read/write/remove the document. I wanted to know if these ACLs are ...
0 votes
1 answers
0 comments
1699 views
I have been looking for the nuxeo endpoint which grabs the response for displaying the permission on a document/workspace etc in the Permissions tab in UI. I saw here that the acls are fetched via a GET call with response as given here ,: { ...
0 votes
1 answers
1 comments
1888 views
I am getting the following error in the server logs after I set Mysql as the database from the startup setup ui. What could be the issue? 2019-02-27T14:50:00,015 DEBUG [Nuxeo-Work-updateACEStatus-14:196860548906810.1665037896] ...
0 votes
0 answers
4 comments
2238 views
Hi when i get a secific document using REST API , i'm getting the following informations in the json: . . . {“entity-type”:“document”, “repository”:“default”, “uid”:“dde893c1-ed1d-493e-8c11-51fe4b3aaf13”, ...
0 votes
1 answers
3 comments
1862 views
Hi, In Nuxeo Studio, when I modified/added a document type in the Model, I could change the content layout for creation, view, and edit mode. Now, suddenly, when i open the document type to modify the content layout, it no longer shows me. I only ...
1 votes
2 answers
0 comments
2050 views
Hi people :) I have defined a document type using Nuxeo Studio.In the create form of the document i have defined a generic widget(XXX.xhtml) that takes the values from a vocabulary field .Depending on the vocabulary id chosen i have to re-render ...
0 votes
0 answers
7 comments
1567 views
Hi :) I am using Nuxeo CSV import and sometimes Nuxeo doesn't stop the import.If I cancel the importing the documents are created perfectly,but the problem is that Nuxeo doesn't give a sign for finishing.This doesn't happen always.
0 votes
0 answers
0 comments
1389 views
Hi :) I am using Nuxeo csv import . I need to create specific document types from each record in csv file.I hace created the csv file as Nuxeo requires it: “name” ,“type”,“document's fields in the format prefix:field”,“file:content” . I have also ...
0 votes
0 answers
0 comments
1891 views
Hi people :) I want to override the nuxeo datetime widget so it formats the time only in 24 hour version.Can someone help me?
0 votes
0 answers
7 comments
1526 views
Hi :) I have created a button in the edit form of a document next to the “Save” button.I have called this button “Cancel”.Its role is saving the previous document and not the modifications that may have been done.I have implemented the logic and ...
0 votes
0 answers
0 comments
1481 views
Hi:) I wanted to know if there is any online document editor that can be integrated with Nuxeo .Can someone tell me please?
0 votes
0 answers
0 comments
1403 views
Hi :) In domain ,in content Tab i have created a button.If i activate the development mode and point to this button it says it is an Action and gives the id of the action.That's okey for now.Next to the content Tab i have created a new Tab.The ...
0 votes
1 answers
0 comments
1649 views
Hello people.I am using the getMemberUsers() method of the NuxeoGroup interface.I am facing a problem here.It always returns me an empty List
0 votes
0 answers
3 comments
1461 views
Hi :) I am facing a problem displaying a content view in the dashboard(home) for a specific group of users. I have defined a content view named “KA-Pergjegjes_Departamenti_Dashboard”.I have created 2 xml extensions : the widget and the action ...
0 votes
0 answers
1 comments
1765 views
Hi people :) I have created a widget that represents a dropdown .This should suggest the users depending on what your role is.I have created a Seam bean where the
0 votes
0 answers
0 comments
1715 views
Hi people :) I need to take the title of a document using java code even when the user doesn't have permission to see it.Can someone tell me if this is possible?
0 votes
1 answers
2 comments
1556 views
Hello :) I have defined a search content view for a specific type of document.This document has a Boolean property and i can not filter by this property. Can someone help me?
0 votes
1 answers
0 comments
1961 views
Hello :) I have created a document type that represents the workplace for a specific group of users(Example Department HR).I have also created a button that takes you to your worplace depending on you permission.After logging in and pressing the ...
0 votes
0 answers
4 comments
1768 views
Hello i want to add a confirmation message in nuxeo platform.You can choose Yes or No which are associated with an action.Any idea?
0 votes
0 answers
1 comments
1991 views
Hello .I just built a doc file using Apache OpenOffice to represent the template file.Then I built the template documenr in Nuxeo platform and added the template file inside the the document.When i try to render the template on a specific document i ...
0 votes
0 answers
0 comments
1854 views
we want to upgrade to nuxeo 9.2 we use mongodb. when we start nuxeo we have the following message : “Could not run configuration: Unable to check configuration for backing service mongodb” thanks.
0 votes
1 answers
0 comments
1939 views
Advance thanks for any help. I am trying to upload file of size more than 2gb by breaking the file into chunks (Resumable) and iterating through chunks and trying to upload each chunk at a time. But api is throwing following error. message: ...
0 votes
0 answers
0 comments
2564 views
Hi Folks, I am encountering an absurd behavior in Nuxeo LTS. Whenever I open a text file(PDF, TXT etc) to annotate, the Annotations won't be stored in Nuxeo. On doing several reloading's, annotation works!!!. Sometimes, on opening a file or while ...
0 votes
0 answers
0 comments
1877 views
I am new to nuxeo. I want list of thumbnails of all the documents stored in nuxeo. I can fetch the documents and and its related properties. I can see that one of the facet element is"Thumbnail” in facets. I need the java code to fetch the ...
0 votes
0 answers
0 comments
2289 views
Hi,I am trying to get thumbnail image from the document id. I used the REST api ( http:` //localhost:8080/nuxeo/api/v1/id/{id of document}`) to get the thumbnail. When I update the headers with following values: name: X-NXenrichers value: thumbnail ...
1 votes
1 answers
1 comments
5687 views
I've reproduced this behaviour with 6.0 and 8.1 VMs. However, I'm not able to reproduce it in codenvy project. When I go to search page or use the suggest search box and use special characters everything goes as expected. When in the suggest search ...
0 votes
0 answers
0 comments
1903 views
Hi, I am using nuxeo 8.1 and added nuxeo csv package for csv import along with files. Its working very well with all nuxeo schema fields however i am not able to add tags in the csv. The tag is not added in the document even after adding column ...
1 votes
2 answers
2 comments
2905 views
I'm adding a second factor to the authentication process using this: https://latch.elevenpaths.com/ So far, I've extended FormAuthenticator and added the 2FA overriding the method handleLoginPrompt. Now it works when user logged using forms based ...
0 votes
0 answers
0 comments
1633 views
I keep getting this error when compiling nuxeo. I already have grunt on my local, the error seems weird since I tested in its actual directory(“ C:\Users\vincent\Documents\nuxeo\nuxeo-dm\nuxeo-platform-webapp “). Can someone tell me how to fix this? ...
0 votes
1 answers
0 comments
2277 views
I keep getting this error when compiling nuxeo. I already have grunt on my local, the error seems weird since I tested in its actual directory(“C:\Users\vincent\Documents\nuxeo\nuxeo-dm\nuxeo-platform-webapp”). Can someone tell me how to fix this? ...
0 votes
0 answers
0 comments
1765 views
Encountered problem I can not start nuxeo 6.0 after installing hotfixes. The problem occurs on a newly installed 6.0 Nuxeo platform. The operation is correct before patch installation. After uninstalling the patch, starting the server becomes ...
0 votes
0 answers
0 comments
2570 views
Hi, How can I add multiple files to a document using Nuxeo CSV. I'm able to add only the main file using “file:content” property. Is it possible to add other attachement files.
0 votes
1 answers
1 comments
2319 views
Is it possible to install non bundle files in nuxeo, I tried to add some jars needed so that Nuxeo birt works. I found that ticket … if it's not possible where should I put those jars? In startup I have that kind of errors: 2015-08-06 10:49:28,426 ...
0 votes
1 answers
2 comments
3884 views
I tried to create a model from the sample files I downloaded from the documentation. But once I click on create I have this error. See the attached file
0 votes
0 answers
0 comments
4249 views
I'm using Nuxeo Birt from GitHub (the deployed artifacts:nuxeo-birt-reporting-7.3.jar/nuxeo-birt-reporting-web-7.3.jar), and Nuxeo 7.3. I've tried to create a model with both an rptdesign I've created and with the sample files provided in the ...
1 votes
2 answers
2 comments
4128 views
How can I limit the search results to only elements contained in the current folder. What I'm using now returns all the “accuse de reception” stored in DB. <contentView name="parent_accuse_de_reception_content"> ...
0 votes
1 answers
1 comments
2951 views
I have an issue with Nuxeo Quota I'm not able to set a maximum size on the Quota section in the Admin tab. The slider is not displayed. I tried to change the browser, deploy Nuxeo Quota from the code source provided on Github. Nothing's working
0 votes
1 answers
1 comments
1970 views
I installed Nuxeo drive and it was working fine I don't know what happened, I can't synchronize files anymore and its icon stays gray. I checked the log nxdrive.log: 2015-07-14 11:51:37,562 4844 6772 ERROR nxdrive.engine.watcher.remote_watcher HTTP ...
0 votes
1 answers
3 comments
3404 views
I installed Nuxeo server from the market place and downloaded Nuxeo client from the admin tab, I even tried the last version from the developement branch. I'm using Nuxeo FT 7.3, Windows 7 64bit. I run the Client msc file and once the setup is done ...
0 votes
2 answers
0 comments
2694 views
I followed the steps provided in the documentation trying to setup the elasticsearch, once done I've tried to browse the elascticsearch section from the admin tab. When I click on it an error is triggered. Here's my entire log Elasticsearch ...
1 votes
1 answers
8 comments
4909 views
I'm trying to use Ephesoft to capture documents for Nuxeo. I import documents into Ephesoft, review them, validate but the last step:The export fails. CMIS pugin configuration: Cmis Root Folder Name: /default-domain/workspaces/Test
Cmis Upload File ...
1 votes
0 answers
3 comments
2449 views
I was looking for a way to implement an OCR system with Nuxeo, found this Add-on Nuxeo Ocr before I can deploy the project I need to install many dependecies the problem is the commands are on Linux, and I'm using Windows as server. Any thoughts
0 votes
1 answers
1 comments
2897 views
I created a new document type facture with a field numFacture, When I save it into database the ID column is automatically generated it has such value “bbe7a3d3-274a-4c18-ab93-ef582a965ec1”. What I want is to make the numFacture field the primary ...
0 votes
1 answers
0 comments
10887 views
I want to change my nuxeo application logo. I've read how to change it for login page and it's working , but now i want to change logo for all my page and i can't find any tutorial of how to do this. Here is what i've tried so far: <component ...
0 votes
1 answers
0 comments
3200 views
Hello, I've got an instance working under Nuxeo 5.6 with Oracle as database. When I try to make a search using the advanced search form I'm getting the following error. Failed to execute query: ORA-00980: synonym translation is no longer valid How ...
0 votes
0 answers
1 comments
1649 views
Hello i'm linking XML files with the XSL using PHP , //load blob of xsl file that exists in Nuxeo //load blob of xml file that exists in Nuxeo //Load XSL from a string $xslDoc = new \DOMDocument(); $xslDoc->loadXML($xsl); //Load XML from a string ...
0 votes
0 answers
0 comments
1906 views