nuxeo-platform


Related Questions
Hi , I have finished my database import from a dump file, and after the first login I found this problem. If you can read this in your browser, this probably because of a configuration problem of your nuxeo.war/WEB-INF/pages.xml. To change this, ...
  0 votes
  0 answers
  0 comments
  1831 views

Hi, I would like to change the message in the email sent with the link when granting an external user permission. Is it possible? Or at least be able to change the language to French. Thanks!
  0 votes
  0 answers
  0 comments
  1463 views

Recently, I have had many symptoms of no-response in the user interface. The symptoms might vary, for instance a spinning wheel shown forever with no sign of progress or network interaction. The only thing that changed recently in the environment is ...
  0 votes
  1 answers
  1 comments
  2349 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
  1489 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
  22461 views

I am trying to authenticate to our Nuxeo server via oAuth2. I have registered an oauth client on the server. I make the call and I get a login screen. I login but it then does not redirect back so I can I get the authorization code. It logs directly ...
  0 votes
  1 answers
  0 comments
  2127 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
  1688 views

Hi all, I use to send (via logstash-gelf) nuxeo server logs to an external graylog server. I'd like to send nuxeo audit logs to this graylog server as well. Has anyone ever done that? Thanks for any idea Henri
  0 votes
  0 answers
  0 comments
  1546 views

Hi, I would like to setup a local SMTP server to test if the notifications work correcly on my instance. How can I do that? Thanks, Manon
  0 votes
  2 answers
  0 comments
  11896 views

ElasticSearchComponent doesn't start when starting Nuxeo 8.10-HF16. Communications on port 9300 between Nuxeo server and ELS nodes are OK. Thank you for any idea. Henri ELS version : { "name" : "el1", "cluster_name" : "UR1-ged", "cluster_uuid" : ...
  0 votes
  2 answers
  0 comments
  2761 views

Hello, I have a column with a value as “A2017-123”, “A2017-99”, “A2017-10”, etc. In contentView Folder, i sort this column (last number to first number), but the default sort is alphabetic, so the values is displayed in that order : “A2017-99” ...
  0 votes
  0 answers
  0 comments
  1842 views

Hello, I have created validator as a custom property on a single directory suggestion, but it doesnt work. It works on text or others widget but in single directory suggestion it says property not found. Any idea? Thanks
  0 votes
  0 answers
  0 comments
  1585 views

Hi guys, I've spotted a curious behavior of the NOT criteria in NXQL: Here is a query that doesn't work: SELECT * FROM Workspace WHERE NOT ecm:path STARTSWITH '/default-domain/UserWorkspaces' It gives shared workspaces that have ...
  0 votes
  0 answers
  3 comments
  1763 views

Hello.. I want to limit the size of the files you can attach to Nuxeo Documents.At the documentation i saw a way by modificating nuxeo.conf.I set the max size this way: nuxeo.jsf.maxFileSize=555557 This way you can not upload files bigger than the ...
  0 votes
  0 answers
  7 comments
  2547 views

Hi :) I am making a NXQL and passsing a parameter like this: session.query(“SELECT * FROM document_type_name WHERE xpath_name LIKE " +parameter+“%“); But it throws an exception saying Syntax error : Invalid token
  0 votes
  1 answers
  1 comments
  2069 views

Hi.Can anyone tell me how to get the current user logged in Nuxeo..I am using NuxeoPrincipal but it comes null.I take it this way: @Context NuxeoPrincipal principal
  0 votes
  1 answers
  2 comments
  4950 views

An very long running operation raises an error: 2017-10-11 07:53:11,651 WARN [http-bio-IP-8080-exec-11] [org.nuxeo.ecm.webengine.app.WebEngineExceptionMapper] Exception in JAX-RS processing org.nuxeo.ecm.webengine.WebException: Failed to invoke ...
  0 votes
  0 answers
  4 comments
  3116 views

From a workflow task there is called a chain. It creates a new document and starts a new workflow on them. For two years it has worked well but very rare. Yesterday I was found that it stopped work and returned an error. ****** WebUI.Refresh ...
  0 votes
  0 answers
  2 comments
  2918 views

Hi all, Please, can you tell me if Nuxeo can be used as a third-party archiving solution ? We want to use is as a storage space for an application but we don't know if it has been desgined for a long time storing. thanks
  0 votes
  1 answers
  3 comments
  1556 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
  1578 views

Hi We are facing an interesting challenge with Nuxeo platform. We have some Nuxeo 5.4.3 instances and we want to migrate all the documents to a single already running instance with version 8.10. We have tried the bulk export / import : we export the ...
  0 votes
  1 answers
  2 comments
  3528 views

I am writing an event handler. In my testing, I have observed that when a document is moved to trash, the framework always appears to fire a lifecycle transition event AND a move event (move to trash). Therefore in the interests of efficiency my ...
  0 votes
  1 answers
  0 comments
  1608 views

In various listeners I see in the code base, the listener is tied to a contribution that defines the events to be routed to the listener. Yet the listener code seems to confirm the event to be handled - e.g. if ...
  0 votes
  1 answers
  1 comments
  1279 views

The operation AddEntryToMultivaluedProperty generates the error in the method “run”. There is a problem in the line: List<Serializable> array = p.getValue() != null ? Arrays.asList((Serializable[]) p.getValue()) : null; It returns an ...
  0 votes
  1 answers
  5 comments
  2000 views

Hi pradeep, I have been searching in nuxeo about adding the annotations feature, but could not find any.. Can you please help me to enable the annotations for text, documents Thanks and Regards, Gandhimathi
  0 votes
  1 answers
  0 comments
  1641 views

Hello :) I wanted to know if there is an alternative way of producing the same result as Nuxeo template rendering .How can i achieve the same result using only Java code?
  0 votes
  0 answers
  0 comments
  1269 views

Hi :) I have to use Nuxeo Template Rendering..I have installed the addons “nuxeo-template-rendering” and “nuxeo-template-rendering-samples”. But now when i press the new button in the platform ,to create a “TemplateSource “,the creation view appears ...
  0 votes
  0 answers
  0 comments
  1356 views

Hello, when i was using Nuxeo 5.8 /PosgresSQL 9.1 , i had a table ori_oriid created when deploying my project containing ori.xsd (see files below). since i'm using Nuxeo 7.10 / PosgreSQL 9.1, the table isn't created anymore and i don't see why . ...
  0 votes
  1 answers
  2 comments
  1889 views

Hello, My problem is a little bit weird. I configured Nuxeo Platform to support OpenID connect. I chose Github as the Identity Provider. Following the instructions in this link https://doc.nuxeo.com/nxdoc/using-openid-oauth2-in-login-screen/, I ...
  0 votes
  0 answers
  0 comments
  2292 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
  2569 views

I am using the ConfigurationService to define properties that modify the behavior of code I am contributing. One such property is enabled for a piece of functionality. If - at runtime - the code detects some downstream dependency is unavailable, I ...
  0 votes
  1 answers
  0 comments
  1506 views

It ils a common feature in ECM to rename document's attachement post upload. Usually to obtain proper filenames when downloading the documents. But when editing a document in Nuxeo (JSF or WebUI), you haven't any option to change the filename of the ...
  0 votes
  0 answers
  0 comments
  1707 views

Hi, I'm using a ContentView in a tab to allow users to search specific Documents. This tab also contains a User Action (button) linked to an automation chain. I'm looking for a way to get thoses parameters passed to the automation chain when the ...
  1 votes
  0 answers
  0 comments
  1567 views

Is there any guide or example about set Quota Info and get Quota Info from API?
  0 votes
  2 answers
  4 comments
  1722 views

I want to get the total storage size used currently and the size used by each workspace through Rest API or Java SDK. Is there any way to perform this?
  0 votes
  1 answers
  0 comments
  1669 views

Hi I am not able to create anything from nuxeo studio whatever Document I create and then update the platform I will get unknown connection org.nuxeo.ecm.core.storage.sql.ra.ConnectionImpl@7250e715 in ...
  0 votes
  0 answers
  0 comments
  1810 views

Hi All, I am getting following error whenver I try to update my studio project from Nuxeo Platform. Earlier I was getting a transaction timeout error and I increased the nuxeo.db.transactiontimeout to 900. But now I see this error as below. Also, ...
  2 votes
  0 answers
  0 comments
  2925 views

unknown connection org.nuxeo.ecm.core.storage.sql.ra.ConnectionImpl@7250e715 in org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl@76952389 when I am trying to update the platform I get this error and also I have deleted one workflow form ...
  0 votes
  0 answers
  0 comments
  1447 views

Hello, I'm trying to deploy 9.2, and it works fine but the addon nuxeo-spreadsheet 1.3.1 doesn't print the table in the window. Exactly, I can see the dedicated window with the title “Nuxeo Spreadsheet Editor” - the footpage “Save” button and ...
  0 votes
  0 answers
  0 comments
  1318 views

I have a large folder containing over 500 000 specific documents (new doc type). I cannot modify nor add new permissions when the folder is large. Additionally my script to update the content does not work on this large folder (works fine on smaller ...
  1 votes
  1 answers
  0 comments
  1744 views

I'm trying to use a ResultSetQuery automation as follows: curl -d '{"params":{"language":"CMIS","query":"select * from cmis:document" etc... -X POST http://localhost:8080/nuxeo/site/automation/Repository.ResultSetQuery When I trace into the ...
  0 votes
  1 answers
  0 comments
  1465 views

Iam facing issue while changing the transaction timeout of databse from platform and iam using MySql database. Below is the error iam getting on click of save button after changing the timeout.can anyone suggest solution for this problem? ...
  0 votes
  1 answers
  0 comments
  2849 views

HI! Is there any way to edit ms word document instance directly (initated from nuxeo document layout on UI ) from webdav protocol ? Thnx!
  4 votes
  0 answers
  0 comments
  1430 views

Hello All, After installing getting started package, I lost the default tabs of the Platform. Using version 9.2. How can i get default OOTB view, with all tabs Admin, Search ,webUI, Home and Workspace :-(
  0 votes
  0 answers
  0 comments
  1596 views

I'm developing a new (listerner) package. I have created it but when I execute: $ sudo nuxeo hotreload -n the CLI responds with: info Looking for Nuxeo bundles in /home/sean/projects/asset-nuxeoWamp/pom.xml file. ✖ asset-nuxeoWamp-core is ignored. ...
  0 votes
  0 answers
  0 comments
  1381 views

Hello All, I am new to Nuxeo and started to learn Platform and various features and tabs of Platform application. I am going through university online training modules for the same useful. Not clear on application Definition Configuration 3 check ...
  0 votes
  0 answers
  0 comments
  1383 views

I see from the release notes that the Smart Search addon has been deprecated as of the last LTS version. Is there any replacement for this functionality? This is something we've been using and I'm wondering what we are going to need to do with the ...
  1 votes
  0 answers
  0 comments
  1416 views

unknown connection org.nuxeo.ecm.core.storage.sql.ra.ConnectionImpl@37a6bcc6 in org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl@32b806ea javax.servlet.ServletException: On requestURL: ...
  0 votes
  0 answers
  1 comments
  1724 views

It is used the formatW3CDateTime in a chain to assign a declared date to a document field: <operation id="Document.SetProperty"> <param type="serializable" ...
  0 votes
  0 answers
  0 comments
  2178 views

I configured S3 as backend storage. When I delete documents from the system and trash, the document is not deleted from S3. I think this does not make sense because the storage on S3 will be bigger and bigger.
  0 votes
  1 answers
  1 comments
  1951 views