Fisheye/Crucible 2.6.x and older fails to start

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

An attempt to start Fisheye/Crucible 2.6.x and older fails with the following error::

2013-02-05 11:26:49,409 INFO  [main ] fisheye.console Run-mainImpl - Server started on :8060 (http) (control port on 127.0.0.1:8059)
2013-02-05 11:26:49,409 ERROR [main ] fisheye.app DefaultReviewItemIndexer-doStart - Could not start DefaultReviewItemIndexer schedule: Application Context not initialised.
java.lang.RuntimeException: Application Context not initialised.
	at com.cenqua.fisheye.config.SpringContext.getApplicationContext(SpringContext.java:34)
	at com.cenqua.fisheye.config.SpringContext.getComponentByClass(SpringContext.java:73)
	at com.atlassian.crucible.activity.lucene.DefaultReviewItemIndexer.doStart(DefaultReviewItemIndexer.java:599)
	at com.cenqua.fisheye.ctl.Run.mainImpl(Run.java:246)
	at com.cenqua.fisheye.ctl.Run.main(Run.java:71)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.cenqua.fisheye.FishEyeCtl.mainImpl(FishEyeCtl.java:114)
	at com.cenqua.fisheye.FishEyeCtl.main(FishEyeCtl.java:42)

Cause

The installed JDK version is 1.7+ and Fisheye/Crucible is only compatible with it since version 2.7.0. For more information:  FECRU-1098 - Getting issue details... STATUS

Workaround

Download and install Oracle/Sun JDK 1.5.x or 1.6.x.

Resolution

  • Upgrade Fisheye/Crucible to 2.7+.
  • See the supported platforms page for your Fisheye version for supported JDK make/version.
Last modified on Jul 31, 2018

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.