You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
# 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) ?
I got following error:
I believe this is suppose to work without configuration files
The text was updated successfully, but these errors were encountered: