-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 1.5.1
-
Component/s: None
-
None
Copied the crowd-integration-client-1.4.jar file into FISHEYE_HOME/lib directory to integrate Fisheye/Crucible with Crowd 1.4 leads to the following error during startup:
ERROR: problem running command
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.cenqua.fisheye.FishEyeCtl.mainImpl(FishEyeCtl.java:105)
at com.cenqua.fisheye.FishEyeCtl.main(FishEyeCtl.java:38)
Caused by: java.lang.IncompatibleClassChangeError
at com.cenqua.fisheye.user.crowd.CrowdAuth.setupProps(CrowdAuth.java:62)
at com.cenqua.fisheye.user.crowd.CrowdAuth.<init>(CrowdAuth.java:48)
at com.cenqua.fisheye.user.crowd.CrowdAuth.<init>(CrowdAuth.java:39)
at com.cenqua.fisheye.user.UserManager.reload(UserManager.java:165)
at com.cenqua.fisheye.user.UserManager.<init>(UserManager.java:105)
at com.cenqua.fisheye.config.RootConfig.openDB(RootConfig.java:817)
at com.cenqua.fisheye.config.RootConfig.start(RootConfig.java:280)
at com.cenqua.fisheye.ctl.Run.mainImpl(Run.java:180)
at com.cenqua.fisheye.ctl.Run.main(Run.java:39)
... 6 more
Causes Fisheye/Crucible unable to run and not accessible.
A workaround is to revert to use crowd-integration-client-1.3.2.jar file instead. It still works with Crowd 1.4.
- duplicates
-
CRUC-503 Upgrade to crowd-integration-client 1.4.4
- Closed