buenos dias, estoy instalando un servidor siguiendo esta guia : ya esta java
root@nuxeo:/srv/nuxeo/bin# java -version
openjdk version “11.0.11” 2021-04-20
OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, sharing)
tomcat esta corriendo:
root@nuxeo:/srv/nuxeo/bin# systemctl status tomcat
● tomcat.service - Apache Tomcat Web Application Container
Loaded: loaded (/etc/systemd/system/tomcat.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2021-09-08 13:31:50 -03; 53min ago
Process: 639 ExecStart=/opt/tomcat/bin/startup.sh (code=exited, status=0/SUCCESS)
Main PID: 672 (java)
Tasks: 19 (limit: 2279)
Memory: 174.0M
CGroup: /system.slice/tomcat.service
└─672 /usr/lib/jvm/java-1.11.0-openjdk-amd64/bin/java -Djava.util.logging.config.file=/opt/tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.ju>
Sep 08 13:31:50 nuxeo systemd[1]: Starting Apache Tomcat Web Application Container…
Sep 08 13:31:50 nuxeo startup.sh[639]: Tomcat started.
Sep 08 13:31:50 nuxeo systemd[1]: Started Apache Tomcat Web Application Container.
postgresql esta corriendo
root@nuxeo:/srv/nuxeo/bin# systemctl status postgresql
● postgresql.service - PostgreSQL RDBMS
Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor preset: enabled)
Active: active (exited) since Wed 2021-09-08 13:31:56 -03; 56min ago
Process: 853 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 853 (code=exited, status=0/SUCCESS)
Sep 08 13:31:56 nuxeo systemd[1]: Starting PostgreSQL RDBMS…
Sep 08 13:31:56 nuxeo systemd[1]: Finished PostgreSQL RDBMS.
pero cuando llego con nuxeo tengo varios problemas. al correrlo me tira el siguiente error:
root@nuxeo:/srv/nuxeo/bin# ./nuxeoctl start
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
Nuxeo home: /srv/nuxeo
Nuxeo configuration: /srv/nuxeo/bin/nuxeo.conf
Include template: /srv/nuxeo/templates/common-base
Include template: /srv/nuxeo/templates/common
Include template: /srv/nuxeo/templates/default
No current configuration, generating files…
FreeMarker variables: ignored ‘java.version’ conflicting with ‘java.version.[date]’
Configuration files generated.
Server started with process ID 1581.
Go to http://localhost:8080/nuxeo
root@nuxeo:/srv/nuxeo/bin#
…
La version de nuexeo es la nuxeo-server-10.10-tomcat-sdk.zip de http://cdn.nuxeo.com/nuxeo-10.10/nuxeo-server-10.10-tomcat-sdk.zip
al correr nuxeo tira los errores que mostre pero puedo ingresar a http://192.168.1.182:8180/nuxeo/Connect segun se ve en la imagen adjunta pero me pide un registro para para una pruba x 30 dias
la pregunta es como puedo seguir con estos problemas
agrego:
luego de agregar Nuxeo como un demonio con Systemd
root@nuxeo:/srv/nuxeo/bin# systemctl status nuxeo
● nuxeo.service - Starts and stops a single Nuxeo instance
Loaded: loaded (/etc/systemd/system/nuxeo.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2021-09-08 16:12:22 -03; 1s ago
Process: 3211 ExecStart=/srv/nuxeo/bin/nuxeoctl --quiet startbg (code=exited, status=0/SUCCESS)
Main PID: 3318 (java)
Tasks: 15 (limit: 2279)
Memory: 131.0M
CGroup: /system.slice/nuxeo.service
└─3318 /usr/lib/jvm/java-11-openjdk-amd64/bin/java --illegal-access=permit -Xms512m -Xmx1024m -Dfile.encoding=UTF-8 -Dmail.mime.decodeparameters=true -Dnet.sf.ehca>
Sep 08 16:12:17 nuxeo systemd[1]: Starting Starts and stops a single Nuxeo instance…
Sep 08 16:12:18 nuxeo nuxeoctl[3302]: WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
Sep 08 16:12:20 nuxeo nuxeoctl[3302]: No current configuration, generating files…
Sep 08 16:12:20 nuxeo nuxeoctl[3302]: FreeMarker variables: ignored ‘java.version’ conflicting with ‘java.version.[date]’
Sep 08 16:12:20 nuxeo nuxeoctl[3302]: Configuration files generated.
Sep 08 16:12:21 nuxeo nuxeoctl[3302]: Server started with process ID 3318.
Sep 08 16:12:22 nuxeo systemd[1]: Started Starts and stops a single Nuxeo instance.
lines 1-17/17 (END)