This will keep the server running, even if the database is not accessable, or produces another kind of error. The actual exception will be logged, and and error json will be returned to the client (similar to the errors produced by the parameter checking).
This will keep the server running, even if the database is not accessable, or produces another kind of error. The actual exception will be logged, and and error json will be returned to the client (similar to the errors produced by the parameter checking).
This fixes #3.