Fisheye fails to start, but no errors appear in the logs

プラットフォームについて: 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 は除く

症状

Fisheye still appears to be running and is present in the process list ("ps -ef | grep fisheye" to check on *nix machines). However, the port appears to be closed (netstat -an | grep <server_port>) and no errors are recorded in Fisheye server logs:

2008-08-05 22:34:56,103 INFO [main] fisheye.app SvnLoader-setup - Loading included SvnKit from lib/svn 2008-08-05 22:34:56,107 INFO [main] fisheye.app SvnLoader-setupJarsFromDir - Loaded svn jar from directory /etc/fisheye/lib/svn 2008-08-05 22:34:56,347 INFO [main] fisheye.app PassivateManager-load - Cache-sizing: repcache.memcache.total_size=22216704 2008-08-05 22:34:56,348 INFO [main] fisheye.app PassivateManager-load - Cache-sizing: com.cenqua.fisheye.config.ConfigProperty@14dd758=50 2008-08-05 22:34:56,363 INFO [main] fisheye.app InfinityDbHandle-open - opening /etc/fisheye/var/data/data0.bin with cachesize=2500000 2008-08-05 22:34:59,689 INFO [main] fisheye.app NotificationManager-startNotifier - Notifier started. 2008-08-05 22:34:59,840 INFO [FishEye Shutdown Service] fisheye.app ShutdownService-runServer - listening on 127.0.0.1:8059 2008-08-05 22:35:49,817 INFO [Thread-1] fisheye.app HibernateUtil-destroy - Shutting down Crucible DB.

原因

This is a known issue with Jetty. Please see JETTY-331 for more details.

ソリューション

Add -Djava.security.egd=file:/dev/./urandom to the Fisheye Environment variables.

例:

export FISHEYE_OPTS=-Xmx256m -Djava.security.egd=file:/dev/./urandom
更新日時: September 25, 2025

さらにヘルプが必要ですか?

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