nuxeo-cli
Dear Experts, I have a created custom operation in Java. The operation shows up successfully in Nuxeo Studio and I am able to build and compile the source code to produce a JAR file. I need some guidance in how to make this operation available in ...
0 votes
0 answers
0 comments
700 views
Hello, I am writing my own Java code to create an operation. I have: Used “nuxeo bootstrap operation” to create the appropriate structure. (Question - Is a multi module required?) When I use the mvn clean compile, it throws the errors below. [ERROR] ...
0 votes
1 answers
0 comments
589 views
Hi, I'm getting the below error while trying to run Nuxeo sync.. please guide me to resolve this issue. anandhan@anandhan-VirtualBox:/opt/nuxeo-server-tomcat-2021.1/bin$ sudo nuxeo sync --src ...
0 votes
0 answers
1 comments
849 views
Hi, I have trial account in nuxeo connect, tried to install nuxeo-cli. after installation it shows 25 packages are looking for funding. on running nuxeo command i'm getting the error cannot find the module 'pad-left'. Please guide to resolve the ...
0 votes
1 answers
3 comments
974 views
Hello We need to delete the Orphan binary from the filesystem using any Rest API or script. Is there any such API or script, as we have large amount of data we are not able to delete it from Admin console, we are getting “Transaction TimeOut” error. ...
0 votes
1 answers
0 comments
1036 views
I have and object like this: company: “” displayIcon: true displayLabel: “Administrator” email: “devnull@nuxeo.com” entity-type: “user” firstName: “” groups: [] id: “Administrator” lastName: “” prefixed_id: “user:Administrator” tenantId: null type: ...
0 votes
1 answers
0 comments
876 views
Hello I am using Nuxeo LTS 2017. How can I change JSESSIONID after login in Nuxeo?
0 votes
1 answers
2 comments
1138 views
Hello Team Recently I have upgrade Nuxeo from version 9.1 to 9.10. But for some folder in workspace I am getting below error while accessing them from Administrator user. ====================================================== 2020-06-16 21:18:22,597 ...
0 votes
0 answers
0 comments
952 views
Hello, I am migrating Nuxeo from 9.1 to 9.10. After migration I have install Quota plugin. So after installing quota plugin users are not able to access workspace root, getting “Yo don't have permission to access” Below is error from log file ...
0 votes
0 answers
0 comments
982 views
Hello Team, I have migrate FT2016(9.1) to LTS 2017(9.10). Migration is successful but when login with user (LDAP user) other than Administrator user I am getting error “You don't have sufficient permissions” when click on main workspace root. Below ...
0 votes
0 answers
3 comments
943 views
How to permanently delete items in search trash? In Web UI : No action button as “empty trash” is visible No action button appears in blue menu bar when items are selected If it is not possible in Web UI, is there any solution using Nuxeo API?
0 votes
3 answers
0 comments
1814 views
I have an issue where I generated a package with a service and an operation using the nuxeo-cli tool ,but when I build it, I get an error saying Failed to execute goal org.nuxeo.build:ant-assembly-maven-plugin:2.1.0:build (default-build) on project ...
0 votes
3 answers
2 comments
1257 views
Hi, I've been following tutorial https://doc.nuxeo.com/nxdoc/develop-with-nuxeo-platform/ But when I try to export the contributions I keep getting this error. What does it mean and how can I fix it? Thanks - Working... It can take some time, please ...
1 votes
0 answers
1 comments
959 views
Hello Team I am using Nuxeo 9.10. For some workspace while clicking on permission tab i am getting below error. ++++++++++++++++++++++++++++ 2019-10-31 14:01:58,316 ERROR [http-bio-0.0.0.0-8081-exec-1608] ...
0 votes
1 answers
0 comments
990 views
Hello, Is nuxeo hotreload working on windows 7 ? Each time I am trying to execute nuxeo hotreload I have exceptions : 2019-07-18 15:33:25,670 ERROR [Dev Bundles Loader] [org.nuxeo.runtime.tomcat.dev.DevFrameworkBootstrap] Failed to reload dev ...
0 votes
1 answers
0 comments
1375 views
Hello, I am trying to execute nuxeo hotreload configure in windows command line. When it ask me for the Nuxeo server path, I put an absolute windows path (like C:\Nuxeo10). But I am getting an error message : Server path must be absolute, and ...
0 votes
1 answers
2 comments
1499 views
Hi Team, I am trying to package the s3-cloud manager I have to create a custom addon for nuxeo. To get some hands-on, I got the source code of cloudbinarymanager , which has the source code for different storage connecters. I followed the steps ...
0 votes
1 answers
4 comments
1802 views
If I launch mvn package from the *-web folder in order to build the jar It fails.
0 votes
1 answers
0 comments
1202 views
nuxeo-cli@1.8.4 and generator-nuxeo@2.8.1 are installed globally (as well as nuxeo@3.7.1 ) When i bootstrap an angular projet, the dependency in package.json for nuxeo javascript client is 1.2.1 instead of expected latest Nuxeo JS client version ...
0 votes
1 answers
0 comments
1524 views
Hello, I don't know how send variables from foms in mail
0 votes
2 answers
0 comments
1461 views
Hi! I am looking into a way to review orphaned binaries before they are deleted. I know that that platform has in the Admin tab the tool to gathered orphaned binaries, and where you can delete clear them. I also saw in a different thread on what ...
0 votes
1 answers
1 comments
2366 views
Hi, when I'm installing nuxeo I have this error, on the step of Addons and Download,you can see the error on the screenshot below. Can anybody help me please. Thanks
0 votes
0 answers
0 comments
1189 views
I use the nuxeo bootstrap to create a new polymer project : nuxeo bootstrap polymer
cd *-web
mvn package But when I access my application in my browser, I have a 404 error on the service-worker.js file. I added this file in polymer.json : ...
0 votes
0 answers
0 comments
1935 views