Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nuxeo docker run - Failure on core-events-service.xml - Could not run configuration: Missing file: /opt/nuxeo/server/nxserver/config/mbeans (Not a directory) #42

Closed
jribmartins opened this issue Jul 21, 2020 · 2 comments

Comments

@jribmartins
Copy link

jribmartins commented Jul 21, 2020

I got following error:

docker run --name mynuxeo --rm -p 8096:8080 nuxeo:LTS
/docker-entrypoint.sh: ignoring /docker-entrypoint-initnuxeo.d/*
Nuxeo home:          /opt/nuxeo/server
Nuxeo configuration: /etc/nuxeo/nuxeo.conf
Include template: /opt/nuxeo/server/templates/common-base
Include template: /opt/nuxeo/server/templates/common
Include template: /opt/nuxeo/server/templates/default
Include template: /opt/nuxeo/server/templates/docker
No current configuration, generating files...
Failure on /opt/nuxeo/server/templates/common/config/mbeans/core-events-service.xml
Could not run configuration: Missing file: /opt/nuxeo/server/nxserver/config/mbeans (Not a directory)

I believe this is suppose to work without configuration files

@dmetzler
Copy link

Here is what I get by running the same command:

# docker run --name mynuxeo --rm -it -p 8096:8080 nuxeo:LTS                                                                                
/docker-entrypoint.sh: ignoring /docker-entrypoint-initnuxeo.d/*
Nuxeo home:          /opt/nuxeo/server
Nuxeo configuration: /etc/nuxeo/nuxeo.conf
Include template: /opt/nuxeo/server/templates/common-base
Include template: /opt/nuxeo/server/templates/common
Include template: /opt/nuxeo/server/templates/default
Include template: /opt/nuxeo/server/templates/docker
No current configuration, generating files...
Configuration files generated.
Server started with process ID 110.
Go to http://localhost:8080/nuxeo
2020-07-23 09:28:34.044 INFO [main] org.apache.catalina.startup.Catalina.load Server initialization in [1,113] milliseconds
# Running Nuxeo Preprocessor ...
Preprocessing: /opt/nuxeo/server/nxserver
Done.
# Preprocessing done.
2020-07-23T09:28:38,501 INFO  [FrameworkLoader]
======================================================================
= Starting Nuxeo Framework
======================================================================
  * Server home = /opt/nuxeo/server
  * Runtime home = /opt/nuxeo/server/nxserver
  * Data Directory = /var/lib/nuxeo/data
  * Log Directory = /var/log/nuxeo
  * Configuration Directory = /opt/nuxeo/server/nxserver/config
  * Temp Directory = /opt/nuxeo/server/tmp
======================================================================
2020-07-23T09:28:51,691 WARN  [ElasticSearchEmbeddedNode] Elasticsearch embedded configuration is ONLY for testing purpose. You need to create a dedicated Elasticsearch cluster for production.
2020-07-23T09:29:04,377 INFO  [OSGiRuntimeService] Nuxeo Platform Started
======================================================================
= Component Loading Status: Pending: 0 / Missing: 0 / Unstarted: 0 / Total: 492
======================================================================
2020-07-23 09:29:06.298 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [32,281] milliseconds

So I'm not able to reproduce you problem. Can you be more precise about your configuration (OS, docker version, architecture) ?

@dmetzler
Copy link

Closing as no answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants