Problema al iniciar Alfresco ACS Community con Docker

cancel
Showing results for 
Search instead for 
Did you mean: 
rublape
Active Member

Problema al iniciar Alfresco ACS Community con Docker

Jump to solution

Buenas tardes,

Estoy desplegando la última versión de Alfresco Community con Docker y estoy teniendo problemas al iniciar sesión en Share.

He desplegado las imágenes community con docker-compose (adjunto el archivo YAML) y se descargan todas las imágenes correctamente, se ejecutan los contenedores (parece que correctamente) pero al final aparece el siguiente error:

share_1        |  2019-04-26 12:00:34,150  INFO  [web.site.EditionInterceptor] [http-nio-8080-exec-2] Unable to retrieve License information from Alfresco: 404

Cuando esto ocurre entro a SHARE y cuando intento entrar con las credenciales por defecto (admin/admin) me aparece el error "No se han reconocido sus datos de autenticación o puede que Alfresco Content Services no esté disponible en este momento"  adjunto imagen.

Revisando los logs veo que la base de datos postgre se conecta correctamente a alfresco por lo que he descartado el problema con la BBDD.

La única forma que he conseguido que arranque alfresco correctamente y pudiendo entrar a SHARE es eliminando los volúmenes, el problema es que me quedo sin persistencia de datos :-(

Cuando arranca sin volúmenes aparece el mensaje que la licencia se ha cargado correctamente.

¿Sabéis cual puede ser la causa por la que no carga correctamente alfresco cuando configuro volúmenes?

Mi despliegue es el siguiente:

- Sitema Operativo: PhotonOS (Basado en Centos) instalado en VM ESX

- CPU: 1 CPU / 2vCores

-Memoria: 16 GB

-Docker Version: 

  Client:
      Version: 18.06.2
      API version: 1.38
      Go version: go1.10.7
      Git commit: 6d37f41
      Built: Mon Feb 25 14:49:01 2019
      OS/Arch: linux/amd64
      Experimental: false

Server:
   Engine:
   Version: 18.06.2-ce
   API version: 1.38 (minimum version 1.12)
   Go version: go1.10.7
   Git commit: 6d37f41
   Built: Mon Feb 25 14:54:48 2019
   OS/Arch: linux/amd64
   Experimental: false

- docker-compose version

      docker-compose version 1.24.0, build 0aa59064
      docker-py version: 3.7.2
      CPython version: 3.6.8
      OpenSSL version: OpenSSL 1.1.0j 20 Nov 2018

Para hacer esto he seguido varias guías, entre ellas:

https://community.alfresco.com/community/ecm/blog/2018/11/14/deploying-and-running-alfresco-content-... 

- GitHub - Alfresco/acs-community-deployment: Deployment descriptors pull together Alfresco Content Se... 

https://community.alfresco.com/community/ecm/blog/2018/05/01/using-alfresco-201804-ea-in-a-simple-pr...

-https://github.com/keensoft/alfresco-docker-template/tree/master/templates/201804-EA

-https://github.com/keensoft/docker-alfresco/blob/master/docker-compose.yml 

y alguna que otra...pero consiguiendo los mismos resultados...

También he clonado el proyecto de GIT https://github.com/keensoft/docker-alfresco para que se instalara todo correctamente y pasa lo mismo... Todo se lanza correctamente pero a la hora de acceder a SHARE aparece el error que adjunto.

He probado de todo y ya me he vuelto medio loco, ¿alguna idea?

Gracias por adelantado.

1 Solution

Accepted Solutions
angelborroy
Alfresco Employee

Re: Problema al iniciar Alfresco ACS Community con Docker

Jump to solution

He probado el Docker Compose que adjuntas y funciona bien.

¿No hay ninguna otra traza de error en el arranque en cualquiera de los servicios? Lo de la licencia no suele ser un problema...

Hyland Developer Evangelist

View solution in original post

11 Replies
angelborroy
Alfresco Employee

Re: Problema al iniciar Alfresco ACS Community con Docker

Jump to solution

He probado el Docker Compose que adjuntas y funciona bien.

¿No hay ninguna otra traza de error en el arranque en cualquiera de los servicios? Lo de la licencia no suele ser un problema...

Hyland Developer Evangelist
rublape
Active Member

Re: Problema al iniciar Alfresco ACS Community con Docker

Jump to solution

Buenos días Ángel,

Pues si que me parece raro... El caso es que no encuentro errores en mi compose... Adjunto el archivo de log durante el inicio de los servicios.

gracias por adelantado!

Un saludo

angelborroy
Alfresco Employee

Re: Problema al iniciar Alfresco ACS Community con Docker

Jump to solution

No has adjuntado las trazas, en cualquier caso, si no hay errores en el log: ¿has probado con diferentes navegadores?

Hyland Developer Evangelist
rublape
Active Member

Re: Problema al iniciar Alfresco ACS Community con Docker

Jump to solution

Buenos días,

Disculpa pero no sé a qué te refieres con las trazas...la verdad es que no estoy familiarizado con Docker, ¿podrías indicarme como obtenerlas?

Si, he probado distintos navegadores e incluso distintos PCs pero el resultado es el mismo... Ya no sé si será tema del OS de la VM...

Un saludo

angelborroy
Alfresco Employee

Re: Problema al iniciar Alfresco ACS Community con Docker

Jump to solution

Puedes utilizar "docker-compose up" en el arranque para ver los logs en la consola.

O una vez arrancado "docker-compose logs -f" para verlos también en la consola.

Hyland Developer Evangelist
rublape
Active Member

Re: Problema al iniciar Alfresco ACS Community con Docker

Jump to solution

Buenas,

Parece que en el mensaje anterior no se adjuntó. Lo adjunto y lo pego directamente por si no se adjunta de nuevo:

Attaching to alfresco_alfresco_1, alfresco_postgres_1, alfresco_solr6_1, alfresco_share_1, alfresco_activemq_1
[33mpostgres_1 | [0m 2019-04-29 08:43:06.161 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
[33mpostgres_1 | [0m 2019-04-29 08:43:06.161 UTC [1] LOG: listening on IPv6 address "::", port 5432
[33mpostgres_1 | [0m 2019-04-29 08:43:06.211 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
[33mpostgres_1 | [0m 2019-04-29 08:43:06.512 UTC [24] LOG: database system was shut down at 2019-04-29 08:39:54 UTC
[33mpostgres_1 | [0m 2019-04-29 08:43:07.119 UTC [1] LOG: database system is ready to accept connections
[33mpostgres_1 | [0m 2019-04-29 08:45:37.709 UTC [1] LOG: received smart shutdown request
[33mpostgres_1 | [0m 2019-04-29 08:45:37.763 UTC [1] LOG: worker process: logical replication launcher (PID 30) exited with exit code 1
[33mpostgres_1 | [0m 2019-04-29 08:45:37.763 UTC [25] LOG: shutting down
[33mpostgres_1 | [0m 2019-04-29 08:45:37.905 UTC [1] LOG: database system is shut down
[33mpostgres_1 | [0m 2019-04-29 09:04:56.234 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
[33mpostgres_1 | [0m 2019-04-29 09:04:56.234 UTC [1] LOG: listening on IPv6 address "::", port 5432
[33mpostgres_1 | [0m 2019-04-29 09:04:56.284 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
[33mpostgres_1 | [0m 2019-04-29 09:04:56.532 UTC [24] LOG: database system was shut down at 2019-04-29 08:45:37 UTC
[33mpostgres_1 | [0m 2019-04-29 09:04:57.076 UTC [1] LOG: database system is ready to accept connections
[32msolr6_1 | [0m 2019-04-29 08:43:29.597 INFO (main) [ ] o.e.j.s.Server jetty-9.3.8.v20160314
[32msolr6_1 | [0m 2019-04-29 08:43:31.641 INFO (main) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 6.3.0
[32msolr6_1 | [0m 2019-04-29 08:43:31.650 INFO (main) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on port 8983
[32msolr6_1 | [0m 2019-04-29 08:43:31.650 INFO (main) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /opt/alfresco-search-services/solr
[32msolr6_1 | [0m 2019-04-29 08:43:31.974 INFO (main) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-04-29T08:43:31.652Z
[32msolr6_1 | [0m 2019-04-29 08:43:38.385 INFO (main) [ ] o.e.j.s.ServerConnector Started ServerConnector@2f953efd{HTTP/1.1,[http/1.1]}{0.0.0.0:8983}
[32msolr6_1 | [0m 2019-04-29 08:43:38.391 INFO (main) [ ] o.e.j.s.Server Started @13643ms
[32msolr6_1 | [0m 2019-04-29 08:43:57.114 ERROR (Thread-12) [ x:alfresco] o.a.s.c.SolrCore Error while closing
[32msolr6_1 | [0m java.lang.NullPointerException
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.close(SolrCore.java:1351)
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.<init>(SolrCore.java:776)
[32msolr6_1 | [0m at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
[32msolr6_1 | [0m at org.apache.solr.core.CoreContainer.create(CoreContainer.java:779)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.createAndRegisterNewCore(AlfrescoCoreAdminHandler.java:552)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.newCore(AlfrescoCoreAdminHandler.java:458)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.newDefaultCore(AlfrescoCoreAdminHandler.java:385)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.setupNewDefaultCores(AlfrescoCoreAdminHandler.java:141)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.lambda$startup$0(AlfrescoCoreAdminHandler.java:111)
[32msolr6_1 | [0m at java.lang.Thread.run(Thread.java:748)
[32msolr6_1 | [0m 2019-04-29 08:43:57.181 ERROR (Thread-12) [ x:alfresco] o.a.s.c.CoreContainer Error creating core [alfresco]: java.nio.file.AccessDeniedException: /opt/alfresco-search-services/data/alfresco
[32msolr6_1 | [0m org.apache.solr.common.SolrException: java.nio.file.AccessDeniedException: /opt/alfresco-search-services/data/alfresco
[36malfresco_1 | [0m NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.146 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.34
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.154 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Sep 4 2018 22:28:22 UTC
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.154 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.5.34.0
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.154 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.155 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.19.32-2.ph3-esx
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.155 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.155 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/java/jdk-11.0.1
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.155 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 11.0.1+13
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.155 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.156 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /usr/local/tomcat
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.156 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /usr/local/tomcat
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.200 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.201 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.201 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.201 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.201 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.201 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Ddb.driver=org.postgresql.Driver
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.202 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Ddb.username=alfresco
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.248 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Ddb.password=alfresco
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.248 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Ddb.url=jdbcSmiley Tongueostgresql://postgres:5432/alfresco
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.252 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsolr.host=solr6
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.252 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsolr.port=8983
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.261 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsolr.secureComms=none
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.261 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsolr.base.url=/solr
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.262 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dindex.subsystem.name=solr6
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.<init>(SolrCore.java:903)
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.<init>(SolrCore.java:776)
[32msolr6_1 | [0m at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
[32msolr6_1 | [0m at org.apache.solr.core.CoreContainer.create(CoreContainer.java:779)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.createAndRegisterNewCore(AlfrescoCoreAdminHandler.java:552)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.newCore(AlfrescoCoreAdminHandler.java:458)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.newDefaultCore(AlfrescoCoreAdminHandler.java:385)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.setupNewDefaultCores(AlfrescoCoreAdminHandler.java:141)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.lambda$startup$0(AlfrescoCoreAdminHandler.java:111)
[32msolr6_1 | [0m at java.lang.Thread.run(Thread.java:748)
[32msolr6_1 | [0m Caused by: java.lang.IllegalStateException: java.nio.file.AccessDeniedException: /opt/alfresco-search-services/data/alfresco
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:439)
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.<init>(SolrCore.java:844)
[32msolr6_1 | [0m ... 9 more
[32msolr6_1 | [0m Caused by: java.nio.file.AccessDeniedException: /opt/alfresco-search-services/data/alfresco
[32msolr6_1 | [0m at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
[32msolr6_1 | [0m at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
[32msolr6_1 | [0m at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
[32msolr6_1 | [0m at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384)
[32msolr6_1 | [0m at java.nio.file.Files.createDirectory(Files.java:674)
[32msolr6_1 | [0m at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)
[32msolr6_1 | [0m at java.nio.file.Files.createDirectories(Files.java:767)
[32msolr6_1 | [0m at org.apache.lucene.store.FSDirectory.<init>(FSDirectory.java:157)
[32msolr6_1 | [0m at org.apache.lucene.store.MMapDirectory.<init>(MMapDirectory.java:158)
[32msolr6_1 | [0m at org.apache.lucene.store.MMapDirectory.<init>(MMapDirectory.java:111)
[32msolr6_1 | [0m at org.apache.lucene.store.FSDirectory.open(FSDirectory.java:197)
[32msolr6_1 | [0m at org.apache.solr.core.NRTCachingDirectoryFactory.create(NRTCachingDirectoryFactory.java:55)
[32msolr6_1 | [0m at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:346)
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:435)
[32msolr6_1 | [0m ... 10 more
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.262 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dshare.host=localhost
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.262 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dalfresco.port=8082
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.262 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Daos.baseUrlOverwrite=http://localhost:8082/alfresco/aos
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.263 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dmessaging.broker.url=failoverSmiley Sadnio://activemq:61616)?timeout=3000&jms.useCompression=true
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.264 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Ddeployment.method=DOCKER_COMPOSE
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.264 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcsrf.filter.enabled=false
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.265 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms2g
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.267 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx2g
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.268 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.268 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.268 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.269 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.269 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.security.manager
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.269 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.security.policy==/usr/local/tomcat/conf/catalina.policy
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.270 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.279 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.280 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat/temp
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.280 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library [1.2.17] using APR version [1.4.8].
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.281 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.281 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.430 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized [OpenSSL 1.0.2k-fips 26 Jan 2017]
[36malfresco_1 | [0m 29-Apr-2019 08:43:13.714 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
[36malfresco_1 | [0m 29-Apr-2019 08:43:14.089 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
[32msolr6_1 | [0m 2019-04-29 08:43:57.182 ERROR (Thread-12) [ x:alfresco] o.a.s.AlfrescoCoreAdminHandler Failed to create default alfresco cores (workspace/archive stores)
[32msolr6_1 | [0m org.apache.solr.common.SolrException: Error CREATEing SolrCore 'alfresco': Unable to create core [alfresco] Caused by: /opt/alfresco-search-services/data/alfresco
[32msolr6_1 | [0m at org.apache.solr.core.CoreContainer.create(CoreContainer.java:813)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.createAndRegisterNewCore(AlfrescoCoreAdminHandler.java:552)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.newCore(AlfrescoCoreAdminHandler.java:458)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.newDefaultCore(AlfrescoCoreAdminHandler.java:385)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.setupNewDefaultCores(AlfrescoCoreAdminHandler.java:141)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.lambda$startup$0(AlfrescoCoreAdminHandler.java:111)
[32msolr6_1 | [0m at java.lang.Thread.run(Thread.java:748)
[32msolr6_1 | [0m Caused by: org.apache.solr.common.SolrException: Unable to create core [alfresco]
[32msolr6_1 | [0m at org.apache.solr.core.CoreContainer.create(CoreContainer.java:855)
[32msolr6_1 | [0m at org.apache.solr.core.CoreContainer.create(CoreContainer.java:779)
[32msolr6_1 | [0m ... 6 more
[32msolr6_1 | [0m Caused by: org.apache.solr.common.SolrException: java.nio.file.AccessDeniedException: /opt/alfresco-search-services/data/alfresco
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.<init>(SolrCore.java:903)
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.<init>(SolrCore.java:776)
[32msolr6_1 | [0m at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
[32msolr6_1 | [0m ... 7 more
[32msolr6_1 | [0m Caused by: java.lang.IllegalStateException: java.nio.file.AccessDeniedException: /opt/alfresco-search-services/data/alfresco
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:439)
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.<init>(SolrCore.java:844)
[32msolr6_1 | [0m ... 9 more
[32msolr6_1 | [0m Caused by: java.nio.file.AccessDeniedException: /opt/alfresco-search-services/data/alfresco
[32msolr6_1 | [0m at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
[32msolr6_1 | [0m at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
[32msolr6_1 | [0m at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
[32msolr6_1 | [0m at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384)
[32msolr6_1 | [0m at java.nio.file.Files.createDirectory(Files.java:674)
[32msolr6_1 | [0m at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)
[35mshare_1 | [0m Replace 'REPO_HOST' with 'alfresco' and 'REPO_PORT' with '8080'
[35mshare_1 | [0m NEW -csrf.filter.referer is ''
[35mshare_1 | [0m NEW -csrf.filter.origin is ''
[35mshare_1 | [0m /usr/local/tomcat/shared/classes/alfresco/substituter.sh: line 19: [: !=: unary operator expected
[35mshare_1 | [0m NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
[35mshare_1 | [0m 29-Apr-2019 08:43:13.145 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.34
[35mshare_1 | [0m 29-Apr-2019 08:43:13.161 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Sep 4 2018 22:28:22 UTC
[35mshare_1 | [0m 29-Apr-2019 08:43:13.162 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.5.34.0
[35mshare_1 | [0m 29-Apr-2019 08:43:13.162 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux
[35mshare_1 | [0m 29-Apr-2019 08:43:13.163 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.19.32-2.ph3-esx
[35mshare_1 | [0m 29-Apr-2019 08:43:13.165 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
[35mshare_1 | [0m 29-Apr-2019 08:43:13.165 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/java/jdk-11.0.1
[35mshare_1 | [0m 29-Apr-2019 08:43:13.165 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 11.0.1+13
[36malfresco_1 | [0m 29-Apr-2019 08:43:14.113 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
[36malfresco_1 | [0m 29-Apr-2019 08:43:14.115 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
[36malfresco_1 | [0m 29-Apr-2019 08:43:14.116 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 5198 ms
[36malfresco_1 | [0m 29-Apr-2019 08:43:14.538 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
[36malfresco_1 | [0m 29-Apr-2019 08:43:14.538 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.34
[36malfresco_1 | [0m 29-Apr-2019 08:43:14.714 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/alfresco]
[36malfresco_1 | [0m 29-Apr-2019 08:43:28.268 WARNING [localhost-startStop-1] org.apache.juli.ClassLoaderLogManager.readConfiguration Reading /usr/local/tomcat/webapps/alfresco/WEB-INF/classes/logging.properties is not permitted. See "per context logging" in the default catalina.policy file.
[36malfresco_1 | [0m 29-Apr-2019 08:43:28.327 WARNING [localhost-startStop-1] org.apache.juli.ClassLoaderLogManager.readConfiguration Reading /usr/local/tomcat/webapps/alfresco/WEB-INF/classes/logging.properties is not permitted. See "per context logging" in the default catalina.policy file.
[36malfresco_1 | [0m 29-Apr-2019 08:44:11.999 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
[36malfresco_1 | [0m 2019-04-29 08:44:31,122 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V4.2-metadata-query-indexes
[36malfresco_1 | [0m 2019-04-29 08:44:31,133 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V5.1-metadata-query-indexes
[36malfresco_1 | [0m 2019-04-29 08:44:31,134 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V5.2-remove-jbpm-tables-from-db
[36malfresco_1 | [0m 2019-04-29 08:44:31,995 INFO [alfresco.repo.admin] [localhost-startStop-1] Using database URL 'jdbcSmiley Tongueostgresql://postgres:5432/alfresco' with user 'alfresco'.
[36malfresco_1 | [0m 2019-04-29 08:44:31,996 INFO [alfresco.repo.admin] [localhost-startStop-1] Connected to database PostgreSQL version 10.1
[36malfresco_1 | [0m 2019-04-29 08:44:42,973 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]
[36malfresco_1 | [0m 2019-04-29 08:44:43,218 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1] complete
[36malfresco_1 | [0m 2019-04-29 08:44:47,634 INFO [extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor Repository Template Processor for extension ftl
[36malfresco_1 | [0m 2019-04-29 08:44:47,639 INFO [extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor Repository Script Processor for extension js
[36malfresco_1 | [0m 2019-04-29 08:44:52,307 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted]
[36malfresco_1 | [0m 2019-04-29 08:44:52,397 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted] complete
[36malfresco_1 | [0m 2019-04-29 08:44:52,558 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Connecting to database: jdbcSmiley Tongueostgresql://postgres:5432/alfresco, UserName=alfresco, PostgreSQL JDBC Driver
[36malfresco_1 | [0m 2019-04-29 08:44:52,558 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema managed by database dialect org.alfresco.repo.domain.dialect.PostgreSQLDialect.
[36malfresco_1 | [0m 2019-04-29 08:44:53,110 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Applied patches detected: 222
[36malfresco_1 | [0m 2019-04-29 08:44:53,258 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Checking and patching Alfresco tables took 148 ms
[36malfresco_1 | [0m 2019-04-29 08:44:53,348 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Activiti tables need to be checked for patches
[36malfresco_1 | [0m 2019-04-29 08:44:53,403 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Checking and patching Activiti tables took 54 ms
[36malfresco_1 | [0m 2019-04-29 08:44:53,463 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Checking that all patches have been applied took 59 ms
[36malfresco_1 | [0m 2019-04-29 08:44:53,464 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Updating the DB schema took 902 ms
[36malfresco_1 | [0m 2019-04-29 08:44:53,465 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] No changes were made to the schema.
[36malfresco_1 | [0m 2019-04-29 08:44:56,730 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'thirdparty' subsystem, ID: [thirdparty, default]
[36malfresco_1 | [0m 2019-04-29 08:44:57,593 INFO [transform.pdfrenderer.AlfrescoPdfRendererContentTransformerWorker] [localhost-startStop-1] Using remote Alfresco PDF Renderer: Alfresco PDF Renderer Version 1.1 [5b0e0b81dt] 2018-02-20 15:34:00 using Pdfium [e53460ff] 2018-02-19 18:34:00 CEST
[32msolr6_1 | [0m at java.nio.file.Files.createDirectories(Files.java:767)
[32msolr6_1 | [0m at org.apache.lucene.store.FSDirectory.<init>(FSDirectory.java:157)
[32msolr6_1 | [0m at org.apache.lucene.store.MMapDirectory.<init>(MMapDirectory.java:158)
[36malfresco_1 | [0m 2019-04-29 08:44:57,597 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'thirdparty' subsystem, ID: [thirdparty, default] complete
[36malfresco_1 | [0m 2019-04-29 08:44:57,597 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'OOoJodconverter' subsystem, ID: [OOoJodconverter, default]
[36malfresco_1 | [0m 29-Apr-2019 08:44:57.731 INFO [localhost-startStop-1] org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.<init> ProcessManager implementation is LinuxProcessManager
[36malfresco_1 | [0m 29-Apr-2019 08:44:57.901 INFO [OfficeProcessThread-0] org.artofsolving.jodconverter.office.OfficeProcess.start Using original OpenOffice command: [/opt/libreoffice5.4/program/soffice.bin, -accept=socket,host=127.0.0.1,port=8100;urp;, -env:UserInstallation=file:///usr/local/tomcat/temp/.jodconverter_socket_host-127.0.0.1_port-8100, -headless, -nocrashreport, -nodefault, -nofirststartwizard, -nolockcheck, -nologo, -norestore]
[36malfresco_1 | [0m 29-Apr-2019 08:44:57.903 INFO [OfficeProcessThread-0] org.artofsolving.jodconverter.office.OfficeProcess.start starting process with acceptString 'socket,host=127.0.0.1,port=8100,tcpNoDelay=1' and profileDir '/usr/local/tomcat/temp/.jodconverter_socket_host-127.0.0.1_port-8100'
[36malfresco_1 | [0m 29-Apr-2019 08:44:57.926 INFO [OfficeProcessThread-0] org.artofsolving.jodconverter.office.OfficeProcess.start started process; pid = 92
[36malfresco_1 | [0m 29-Apr-2019 08:45:04.610 WARNING [OfficeProcessThread-0] org.artofsolving.jodconverter.office.ManagedOfficeProcess$6.attempt office process died with exit code 81; restarting it
[36malfresco_1 | [0m 29-Apr-2019 08:45:04.616 INFO [OfficeProcessThread-0] org.artofsolving.jodconverter.office.OfficeProcess.start Using original OpenOffice command: [/opt/libreoffice5.4/program/soffice.bin, -accept=socket,host=127.0.0.1,port=8100;urp;, -env:UserInstallation=file:///usr/local/tomcat/temp/.jodconverter_socket_host-127.0.0.1_port-8100, -headless, -nocrashreport, -nodefault, -nofirststartwizard, -nolockcheck, -nologo, -norestore]
[36malfresco_1 | [0m 29-Apr-2019 08:45:04.617 INFO [OfficeProcessThread-0] org.artofsolving.jodconverter.office.OfficeProcess.start starting process with acceptString 'socket,host=127.0.0.1,port=8100,tcpNoDelay=1' and profileDir '/usr/local/tomcat/temp/.jodconverter_socket_host-127.0.0.1_port-8100'
[35mshare_1 | [0m 29-Apr-2019 08:43:13.166 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
[35mshare_1 | [0m 29-Apr-2019 08:43:13.166 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /usr/local/tomcat
[35mshare_1 | [0m 29-Apr-2019 08:43:13.166 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /usr/local/tomcat
[35mshare_1 | [0m 29-Apr-2019 08:43:13.260 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED
[35mshare_1 | [0m 29-Apr-2019 08:43:13.260 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED
[35mshare_1 | [0m 29-Apr-2019 08:43:13.260 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
[35mshare_1 | [0m 29-Apr-2019 08:43:13.266 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties
[35mshare_1 | [0m 29-Apr-2019 08:43:13.266 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
[35mshare_1 | [0m 29-Apr-2019 08:43:13.266 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
[35mshare_1 | [0m 29-Apr-2019 08:43:13.267 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
[35mshare_1 | [0m 29-Apr-2019 08:43:13.270 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
[35mshare_1 | [0m 29-Apr-2019 08:43:13.271 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms2g
[35mshare_1 | [0m 29-Apr-2019 08:43:13.271 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx2g
[35mshare_1 | [0m 29-Apr-2019 08:43:13.271 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
[35mshare_1 | [0m 29-Apr-2019 08:43:13.272 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat
[35mshare_1 | [0m 29-Apr-2019 08:43:13.272 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat
[35mshare_1 | [0m 29-Apr-2019 08:43:13.272 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat/temp
[35mshare_1 | [0m 29-Apr-2019 08:43:13.273 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library [1.2.17] using APR version [1.4.8].
[35mshare_1 | [0m 29-Apr-2019 08:43:13.273 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
[35mshare_1 | [0m 29-Apr-2019 08:43:13.282 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
[35mshare_1 | [0m 29-Apr-2019 08:43:13.434 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized [OpenSSL 1.0.2k-fips 26 Jan 2017]
[35mshare_1 | [0m 29-Apr-2019 08:43:13.719 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
[35mshare_1 | [0m 29-Apr-2019 08:43:14.089 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
[35mshare_1 | [0m 29-Apr-2019 08:43:14.114 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
[35mshare_1 | [0m 29-Apr-2019 08:43:14.116 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
[35mshare_1 | [0m 29-Apr-2019 08:43:14.118 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 5641 ms
[35mshare_1 | [0m 29-Apr-2019 08:43:14.538 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
[35mshare_1 | [0m 29-Apr-2019 08:43:14.540 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.34
[35mshare_1 | [0m 29-Apr-2019 08:43:14.782 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/share]
[35mshare_1 | [0m Apr 29, 2019 8:43:41 AM org.apache.jasper.servlet.TldScanner scanJars
[31mactivemq_1 | [0m INFO: Loading '/opt/activemq/bin/env'
[31mactivemq_1 | [0m INFO: Using java '/usr/java/default/bin/java'
[31mactivemq_1 | [0m INFO: Starting in foreground, this is just for debugging purposes (stop process by pressing CTRL+C)
[31mactivemq_1 | [0m INFO: Creating pidfile /opt/activemq/data/activemq.pid
[31mactivemq_1 | [0m Java Runtime: Oracle Corporation 1.8.0_181 /usr/java/jdk1.8.0_181/jre
[31mactivemq_1 | [0m Heap sizes: current=62976k free=58705k max=932352k
[31mactivemq_1 | [0m JVM args: -Xms64M -Xmx1G -Djava.util.logging.config.file=logging.properties -Djava.security.auth.login.config=/opt/activemq/conf/login.config -Dcom.sun.management.jmxremote -Djava.awt.headless=true -Djava.io.tmpdir=/opt/activemq/tmp -Dactivemq.classpath=/opt/activemq/conf:/opt/activemq/../lib/: -Dactivemq.home=/opt/activemq -Dactivemq.base=/opt/activemq -Dactivemq.conf=/opt/activemq/conf -Dactivemq.data=/opt/activemq/data
[31mactivemq_1 | [0m Extensions classpath:
[31mactivemq_1 | [0m [/opt/activemq/lib,/opt/activemq/lib/camel,/opt/activemq/lib/optional,/opt/activemq/lib/web,/opt/activemq/lib/extra]
[31mactivemq_1 | [0m ACTIVEMQ_HOME: /opt/activemq
[31mactivemq_1 | [0m ACTIVEMQ_BASE: /opt/activemq
[31mactivemq_1 | [0m ACTIVEMQ_CONF: /opt/activemq/conf
[31mactivemq_1 | [0m ACTIVEMQ_DATA: /opt/activemq/data
[31mactivemq_1 | [0m Loading message broker from: xbean:activemq.xml
[31mactivemq_1 | [0m INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@73ad2d6: startup date [Mon Apr 29 08:43:18 UTC 2019]; root of context hierarchy
[31mactivemq_1 | [0m INFO | Using Persistence Adapter: KahaDBPersistenceAdapter[/opt/activemq/data/kahadb]
[31mactivemq_1 | [0m INFO | PListStore:[/opt/activemq/data/localhost/tmp_storage] started
[31mactivemq_1 | [0m INFO | Apache ActiveMQ 5.15.6 (localhost, ID:108770f8ea12-39777-1556527406900-0:1) is starting
[31mactivemq_1 | [0m INFO | Listening for connections at: tcp://108770f8ea12:61616?maximumConnections=1000&wireFormat.maxFrameSize=104857600
[31mactivemq_1 | [0m INFO | Connector openwire started
[31mactivemq_1 | [0m INFO | Listening for connections at: amqp://108770f8ea12:5672?maximumConnections=1000&wireFormat.maxFrameSize=104857600
[31mactivemq_1 | [0m INFO | Connector amqp started
[31mactivemq_1 | [0m INFO | Listening for connections at: stomp://108770f8ea12:61613?maximumConnections=1000&wireFormat.maxFrameSize=104857600
[32msolr6_1 | [0m at org.apache.lucene.store.MMapDirectory.<init>(MMapDirectory.java:111)
[32msolr6_1 | [0m at org.apache.lucene.store.FSDirectory.open(FSDirectory.java:197)
[32msolr6_1 | [0m at org.apache.solr.core.NRTCachingDirectoryFactory.create(NRTCachingDirectoryFactory.java:55)
[32msolr6_1 | [0m at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:346)
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:435)
[32msolr6_1 | [0m ... 10 more
[32msolr6_1 | [0m 2019-04-29 08:45:37.952 INFO (Thread-0) [ ] o.e.j.s.ServerConnector Stopped ServerConnector@2f953efd{HTTP/1.1,[http/1.1]}{0.0.0.0:8983}
[32msolr6_1 | [0m 2019-04-29 08:45:39.043 WARN (Thread-0) [ ] o.e.j.s.ServletContextHandler ServletContextHandler.setHandler should not be called directly. Use insertHandler or setSessionHandler etc.
[32msolr6_1 | [0m Rotating solr logs, keeping a max of 9 generations
[32msolr6_1 | [0m 2019-04-29 09:05:19.521 INFO (main) [ ] o.e.j.s.Server jetty-9.3.8.v20160314
[32msolr6_1 | [0m 2019-04-29 09:05:21.435 INFO (main) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 6.3.0
[32msolr6_1 | [0m 2019-04-29 09:05:21.437 INFO (main) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on port 8983
[32msolr6_1 | [0m 2019-04-29 09:05:21.438 INFO (main) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /opt/alfresco-search-services/solr
[32msolr6_1 | [0m 2019-04-29 09:05:21.778 INFO (main) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-04-29T09:05:21.440Z
[32msolr6_1 | [0m 2019-04-29 09:05:28.013 INFO (main) [ ] o.e.j.s.ServerConnector Started ServerConnector@2f953efd{HTTP/1.1,[http/1.1]}{0.0.0.0:8983}
[32msolr6_1 | [0m 2019-04-29 09:05:28.014 INFO (main) [ ] o.e.j.s.Server Started @13640ms
[32msolr6_1 | [0m 2019-04-29 09:05:44.953 ERROR (Thread-12) [ x:alfresco] o.a.s.c.SolrCore Error while closing
[32msolr6_1 | [0m java.lang.NullPointerException
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.close(SolrCore.java:1351)
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.<init>(SolrCore.java:895)
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.<init>(SolrCore.java:776)
[32msolr6_1 | [0m at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
[32msolr6_1 | [0m at org.apache.solr.core.CoreContainer.create(CoreContainer.java:779)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.createAndRegisterNewCore(AlfrescoCoreAdminHandler.java:552)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.newCore(AlfrescoCoreAdminHandler.java:458)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.newDefaultCore(AlfrescoCoreAdminHandler.java:385)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.setupNewDefaultCores(AlfrescoCoreAdminHandler.java:141)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.lambda$startup$0(AlfrescoCoreAdminHandler.java:111)
[32msolr6_1 | [0m at java.lang.Thread.run(Thread.java:748)
[31mactivemq_1 | [0m INFO | Connector stomp started
[31mactivemq_1 | [0m INFO | Listening for connections at: mqtt://108770f8ea12:1883?maximumConnections=1000&wireFormat.maxFrameSize=104857600
[31mactivemq_1 | [0m INFO | Connector mqtt started
[31mactivemq_1 | [0m WARN | ServletContext@o.e.j.s.ServletContextHandler@41ab013{/,null,STARTING} has uncovered http methods for path: /
[31mactivemq_1 | [0m INFO | Listening for connections at ws://108770f8ea12:61614?maximumConnections=1000&wireFormat.maxFrameSize=104857600
[31mactivemq_1 | [0m INFO | Connector ws started
[31mactivemq_1 | [0m INFO | Apache ActiveMQ 5.15.6 (localhost, ID:108770f8ea12-39777-1556527406900-0:1) started
[31mactivemq_1 | [0m INFO | For help or more information please see: http://activemq.apache.org
[31mactivemq_1 | [0m WARN | Store limit is 102400 mb (current store usage is 0 mb). The data directory: /opt/activemq/data/kahadb only has 2472 mb of usable space. - resetting to maximum available disk space: 2472 mb
[31mactivemq_1 | [0m WARN | Temporary Store limit is 51200 mb (current store usage is 0 mb). The data directory: /opt/activemq/data only has 2472 mb of usable space. - resetting to maximum available disk space: 2472 mb
[31mactivemq_1 | [0m INFO | No Spring WebApplicationInitializer types detected on classpath
[31mactivemq_1 | [0m INFO | ActiveMQ WebConsole available at http://0.0.0.0:8161/
[31mactivemq_1 | [0m INFO | ActiveMQ Jolokia REST API available at http://0.0.0.0:8161/api/jolokia/
[31mactivemq_1 | [0m INFO | Initializing Spring FrameworkServlet 'dispatcher'
[31mactivemq_1 | [0m INFO | No Spring WebApplicationInitializer types detected on classpath
[31mactivemq_1 | [0m INFO | jolokia-agent: Using policy access restrictor classpath:/jolokia-access.xml
[31mactivemq_1 | [0m INFO: Loading '/opt/activemq/bin/env'
[31mactivemq_1 | [0m INFO: Using java '/usr/java/default/bin/java'
[31mactivemq_1 | [0m INFO: Starting in foreground, this is just for debugging purposes (stop process by pressing CTRL+C)
[31mactivemq_1 | [0m INFO: Creating pidfile /opt/activemq/data/activemq.pid
[31mactivemq_1 | [0m Java Runtime: Oracle Corporation 1.8.0_181 /usr/java/jdk1.8.0_181/jre
[31mactivemq_1 | [0m Heap sizes: current=62976k free=58707k max=932352k
[31mactivemq_1 | [0m JVM args: -Xms64M -Xmx1G -Djava.util.logging.config.file=logging.properties -Djava.security.auth.login.config=/opt/activemq/conf/login.config -Dcom.sun.management.jmxremote -Djava.awt.headless=true -Djava.io.tmpdir=/opt/activemq/tmp -Dactivemq.classpath=/opt/activemq/conf:/opt/activemq/../lib/: -Dactivemq.home=/opt/activemq -Dactivemq.base=/opt/activemq -Dactivemq.conf=/opt/activemq/conf -Dactivemq.data=/opt/activemq/data
[31mactivemq_1 | [0m Extensions classpath:
[31mactivemq_1 | [0m [/opt/activemq/lib,/opt/activemq/lib/camel,/opt/activemq/lib/optional,/opt/activemq/lib/web,/opt/activemq/lib/extra]
[31mactivemq_1 | [0m ACTIVEMQ_HOME: /opt/activemq
[31mactivemq_1 | [0m ACTIVEMQ_BASE: /opt/activemq
[31mactivemq_1 | [0m ACTIVEMQ_CONF: /opt/activemq/conf
[31mactivemq_1 | [0m ACTIVEMQ_DATA: /opt/activemq/data
[32msolr6_1 | [0m 2019-04-29 09:05:44.996 ERROR (Thread-12) [ x:alfresco] o.a.s.c.CoreContainer Error creating core [alfresco]: java.nio.file.AccessDeniedException: /opt/alfresco-search-services/data/alfresco
[32msolr6_1 | [0m org.apache.solr.common.SolrException: java.nio.file.AccessDeniedException: /opt/alfresco-search-services/data/alfresco
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.<init>(SolrCore.java:903)
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.<init>(SolrCore.java:776)
[32msolr6_1 | [0m at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
[32msolr6_1 | [0m at org.apache.solr.core.CoreContainer.create(CoreContainer.java:779)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.createAndRegisterNewCore(AlfrescoCoreAdminHandler.java:552)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.newCore(AlfrescoCoreAdminHandler.java:458)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.newDefaultCore(AlfrescoCoreAdminHandler.java:385)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.setupNewDefaultCores(AlfrescoCoreAdminHandler.java:141)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.lambda$startup$0(AlfrescoCoreAdminHandler.java:111)
[32msolr6_1 | [0m at java.lang.Thread.run(Thread.java:748)
[32msolr6_1 | [0m Caused by: java.lang.IllegalStateException: java.nio.file.AccessDeniedException: /opt/alfresco-search-services/data/alfresco
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:439)
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.<init>(SolrCore.java:844)
[32msolr6_1 | [0m ... 9 more
[32msolr6_1 | [0m Caused by: java.nio.file.AccessDeniedException: /opt/alfresco-search-services/data/alfresco
[32msolr6_1 | [0m at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
[32msolr6_1 | [0m at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
[32msolr6_1 | [0m at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
[32msolr6_1 | [0m at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384)
[32msolr6_1 | [0m at java.nio.file.Files.createDirectory(Files.java:674)
[32msolr6_1 | [0m at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)
[32msolr6_1 | [0m at java.nio.file.Files.createDirectories(Files.java:767)
[32msolr6_1 | [0m at org.apache.lucene.store.FSDirectory.<init>(FSDirectory.java:157)
[32msolr6_1 | [0m at org.apache.lucene.store.MMapDirectory.<init>(MMapDirectory.java:158)
[32msolr6_1 | [0m at org.apache.lucene.store.MMapDirectory.<init>(MMapDirectory.java:111)
[32msolr6_1 | [0m at org.apache.lucene.store.FSDirectory.open(FSDirectory.java:197)
[32msolr6_1 | [0m at org.apache.solr.core.NRTCachingDirectoryFactory.create(NRTCachingDirectoryFactory.java:55)
[32msolr6_1 | [0m at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:346)
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:435)
[32msolr6_1 | [0m ... 10 more
[32msolr6_1 | [0m 2019-04-29 09:05:44.998 ERROR (Thread-12) [ x:alfresco] o.a.s.AlfrescoCoreAdminHandler Failed to create default alfresco cores (workspace/archive stores)
[36malfresco_1 | [0m 29-Apr-2019 08:45:04.626 INFO [OfficeProcessThread-0] org.artofsolving.jodconverter.office.OfficeProcess.start started process; pid = 104
[36malfresco_1 | [0m 29-Apr-2019 08:45:05.217 INFO [OfficeProcessThread-0] org.artofsolving.jodconverter.office.OfficeConnection.connect connected: 'socket,host=127.0.0.1,port=8100,tcpNoDelay=1'
[36malfresco_1 | [0m 2019-04-29 08:45:05,250 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'OOoJodconverter' subsystem, ID: [OOoJodconverter, default] complete
[36malfresco_1 | [0m 2019-04-29 08:45:05,253 INFO [repo.admin.ConfigurationChecker] [localhost-startStop-1] The root data directory ('dir.root') is: /usr/local/tomcat/alf_data
[36malfresco_1 | [0m 2019-04-29 08:45:05,379 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Checking for patches to apply ...
[36malfresco_1 | [0m 2019-04-29 08:45:05,734 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Applying patch 'patch.db-v4.2-migrate-activiti-workflows' (Migrated workflow variables into newly created table.).
[36malfresco_1 | [0m 2019-04-29 08:45:05,737 ERROR [admin.patch.PatchExecuter] [localhost-startStop-1] 03290018
[36malfresco_1 | [0m Patch 'patch.db-v4.2-migrate-activiti-workflows' was last supported on version 5.2.x.
[36malfresco_1 | [0m Please follow an incremental upgrade using version 5.2.x.
[36malfresco_1 | [0m 2019-04-29 08:45:05,780 ERROR [admin.patch.PatchExecuter] [localhost-startStop-1]
[36malfresco_1 | [0m === Failed to apply patch ===
[36malfresco_1 | [0m ID: patch.db-v4.2-migrate-activiti-workflows
[36malfresco_1 | [0m RESULT:
[36malfresco_1 | [0m 03290018
[36malfresco_1 | [0m Patch 'patch.db-v4.2-migrate-activiti-workflows' was last supported on version 5.2.x.
[36malfresco_1 | [0m Please follow an incremental upgrade using version 5.2.x.
[36malfresco_1 | [0m =====================================
[36malfresco_1 | [0m 2019-04-29 08:45:05,781 ERROR [web.context.ContextLoader] [localhost-startStop-1] Context initialization failed
[36malfresco_1 | [0m org.alfresco.error.AlfrescoRuntimeException: 03290019 Not all patches could be applied
[36malfresco_1 | [0m at org.alfresco.repo.admin.patch.PatchExecuter.applyOutstandingPatches(PatchExecuter.java:118)
[36malfresco_1 | [0m at org.alfresco.repo.admin.patch.PatchExecuter$1.doWork(PatchExecuter.java:131)
[36malfresco_1 | [0m at org.alfresco.repo.admin.patch.PatchExecuter$1.doWork(PatchExecuter.java:1)
[36malfresco_1 | [0m at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:623)
[36malfresco_1 | [0m at org.alfresco.repo.admin.patch.PatchExecuter.onBootstrap(PatchExecuter.java:135)
[36malfresco_1 | [0m at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:56)
[36malfresco_1 | [0m at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEventInternal(SafeApplicationEventMulticaster.java:221)
[36malfresco_1 | [0m at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:186)
[36malfresco_1 | [0m at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:206)
[36malfresco_1 | [0m at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:398)
[36malfresco_1 | [0m at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:355)
[36malfresco_1 | [0m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:882)
[36malfresco_1 | [0m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
[36malfresco_1 | [0m at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:400)
[36malfresco_1 | [0m at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:291)
[36malfresco_1 | [0m at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103)
[36malfresco_1 | [0m at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:70)
[36malfresco_1 | [0m at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4792)
[36malfresco_1 | [0m at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5256)
[36malfresco_1 | [0m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:129)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:150)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:140)
[36malfresco_1 | [0m at java.base/java.security.AccessController.doPrivileged(Native Method)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:728)
[36malfresco_1 | [0m at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
[36malfresco_1 | [0m at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1140)
[36malfresco_1 | [0m at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1875)
[36malfresco_1 | [0m at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[36malfresco_1 | [0m at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[36malfresco_1 | [0m at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[36malfresco_1 | [0m at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[36malfresco_1 | [0m at java.base/java.lang.Thread.run(Thread.java:834)
[36malfresco_1 | [0m 29-Apr-2019 08:45:05.808 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
[36malfresco_1 | [0m 29-Apr-2019 08:45:05.814 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/alfresco] startup failed due to previous errors
[36malfresco_1 | [0m 2019-04-29 08:45:05,854 WARN [context.support.XmlWebApplicationContext] [localhost-startStop-1] Exception thrown from ApplicationListener handling ContextClosedEvent
[36malfresco_1 | [0m java.lang.NullPointerException
[36malfresco_1 | [0m at org.alfresco.repo.workflow.activiti.ActivitiEngineInitializer.onShutdown(ActivitiEngineInitializer.java:65)
[36malfresco_1 | [0m at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:67)
[31mactivemq_1 | [0m Loading message broker from: xbean:activemq.xml
[31mactivemq_1 | [0m INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@73ad2d6: startup date [Mon Apr 29 09:05:09 UTC 2019]; root of context hierarchy
[31mactivemq_1 | [0m INFO | Using Persistence Adapter: KahaDBPersistenceAdapter[/opt/activemq/data/kahadb]
[31mactivemq_1 | [0m INFO | KahaDB is version 6
[31mactivemq_1 | [0m INFO | PListStore:[/opt/activemq/data/localhost/tmp_storage] started
[31mactivemq_1 | [0m INFO | Apache ActiveMQ 5.15.6 (localhost, ID:108770f8ea12-37559-1556528717787-0:1) is starting
[31mactivemq_1 | [0m INFO | Listening for connections at: tcp://108770f8ea12:61616?maximumConnections=1000&wireFormat.maxFrameSize=104857600
[31mactivemq_1 | [0m INFO | Connector openwire started
[31mactivemq_1 | [0m INFO | Listening for connections at: amqp://108770f8ea12:5672?maximumConnections=1000&wireFormat.maxFrameSize=104857600
[31mactivemq_1 | [0m INFO | Connector amqp started
[31mactivemq_1 | [0m INFO | Listening for connections at: stomp://108770f8ea12:61613?maximumConnections=1000&wireFormat.maxFrameSize=104857600
[31mactivemq_1 | [0m INFO | Connector stomp started
[31mactivemq_1 | [0m INFO | Listening for connections at: mqtt://108770f8ea12:1883?maximumConnections=1000&wireFormat.maxFrameSize=104857600
[31mactivemq_1 | [0m INFO | Connector mqtt started
[31mactivemq_1 | [0m WARN | ServletContext@o.e.j.s.ServletContextHandler@babafc2{/,null,STARTING} has uncovered http methods for path: /
[31mactivemq_1 | [0m INFO | Listening for connections at ws://108770f8ea12:61614?maximumConnections=1000&wireFormat.maxFrameSize=104857600
[31mactivemq_1 | [0m INFO | Connector ws started
[31mactivemq_1 | [0m INFO | Apache ActiveMQ 5.15.6 (localhost, ID:108770f8ea12-37559-1556528717787-0:1) started
[31mactivemq_1 | [0m INFO | For help or more information please see: http://activemq.apache.org
[31mactivemq_1 | [0m WARN | Store limit is 102400 mb (current store usage is 0 mb). The data directory: /opt/activemq/data/kahadb only has 2463 mb of usable space. - resetting to maximum available disk space: 2463 mb
[31mactivemq_1 | [0m WARN | Temporary Store limit is 51200 mb (current store usage is 0 mb). The data directory: /opt/activemq/data only has 2463 mb of usable space. - resetting to maximum available disk space: 2463 mb
[31mactivemq_1 | [0m INFO | No Spring WebApplicationInitializer types detected on classpath
[31mactivemq_1 | [0m INFO | ActiveMQ WebConsole available at http://0.0.0.0:8161/
[31mactivemq_1 | [0m INFO | ActiveMQ Jolokia REST API available at http://0.0.0.0:8161/api/jolokia/
[31mactivemq_1 | [0m INFO | Initializing Spring FrameworkServlet 'dispatcher'
[31mactivemq_1 | [0m INFO | No Spring WebApplicationInitializer types detected on classpath
[31mactivemq_1 | [0m INFO | jolokia-agent: Using policy access restrictor classpath:/jolokia-access.xml
[36malfresco_1 | [0m at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEventInternal(SafeApplicationEventMulticaster.java:221)
[36malfresco_1 | [0m at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:191)
[36malfresco_1 | [0m at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:206)
[36malfresco_1 | [0m at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:398)
[36malfresco_1 | [0m at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:355)
[36malfresco_1 | [0m at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:994)
[36malfresco_1 | [0m at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:961)
[36malfresco_1 | [0m at org.springframework.web.context.ContextLoader.closeWebApplicationContext(ContextLoader.java:516)
[36malfresco_1 | [0m at org.springframework.web.context.ContextLoaderListener.contextDestroyed(ContextLoaderListener.java:112)
[36malfresco_1 | [0m at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4839)
[36malfresco_1 | [0m at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5478)
[36malfresco_1 | [0m at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:226)
[36malfresco_1 | [0m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
[35mshare_1 | [0m INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
[35mshare_1 | [0m Apr 29, 2019 8:43:41 AM org.apache.catalina.core.ApplicationContext log
[35mshare_1 | [0m INFO: No Spring WebApplicationInitializer types detected on classpath
[35mshare_1 | [0m Apr 29, 2019 8:43:41 AM org.apache.catalina.core.ApplicationContext log
[35mshare_1 | [0m INFO: Initializing Spring root WebApplicationContext
[35mshare_1 | [0m WARNING: An illegal reflective access operation has occurred
[35mshare_1 | [0m WARNING: Illegal reflective access by org.dom4j.io.SAXContentHandler (file:/usr/local/tomcat/webapps/share/WEB-INF/lib/dom4j-1.6.1.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding()
[35mshare_1 | [0m WARNING: Please consider reporting this to the maintainers of org.dom4j.io.SAXContentHandler
[35mshare_1 | [0m WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[35mshare_1 | [0m WARNING: All illegal access operations will be denied in a future release
[35mshare_1 | [0m 2019-04-29 08:44:00,046 INFO [config.packaging.ModulePackageManager] [localhost-startStop-1] Found 1 module package(s)
[35mshare_1 | [0m 2019-04-29 08:44:00,047 INFO [config.packaging.ModulePackageManager] [localhost-startStop-1] Alfresco / Google Docs Share Module, 3.1.0, The Share side artifacts of the Alfresco / Google Docs Integration.
[35mshare_1 | [0m
[35mshare_1 | [0m 2019-04-29 08:44:01,288 INFO [extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor freemarker for extension ftl
[35mshare_1 | [0m 2019-04-29 08:44:01,293 INFO [extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor javascript for extension js
[35mshare_1 | [0m 2019-04-29 08:44:01,296 INFO [extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor freemarker for extension ftl
[35mshare_1 | [0m 2019-04-29 08:44:01,298 INFO [extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor javascript for extension js
[35mshare_1 | [0m 2019-04-29 08:44:08,876 INFO [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 393 Web Scripts (+0 failed), 411 URLs
[35mshare_1 | [0m 2019-04-29 08:44:08,877 INFO [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 8 Package Description Documents (+0 failed)
[35mshare_1 | [0m 2019-04-29 08:44:08,877 INFO [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 0 Schema Description Documents (+0 failed)
[35mshare_1 | [0m 2019-04-29 08:44:09,050 INFO [extensions.webscripts.AbstractRuntimeContainer] [localhost-startStop-1] Initialised Surf Container Web Script Container (in 7728.8394ms)
[35mshare_1 | [0m 2019-04-29 08:44:09,164 INFO [extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor freemarker for extension ftl
[35mshare_1 | [0m 2019-04-29 08:44:09,165 INFO [extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor javascript for extension js
[35mshare_1 | [0m Apr 29, 2019 8:44:09 AM org.apache.catalina.core.ApplicationContext log
[35mshare_1 | [0m INFO: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok)
[35mshare_1 | [0m Apr 29, 2019 8:44:10 AM org.apache.catalina.core.ApplicationContext log
[35mshare_1 | [0m INFO: Initializing Spring FrameworkServlet 'Spring Surf Dispatcher Servlet'
[35mshare_1 | [0m 29-Apr-2019 08:44:10.122 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/share] has finished in [55,339] ms
[35mshare_1 | [0m 29-Apr-2019 08:44:10.147 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
[35mshare_1 | [0m 29-Apr-2019 08:44:10.176 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
[35mshare_1 | [0m 29-Apr-2019 08:44:10.182 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 56064 ms
[35mshare_1 | [0m 2019-04-29 08:45:08,727 INFO [web.site.EditionInterceptor] [http-nio-8080-exec-2] Unable to retrieve License information from Alfresco: 404
[35mshare_1 | [0m Replace 'REPO_HOST' with 'alfresco' and 'REPO_PORT' with '8080'
[35mshare_1 | [0m /usr/local/tomcat/shared/classes/alfresco/substituter.sh: line 19: [: !=: unary operator expected
[35mshare_1 | [0m NEW -csrf.filter.referer is ''
[35mshare_1 | [0m NEW -csrf.filter.origin is ''
[35mshare_1 | [0m NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
[35mshare_1 | [0m 29-Apr-2019 09:05:02.658 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.34
[35mshare_1 | [0m 29-Apr-2019 09:05:02.711 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Sep 4 2018 22:28:22 UTC
[35mshare_1 | [0m 29-Apr-2019 09:05:02.711 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.5.34.0
[35mshare_1 | [0m 29-Apr-2019 09:05:02.712 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux
[35mshare_1 | [0m 29-Apr-2019 09:05:02.712 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.19.32-2.ph3-esx
[35mshare_1 | [0m 29-Apr-2019 09:05:02.715 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
[35mshare_1 | [0m 29-Apr-2019 09:05:02.720 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/java/jdk-11.0.1
[35mshare_1 | [0m 29-Apr-2019 09:05:02.726 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 11.0.1+13
[35mshare_1 | [0m 29-Apr-2019 09:05:02.727 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
[35mshare_1 | [0m 29-Apr-2019 09:05:02.727 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /usr/local/tomcat
[35mshare_1 | [0m 29-Apr-2019 09:05:02.727 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /usr/local/tomcat
[35mshare_1 | [0m 29-Apr-2019 09:05:02.728 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED
[32msolr6_1 | [0m org.apache.solr.common.SolrException: Error CREATEing SolrCore 'alfresco': Unable to create core [alfresco] Caused by: /opt/alfresco-search-services/data/alfresco
[32msolr6_1 | [0m at org.apache.solr.core.CoreContainer.create(CoreContainer.java:813)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.createAndRegisterNewCore(AlfrescoCoreAdminHandler.java:552)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.newCore(AlfrescoCoreAdminHandler.java:458)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.newDefaultCore(AlfrescoCoreAdminHandler.java:385)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.setupNewDefaultCores(AlfrescoCoreAdminHandler.java:141)
[32msolr6_1 | [0m at org.alfresco.solr.AlfrescoCoreAdminHandler.lambda$startup$0(AlfrescoCoreAdminHandler.java:111)
[32msolr6_1 | [0m at java.lang.Thread.run(Thread.java:748)
[32msolr6_1 | [0m Caused by: org.apache.solr.common.SolrException: Unable to create core [alfresco]
[32msolr6_1 | [0m at org.apache.solr.core.CoreContainer.create(CoreContainer.java:855)
[32msolr6_1 | [0m at org.apache.solr.core.CoreContainer.create(CoreContainer.java:779)
[32msolr6_1 | [0m ... 6 more
[32msolr6_1 | [0m Caused by: org.apache.solr.common.SolrException: java.nio.file.AccessDeniedException: /opt/alfresco-search-services/data/alfresco
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.<init>(SolrCore.java:903)
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.<init>(SolrCore.java:776)
[32msolr6_1 | [0m at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
[32msolr6_1 | [0m ... 7 more
[32msolr6_1 | [0m Caused by: java.lang.IllegalStateException: java.nio.file.AccessDeniedException: /opt/alfresco-search-services/data/alfresco
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:439)
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.<init>(SolrCore.java:844)
[32msolr6_1 | [0m ... 9 more
[32msolr6_1 | [0m Caused by: java.nio.file.AccessDeniedException: /opt/alfresco-search-services/data/alfresco
[32msolr6_1 | [0m at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
[32msolr6_1 | [0m at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
[32msolr6_1 | [0m at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
[32msolr6_1 | [0m at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384)
[32msolr6_1 | [0m at java.nio.file.Files.createDirectory(Files.java:674)
[32msolr6_1 | [0m at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)
[32msolr6_1 | [0m at java.nio.file.Files.createDirectories(Files.java:767)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:129)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:150)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:140)
[36malfresco_1 | [0m at java.base/java.security.AccessController.doPrivileged(Native Method)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:728)
[36malfresco_1 | [0m at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
[36malfresco_1 | [0m at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1140)
[36malfresco_1 | [0m at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1875)
[36malfresco_1 | [0m at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[36malfresco_1 | [0m at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[36malfresco_1 | [0m at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[36malfresco_1 | [0m at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[36malfresco_1 | [0m at java.base/java.lang.Thread.run(Thread.java:834)
[36malfresco_1 | [0m 2019-04-29 08:45:06,025 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'OOoJodconverter' subsystem, ID: [OOoJodconverter, default]
[36malfresco_1 | [0m 29-Apr-2019 08:45:06.026 INFO [localhost-startStop-1] org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.stop stopping
[36malfresco_1 | [0m 29-Apr-2019 08:45:06.155 INFO [MessageDispatcher] org.artofsolving.jodconverter.office.OfficeConnection$1.disposing disconnected: 'socket,host=127.0.0.1,port=8100,tcpNoDelay=1'
[36malfresco_1 | [0m 29-Apr-2019 08:45:06.289 INFO [OfficeProcessThread-0] org.artofsolving.jodconverter.office.ManagedOfficeProcess.doEnsureProcessExited process exited with code 0
[36malfresco_1 | [0m 2019-04-29 08:45:06,349 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'OOoJodconverter' subsystem, ID: [OOoJodconverter, default]
[36malfresco_1 | [0m 2019-04-29 08:45:06,350 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted]
[36malfresco_1 | [0m 29-Apr-2019 08:45:06.348 INFO [localhost-startStop-1] org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.stop stopped
[36malfresco_1 | [0m 2019-04-29 08:45:06,350 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted]
[36malfresco_1 | [0m 2019-04-29 08:45:06,930 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'thirdparty' subsystem, ID: [thirdparty, default]
[36malfresco_1 | [0m 2019-04-29 08:45:06,930 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'thirdparty' subsystem, ID: [thirdparty, default]
[36malfresco_1 | [0m 2019-04-29 08:45:06,934 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]
[36malfresco_1 | [0m 2019-04-29 08:45:06,935 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]
[36malfresco_1 | [0m 29-Apr-2019 08:45:06.971 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [QuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Native Method)
[36malfresco_1 | [0m org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)
[35mshare_1 | [0m 29-Apr-2019 09:05:02.728 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED
[35mshare_1 | [0m 29-Apr-2019 09:05:02.728 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
[35mshare_1 | [0m 29-Apr-2019 09:05:02.728 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties
[35mshare_1 | [0m 29-Apr-2019 09:05:02.728 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
[35mshare_1 | [0m 29-Apr-2019 09:05:02.729 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
[35mshare_1 | [0m 29-Apr-2019 09:05:02.729 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
[35mshare_1 | [0m 29-Apr-2019 09:05:02.729 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
[35mshare_1 | [0m 29-Apr-2019 09:05:02.729 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms2g
[35mshare_1 | [0m 29-Apr-2019 09:05:02.730 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx2g
[35mshare_1 | [0m 29-Apr-2019 09:05:02.730 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
[35mshare_1 | [0m 29-Apr-2019 09:05:02.730 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat
[35mshare_1 | [0m 29-Apr-2019 09:05:02.730 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat
[35mshare_1 | [0m 29-Apr-2019 09:05:02.730 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat/temp
[35mshare_1 | [0m 29-Apr-2019 09:05:02.731 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library [1.2.17] using APR version [1.4.8].
[35mshare_1 | [0m 29-Apr-2019 09:05:02.731 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
[35mshare_1 | [0m 29-Apr-2019 09:05:02.731 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
[35mshare_1 | [0m 29-Apr-2019 09:05:02.874 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized [OpenSSL 1.0.2k-fips 26 Jan 2017]
[35mshare_1 | [0m 29-Apr-2019 09:05:03.166 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
[35mshare_1 | [0m 29-Apr-2019 09:05:03.564 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
[35mshare_1 | [0m 29-Apr-2019 09:05:03.590 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
[35mshare_1 | [0m 29-Apr-2019 09:05:03.602 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
[35mshare_1 | [0m 29-Apr-2019 09:05:03.603 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 5586 ms
[35mshare_1 | [0m 29-Apr-2019 09:05:04.030 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
[35mshare_1 | [0m 29-Apr-2019 09:05:04.031 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.34
[35mshare_1 | [0m 29-Apr-2019 09:05:04.206 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/share]
[35mshare_1 | [0m Apr 29, 2019 9:05:31 AM org.apache.jasper.servlet.TldScanner scanJars
[35mshare_1 | [0m INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
[35mshare_1 | [0m Apr 29, 2019 9:05:31 AM org.apache.catalina.core.ApplicationContext log
[35mshare_1 | [0m INFO: No Spring WebApplicationInitializer types detected on classpath
[35mshare_1 | [0m Apr 29, 2019 9:05:31 AM org.apache.catalina.core.ApplicationContext log
[35mshare_1 | [0m INFO: Initializing Spring root WebApplicationContext
[35mshare_1 | [0m WARNING: An illegal reflective access operation has occurred
[35mshare_1 | [0m WARNING: Illegal reflective access by org.dom4j.io.SAXContentHandler (file:/usr/local/tomcat/webapps/share/WEB-INF/lib/dom4j-1.6.1.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding()
[35mshare_1 | [0m WARNING: Please consider reporting this to the maintainers of org.dom4j.io.SAXContentHandler
[35mshare_1 | [0m WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[35mshare_1 | [0m WARNING: All illegal access operations will be denied in a future release
[35mshare_1 | [0m 2019-04-29 09:05:46,507 INFO [config.packaging.ModulePackageManager] [localhost-startStop-1] Found 1 module package(s)
[35mshare_1 | [0m 2019-04-29 09:05:46,527 INFO [config.packaging.ModulePackageManager] [localhost-startStop-1] Alfresco / Google Docs Share Module, 3.1.0, The Share side artifacts of the Alfresco / Google Docs Integration.
[35mshare_1 | [0m
[35mshare_1 | [0m 2019-04-29 09:05:47,842 INFO [extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor freemarker for extension ftl
[35mshare_1 | [0m 2019-04-29 09:05:47,849 INFO [extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor javascript for extension js
[35mshare_1 | [0m 2019-04-29 09:05:47,850 INFO [extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor freemarker for extension ftl
[35mshare_1 | [0m 2019-04-29 09:05:47,852 INFO [extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor javascript for extension js
[35mshare_1 | [0m 2019-04-29 09:05:55,052 INFO [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 393 Web Scripts (+0 failed), 411 URLs
[35mshare_1 | [0m 2019-04-29 09:05:55,056 INFO [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 8 Package Description Documents (+0 failed)
[35mshare_1 | [0m 2019-04-29 09:05:55,056 INFO [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 0 Schema Description Documents (+0 failed)
[32msolr6_1 | [0m at org.apache.lucene.store.FSDirectory.<init>(FSDirectory.java:157)
[32msolr6_1 | [0m at org.apache.lucene.store.MMapDirectory.<init>(MMapDirectory.java:158)
[32msolr6_1 | [0m at org.apache.lucene.store.MMapDirectory.<init>(MMapDirectory.java:111)
[32msolr6_1 | [0m at org.apache.lucene.store.FSDirectory.open(FSDirectory.java:197)
[32msolr6_1 | [0m at org.apache.solr.core.NRTCachingDirectoryFactory.create(NRTCachingDirectoryFactory.java:55)
[32msolr6_1 | [0m at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:346)
[32msolr6_1 | [0m at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:435)
[32msolr6_1 | [0m ... 10 more
[36malfresco_1 | [0m 29-Apr-2019 08:45:06.980 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [QuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Native Method)
[36malfresco_1 | [0m org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)
[36malfresco_1 | [0m 29-Apr-2019 08:45:06.983 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [Timer-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Native Method)
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Object.java:328)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.mainLoop(Timer.java:527)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.run(Timer.java:506)
[36malfresco_1 | [0m 29-Apr-2019 08:45:06.984 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [Timer-2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Native Method)
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Object.java:328)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.mainLoop(Timer.java:527)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.run(Timer.java:506)
[36malfresco_1 | [0m 29-Apr-2019 08:45:06.988 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [Timer-3] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Native Method)
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Object.java:328)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.mainLoop(Timer.java:527)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.run(Timer.java:506)
[36malfresco_1 | [0m 29-Apr-2019 08:45:06.991 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [Timer-4] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Native Method)
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Object.java:328)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.mainLoop(Timer.java:527)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.run(Timer.java:506)
[36malfresco_1 | [0m 29-Apr-2019 08:45:06.992 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [Timer-5] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Native Method)
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Object.java:328)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.mainLoop(Timer.java:527)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.run(Timer.java:506)
[36malfresco_1 | [0m 29-Apr-2019 08:45:06.993 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [QuartzScheduler_QuartzSchedulerThread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Native Method)
[36malfresco_1 | [0m org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:427)
[36malfresco_1 | [0m 29-Apr-2019 08:45:06.996 SEVERE [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@24581816]) and a value of type [org.alfresco.util.transaction.TransactionSupportUtil.ResourcesHolder] (value [org.alfresco.util.transaction.TransactionSupportUtil$ResourcesHolder@667cabc5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
[36malfresco_1 | [0m 29-Apr-2019 08:45:06.997 SEVERE [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@712cedde]) and a value of type [org.alfresco.util.CachingDateFormat] (value [yyyy-MM-dd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
[36malfresco_1 | [0m 29-Apr-2019 08:45:06.997 SEVERE [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [alfresco] created a ThreadLocal with key of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1@76b5c8d8]) and a value of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1@12c9f6b0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
[36malfresco_1 | [0m 29-Apr-2019 08:45:07.001 SEVERE [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [alfresco] created a ThreadLocal with key of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1@116845af]) and a value of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1@73c1841]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
[36malfresco_1 | [0m 29-Apr-2019 08:45:07.069 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/alfresco] has finished in [112,377] ms
[36malfresco_1 | [0m 29-Apr-2019 08:45:07.069 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/_vti_bin]
[36malfresco_1 | [0m 29-Apr-2019 08:45:07.473 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
[36malfresco_1 | [0m 29-Apr-2019 08:45:07.520 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/_vti_bin] has finished in [450] ms
[36malfresco_1 | [0m 29-Apr-2019 08:45:07.520 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/api-explorer]
[36malfresco_1 | [0m 29-Apr-2019 08:45:07.678 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
[36malfresco_1 | [0m 29-Apr-2019 08:45:08.408 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/api-explorer] has finished in [888] ms
[36malfresco_1 | [0m 29-Apr-2019 08:45:08.408 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/ROOT]
[36malfresco_1 | [0m 29-Apr-2019 08:45:08.430 WARNING [localhost-startStop-1] org.apache.catalina.startup.SetContextPropertiesRule.begin [SetContextPropertiesRule]{Context} Setting property 'debug' to '100' did not find a matching property.
[36malfresco_1 | [0m 29-Apr-2019 08:45:08.544 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
[36malfresco_1 | [0m 29-Apr-2019 08:45:08.554 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/ROOT] has finished in [146] ms
[36malfresco_1 | [0m 29-Apr-2019 08:45:08.565 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
[36malfresco_1 | [0m 29-Apr-2019 08:45:08.585 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
[36malfresco_1 | [0m 29-Apr-2019 08:45:08.608 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 114490 ms
[36malfresco_1 | [0m 29-Apr-2019 08:45:37.773 INFO [Thread-17] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
[36malfresco_1 | [0m 29-Apr-2019 08:45:37.776 INFO [Thread-17] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
[36malfresco_1 | [0m 29-Apr-2019 08:45:37.777 INFO [Thread-17] org.apache.catalina.core.StandardService.stopInternal Stopping service [Catalina]
[36malfresco_1 | [0m 29-Apr-2019 08:45:38.111 INFO [Thread-17] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
[36malfresco_1 | [0m 29-Apr-2019 08:45:38.126 INFO [Thread-17] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
[36malfresco_1 | [0m 29-Apr-2019 08:45:38.142 INFO [Thread-17] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"]
[36malfresco_1 | [0m 29-Apr-2019 08:45:38.145 INFO [Thread-17] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
[36malfresco_1 | [0m NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.658 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.34
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.674 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Sep 4 2018 22:28:22 UTC
[35mshare_1 | [0m 2019-04-29 09:05:55,244 INFO [extensions.webscripts.AbstractRuntimeContainer] [localhost-startStop-1] Initialised Surf Container Web Script Container (in 7374.2935ms)
[35mshare_1 | [0m 2019-04-29 09:05:55,323 INFO [extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor freemarker for extension ftl
[35mshare_1 | [0m 2019-04-29 09:05:55,324 INFO [extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor javascript for extension js
[35mshare_1 | [0m Apr 29, 2019 9:05:56 AM org.apache.catalina.core.ApplicationContext log
[35mshare_1 | [0m INFO: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok)
[35mshare_1 | [0m Apr 29, 2019 9:05:56 AM org.apache.catalina.core.ApplicationContext log
[35mshare_1 | [0m INFO: Initializing Spring FrameworkServlet 'Spring Surf Dispatcher Servlet'
[35mshare_1 | [0m 29-Apr-2019 09:05:56.254 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/share] has finished in [52,046] ms
[35mshare_1 | [0m 29-Apr-2019 09:05:56.292 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
[35mshare_1 | [0m 29-Apr-2019 09:05:56.318 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
[35mshare_1 | [0m 29-Apr-2019 09:05:56.344 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 52740 ms
[35mshare_1 | [0m 2019-04-29 09:08:26,698 INFO [web.site.EditionInterceptor] [http-nio-8080-exec-3] Unable to retrieve License information from Alfresco: 404
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.675 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.5.34.0
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.675 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.675 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.19.32-2.ph3-esx
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.675 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.676 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/java/jdk-11.0.1
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.676 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 11.0.1+13
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.676 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.676 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /usr/local/tomcat
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.684 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /usr/local/tomcat
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.713 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.713 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.714 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.714 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.715 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.715 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Ddb.driver=org.postgresql.Driver
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.717 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Ddb.username=alfresco
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.717 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Ddb.password=alfresco
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.718 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Ddb.url=jdbcSmiley Tongueostgresql://postgres:5432/alfresco
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.718 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsolr.host=solr6
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.718 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsolr.port=8983
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.718 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsolr.secureComms=none
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.718 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsolr.base.url=/solr
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.718 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dindex.subsystem.name=solr6
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.724 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dshare.host=localhost
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.724 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dalfresco.port=8082
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.725 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Daos.baseUrlOverwrite=http://localhost:8082/alfresco/aos
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.725 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dmessaging.broker.url=failoverSmiley Sadnio://activemq:61616)?timeout=3000&jms.useCompression=true
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.742 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Ddeployment.method=DOCKER_COMPOSE
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.743 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcsrf.filter.enabled=false
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.743 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms2g
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.743 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx2g
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.743 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.743 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.743 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.744 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.755 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.security.manager
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.755 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.security.policy==/usr/local/tomcat/conf/catalina.policy
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.756 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.756 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.756 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat/temp
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.756 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library [1.2.17] using APR version [1.4.8].
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.780 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.780 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
[36malfresco_1 | [0m 29-Apr-2019 09:05:02.886 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized [OpenSSL 1.0.2k-fips 26 Jan 2017]
[36malfresco_1 | [0m 29-Apr-2019 09:05:03.201 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
[36malfresco_1 | [0m 29-Apr-2019 09:05:03.564 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
[36malfresco_1 | [0m 29-Apr-2019 09:05:03.590 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
[36malfresco_1 | [0m 29-Apr-2019 09:05:03.593 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
[36malfresco_1 | [0m 29-Apr-2019 09:05:03.604 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 5221 ms
[36malfresco_1 | [0m 29-Apr-2019 09:05:04.029 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
[36malfresco_1 | [0m 29-Apr-2019 09:05:04.030 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.34
[36malfresco_1 | [0m 29-Apr-2019 09:05:04.192 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/alfresco]
[36malfresco_1 | [0m 29-Apr-2019 09:05:17.745 WARNING [localhost-startStop-1] org.apache.juli.ClassLoaderLogManager.readConfiguration Reading /usr/local/tomcat/webapps/alfresco/WEB-INF/classes/logging.properties is not permitted. See "per context logging" in the default catalina.policy file.
[36malfresco_1 | [0m 29-Apr-2019 09:05:17.823 WARNING [localhost-startStop-1] org.apache.juli.ClassLoaderLogManager.readConfiguration Reading /usr/local/tomcat/webapps/alfresco/WEB-INF/classes/logging.properties is not permitted. See "per context logging" in the default catalina.policy file.
[36malfresco_1 | [0m 29-Apr-2019 09:05:58.765 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
[36malfresco_1 | [0m 2019-04-29 09:06:18,106 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V4.2-metadata-query-indexes
[36malfresco_1 | [0m 2019-04-29 09:06:18,148 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V5.1-metadata-query-indexes
[36malfresco_1 | [0m 2019-04-29 09:06:18,151 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V5.2-remove-jbpm-tables-from-db
[36malfresco_1 | [0m 2019-04-29 09:06:18,879 INFO [alfresco.repo.admin] [localhost-startStop-1] Using database URL 'jdbcSmiley Tongueostgresql://postgres:5432/alfresco' with user 'alfresco'.
[36malfresco_1 | [0m 2019-04-29 09:06:18,880 INFO [alfresco.repo.admin] [localhost-startStop-1] Connected to database PostgreSQL version 10.1
[36malfresco_1 | [0m 2019-04-29 09:06:29,716 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]
[36malfresco_1 | [0m 2019-04-29 09:06:30,066 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1] complete
[36malfresco_1 | [0m 2019-04-29 09:06:34,146 INFO [extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor Repository Template Processor for extension ftl
[36malfresco_1 | [0m 2019-04-29 09:06:34,151 INFO [extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor Repository Script Processor for extension js
[36malfresco_1 | [0m 2019-04-29 09:06:38,611 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted]
[36malfresco_1 | [0m 2019-04-29 09:06:38,667 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted] complete
[36malfresco_1 | [0m 2019-04-29 09:06:38,777 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Connecting to database: jdbcSmiley Tongueostgresql://postgres:5432/alfresco, UserName=alfresco, PostgreSQL JDBC Driver
[36malfresco_1 | [0m 2019-04-29 09:06:38,779 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema managed by database dialect org.alfresco.repo.domain.dialect.PostgreSQLDialect.
[36malfresco_1 | [0m 2019-04-29 09:06:39,361 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Applied patches detected: 222
[36malfresco_1 | [0m 2019-04-29 09:06:39,562 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Checking and patching Alfresco tables took 200 ms
[36malfresco_1 | [0m 2019-04-29 09:06:39,622 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Activiti tables need to be checked for patches
[36malfresco_1 | [0m 2019-04-29 09:06:39,695 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Checking and patching Activiti tables took 73 ms
[36malfresco_1 | [0m 2019-04-29 09:06:39,782 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Checking that all patches have been applied took 85 ms
[36malfresco_1 | [0m 2019-04-29 09:06:39,782 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Updating the DB schema took 998 ms
[36malfresco_1 | [0m 2019-04-29 09:06:39,808 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] No changes were made to the schema.
[36malfresco_1 | [0m 2019-04-29 09:06:42,543 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'thirdparty' subsystem, ID: [thirdparty, default]
[36malfresco_1 | [0m 2019-04-29 09:06:43,559 INFO [transform.pdfrenderer.AlfrescoPdfRendererContentTransformerWorker] [localhost-startStop-1] Using remote Alfresco PDF Renderer: Alfresco PDF Renderer Version 1.1 [5b0e0b81dt] 2018-02-20 15:34:00 using Pdfium [e53460ff] 2018-02-19 18:34:00 CEST
[36malfresco_1 | [0m 2019-04-29 09:06:43,564 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'thirdparty' subsystem, ID: [thirdparty, default] complete
[36malfresco_1 | [0m 2019-04-29 09:06:43,565 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'OOoJodconverter' subsystem, ID: [OOoJodconverter, default]
[36malfresco_1 | [0m 29-Apr-2019 09:06:43.655 INFO [localhost-startStop-1] org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.<init> ProcessManager implementation is LinuxProcessManager
[36malfresco_1 | [0m 29-Apr-2019 09:06:43.697 INFO [OfficeProcessThread-0] org.artofsolving.jodconverter.office.OfficeProcess.start Using original OpenOffice command: [/opt/libreoffice5.4/program/soffice.bin, -accept=socket,host=127.0.0.1,port=8100;urp;, -env:UserInstallation=file:///usr/local/tomcat/temp/.jodconverter_socket_host-127.0.0.1_port-8100, -headless, -nocrashreport, -nodefault, -nofirststartwizard, -nolockcheck, -nologo, -norestore]
[36malfresco_1 | [0m 29-Apr-2019 09:06:43.700 INFO [OfficeProcessThread-0] org.artofsolving.jodconverter.office.OfficeProcess.start starting process with acceptString 'socket,host=127.0.0.1,port=8100,tcpNoDelay=1' and profileDir '/usr/local/tomcat/temp/.jodconverter_socket_host-127.0.0.1_port-8100'
[36malfresco_1 | [0m 29-Apr-2019 09:06:43.724 INFO [OfficeProcessThread-0] org.artofsolving.jodconverter.office.OfficeProcess.start started process; pid = 90
[36malfresco_1 | [0m 29-Apr-2019 09:06:48.859 WARNING [OfficeProcessThread-0] org.artofsolving.jodconverter.office.ManagedOfficeProcess$6.attempt office process died with exit code 81; restarting it
[36malfresco_1 | [0m 29-Apr-2019 09:06:48.867 INFO [OfficeProcessThread-0] org.artofsolving.jodconverter.office.OfficeProcess.start Using original OpenOffice command: [/opt/libreoffice5.4/program/soffice.bin, -accept=socket,host=127.0.0.1,port=8100;urp;, -env:UserInstallation=file:///usr/local/tomcat/temp/.jodconverter_socket_host-127.0.0.1_port-8100, -headless, -nocrashreport, -nodefault, -nofirststartwizard, -nolockcheck, -nologo, -norestore]
[36malfresco_1 | [0m 29-Apr-2019 09:06:48.867 INFO [OfficeProcessThread-0] org.artofsolving.jodconverter.office.OfficeProcess.start starting process with acceptString 'socket,host=127.0.0.1,port=8100,tcpNoDelay=1' and profileDir '/usr/local/tomcat/temp/.jodconverter_socket_host-127.0.0.1_port-8100'
[36malfresco_1 | [0m 29-Apr-2019 09:06:48.883 INFO [OfficeProcessThread-0] org.artofsolving.jodconverter.office.OfficeProcess.start started process; pid = 102
[36malfresco_1 | [0m 29-Apr-2019 09:06:49.470 INFO [OfficeProcessThread-0] org.artofsolving.jodconverter.office.OfficeConnection.connect connected: 'socket,host=127.0.0.1,port=8100,tcpNoDelay=1'
[36malfresco_1 | [0m 2019-04-29 09:06:49,507 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'OOoJodconverter' subsystem, ID: [OOoJodconverter, default] complete
[36malfresco_1 | [0m 2019-04-29 09:06:49,511 INFO [repo.admin.ConfigurationChecker] [localhost-startStop-1] The root data directory ('dir.root') is: /usr/local/tomcat/alf_data
[36malfresco_1 | [0m 2019-04-29 09:06:49,629 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Checking for patches to apply ...
[36malfresco_1 | [0m 2019-04-29 09:06:49,991 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Applying patch 'patch.db-v4.2-migrate-activiti-workflows' (Migrated workflow variables into newly created table.).
[36malfresco_1 | [0m 2019-04-29 09:06:49,996 ERROR [admin.patch.PatchExecuter] [localhost-startStop-1] 03290018
[36malfresco_1 | [0m Patch 'patch.db-v4.2-migrate-activiti-workflows' was last supported on version 5.2.x.
[36malfresco_1 | [0m Please follow an incremental upgrade using version 5.2.x.
[36malfresco_1 | [0m 2019-04-29 09:06:50,042 ERROR [admin.patch.PatchExecuter] [localhost-startStop-1]
[36malfresco_1 | [0m === Failed to apply patch ===
[36malfresco_1 | [0m ID: patch.db-v4.2-migrate-activiti-workflows
[36malfresco_1 | [0m RESULT:
[36malfresco_1 | [0m 03290018
[36malfresco_1 | [0m Patch 'patch.db-v4.2-migrate-activiti-workflows' was last supported on version 5.2.x.
[36malfresco_1 | [0m Please follow an incremental upgrade using version 5.2.x.
[36malfresco_1 | [0m =====================================
[36malfresco_1 | [0m 2019-04-29 09:06:50,045 ERROR [web.context.ContextLoader] [localhost-startStop-1] Context initialization failed
[36malfresco_1 | [0m org.alfresco.error.AlfrescoRuntimeException: 03290019 Not all patches could be applied
[36malfresco_1 | [0m at org.alfresco.repo.admin.patch.PatchExecuter.applyOutstandingPatches(PatchExecuter.java:118)
[36malfresco_1 | [0m at org.alfresco.repo.admin.patch.PatchExecuter$1.doWork(PatchExecuter.java:131)
[36malfresco_1 | [0m at org.alfresco.repo.admin.patch.PatchExecuter$1.doWork(PatchExecuter.java:1)
[36malfresco_1 | [0m at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:623)
[36malfresco_1 | [0m at org.alfresco.repo.admin.patch.PatchExecuter.onBootstrap(PatchExecuter.java:135)
[36malfresco_1 | [0m at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:56)
[36malfresco_1 | [0m at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEventInternal(SafeApplicationEventMulticaster.java:221)
[36malfresco_1 | [0m at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:186)
[36malfresco_1 | [0m at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:206)
[36malfresco_1 | [0m at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:398)
[36malfresco_1 | [0m at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:355)
[36malfresco_1 | [0m at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:882)
[36malfresco_1 | [0m at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
[36malfresco_1 | [0m at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:400)
[36malfresco_1 | [0m at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:291)
[36malfresco_1 | [0m at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103)
[36malfresco_1 | [0m at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:70)
[36malfresco_1 | [0m at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4792)
[36malfresco_1 | [0m at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5256)
[36malfresco_1 | [0m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:129)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:150)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:140)
[36malfresco_1 | [0m at java.base/java.security.AccessController.doPrivileged(Native Method)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:728)
[36malfresco_1 | [0m at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
[36malfresco_1 | [0m at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1140)
[36malfresco_1 | [0m at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1875)
[36malfresco_1 | [0m at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[36malfresco_1 | [0m at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[36malfresco_1 | [0m at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[36malfresco_1 | [0m at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[36malfresco_1 | [0m at java.base/java.lang.Thread.run(Thread.java:834)
[36malfresco_1 | [0m 29-Apr-2019 09:06:50.080 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
[36malfresco_1 | [0m 29-Apr-2019 09:06:50.119 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/alfresco] startup failed due to previous errors
[36malfresco_1 | [0m 2019-04-29 09:06:50,165 WARN [context.support.XmlWebApplicationContext] [localhost-startStop-1] Exception thrown from ApplicationListener handling ContextClosedEvent
[36malfresco_1 | [0m java.lang.NullPointerException
[36malfresco_1 | [0m at org.alfresco.repo.workflow.activiti.ActivitiEngineInitializer.onShutdown(ActivitiEngineInitializer.java:65)
[36malfresco_1 | [0m at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:67)
[36malfresco_1 | [0m at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEventInternal(SafeApplicationEventMulticaster.java:221)
[36malfresco_1 | [0m at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:191)
[36malfresco_1 | [0m at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:206)
[36malfresco_1 | [0m at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:398)
[36malfresco_1 | [0m at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:355)
[36malfresco_1 | [0m at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:994)
[36malfresco_1 | [0m at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:961)
[36malfresco_1 | [0m at org.springframework.web.context.ContextLoader.closeWebApplicationContext(ContextLoader.java:516)
[36malfresco_1 | [0m at org.springframework.web.context.ContextLoaderListener.contextDestroyed(ContextLoaderListener.java:112)
[36malfresco_1 | [0m at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4839)
[36malfresco_1 | [0m at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5478)
[36malfresco_1 | [0m at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:226)
[36malfresco_1 | [0m at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:129)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:150)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:140)
[36malfresco_1 | [0m at java.base/java.security.AccessController.doPrivileged(Native Method)
[36malfresco_1 | [0m at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:728)
[36malfresco_1 | [0m at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
[36malfresco_1 | [0m at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1140)
[36malfresco_1 | [0m at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1875)
[36malfresco_1 | [0m at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[36malfresco_1 | [0m at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[36malfresco_1 | [0m at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[36malfresco_1 | [0m at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[36malfresco_1 | [0m at java.base/java.lang.Thread.run(Thread.java:834)
[36malfresco_1 | [0m 2019-04-29 09:06:50,335 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'OOoJodconverter' subsystem, ID: [OOoJodconverter, default]
[36malfresco_1 | [0m 29-Apr-2019 09:06:50.335 INFO [localhost-startStop-1] org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.stop stopping
[36malfresco_1 | [0m 29-Apr-2019 09:06:50.463 INFO [MessageDispatcher] org.artofsolving.jodconverter.office.OfficeConnection$1.disposing disconnected: 'socket,host=127.0.0.1,port=8100,tcpNoDelay=1'
[36malfresco_1 | [0m 29-Apr-2019 09:06:50.600 INFO [OfficeProcessThread-0] org.artofsolving.jodconverter.office.ManagedOfficeProcess.doEnsureProcessExited process exited with code 0
[36malfresco_1 | [0m 29-Apr-2019 09:06:50.672 INFO [localhost-startStop-1] org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.stop stopped
[36malfresco_1 | [0m 2019-04-29 09:06:50,672 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'OOoJodconverter' subsystem, ID: [OOoJodconverter, default]
[36malfresco_1 | [0m 2019-04-29 09:06:50,674 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted]
[36malfresco_1 | [0m 2019-04-29 09:06:50,674 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted]
[36malfresco_1 | [0m 2019-04-29 09:06:51,118 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'thirdparty' subsystem, ID: [thirdparty, default]
[36malfresco_1 | [0m 2019-04-29 09:06:51,119 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'thirdparty' subsystem, ID: [thirdparty, default]
[36malfresco_1 | [0m 2019-04-29 09:06:51,122 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]
[36malfresco_1 | [0m 2019-04-29 09:06:51,123 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.155 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [QuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Native Method)
[36malfresco_1 | [0m org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.160 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [QuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Native Method)
[36malfresco_1 | [0m org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.164 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [Timer-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Native Method)
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Object.java:328)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.mainLoop(Timer.java:527)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.run(Timer.java:506)
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.165 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [Timer-2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Native Method)
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Object.java:328)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.mainLoop(Timer.java:527)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.run(Timer.java:506)
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.178 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [Timer-3] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Native Method)
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Object.java:328)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.mainLoop(Timer.java:527)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.run(Timer.java:506)
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.179 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [Timer-4] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Native Method)
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Object.java:328)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.mainLoop(Timer.java:527)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.run(Timer.java:506)
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.180 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [Timer-5] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Native Method)
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Object.java:328)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.mainLoop(Timer.java:527)
[36malfresco_1 | [0m java.base@11.0.1/java.util.TimerThread.run(Timer.java:506)
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.181 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [QuartzScheduler_QuartzSchedulerThread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
[36malfresco_1 | [0m java.base@11.0.1/java.lang.Object.wait(Native Method)
[36malfresco_1 | [0m org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:427)
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.185 SEVERE [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@2f5b9200]) and a value of type [org.alfresco.util.transaction.TransactionSupportUtil.ResourcesHolder] (value [org.alfresco.util.transaction.TransactionSupportUtil$ResourcesHolder@6d86520f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.186 SEVERE [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@13284f24]) and a value of type [org.alfresco.util.CachingDateFormat] (value [yyyy-MM-dd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.186 SEVERE [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [alfresco] created a ThreadLocal with key of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1@15996e77]) and a value of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1@66213556]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.187 SEVERE [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [alfresco] created a ThreadLocal with key of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1@396805b7]) and a value of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1@68683cd1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.241 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/alfresco] has finished in [107,045] ms
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.244 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/_vti_bin]
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.566 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.612 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/_vti_bin] has finished in [368] ms
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.612 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/api-explorer]
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.771 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.865 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/api-explorer] has finished in [253] ms
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.866 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/ROOT]
[36malfresco_1 | [0m 29-Apr-2019 09:06:51.901 WARNING [localhost-startStop-1] org.apache.catalina.startup.SetContextPropertiesRule.begin [SetContextPropertiesRule]{Context} Setting property 'debug' to '100' did not find a matching property.
[36malfresco_1 | [0m 29-Apr-2019 09:06:52.078 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
[36malfresco_1 | [0m 29-Apr-2019 09:06:52.087 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/ROOT] has finished in [221] ms
[36malfresco_1 | [0m 29-Apr-2019 09:06:52.099 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
[36malfresco_1 | [0m 29-Apr-2019 09:06:52.136 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
[36malfresco_1 | [0m 29-Apr-2019 09:06:52.149 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 108544 ms

Un saludo

angelborroy
Alfresco Employee

Re: Problema al iniciar Alfresco ACS Community con Docker

Jump to solution

Veo unos cuantos errores claros, parecen problemas de acceso a las carpetas en el host:

Caused by: java.nio.file.AccessDeniedException: /opt/alfresco-search-services/data/alfresco

Hyland Developer Evangelist
rublape
Active Member

Re: Problema al iniciar Alfresco ACS Community con Docker

Jump to solution

Buenas angel,

Esa carpeta no existe en el host ya que en el host estoy guardando todo en /alfresco

Esa carpeta es la que está definida para solr6 en el contenedor:

solr6:
image: alfresco/alfresco-search-services:1.3.0-RC2
environment:
- SOLR_ALFRESCO_HOST=alfresco
- SOLR_ALFRESCO_PORT=8080
- SOLR_SOLR_HOST=solr6
- SOLR_SOLR_PORT=8983
- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive
- SOLR_JAVA_MEM=-Xms2g -Xmx2g
volumes:
- /alfresco/alfresco-search-services/data:/opt/alfresco-search-services/data
ports:
- 8083:8080

Pero entiendo que no debería afectar en el inicio de los servicios ¿no? 

angelborroy
Alfresco Employee

Re: Problema al iniciar Alfresco ACS Community con Docker

Jump to solution

Cuando montas el volumen de SOLR, tienes que tener en cuenta que el usuario que está lanzando el servicio es el que tiene UID 1000:

GitHub - aborroy/search-services-cross-locale: Alfresco Search Services deployment for Cross Locale ... 

Así que tienes que dar esos permisos a la carpeta que mapeas desde tu host.

Hyland Developer Evangelist