content-management-platform


Related Questions
Hello, Nuxeo! We want to use Nuxeo platform as a repository of files attached MS Exchange, in order to relieve MS Exchange. How we can do this?
  0 votes
  1 answers
  0 comments
  1962 views

I setup a passowrd protected Redis in my localhost. When I add the following configuration for Redis in nuxeo.conf file nuxeo.redis.enabled=true nuxeo.redis.host=localhost nuxeo.redis.port=6379 nuxeo.redis.prefix=nuxeo: nuxeo.redis.password= Nuxeo ...
  0 votes
  1 answers
  0 comments
  1839 views

In Nuxeo 5.8, I d like to have documents stored on two different file systems. Since “binary storage” is independent from the documents, it has to be managed at the repository level, although I do not need another database. It seems that according ...
  1 votes
  0 answers
  1 comments
  1915 views

so I followed the tutorial on how to add custom LDAP fields to the nuxeo UI it works locally on the nuxeo IDE server, but when I move that to ldap there are issues in resolving properties out of the directory. the query is performed correctly, I can ...
  0 votes
  0 answers
  0 comments
  1904 views

I'm using a posix openLdap as backend for user and groups. user creation, deletion and other operation works associating user with groups, editing groups, and deleting groups work when I try to create a group, it fails with: gidNumber: value #0 ...
  0 votes
  0 answers
  0 comments
  4539 views

we recently deployed Nuxeo using LDAP creating groups and users however when as an Admin I view the LDAP groups listed in CN=nuxeo-members,OU=Nuxeo,OU=Security Groups,OU=MyBusiness,DC=domain,DC=local and they are empty. Should they be? We have ...
  0 votes
  0 answers
  0 comments
  3442 views

Hi, The question is in the title. I keep getting a 404 error whenever I try to POST a new dummy document. I even tried using a generated 'body' template of a document after doing a GET on a pre-generated document. Can someone share a working input ...
  0 votes
  1 answers
  0 comments
  3706 views

I set up multiple vcs. on the surface all seems working, I can create documents, workspaces, query them etc. however, when I watched the log, I found an issue: when saving a newly created document, nuxeo first throw an exception Caused by: ...
  0 votes
  0 answers
  1 comments
  1976 views

I've set up multiple vcs, as I like to have something as described in the documentation, where the document are sharded over multiple vcs, however, the default vcs' datasource is used for all sort of things, with oh so many linked jdbc names. what ...
  1 votes
  0 answers
  0 comments
  1593 views

Hi, I'm using NXQL to read data from the default repository using a simple operation chain created on the fly: CoreSession cs = CoreInstance.openCoreSession(null); String lookbookQuery = "SELECT * from Document WHERE ...
  0 votes
  0 answers
  0 comments
  1773 views

Dear Nuxeo, I represent HOST, LLC which is high-level business partner of many vendors including IBM, HP, Cisco, EMC, etc. Currently, we are actively promoting digital archive solutions based on ECM-systems in Russia. Recently, as part of this ...
  0 votes
  1 answers
  0 comments
  2852 views

Hello, I'm testing the 6.0 LTS version, when I import a file with the button “Import” if the file has a mimetype like PDF, the file was imported as normal file, not as PDF and then I can't preview the file. I'm using Firefox 37.0.1. How can I solve ...
  0 votes
  1 answers
  1 comments
  1888 views

Hi, i am trying to show the Relations Tab for folderish document types with the following action contribution: <?xml version="1.0"?> <component name="net.hra.custom1.actions"> ...
  0 votes
  1 answers
  0 comments
  3562 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
  1562 views

Hello, As part of some systems integration, I would like to generate an absolute URL for a given Nuxeo document. I have all of the pieces working except the base URL of the server. I have the following code: DocumentLocation docLoc = new ...
  0 votes
  0 answers
  0 comments
  3265 views

Hi there, I need your help please… I cannot edit a document name or just access to the edit tab of a document here is the error: /widgets/chain_multiselect_2levels_widget.xhtml: Property 'add' not found on type ...
  0 votes
  0 answers
  1 comments
  2249 views

Since we integrated Nuxeo with our LDAP server some users belong to many groups (more than 100). When a user who belongs to many groups logins, the following message is shown in the log: 2015-04-06 19:35:18,317 DEBUG [http-bio-0.0.0.0-8080-exec-64] ...
  1 votes
  0 answers
  0 comments
  2689 views

Hello! We are currently developing integration service in order to connect it with Nuxeo platform. We are faced with the following problem: it is not clear how to get a list of all metadata for a particular document type (we create custom types), ...
  0 votes
  0 answers
  0 comments
  1696 views

Hi, I just upgraded from 7.1 to 7.2, and since then my update center menu produces en error. You'll find afterward the nuxeo-error.log file. I got no idea of what it could be since the rest is ok… 2015-04-02 18:56:58,779 ERROR [nuxeo-error-log] ...
  0 votes
  0 answers
  0 comments
  2623 views

Hello, I've been upgrading nuxeo from 7.1 to 7.2. I've been asked to install java8 on my ubuntu server for that. So did I, and installation wen't right. Except that : update center doesn't work anymore (I got the famous Nuxeo error page) nuxeo-dm, ...
  1 votes
  2 answers
  0 comments
  2099 views

Hi, I currently have multiple domains (6 in total) on my instance Nuxeo. Each domains have a sectionRoot by default. I would like to use only one sectionRoot for all users and delete the others sectionRoot. I looked at the extension point ...
  0 votes
  0 answers
  0 comments
  1610 views

How can I make it so that when an Admin or Power User clicks “Create User”, the new user is automatically assigned to a group? I've been poking around the source and schema files for a while, and I'm not sure how to accomplish this.
  0 votes
  1 answers
  3 comments
  2464 views

Bonjour, nous venons d'installer le plugin LiveEdit sur 2 postes et désormais ils ont un problème avec Excel. Lorsqu'ils ouvrent un document à partir de Nuxeo, qu'ils font des modifs, le document est bien enregistré dans Nuxeo. Par contre, quand ils ...
  0 votes
  0 answers
  0 comments
  2001 views

Hello, In the REST API documentation/sandbox page, it is indicated that automation operations can be invoked on a document by its path: POST /path/{docPath}/@op/{operationName} I did a little experiment and found that POST ...
  1 votes
  0 answers
  0 comments
  1799 views

On mail setup I get error: 2015-04-01 16:38:27,275 WARN [http-bio-0.0.0.0-8080-exec-54] [org.nuxeo.ecm.core.storage.binary.LocalBinaryManager] cannot fetch content at ...
  0 votes
  0 answers
  0 comments
  1750 views

hello, I need advices about java jdk with Nucxeo 5.8 Do you think it's better to download java from Oracle that use the openjdk 1.7 available with our linux distrib (CentOS6)? I realized that jvisualvm doesn't exist in the package, I can't monitor ...
  0 votes
  1 answers
  0 comments
  1432 views

environnement : linux Ubuntu 14.04.2 LTS with LibreOffice 4.2.7.2 420m0(Build:2) nuxeo 5.8 HF30 java 1.8 u40 usecase 1 : multiple instance of soffice with one nuxeo instance usecase 2 : multiple instance of nuxeo with different instance of soffice ...
  1 votes
  0 answers
  0 comments
  2420 views

Hi, I'm quite new to nuxeo. I installed a desktop version, run the setup wizard but I have no way to login. The anonymous/secret or Administrator/Administrator or Administrateur/Administrateur answer “id or passwd invalid”. I run the wizard again ...
  0 votes
  1 answers
  0 comments
  1583 views

So I am trying to obtain the current flavor name/string from ' DocumentModelList domains = coreSession.query("select * from Domain) “. Then I used the domains object and grabbed each of the document domains. (DocumentModel domain = domains.get(0)) ...
  0 votes
  0 answers
  0 comments
  1626 views

Hello all, Several final users often ask me this question ? What is the good answer ? At my point of view there is no functionnal difference (except the impossibility to create workspace in folder). Did I missed something ?
  1 votes
  2 answers
  1 comments
  4725 views

We have many external converter executables that are not in /bin , /usr/bin or the usual other locations. I've tried to set PATH in a few places with no luck: /etc/init.d/nuxeo (This is installed from the Nuxeo APT repository) ...
  1 votes
  1 answers
  2 comments
  1923 views

Hello, I have an instance of Nuxeo 6.0HF08 and i'm getting continuous errors like the followings. http://pastebin.com/f1ytuBQ5 Also, sometimes I'm getting the following error. 2015-03-23 11:13:11,167 ERROR [ajp-bio-127.0.0.1-38009-exec-3] ...
  1 votes
  0 answers
  2 comments
  1891 views

We are a software company and one of our client is interested by the nuxeo plateform. I looked here http://doc.nuxeo.com/display/NXDOC/Licenses for licences, it seams to me that all third party licences and the core licence permit commercial use but ...
  0 votes
  0 answers
  0 comments
  1646 views

Hi, working with Java Automation Client, I am trying to use the operation Document.GetUsersAndGroups, witch seems to work correctly. But once the request is executed, I am supposed to be able to get the permissions from the 'context' using the ...
  0 votes
  1 answers
  1 comments
  3690 views

Hello, I've been trying recently to connect my Nuxeo (ubuntu, Tomcat) to an Active Directory. I've been creating files like default-ldap-users-directory-config.xml, default-multi-directories-config.xml, etc… But since it wasn't working, I've been ...
  0 votes
  2 answers
  0 comments
  2335 views

Hello, I'm using Nuxeo Drive, and when I try edit in online mode, Nuxeo doesn't do anything. I looked at log and the error is: 2015-03-16 18:02:29,421 1652 2592 ERROR nxdrive.commandline Error executing 'download_edit': 'ascii' codec can't encode ...
  0 votes
  2 answers
  1 comments
  2069 views

Hi, I'm trying to configurate my nuxeo platform to use ldap. I've been trying in admin/configuration, and then by changing the field Annuaire to SQL and LDAP, I've been told to restart the server then. But the parameter changes automaticly to sql ...
  0 votes
  2 answers
  0 comments
  2149 views

Hi, I've just installed Nuxeo 6.0 on an Ubuntu box using the instructions here . What's odd is that using the Nuxeo setup wizard, the option to skip registering for Nuxeo Online Services is no longer visible. Here's what I see: And compared to what ...
  0 votes
  1 answers
  6 comments
  6872 views

Hello, I'm using LDAP backend for user authentication described here . I'm facing the following problem : Nuxeo 6.0-HF05 seems to not cache LDAP entries and make a lot of connections to LDAP server with every requests (WebDAV requests are very slow ...
  0 votes
  1 answers
  1 comments
  2626 views

I'm new in nuxeo. I will import some documents but don't know how to do it.
  0 votes
  1 answers
  0 comments
  1413 views

Hello everyone. We currently have an application based on Alfresco ECM, and we are evaluating whether to migrate to Nuxeo. Multi-tenancy is a big deal in this regard. I'm currently evaluating Nuxeo Platform 7.1 on Mac have 3 questions on this topic ...
  1 votes
  3 answers
  3 comments
  3481 views

Why when i upload png and jpg images to Nuxeo 6, the preview is not generated, and the file associated to the picture is renamed as “empty_picture.png”. Why?
  0 votes
  1 answers
  0 comments
  2512 views

I have encountered that every single user in different domains can see all section roots of all the domains in Nuxeo when they try to publish their documents. Is it right? Most of the users have only access rights in his own domain, but in ...
  0 votes
  1 answers
  0 comments
  1833 views

In a normal setting, the Item/page dropdown has 6 options to display the number of reports: 5, 10, 20, 30, 40, and 50. But I need to customize these settings so that I can see hundreds, so I want to change to 10, 25, 50, 100, 150, 200. I went into ...
  0 votes
  1 answers
  1 comments
  2326 views

The FAQ doesn't contain a statement on which languages are allowed and recommended for posting questions on answers.nuxeo.com. An answer here and/or an update of the FAQ (didn't find an issue tracker for answers.nuxeo.com) would be appreciated.
  0 votes
  2 answers
  3 comments
  1523 views

Hello, I am considering a repository structure where there are two document types: let's call one “Base” and the other “Enhancements”. I would like to use the Relations functionality of Nuxeo to indicated that a given “Enhancements” requires a given ...
  1 votes
  2 answers
  2 comments
  3124 views

I'm trying to conditionally show a button only once the document has been digitally signed using the “digital signature” addon. I've tried a few different EL expressions, but none seem to grab what I want. Here's the condition that the signature tab ...
  0 votes
  0 answers
  0 comments
  1779 views

Hi I m trying to customize the login screen and create a default flavor. I created a jar that contains my custom component overrding org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService (loginScreen ext. ...
  0 votes
  0 answers
  1 comments
  1558 views

Hello, The nuxeo-webengine-server is on nuxeo-archive … What is now the best way for hosting multiple webengine sites ? And is it possible on oracle weblogic ? Thanks :) Olivier.
  0 votes
  0 answers
  0 comments
  1612 views

I need an event handler that will intercept a modification on a property and update another property of the same document based on the new value. Is there a way to implement this? If I save the document the event is called again in an infinite loop. ...
  2 votes
  1 answers
  0 comments
  3935 views