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
  1829 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
  22460 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
  2126 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
  1686 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
  1545 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
  11894 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
  2760 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
  1841 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
  2546 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
  4948 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
  3114 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
  2917 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
  1555 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
  1576 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
  3527 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
  1607 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
  1278 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
  1999 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
  1268 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
  1355 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
  1888 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
  2290 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
  2567 views