docker
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
126 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
192 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
231 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
191 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
194 views
How to get child elements by parent ref?(uuid)
0 votes
2 answers
0 comments
191 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
185 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
160 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
282 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
551 views
Hello, When trying to get access to my HTTPS url (https://ged.mydomain.com), I'm redirected to https://ged.mydomain.com:80/nuxeo/ui/ ending with an error “ERR_SSL_PROTOCOL_ERROR”. Nuxeo is running inside a docker container (mapping 58080:8080) and ...
0 votes
1 answers
0 comments
1398 views
When you update the docker image?
0 votes
1 answers
2 comments
944 views