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