Advertisement
Guest User

Untitled

a guest
Aug 16th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.14 KB | None | 0 0
  1. mysql –u root -plinux;
  2. create database sonarqube2 character set utf8;
  3. grant all privileges on sonarqube2.* to 'sonarsuer'@'localhost' identified by 'linux';
  4. grant all privileges sonarqube2.* to 'sonaruser'@'%' identified by 'linux';
  5. flush privileges;
  6.  
  7. [ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.6:sonar (default-cli) on project cas: The svn blame command [svn blame --xml --non-interactive -x -w src/main/java/net/mycompany/cas/CookieRetrievingCookieGeneratorPatch.java] failed: svn: OPTIONS of 'https://my_svn_server/svn/mycompanyxf/cas/trunk/src/main/java/net/mycompany/cas/CookieRetrievingCookieGeneratorPatch.java': authorization failed: Could not authenticate to server: rejected Basic challenge (https://my_svn_server) -> [Help 1]
  8. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.6:sonar (default-cli) on project cas: The svn blame command [svn blame --xml --non-interactive -x -w src/main/java/net/mycompany/cas/CookieRetrievingCookieGeneratorPatch.java] failed: svn: OPTIONS of 'https://my_svn_server/svn/mycompanyxf/cas/trunk/src/main/java/net/mycompany/cas/CookieRetrievingCookieGeneratorPatch.java': authorization failed: Could not authenticate to server: rejected Basic challenge (https://my_svn_server)
  9.  
  10. [INFO] --- sonar-maven-plugin:2.6:sonar (default-cli) @ cas ---
  11. [INFO] SonarQube version: 5.0.1
  12. [WARNING] Invalid POM for org.samba.jcifs:jcifs-ext:jar:0.9.4, transitive dependencies (if any) will not be available, enable debug logging for more details
  13. INFO: Default locale: "es_ES", source code encoding: "UTF-8" (analysis is platform dependent)
  14. INFO: Work directory: /u01/jenkins_home/jobs/SONAR - MC - Cas/workspace/trunk/target/sonar
  15. INFO: SonarQube Server 5.0.1
  16. [INFO] [13:47:05.297] Load global referentials...
  17. [INFO] [13:47:05.751] Load global referentials done: 458 ms
  18. [INFO] [13:47:05.771] User cache: /home/tomcat/.sonar/cache
  19. [INFO] [13:47:05.801] Install plugins
  20. [INFO] [13:47:07.792] Install JDBC driver
  21. [INFO] [13:47:07.802] Create JDBC datasource for jdbc:mysql://myserver:3306/sonarqube2?useUnicode=true&characterEncoding=utf8
  22. [INFO] [13:47:11.353] Initializing Hibernate
  23. [ERROR] [13:47:15.591] No license for plugin views
  24. [INFO] [13:47:16.958] Load project referentials...
  25. [INFO] [13:47:18.003] Load project referentials done: 1045 ms
  26. [INFO] [13:47:18.003] Load project settings
  27. [INFO] [13:47:19.038] Loading technical debt model...
  28. [INFO] [13:47:19.097] Loading technical debt model done: 59 ms
  29. [INFO] [13:47:19.115] Apply project exclusions
  30. [INFO] [13:47:19.336] ------------- Scan CAS (Central Authentication Service)
  31. [INFO] [13:47:19.339] Load module settings
  32. [INFO] [13:47:21.334] Loading rules...
  33. [INFO] [13:47:23.049] Loading rules done: 1715 ms
  34. [INFO] [13:47:23.115] Configure Maven plugins
  35. [INFO] [13:47:23.367] No quality gate is configured.
  36. [INFO] [13:47:29.435] Initializer FindbugsMavenInitializer...
  37. [INFO] [13:47:29.437] Initializer FindbugsMavenInitializer done: 2 ms
  38. [INFO] [13:47:29.437] Base dir: /u01/jenkins_home/jobs/SONAR - MC - Cas/workspace/trunk
  39. [INFO] [13:47:29.437] Working dir: /u01/jenkins_home/jobs/SONAR - MC - Cas/workspace/trunk/target/sonar
  40. [INFO] [13:47:29.438] Source paths: src/main/webapp, pom.xml, src/main/java
  41. [INFO] [13:47:29.438] Test paths: src/test/java
  42. [INFO] [13:47:29.439] Binary dirs: target/classes
  43. [INFO] [13:47:29.439] Source encoding: UTF-8, default locale: es_ES
  44. [INFO] [13:47:29.439] Index files
  45. [INFO] [13:47:30.480] 36 files indexed
  46. [INFO] [13:47:31.213] Quality profile for java: Sonar way
  47. [INFO] [13:47:31.213] Quality profile for js: Sonar way
  48. [INFO] [13:47:31.300] JIRA issues sensor will not run as some parameters are missing.
  49. [INFO] [13:47:31.392] Sensor JavaSquidSensor...
  50. [INFO] [13:47:32.089] Java Main Files AST scan...
  51. [INFO] [13:47:32.094] 25 source files to be analyzed
  52. [INFO] [13:47:36.733] Java Main Files AST scan done: 4643 ms
  53. [INFO] [13:47:36.733] 25/25 source files analyzed
  54. [INFO] [13:47:36.746] Java bytecode scan...
  55. [INFO] [13:47:37.302] Java bytecode scan done: 556 ms
  56. [INFO] [13:47:37.305] Java Test Files AST scan...
  57. [INFO] [13:47:37.306] 5 source files to be analyzed
  58. [INFO] [13:47:37.626] 5/5 source files analyzed
  59. [INFO] [13:47:37.627] Java Test Files AST scan done: 321 ms
  60. [INFO] [13:47:37.633] Package design analysis...
  61. [INFO] [13:47:37.684] Package design analysis done: 51 ms
  62. [INFO] [13:47:37.801] Sensor JavaSquidSensor done: 6409 ms
  63. [INFO] [13:47:37.813] Sensor QProfileSensor...
  64. [INFO] [13:47:37.819] Sensor QProfileSensor done: 6 ms
  65. [INFO] [13:47:37.819] Sensor Maven dependencies...
  66. [INFO] [13:47:40.023] Sensor Maven dependencies done: 2204 ms
  67. [INFO] [13:47:40.026] Sensor JavaScriptSquidSensor...
  68. [INFO] [13:47:40.205] 6 source files to be analyzed
  69. [INFO] [13:47:45.590] 6/6 source files analyzed
  70. [INFO] [13:47:48.499] Sensor JavaScriptSquidSensor done: 8473 ms
  71. [INFO] [13:47:48.506] Sensor CoverageSensor...
  72. [INFO] [13:47:48.507] Sensor CoverageSensor done: 1 ms
  73. [INFO] [13:47:48.507] Sensor InitialOpenIssuesSensor...
  74. [INFO] [13:47:48.525] Sensor InitialOpenIssuesSensor done: 18 ms
  75. [INFO] [13:47:48.525] Sensor ProjectLinksSensor...
  76. [INFO] [13:47:48.557] Sensor ProjectLinksSensor done: 32 ms
  77. [INFO] [13:47:48.558] Sensor VersionEventsSensor...
  78. [INFO] [13:47:48.600] Sensor VersionEventsSensor done: 42 ms
  79. [INFO] [13:47:48.600] Sensor FileHashSensor...
  80. [INFO] [13:47:48.608] Sensor FileHashSensor done: 8 ms
  81. [INFO] [13:47:48.610] Sensor CoberturaSensor...
  82. [INFO] [13:47:48.616] parsing /u01/jenkins_home/jobs/SONAR - MC - Cas/workspace/trunk/target/site/cobertura/coverage.xml
  83. [INFO] [13:47:49.078] Sensor CoberturaSensor done: 468 ms
  84. [INFO] [13:47:49.078] Sensor SCM Sensor...
  85. [INFO] [13:47:49.089] SCM provider for this project is: svn
  86. [INFO] [13:47:49.089] Retrieve SCM blame information...
  87. [INFO] [13:47:49.218] 36 files to be analyzed
  88. [INFO] ------------------------------------------------------------------------
  89. [INFO] BUILD FAILURE
  90. [INFO] ------------------------------------------------------------------------
  91. [INFO] Total time: 1:04.240s
  92. [INFO] Finished at: Fri Aug 12 13:47:54 CEST 2016
  93. [INFO] Final Memory: 58M/955M
  94. [INFO] ------------------------------------------------------------------------
  95. [ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.6:sonar (default-cli) on project cas: The svn blame command [svn blame --xml --non-interactive -x -w src/main/java/net/mycompany/cas/CookieRetrievingCookieGeneratorPatch.java] failed: svn: OPTIONS of 'https://my_svn_server/svn/mycompanyxf/cas/trunk/src/main/java/net/mycompany/cas/CookieRetrievingCookieGeneratorPatch.java': authorization failed: Could not authenticate to server: rejected Basic challenge (https://my_svn_server) -> [Help 1]
  96. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.6:sonar (default-cli) on project cas: The svn blame command [svn blame --xml --non-interactive -x -w src/main/java/net/mycompany/cas/CookieRetrievingCookieGeneratorPatch.java] failed: svn: OPTIONS of 'https://my_svn_server/svn/mycompanyxf/cas/trunk/src/main/java/net/mycompany/cas/CookieRetrievingCookieGeneratorPatch.java': authorization failed: Could not authenticate to server: rejected Basic challenge (https://my_svn_server)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement