Sonar runner exception caused by sql exception error message below mentioned

7 views
Skip to first unread message

mtn...@gmail.com

unread,
Sep 30, 2016, 11:58:36 AM9/30/16
to SonarQube

ERROR: Error during Sonar runner execution
org.sonar.runner.impl.RunnerException: Unable to execute Sonar
at org.sonar.runner.impl.BatchLauncher$1.delegateExecution(BatchLauncher.java:91)
at org.sonar.runner.impl.BatchLauncher$1.run(BatchLauncher.java:75)
at java.security.AccessController.doPrivileged(Native Method)
at org.sonar.runner.impl.BatchLauncher.doExecute(BatchLauncher.java:69)
at org.sonar.runner.impl.BatchLauncher.execute(BatchLauncher.java:50)
at org.sonar.runner.api.EmbeddedRunner.doExecute(EmbeddedRunner.java:102)
at org.sonar.runner.api.Runner.execute(Runner.java:100)
at org.sonar.runner.Main.executeTask(Main.java:70)
at org.sonar.runner.Main.execute(Main.java:59)
at org.sonar.runner.Main.main(Main.java:53)
Caused by: org.apache.ibatis.exceptions.PersistenceException:

Error querying database. Cause: java.sql.SQLException: IO Error: Connection timed out

The error may exist in org.sonar.core.technicaldebt.db.CharacteristicMapper

The error may involve org.sonar.core.technicaldebt.db.CharacteristicMapper.selectEnabledCharacteristics-Inline

The error occurred while setting parameters

SQL: select c.id, c.kee as kee, c.name as name, c.parent_id as parentId, c.characteristic_order as characteristicOrder, c.enabled as enabled, c.created_at as createdAt, c.updated_at as updatedAt from characteristics c where c.enabled=1

Cause: java.sql.SQLException: IO Error: Connection timed out

However apart from connections it seems to be very slow as well and during build, but most of the time failed due to the above mentioned issue.
Let me know if any thing else is required.

Reply all
Reply to author
Forward
0 new messages