sonarqube - sonar-runner fails every time -


while running sonar-runner (with debug flags, , stack trace) i'm getting error.

my sonar server bound mysql runs on same machine. running ok time, lately have started ending following error.

 10:25:23.030 debug - 178223 measures dump  10:25:23.629 debug - updating semaphore batch-test:test1  10:25:33.739 debug - updating semaphore batch-test:test1  10:25:43.968 debug - updating semaphore batch-test:test1  10:25:49.551 info  - store results in database  10:25:49.551 debug - execute org.sonar.batch.index.componentdatapersister  10:25:54.151 debug - updating semaphore batch-test:test1  10:26:02.159 debug - execute org.sonar.batch.issue.issuepersister  10:26:02.196 debug - ooo using connection [jdbc:mysql://localhost:3306/sonar?useunicode=true&characterencoding=utf8, username=sonar@localhost, mysql connector java]  10:26:02.196 debug - ==>  preparing: select * projects p p.kee=?  10:26:02.196 debug - ==> parameters: test:test1:com.test.framework.gba.gbainfoprovider(string)  10:26:02.198 debug - release semaphore on project : org.sonar.api.resources.project@45de530a[id=2644,key=test:test1,qualifier=trk], key batch-test:test1  10:26:02.281 debug - prevent memory leak, jdbc driver [com.mysql.jdbc.driver] has been forcibly deregistered  info: ------------------------------------------------------------------------  info: execution failure  info: ------------------------------------------------------------------------  total time: 27:30.454s  final memory: 27m/872m 

any ideas why fails?


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -