nuxeo-platform


Related Questions
I am trying to setup Nuxeo LTS 2021. When I start the Nuxeo it took long time to start and after sometime Nuxeo gets closed automatically and this error displayed on console. .Could not initialize the packaging subsystem ...
  2 votes
  2 answers
  3 comments
  917 views

I have configured multiple (3) repositories in Nuxeo like the following. 1.default 2.Repo-A 3.Repo-B When I try to write a document in my second repository (Repo-A) which is not the default repository the elastic indices of all the repositories get ...
  0 votes
  0 answers
  0 comments
  513 views

After migrate to Nuxeo Platform 10.10, we get the following exception. Seems like the database function is not adapted to the code. Using PostgreSQL. Anyone know what I am missing? Thanks Failed to prepare user read acl cache PSQLException: ERROR: ...
  0 votes
  0 answers
  2 comments
  759 views

I've been trying to build a nuxeo image since yesterday (May 15th), but it is continuously failing due to http://maven.nuxeo.org/nexus/content/groups/public (containing build jar files) being down. Are there plans to bring it back up? Alternatively, ...
  0 votes
  2 answers
  5 comments
  964 views

I have a listener class which includes this code: GatewayClient gatewayClient = Framework.getService(GatewayClient.class); I want to write a junit which will invoke the listener class, and I want to mock the call to the gateway. My first problem is ...
  0 votes
  0 answers
  1 comments
  486 views

Does anyone have an example of a working configuration with nginx reverse proxy? What is wrong with the configuration below? server { listen 80; server_name nuxeo.myserver.com; return 301 https://$host$request_uri; } server { listen 443 ssl; ...
  0 votes
  2 answers
  1 comments
  993 views

After sharing a document with an external user without login, the email is sent correctly to the recipient, however, when clicking on the email link, you are always redirected to the login screen. It is not possible to view the document without ...
  0 votes
  2 answers
  0 comments
  922 views

Docker Desktop (Win10) v4.0.1; fresh pull of docker-private.packages.nuxeo.com/nuxeo/nuxeo:2021 yields v2021.8.6; New Studio Trail package registered, CLID provided and -e NUXEO_PACKAGES=“nuxeo-web-ui nuxeo-platform-getting-started” as shown in ...
  0 votes
  2 answers
  4 comments
  1160 views

Hello, I'm having trouble getting LDAP ActiveDirectory authentication to work on my Nuxeo Server instance (I configured the options using the nuxeo.conf file) on Linux The error message in the web interface is “Failed to connect to authentication ...
  0 votes
  1 answers
  0 comments
  902 views

Hello all, I am trying to get a self-compiled nuxeo instance to run on Ubuntu. Once I start it up, I am getting this error message : # # A fatal error has been detected by the Java Runtime Environment: # # SIGBUS (0x7) at pc=0x00007ff0d0c2cb23, ...
  0 votes
  0 answers
  0 comments
  733 views

Recently we had an issue, when some files were uploaded via rest to nuxeo platform. (postgress database) After that nuxeo stopped to respond, solution we found was to clean database and restart nuxeo. errors were: 2021-06-09T16:37:08,947 ERROR ...
  0 votes
  0 answers
  0 comments
  809 views

when using REST API, we use Document.CheckOut to fetch the document. We have a use case to cancel the check-out without a check-in, i.e. “cancel” the checkout. Document.CheckIn always versions the document, either major or minor, which we do not ...
  0 votes
  2 answers
  0 comments
  1039 views

Bonjour, J'ai un problème de communication entre ES et nuxeo; depuis la plateforme nuxeo quand je clique sur l'onglet “Recherche” ou l'onglet “Elasticsearch” dans le menu “Admin” ça bug et j'ai eu le message d'erreur qui s'affiche dans les logs : ...
  0 votes
  2 answers
  3 comments
  986 views

Hi, Please let me know where can I locate nuxeo-vhost.conf file. I am trying to implement security recommendations stated here “https://doc.nuxeo.com/nxdoc/security-recommendations/” Thanks, Baranidaran M
  0 votes
  0 answers
  0 comments
  761 views

Hi, I have a structure template “Operation” and a group “DOP”. I add a new ACL that grant “Read” permession for “DOP” on the “Operation”. I reload and I restart nuxeo server then I check the Obtained Result : DOP' memebers don't have permession to ...
  0 votes
  2 answers
  0 comments
  682 views