content-management-platform
After I removed some documents (and removed them from the trash), the contents of the binaries is still present on disk (in nxserver/data/binaries ). I can remove them using Admin Center > Repository Binaries > check Delete orphaned binaries ...
0 votes
1 answers
3 comments
4355 views
Hi there, I have followed the example for coding your first operation here: http://doc.nuxeo.com/display/public/NXDOC/Coding+your+first+operation I have deployed the operation successfully to Studio and created an automation chain with the following ...
0 votes
2 answers
2 comments
4777 views
I am using rest call to create document. The below are my parameters . The call create a document with name and title . But the other fields like created date or published date or state are not updated . WHY? { "entity-type": "document", ...
0 votes
1 answers
4 comments
2407 views
Hi There, I want to change the behaviour of the securityActionsBean a little. Is there an extensionpoint or another way to do so? Thanks in advance, Bauke Roo
0 votes
1 answers
0 comments
1469 views
This is the error message that I get when attaching large blob file in a Document. 02:01:12.922 [main] DEBUG o.a.h.i.conn.DefaultClientConnection - Connection 0.0.0.0:41419<->10.30.10.175:8080 closed 02:01:12.922 [main] DEBUG ...
0 votes
0 answers
5 comments
2642 views
I'm trying to use the NuxeoJS client to upload files to a new batch. I tried: var op = client.operation('Blob.Upload') op.params({ uploaded: 'true', batchId: 'myBatchId' }) up = op.uploader() up.uploadFile(myFile) up.execute() I get 500 errors using ...
0 votes
0 answers
0 comments
1825 views
I am able to import a document using following http://doc.nuxeo.com/display/public/NXDOC/REST+API I want the document status to be published when i import this . Which field or attribute should i pass in the request ? i saw lifecycle-state. But it ...
0 votes
0 answers
0 comments
2162 views
Hello Team, We are using nuxeo Content Management 5.9.2. Our Nuxeo is configured with Oracle DB. Last week we had some issues and we set up the nuxeo server again and we established the link with the oracle db again but we are getting error log ...
0 votes
0 answers
0 comments
1407 views
Have anyone succeeded in installing Nuxeo via apt-get under Ubuntu 14.04? Unfortunatley ffmpeg package was removed from Ubuntu 14.04 and thus following error happens: The following packages have unmet dependencies: nuxeo : Depends: ffmpeg-nuxeo but ...
1 votes
1 answers
1 comments
2515 views
The provider worked fine before now it always shows me an error. chain Name: operation Exception: OperationException Caught error: Failed to invoke operation Document.PageProvider Caused by: java.lang.ArrayIndexOutOfBoundsException: 1 Hierarchy ...
0 votes
0 answers
0 comments
2944 views
Like documents having no value in the dc:subjects field.
0 votes
1 answers
3 comments
1837 views
Hi, how can Nuxeo be installed (or build from src) on Glassfish or WebLogic app server THX Goran
0 votes
0 answers
0 comments
1458 views
Bonjour, pour les besoins de mon entreprise j'ai mis en place Nuxeo pour la gestion documentaire. Tout va bien sauf que je me retrouve avec une horrible image de fond d'écran de connexion façon thug life avec un gros poing tatoué et 3kg de bagouzes… ...
1 votes
3 answers
1 comments
2860 views
Hi There, I've added access rights programmatically using this piece of code: PathRef path = new PathRef(tenantId+"/workspaces/"); DocumentModel workspaces = session.getDocument(path); ACP acp = workspaces.getACP(); ACL acl = acp.getOrCreateACL(); ...
0 votes
0 answers
0 comments
2085 views
Hi, I have been running the Nuxeo Platform for a couple of weeks but it won't start after a machine reboot. I am running 5.9.3 locally on Windows 7 16GB Ram. There are two errors I receive: When starting through Start Nuxeo.bat, I get the following ...
0 votes
1 answers
2 comments
11116 views