FIshEye does not authenticate as host based.
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Symptoms
If you use host-based authentication on 64bit Windows, the following appears in the atlassian-fisheye.log
:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2013-08-08 10:01:50,684 ERROR [main ] fisheye Log4Log-error - could not load native library, host-auth disabled
java.lang.UnsatisfiedLinkError: no shaj in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1738)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at com.cenqua.shaj.Shaj.<clinit>(Shaj.java:47)
at com.cenqua.shaj.PAMAuthenticator.<clinit>(PAMAuthenticator.java:51)
at com.cenqua.fisheye.user.os.HostAuth.<init>(HostAuth.java:82)
at com.cenqua.fisheye.user.os.HostAuth.<init>(HostAuth.java:61)
at com.cenqua.fisheye.user.AuthenticationFactory.getAuth(AuthenticationFactory.java:26)
at com.cenqua.fisheye.user.DefaultUserManager.reload(DefaultUserManager.java:284)
at com.cenqua.fisheye.user.DefaultUserManager.loadAuthAndStartUserSync(DefaultUserManager.java:162)
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:597)
Cause
64bit OS incompatibility with wrapper.
Workaround
Usually it is possible to find alternative ways of authenticating, such as delegating authentication to:
1. JIRA - http://confluence.atlassian.com/display/FISHEYE/JIRA+and+Crowd+Authentication
2. Crowd - http://confluence.atlassian.com/display/FISHEYE/JIRA+and+Crowd+Authentication
3. LDAP - http://confluence.atlassian.com/display/FISHEYE/LDAP+Authentication
Was this helpful?