0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

windowsにjenkinsをインストールしようとするとstart serviceでエラーになる時の回避方法

Posted at

jenkinsをwindowsにインストールしようとしたらエラーになった。
jenkinsサービスがスタートできないというダイアログ。

admin権限あってもダメでなぜかなと思って調査。

  • windowsがサーバー証明書を探しているがサーバーに繋がらない
  • ちゃんとサーバーに接続するようにするのが最善
  • 設定ファイルで無効にすればいい(インストールしさえすりゃ問題ない)

ということっぽい。おかしいなと思って管理者とかに色々聞いてみたが、ネットワークや権限周りは問題ないとのこと。

もう少し調査していると、jenkinsで利用するjavaは、jdk11とかじゃないと初期化に失敗する という記事を発見。
試しにjdk11インストールしたらそのままサクッとインストールできた。

jdk16でも大丈夫やろ!って、なんとなくインストールするとこうなるという話・・・・w

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?