Details
Description
Using the Standalone Runner, if the runner is bad configured (another kind of database for instance), the error is not really clear (BootstrapException => PicoLifecycleException => ... => ClassNotFoundException).
Of course it's due to a bad configuration, however we may help the user to find exactly the error.
For instance me way check that both url from runner and server are the same and that the jdbc is the same also.
Check of username/password for database may be done but can lead to security issue.
Issue Links
- is duplicated by
-
SONAR-3385
Stop the Sonar analysis and log a meaningful error message when the Sonar batch is not using the same DB than the Sonar server
-
- relates to
-
SONAR-1568
Master/Slave for Sonar Instances
-