content-management-platform
Hi, I had to modify the nx_update_read_acls in SQL Server. I posted a question two weeks ago: http://answers.nuxeo.com/questions/10914/nuxeo-6-nx_update_read_acls-never-ending-process-and-high-cpu-usage-nx-freezes I found that the problem was the ...
0 votes
2 answers
3 comments
3109 views
Hi I have a problem with the growing size of some tables : relation | size
-----------------------------+--------- aclr_user_map_acl_id_idx | 15 GB aclr_user_map | 12 GB aclr_user_map_user_id_idx | 8482 MB The total size of the /var/lib/psql is ...
0 votes
1 answers
2 comments
2184 views
Hi all, I try to start a recently installed Nuxeo instance on a Windows machine and I get the following error…where should I look for to fix it? Many thanks in advance, much appreciated guys C:\Documents and Settings\All Users\Start ...
0 votes
2 answers
0 comments
3132 views
I noticed the latest version of nuxeo 7.1 is now using metadata extraction. Yet for some reason, I am not seeing the metadata field “keywords” show up with what I entered via adobe bridge. Is there something I need to do with the configuration of ...
0 votes
2 answers
4 comments
2402 views
Hi There, I noticed that when using the web mobile package and the multi tenancy package the root button results into an error page. For testing I edited the class “MobileApplication.java”, specifically the following method: /** * Generate the root ...
0 votes
0 answers
0 comments
1868 views
Hi there, We are working with an SSO integration using the proxy login. However we want to use nuxeo drive as well, I think in order to make this work we need to keep some url's out of the SSO (so they would use the basic authentication instead). ...
0 votes
1 answers
3 comments
2304 views
I'm using the Automation API to create users for isolated tenants with the multi-tenant plugin installed. Before creating the user I check if they already exist by querying using something like this: Blob blob = (Blob) ...
1 votes
1 answers
0 comments
2468 views
After a scheduled database failover we've found that Nuxeo 6.0 has problems reconnecting to the database. We've reproduced the problem using the downloadable Nuxeo 6.0 virtual machine. The behaviour is the same using 7.1. 5.9.5 reconnects really ...
0 votes
1 answers
1 comments
2698 views
I'm working on a Nuxeo plugin which implements an operation. So I'm using @Operation, @OperationMethod and @Context annotations. The purpose of plugin is to expose a LiveEdit link for a given document to some outer service, and the problem is I ...
0 votes
0 answers
3 comments
2215 views
Hi, We are just new to Nuxeo and we are looking for the usage of Nuxeo. We have seen the it manage version control. this information can also been pushed to a document like ODT file or DOCX. We have trying to push that information (like nuxeo title, ...
0 votes
0 answers
0 comments
1309 views
Hi, I am trying to use a environment variable in nuxeo.conf. I am using Ubuntu 14.04.1 LTS. I installed Nuxeo through apt-get from the Nuxeo repository. I added “DBHOST=localhost” to “/etc/environment” then sourced the file. When I do “echo $DBHOST” ...
0 votes
1 answers
2 comments
4275 views
Hi, I'm using nuxeo (ver. 5.9.5) via its REST API, and I'm currently experiencing a problem I don't seem to be able to overcome. The thing is, I'm requesting all the children under 'asset-library', with the following GET request: ...
0 votes
1 answers
0 comments
2322 views
Hi, When we add new user rights to a folder Nuxeo freezes for 20 minutes and there is High CPU Usange for 20-30 minutes. Deadlock. Last SQL sentences: org.nuxeo.ecm.core.storage.sql.jdbc.JDBCLogger SQL: INSERT INTO [acls] ([id], [pos], [name], ...
0 votes
1 answers
0 comments
2722 views
I am facing this issue to start nuxeo 6. Found NUXEO_CONF = C:\Documents and Settings\All Users\Application Data\Nuxeo\co
nf\nuxeo.conf
Found in path : C:\WINDOWS\system32\java.exe
Using JAVA = C:\WINDOWS\system32\java.exe 1 file(s) copied. ...
0 votes
1 answers
1 comments
2778 views
Hi, I've created a simple Workflow with a Node and two buttons (accept/reject). I try to request my node information specifically the availables buttons from a query automation but thoses params don't appear. The NXQL query is “ Select * from ...
1 votes
1 answers
0 comments
2174 views
Hello I find Nuxeo platform features fantastic but sometimes cryptic to customized. Specifically, I need to translate the invitation emails sent to a newly created user which doesn't seem to be provided by default in studio. Using the platform ...
0 votes
1 answers
2 comments
2319 views
There is any restriction on exporting Nuxeo products?
0 votes
1 answers
0 comments
1308 views
Hello, I am trying to deploy my plug-in on my nuxeo-cap-6.0-HF02-tomcat instance in the cloud. My code works fine in Eclipse (same SDK) and is being deployed correctly. However, on my instance, Tomcat doesn't pickup the plug-in. There is no output ...
0 votes
1 answers
0 comments
2380 views
Hello, trying to get Nuxeo repositories via cmis I receive this exception: DotCMIS.Exceptions.CmisConnectionException wurde nicht behandelt. Message=Parsing exception! Source=DotCMIS StackTrace: bei ...
0 votes
1 answers
2 comments
2460 views
Hello, I'm evaluating Nuxeo 6.0 for possible future usage in my company. I already managed to set up Nuxeo with metadata stored in Oracle. This works fine, even if I get lots of type mismatch errors in server.log like ERROR [localhost-startStop-1] ...
0 votes
2 answers
1 comments
3530 views
Bonjour, je suis confronté à un problème au niveau de la gestion des membres avec un annuaire LDAP. ès que j'essaye de parcourir les membres d'un groupe via l'interface d'aministration j'ai une page d'erreur avec dans les logs ceci : Contexte ...
0 votes
3 answers
0 comments
2864 views
Hi, we have a email folder configured. Before v 6.0 emails were retrieved automatically every 30 minutes. Now it seems that the only way to fetch new emails is to click on “Check email” How can I automate the fetching process? How can I specify the ...
0 votes
1 answers
0 comments
2120 views
Hi, We've detected a 'WARN' in the Nuxeo server.log: WARN [http-bio-0.0.0.0-8080-exec-88] [org.nuxeo.ecm.core.storage.sql.jdbc.NXQLQueryMaker] No fulltext index configured for field dc:title, falling back on LIKE query TRACE ...
0 votes
1 answers
0 comments
2629 views
Hello I'm newbie in the nuxeo world and I was trying to follow the examples in http://doc.nuxeo.com/display/NXDOC/Java+Automation+Client . I've deployed the nuxeo 6.0 platform and created a test to try to connect to the automation platform, adding ...
0 votes
1 answers
0 comments
3064 views
Is it possible to customize the default thumbnail/icon listing view or create a similar grid-style result view? The minimal thing I'd like to do is add additional properties to the thumbnail results view when searching Pictures. Currently only shows ...
0 votes
0 answers
0 comments
2379 views
Hello Good People. This is my first time on answers.nuxeo.com. I've been using Alfresco, but I want to try Nuxeo coz according to the documentation it looks pretty impressive. So I downloaded version 6 LTS and executed the startup script ...
0 votes
1 answers
2 comments
2590 views
Hi, I've been evaluating Nuxeo for the past days, and I was surprised to learn about the explorer integration via webdav/windows sharepoint services. However when editing a pre-existing document the associated meta-data and versioning information is ...
0 votes
1 answers
4 comments
2437 views
I notice that the 6.0-01 package installs: /var/lib/nuxeo/server/nxserver/lib/jaxb-impl-2.0.3.jar But after https://jira.nuxeo.com/browse/NXP-12617 , Jersey 1.17.1 is required by Nuxeo, and this requires JAXB API 2.1+. I believe this is causing an ...
0 votes
1 answers
3 comments
2602 views
I configure NUXEO 6.0 HF02 as “Utilisateurs et groupes” : “Utilisateurs et groupes dans des annuaires combinés” For information, i have an ldap/sql configuration wich works on 5.8 LTS plateform. So I believe my Ldap config is good. I can login with ...
0 votes
1 answers
3 comments
4917 views
Hi, Could you please let me know how to customize the Nuxeo login url Instead of http://localhost:8081/nuxeo i need to customize like http://myown.url/nuxeo Could you please answer to this question
0 votes
1 answers
0 comments
3183 views