kamax-matrix / mxisd

Federated Matrix Identity Server
GNU Affero General Public License v3.0
220 stars 112 forks source link

Invalid or empty value for configuration key matrix.domain #38

Closed arpsyapathy closed 6 years ago

arpsyapathy commented 6 years ago

Hello! On my Ubuntu i install synapse and mxisd. In homeserver.yaml: server_name: "matrix_server"

and mxisd-sample.yaml:

matrix: domain: 'matrix_server'

But MXISS failure =(

administrator@matrix_server:~$ sudo systemctl status mxisd.service
● mxisd.service - mxisd
   Loaded: loaded (/etc/systemd/system/mxisd.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Пт 2017-11-24 11:27:21 MSK; 2min 30s ago
  Process: 3884 ExecStart=/usr/bin/mxisd --spring.config.location=/etc/mxisd/ --spring.config.name=mxisd --spring.profiles.active=systemd (code=exited, status=1/FAILURE)
 Main PID: 3884 (code=exited, status=1/FAILURE)

ноя 24 11:27:21 matrix_server mxisd[3884]: ***************************
ноя 24 11:27:21 matrix_server mxisd[3884]: APPLICATION FAILED TO START
ноя 24 11:27:21 matrix_server mxisd[3884]: ***************************
ноя 24 11:27:21 matrix_server mxisd[3884]: Description:
ноя 24 11:27:21 matrix_server mxisd[3884]: Invalid or empty value for configuration key matrix.domain
ноя 24 11:27:21 matrix_server mxisd[3884]: Action:
ноя 24 11:27:21 matrix_server mxisd[3884]: Double check the key value
ноя 24 11:27:21 matrix_server systemd[1]: mxisd.service: Main process exited, code=exited, status=1/FAILURE
ноя 24 11:27:21 matrix_server systemd[1]: mxisd.service: Unit entered failed state.
ноя 24 11:27:21 matrix_server systemd[1]: mxisd.service: Failed with result 'exit-code'.

Help please. Thanks you advanced!

maxidorius commented 6 years ago

Several things:

arpsyapathy commented 6 years ago

Yes! Thank you!!