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

Forum Posts

How to schedule an automation-chain

Hi I want to schedule an automation chain . I have created the operation which deletes the trash .Then i used the following extension to set up a scheduler to be executed every 1 minute but nothing happens.This is the extension: Delet...

Oracle with docker error

Hi, I'm trying use a oracle database with docker. I already change the information database in the setup, but don't work. This is the message that show in my: java.lang.ClassNotFoundException: oracle.jdbc.OracleDrive. I don't have idea. Can you help ...

WebUI: Move Folder to upper Folder

Hi, how can I change the folder structure after I created the folders? Say we have this folder tree, with documents stored in it: Folder 1 ... Folder 1.1 ... Folder 1.2 ... Folder 1.3 ........ Folder 2 ............. Folder 2.1 I want to move Folder ...

Nuxeo timeout error in version FT 9.1

Hello Team While copying large size of file from one folder to another I am getting below error. My nuxeo version is Nuxeo FT 9.1. ===================================================== 2019-07-17 08:28:03,395 ERROR [http-bio-0.0.0.0-8081-exec-4776] ...

Resolved! Custom vocabulary with custom columns

Hello, I am trying to create a new vocabulary extracting the data from a table I have in my database, but I am having problems with operations like "Directory.Suggestion", and with methods like "formatDirectory()". The problem is my table doesn't hav...

Rodri_ by Star Contributor
  • 1638 Views
  • 2 replies
  • 3 kudos

How to select all files in folder

I'm looking for a way to select all the documents in folder/workspace. Now i can only select those that appear in the same page, and i have to go to the following page to select the others ... Any idea would appreciated.

ITShine_ by Star Contributor
  • 823 Views
  • 1 replies
  • 1 kudos

Getting error while giving permission

Hello Team I am getting below error while giving permission. I am using Nuxeo FT 9.1 +++++++++++++++++++++++ 2019-07-12 09:53:39,959 ERROR [http-bio-0.0.0.0-8081-exec-14062] [nuxeo-error-log] javax.servlet.ServletException: /incl/content_view.xhtml @...

Page error while accessing folder in workspace

Hello Team I ame getting page error while accessing any folder from workspace . Also getting the same error for some user when they click on workspace after Login into nuxeo. Attached is the snap of error. Below the error i am getting in backend 2019...

Default credentials error for first login

Hi, I have installed Nuxeo 8.10 with postgresql 9.6. The installation works fine, but when I try to connect with the Administrator/Administrator credentials, Nuxeo said "Invalid username or password" Error Log message : ERROR [Nuxeo-Work-updateACESt...

Nuxeo_Dev by Confirmed Champ
  • 1755 Views
  • 3 replies
  • 0 kudos

Gateway-Timeout Error during upload in Web-UI

When uploading video file >8GB a gateway timeout error occurs after clicking the create button. The browser console shows the following message:; Failed to load resource: the server responded with a status of 504 (Gateway Time-out) nuxeo-app.html:281...

ssze_ by Star Contributor
  • 1793 Views
  • 3 replies
  • 0 kudos

How to prevent garbage collection of binaries

We have a requirement that when all document records referencing a binary are deleted, the binary should still be preserved. However, according to Nuxeo documentation, Garbage Collection will remove these binaries. So my questions are: Is garbage col...

Document.GetChildren: filter out .trashed

Is it possible to have Document.GetChildren not return .trashed files? By default they are included: { "path": "/test/The Basics.pdf._1547968140071_.trashed", "uid": "44cf396c-dbe3-4e21-8886-e0a1d3a76a91", "properties": {}, ...