Fisheye won't start on Windows Server with JDK 1.6.0_20
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
症状
After running a Windows Update on Windows Server 2003/2008 using JDK 1.6.0_20, Fisheye won't start via the Wrapper script with the following error:
STATUS | wrapper | 2010/07/01 19:22:46 | Launching a JVM...
INFO | jvm 4 | 2010/07/01 19:22:46 | Error occurred during initialization of VM
INFO | jvm 4 | 2010/07/01 19:22:46 | Unable to load native library: The specified procedure could not be found
ERROR | wrapper | 2010/07/01 19:22:46 | JVM exited while loading the application.
原因
There is an incompatibility with Fisheye, the latest version of Windows Server 2003/2008 and JDK 1.6.0_20.
ソリューション
As a workaround you will need to install JDK 1.6.0_16. Once the installation is complete you will need to update the wrapper.conf file to enforce that Fisheye uses the older version of the JDK to start. For example:
...
# Java Application
wrapper.java.command=C:\Program Files\Java\jdk1.6.0_16\bin\java
...
This was tracked as a bug here: FE-2678 - Fisheye not compatible with JDK 1.6.0_20 on Windows Server 2003/2008
この内容はお役に立ちましたか?