Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problems with Nuxeo integration

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), als...

Devi_ by Champ in-the-making
  • 364 Views
  • 0 replies
  • 0 kudos

How can I set a default user group?

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.

bzahid_ by Champ in-the-making
  • 1162 Views
  • 4 replies
  • 0 kudos

Upgrading from 5.9.4 to 7.2

Hi, After upgrading from 5.9.4 to 7.1 in the search tab no documents appeared, the nature, subjects and coverage also reported "No available result". If I do a Quick Search, NXQL or go to the DAM tab the documents appeared. After going to the documen...

Update center systematicly produce the error screen

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] Req...

jbpotokar_ by Champ on-the-rise
  • 364 Views
  • 0 replies
  • 0 kudos

Java requirements

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 nu...

gfran_ by Champ in-the-making
  • 559 Views
  • 1 replies
  • 0 kudos

Resolved! nuxeo-dm needs sun-java6-jdk but nuxeo 7.2 needs java 1.8

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, nux...

jbpotokar_ by Champ on-the-rise
  • 705 Views
  • 2 replies
  • 3 kudos

Problème LiveEdit et Excel

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 ...

delphine_ by Star Contributor
  • 525 Views
  • 0 replies
  • 0 kudos

Problem:Email alert setup

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 C:\nuxeo-cap-7.1-tomcat\nxserver\data\binaries\data\71\36\71363f39506389f2f7ccb511...

Kevin_ by Champ in-the-making
  • 583 Views
  • 0 replies
  • 0 kudos

Include file in xsl

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); ...

najd_ by Champ on-the-rise
  • 395 Views
  • 0 replies
  • 0 kudos

How to change that message when worklist and clipboard are empty

Hi, In worklist and clipboard showing same message like "No document in clipboard" when they are empty .How to change that message when they are empty. like for worklist "No document in worklist" for clipboard**"No document in clipboard"**. Thanks,...

muni_ by Champ on-the-rise
  • 588 Views
  • 1 replies
  • 0 kudos

newbie : no way to login

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 whi...

lbarth by Champ in-the-making
  • 470 Views
  • 1 replies
  • 0 kudos

Nuxeo Studio Pricing

Hello, It looks like the Nuxeo Studio comes with only the Nuxeo Online Services subscription (Silver,Gold,Platinum). Is it possible to get Nuxeo Studio without those subscriptions with a reasonable price ? Thanks & Regards, Mohamed

mohamedap_ by Champ on-the-rise
  • 575 Views
  • 1 replies
  • 1 kudos

Automation chain with unique dc:title

Hello I would like to only allow the creation of documents with a single dc title, but the user to enter metadata.I've tried to do a query, and then, delete the docuemnt, but I have a lot problems. What would be the best option?