reTHINK-project / dev-registry-domain

Domain Registry
Apache License 2.0
1 stars 1 forks source link

Cannot contact remote log4j #36

Closed luistduarte closed 7 years ago

luistduarte commented 8 years ago

With my Internet connection i dont have access to port 3456, and when i am running registry server locally, it try to contact your log4j remote server, because of it, it takes about 2minutes starting up

log4j.appender.tcp.port=3456

screenshot from 2016-10-31 12 42 28

rjflp commented 8 years ago

Just comment the following lines in the log4j.properties.

#log4j.appender.tcp=org.apache.log4j.net.SocketAppender
#log4j.appender.tcp.port=3456
#log4j.appender.tcp.ReconnectionDelay=10000
#log4j.appender.tcp.remoteHost=citysdk.tecnico.ulisboa.pt

We have all the servers sending logs to out log centralization platform for performance analysis and debug. Probably our firewall blocks this. Therefore, it needs to timeout before proceeding.

We'll change the default behavior.

rjflp commented 7 years ago

This issue has addressed in conversation with @luistduarte In the next release, we will have these lines commented by default.