NT Realm Troubleshooting
The most common configuration problem within Fiorano NT Realm is related to Windows NT policies and, specifically, with the user account that runs the FioranoMQ Server. The user account that runs
FioranoMQ Server requires special permissions to access the Windows NT domain. The steps for granting these permissions are available through the configuration instructions.
A frequently occurring problem concerns FioranoMQ Server's difficulty in loading the file fioranorealm.dll. If FioranoMQ is unable to load the fioranorealm.dll, it gives the following message:
java.lang.UnsatisfiedLinkError: no fioranorealm in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1312)
at java.lang.Runtime.loadLibrary0(Runtime.java:749)
at java.lang.System.loadLibrary(System.java:820)
at fiorano.jms.realm.principal.nt.FioranoNTManager.init(FioranoNTManager.java:82)
at fiorano.jms.realm.principal.nt.FioranoNTManager.(FioranoNTManager.java:51)
at fiorano.jms.realm.principal.nt.PrincipalManagerImpl.startup(PrincipalManagerImpl.java:61)
at fiorano.jms.realm.RealmManagerImpl.startup(RealmManagerImpl.java:77)
at fiorano.jms.ex.Executive.startup(Executive.java:647)
at fiorano.jms.ex.Kernel.startup(Kernel.java:61)
at fiorano.jms.ex.fmpmain.main(fmpmain.java:60)
fiorano.jms.common.FioranoException: REALM_NOT_SUPPORTED :: NT realm support is not available