12-13-2021 11:04 AM
Hello,
try today first time an ansible installation which works so far.
But here are an lot of open ports of java:
root@dmstest:/etc/opt# netstat -tulpen | grep java tcp 0 0 0.0.0.0:61613 0.0.0.0:* LISTEN 997 38448 705/java tcp 0 0 0.0.0.0:61614 0.0.0.0:* LISTEN 997 35627 705/java tcp 0 0 0.0.0.0:61616 0.0.0.0:* LISTEN 997 38446 705/java tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 997 35532 608/java tcp 0 0 0.0.0.0:1883 0.0.0.0:* LISTEN 997 38452 705/java tcp 0 0 0.0.0.0:32991 0.0.0.0:* LISTEN 997 37554 705/java tcp 0 0 0.0.0.0:8161 0.0.0.0:* LISTEN 997 39273 705/java tcp 0 0 127.0.0.1:8005 0.0.0.0:* LISTEN 997 44039 608/java tcp 0 0 0.0.0.0:5672 0.0.0.0:* LISTEN 997 38447 705/java tcp6 0 0 127.0.0.1:7983 :::* LISTEN 997 58887 2022/java tcp6 0 0 127.0.0.1:8983 :::* LISTEN 997 59154 2022/java tcp6 0 0 :::8090 :::* LISTEN 997 39642 578/java
I fixed solr with "SOLR_OPTS="$SOLR_OPTS -Djetty.host=127.0.0.1" and postgres with listen_addresses = 'localhost'.
Port 8080 is also no problem, but the other ports for example transformer on 8090, where is the setting to bind this service to localhost only?
12-17-2021 02:47 PM
@samuelw What you see are all necessary ports. Here is breakdown :
--- Active MQ
61613 - STOMP
61614 - WebSocket
61616 - OpenWire
8161 - Web Console
5672 - AMQP
1883 - MQTT
----- Alfresco/Share
8080 - Tomcat
8005 - Tomcat
----- ASS
8983 - SOLR
7983 - JETTY
---- Transformation service
8090 - Local transformation service
32991 -- i am not sure if it related to alfresco installation. It may be a different process using java and not related to alfresco.
Hope this helps.
Explore our Alfresco products with the links below. Use labels to filter content by product module.