Fisheye won't start on Windows Server with JDK 1.6.0_20

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

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 is currently being tracked as a bug here:  FE-2678 - Getting issue details... STATUS

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

最終更新日 2015 年 6 月 8 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.