docker


Related Questions
Hi I have a bug when I active the mode xa nuxeo.db.xaMode=true. Thanks for your help regards 2023-07-04T22:50:25,962 WARN [main] [org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent] Command not available: ...
  0 votes
  2 answers
  4 comments
  565 views

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
  587 views

Hi, I am looking to download/export documents from Nuxeo 6 through the REST API using a JS script. Ideally, I would like to download entire folder structures and maintain the structure and file metadata. I would appreciate any help, resources, or ...
  0 votes
  1 answers
  0 comments
  879 views

Hi guys, While my nuxeoctl is not working in 11.4.42, I was trying to get the docker image to work on that one, however, when performing the following command: docker login docker-private.packages.nuxeo.com -u ciro.theodoro@ironmountain.com -p ...
  0 votes
  1 answers
  1 comments
  1103 views

Add a workflow in studio. When 'update' in update center , it showed 'Nuxeo Studio package status: Installing Update your platform'. in Local Package tab, it showed ' hs-demo1-portus-0.0.0-SNAPSHOT installation in progress' . However these status ...
  0 votes
  1 answers
  0 comments
  662 views

i'm installed nuxeo-arender 10.3.5 but when start the app in web ui the attached image represent the error “# HTTP Status 404 – Not Found”
  0 votes
  1 answers
  0 comments
  782 views

Hello, we are using a docker image for Nuxeo 10.10 with a postgresql database. we have disabled the elasticsearch by adding this option elasticsearch.enabled=false in nuxeo.conf file. Nuxeo works fine with this configuration, but while navigating ...
  0 votes
  1 answers
  1 comments
  918 views

Hello, I have a “persistent” exception when starting nuxeo. ERROR [OSGiAdapter] Error during Framework Listener execution : class org.nuxeo.runtime.osgi.OSGiRuntimeService java.lang.IllegalStateException: Unable to move to the last committed offset, ...
  3 votes
  0 answers
  0 comments
  1144 views

I use nuxeo rest api with basic authenticate. But I want to use it without authenticate? How can I solve it?
  0 votes
  2 answers
  0 comments
  855 views

Nuxeo folks: In docker-entrypoint.sh you have: for f in /docker-entrypoint-initnuxeo.d/*; do case "$f" in *.sh) echo "$0: running $f"; . "$f" ;; *.zip) echo "$0: installing Nuxeo package $f"; nuxeoctl mp-install $f ${NUXEO_MPINSTALL_OPTIONS} ...
  0 votes
  0 answers
  2 comments
  1039 views

How to get child elements by parent ref?(uuid)
  0 votes
  2 answers
  0 comments
  1115 views

I upload files to nuxeo document under folder. Now I need to get file info list using folder UUID. Using http://127.0.0.1:8080/nuxeo/api/v1/id/{folder_id} endpoint I get only folder information, but not files info inside a folder. Which endpoint I ...
  0 votes
  1 answers
  0 comments
  1210 views

Using a Docker instance, a query call on the CMIS JSON endpoint does not return a content with result (even empty), but the same response as if the call was to the repository root. I tried using POST sending form-data with cmisaction=query and ...
  0 votes
  0 answers
  0 comments
  658 views

Hello, I try to run a nuxeo docker container with mongodb using the following command: docker run –name mynuxeo -p 8080:8080 -e NUXEO_DB_HOST=“mongodb://192.168.43.43” -e NUXEO_DB_TYPE=“mongodb” nuxeo This command return the next error: Could not ...
  0 votes
  1 answers
  0 comments
  1274 views

Hi, I'm using the latest available Docker image and I'm trying to setup the S3 connector. Since I don't have subscription available at the moment, I went ahead and built the S3 connector from the source. However, when deployed to the Docker ...
  0 votes
  1 answers
  0 comments
  1234 views