Назад | Перейти на главную страницу

Tomcat не работает, пока запускается Confluence

CentOS 6.8 64-разрядная версия Atlassian Confluence 5.5.6

Здравствуй. Моя конфигурация (по умолчанию):

<Server port="8000" shutdown="SHUTDOWN" debug="0">
<Service name="Tomcat-Standalone">
<Connector port="8090" connectionTimeout="20000" redirectPort="8443"

Порты бесплатные

conf # netstat -na|grep 8000
conf # netstat -na|grep 8090

Пытаюсь начать

./start-confluence.sh
To run Confluence in the foreground, start the server with start-confluence.sh -fg
executing using dedicated user: confluence
If you encounter issues starting up Confluence Standalone, please see the Installation guide at http://confluence.atlassian.com/display/DOC/Confluence+Installation+Guide
Server startup logs are located in /opt/atlassian/confluence/logs/catalina.out
Using CATALINA_BASE: /opt/atlassian/confluence
Using CATALINA_HOME: /opt/atlassian/confluence
Using CATALINA_TMPDIR: /opt/atlassian/confluence/temp
Using JRE_HOME: /opt/atlassian/confluence/jre/
Using CLASSPATH: /opt/atlassian/confluence/bin/bootstrap.jar:/opt/atlassian/confluence/bin/tomcat-juli.jar
Using CATALINA_PID: /opt/atlassian/confluence/work/catalina.pid

Еще раз проверяем порты:

netstat -na|grep 8000
netstat -na|grep 8090
tcp 0 0 0.0.0.0:8090 0.0.0.0:* LISTEN

8090 слушается, а 8000 нет

Если я перезапущу Confluence, после будет сообщение:

Mar 02, 2017 1:43:22 PM org.apache.catalina.startup.Catalina stopServer
SEVERE: Could not contact localhost:8000. Tomcat may not be running.

Есть предупреждения в catalina.out, но нет ошибок

Mar 02, 2017 1:48:06 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server} Setting property 'debug' to '0' did not find a matching property.
Mar 02, 2017 1:48:06 PM org.apache.catalina.startup.SetAllPropertiesRule begin
WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'debug' to '0' did not find a matching property.
Mar 02, 2017 1:48:06 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine} Setting property 'debug' to '0' did not find a matching property.
Mar 02, 2017 1:48:06 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host} Setting property 'debug' to '0' did not find a matching property.
Mar 02, 2017 1:48:06 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
Mar 02, 2017 1:48:07 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8090"]
Mar 02, 2017 1:48:07 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 822 ms
Mar 02, 2017 1:48:07 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Tomcat-Standalone
Mar 02, 2017 1:48:07 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.47