2015-01-19 2 views
0

mysql과 함께 SonarQube 4.5를 사용하고 있습니다. SonarQube의 mysql은 비대 해져 있습니다

Version 4.5 
    Database MySQL 5.5.40 
    Database URL jdbc:mysql://localhost:3306/sonar? useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance 
    Database Login sonar 
    Database Driver MySQL Connector Java mysql-connector-java-5.1.27 (Revision: [email protected]) 

내가 다른 사이라는 예외를 얻을 허드슨 빌드를 실행 : 가 여기에 시스템 정보의 일부

SQL

: 대원으로 선택 c.id, c.kee, c.issue_key를 issueKey로, c.user_login을 userLogin으로, c.change_type을 changeType으로, c.change_data를 changeData로, c.created_at를 createdAt로, c.updated_at를 updatedAt로, c.issue_change_creation_date as issueChangeCreationDate from issue_changes c 내부 조인 문제를 i로 .kee = c.issue_key 내부 조인 (프로젝트 p에서 p.id, p.kee 선택 (p.root_id =? 및 p.qualifier <> 'BRC') 또는 (p.id =?)) p on p.id = i.component_id where c.change_type =? 및 i.status <> c.issue_change_creation_date 오름차순으로 '닫힘'위해

원인 : java.sql.SQLException의 :있어 스토리지 엔진

내가 후 모두 삭제 스냅 샷을 설정 한

에서 오류 (28) 10 에 난 큰 파일 sonar.h2.db

  1. 내가 그것을 삭제할 수 있습니다 참조/데이터 수중 음파 탐지기 집에 갈 때?
  2. mySQL 데이터는 어디에 있습니까?

감사합니다,

답변

0

당신이 MySQL을 사용하는 경우, 당신은 (당신이 내장 된 H2 DB 테스트 목적으로 SonarQube을 실행할 때이 아니라) $SONAR_HOME/data 폴더에 sonar.h2.db 파일이 안된다.

MySQL에서 얻은 오류로 인해 공간이 충분하지 않다는 메시지가 표시됩니다 (1030 Got error 28 from storage engine 참조).

+0

그래서 해당 파일을 삭제할 수 있습니다. OK 공간이 충분하지 않다는 것을 알고 있습니다. 보통 MySQL이 데이터를 보관하는 위치를 알고 있습니까? –

+0

노력을하고 인터넷에서 검색, 거기 Stackoverflow (http://stackoverflow.com/questions/2091350/where-does-mysql-store-database-files)에 대한 일부를 포함하여 귀하의 질문에 대한 답변을 많이 있습니다. –