Stconfig server warning in docker logs sametime_community_1

Hi community members,

ST12 works fine, just this line that bothers me (I'd like to understand what I did wrong)


stpolicy 2022-06-27 15:13:03.068 INFO -1 --- 1 : Started, version SAMETIME10.0_20160523-1708 Hotfix:IMAN-9P2LCG Defects: 22250, 18880
stuserinfosa 2022-06-27 15:13:03.673 INFO -1 --- 22 : Logged in, loginId [b89cea42 0ac18000d]
stconvomap 2022-06-27 15:13:03.978 INFO 0 --- 1 : startService : Starting Service: isLoggedIn [false]
stconvomap 2022-06-27 15:13:03.979 INFO 0 --- 1 : startService : Logging into the server
...

stconfig 2022-06-27 15:13:07.675 WARNING 71 --- 140145201304256 : Server server has wrong net address ignoring.

...
stchat 2022-06-27 15:13:08.960 INFO -1 --- 1 : Blackbox initialized successfully
stchat 2022-06-27 15:13:09.538 INFO 0 --- 22 : handleLoggedIn : loginId [b89cea45 0ac18000d]

Just to get rid of this line ;-)

This line can be safely ignored - its due to the way the docker/k8s network and hostnames are generated. In older versions, this print might indicate that the Community server is unable to resolve its own hostname properly and served to help find configuration related issues.

Thkx Anthony!