Issue45

Title crash when providing a folder to --config CLI option
Priority feature Status resolved
Superseder Nosy List admin
Assigned To
Keywords Orthanc Core

Created on 2017-04-14.08:53:14 by admin, last changed by admin.

Messages
msg203 (view) Author: admin Date: 2017-04-14.08:53:14
[BitBucket user: Alain Mazy]
[BitBucket date: 2017-04-14.06:53:14]

It's been quite a common mistake to write
`Orthanc --config=/etc/orthanc/`

instead of 

`Orthanc /etc/orthanc/`

In the first case, you do get an immediate crash without any output in the log.  Would be nice to display a nice message
msg204 (view) Author: admin Date: 2017-07-05.12:26:36
[BitBucket user: Sébastien Jodogne]
[BitBucket date: 2017-07-05.10:26:36]

Fix issue #45 (crash when providing a folder to "--config" command-line option)

→ https://hg.orthanc-server.com/orthanc/changeset/5465cab476cf
History
Date User Action Args
2026-07-29 15:51:20admincreate