RestComm / Restcomm-Connect

The Open Source Cloud Communications Platform
http://www.restcomm.com/
GNU Affero General Public License v3.0
244 stars 215 forks source link

Missing configuration when using docker #2055

Closed ghjansen closed 7 years ago

ghjansen commented 7 years ago

Upgrading Restcomm in a environment that uses docker, it was noticed that the configuration set through docker was not correctly applied to the new container.

This way, the configuration files restcomm.conf and advanced.conf remained with default values (mostly empty) for the all parameters, and even after manually configuring those files, the container still with unstable behaviour. Some of the issues faced as consequence:

The configuration files and logs contain sensitive information and will be not posted here.

This issue is related to #1945 .

ghjansen commented 7 years ago

Main cause identified was missing prefixes for the variables inside the configuration file of the environment, like RCBCONF_, RCADVCONF_, EXTCONF_, LBCONF_ and RMSCONF_.

Also, the bug https://issues.jboss.org/browse/WFLY-1664 was fixed with the provided workaround.