zoukankan      html  css  js  c++  java
  • gerrit调试

    java -jar gerrit-2.8.war init -d /etc/gerrit/

    *** Gerrit Code Review 2.8
    ***

    Create '/etc/gerrit'           [Y/n]? y

    *** Git Repositories
    ***

    Location of Git repositories   [git]:

    *** SQL Database
    ***

    Database server type           [h2]: mysql

    Gerrit Code Review is not shipped with MySQL Connector/J 5.1.21
    **  This library is required for your configuration. **
    Download and install it now [Y/n]? y
    Downloading http://repo2.maven.org/maven2/mysql/mysql-connector-java/5.1.21/mysq                                                                             l-connector-java-5.1.21.jar ... OK
    Checksum mysql-connector-java-5.1.21.jar OK
    Server hostname                [localhost]:
    Server port                    [(mysql default)]:
    Database name                  [reviewdb]: gerritdb
    Database username              [root]: gerrituser
    gerrituser's password          :
                  confirm password :

    *** User Authentication
    ***

    Authentication method          [OPENID/?]: http
    Get username from custom HTTP header [y/N]? n
    SSO logout URL                 :

    *** Email Delivery
    ***

    SMTP server hostname           [localhost]: smtp.gmail.com
    SMTP server port               [(default)]: 587
    SMTP encryption                [NONE/?]: tls
    SMTP username                  [root]: gerritcicd@gmail.com
    gerritcicd@gmail.com's password :
                  confirm password :

    *** Container Process
    ***

    Run as                         [root]:
    Java runtime                   [/usr/lib/jvm/java-7-openjdk-amd64/jre]:
    Copy gerrit-2.8.war to /etc/gerrit/bin/gerrit.war [Y/n]? y
    Copying gerrit-2.8.war to /etc/gerrit/bin/gerrit.war

    *** SSH Daemon
    ***

    Listen on address              [*]:
    Listen on port                 [29418]:

    Gerrit Code Review is not shipped with Bouncy Castle Crypto v144
      If available, Gerrit can take advantage of features
      in the library, but will also function without it.
    Download and install it now [Y/n]? y
    Downloading http://www.bouncycastle.org/download/bcprov-jdk16-144.jar ... !! FAI                                                                             L !!


    error: http://www.bouncycastle.org/download/bcprov-jdk16-144.jar: 302 Found
    Please download:

      http://www.bouncycastle.org/download/bcprov-jdk16-144.jar

    and save as:

      /etc/gerrit/lib/bcprov-jdk16-144.jar

    Press enter to continue
    Continue without this library  [Y/n]? n
    fatal: aborted by user
    root@www:/# java -jar gerrit-2.8.war init -d /etc/gerrit/

    *** Gerrit Code Review 2.8
    ***

    Create '/etc/gerrit'           [Y/n]? y

    *** Git Repositories
    ***

    Location of Git repositories   [git]:

    *** SQL Database
    ***

    Database server type           [h2]: mysql

    Gerrit Code Review is not shipped with MySQL Connector/J 5.1.21
    **  This library is required for your configuration. **
    Download and install it now [Y/n]? y
    Downloading http://repo2.maven.org/maven2/mysql/mysql-connector-java/5.1.21/mysq                                                                             l-connector-java-5.1.21.jar ... OK
    Checksum mysql-connector-java-5.1.21.jar OK
    Server hostname                [localhost]:
    Server port                    [(mysql default)]:
    Database name                  [reviewdb]: gerritdb
    Database username              [root]: gerrituser
    gerrituser's password          :
                  confirm password :

    *** User Authentication
    ***

    Authentication method          [OPENID/?]: http
    Get username from custom HTTP header [y/N]? n
    SSO logout URL                 :

    *** Email Delivery
    ***

    SMTP server hostname           [localhost]: smtp.gmail.com
    SMTP server port               [(default)]: 587
    SMTP encryption                [NONE/?]: tls
    SMTP username                  [root]: gerritcicd@gmail.com
    gerritcicd@gmail.com's password :
                  confirm password :

    *** Container Process
    ***

    Run as                         [root]:
    Java runtime                   [/usr/lib/jvm/java-7-openjdk-amd64/jre]:
    Copy gerrit-2.8.war to /etc/gerrit/bin/gerrit.war [Y/n]? y
    Copying gerrit-2.8.war to /etc/gerrit/bin/gerrit.war

    *** SSH Daemon
    ***

    Listen on address              [*]:
    Listen on port                 [29418]:

    Gerrit Code Review is not shipped with Bouncy Castle Crypto v144
      If available, Gerrit can take advantage of features
      in the library, but will also function without it.
    Download and install it now [Y/n]? y
    Renaming bcprov-jdk16-1.44.jar to .bcprov-jdk16-1.44.jar.backupDownloading http:                                                                             //www.bouncycastle.org/download/bcprov-jdk16-144.jar ... !! FAIL !!


    error: http://www.bouncycastle.org/download/bcprov-jdk16-144.jar: 302 Found
    Please download:

      http://www.bouncycastle.org/download/bcprov-jdk16-144.jar

    and save as:

      /etc/gerrit/lib/bcprov-jdk16-144.jar

    Press enter to continue
    Continue without this library  [Y/n]? y
    Generating SSH host key ... rsa(simple)... done

    *** HTTP Daemon
    ***

    Behind reverse proxy           [y/N]? y
    Proxy uses SSL (https://)      [y/N]? n
    Subdirectory on proxy server   [/]:
    Listen on address              [*]:
    Listen on port                 [8081]: 8082
    Canonical URL                  [http://www.ruiy-ci-cd.com/]: http://gerrit.ruiy-                                                                             ci-cd.com/

    *** Plugins
    ***

    Install plugin reviewnotes version v2.8 [y/N]? y
    Install plugin download-commands version v2.8 [y/N]? y
    Install plugin replication version v2.8 [y/N]? y
    Install plugin commit-message-length-validator version v2.8 [y/N]? y

    Initialized /etc/gerrit
    Executing /etc/gerrit/bin/gerrit.sh start
    Starting Gerrit Code Review: OK
    Waiting for server on gerrit.ruiy-ci-cd.com:80 ... OK
    Opening http://gerrit.ruiy-ci-cd.com/#/admin/projects/ ...FAILED
    Open Gerrit with a JavaScript capable browser:
      http://gerrit.ruiy-ci-cd.com/#/admin/projects/

  • 相关阅读:
    char与unsigned char的区别
    C语言 —— sprintf()函数
    char *s 与 char s[ ]的区别
    打印不同对象的字节表示 ( 对int*强制转换成unsigned char*的理解 )
    洛谷P2242 公路维修问题(Road)
    洛谷P1209 [USACO1.3]修理牛棚 Barn Repair
    洛谷P1345 [USACO5.4]奶牛的电信Telecowmunication
    洛谷P2246 SAC#1
    Bzoj4300 绝世好题
    Uva1398 Meteor
  • 原文地址:https://www.cnblogs.com/ruiy/p/5617170.html
Copyright © 2011-2022 走看看