Hi Varad,

The issue probably just as stated in the JAVA exception you are seeing.

The JSS library is missing.  The JSS library is not part of standard JAVA, you will need to install it separately.

You issue should be either 1) JSS is not install or 2) JSS is not in your classpath.

Try execute "rpm -qa | grep jss" and check if JSS is installed.

Here's the result when I run the above command.
rpm -qa | grep jss
jss-4.2.5-1

Good luck

- dc

2011/8/23 s.varadha rajan <rajanvaradhu@gmail.com>
Hi,

I have configured ssl settings as per the redhat official doc(http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/8.2/html/Administration_Guide/Managing_SSL.html#Managing_SSL-Using_certutil).

There is no issues with Directory server.after enabling ssl settings in the Admin server and after restarted the admin server, i tried to login with https://localhost:9830.it's not at all logging and in the Terminal throws the below error.

Exception in thread "main" java.lang.UnsatisfiedLinkError: no jss4 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681)
at java.lang.Runtime.loadLibrary0(Runtime.java:840)
at java.lang.System.loadLibrary(System.java:1047)
at org.mozilla.jss.CryptoManager.loadNativeLibraries(CryptoManager.java:1339)
at org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:827)
at org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:800)
at com.netscape.management.client.util.UtilConsoleGlobals.initJSS(Unknown Source)
at com.netscape.management.client.comm.HttpsChannel.<clinit>(Unknown Source)
at com.netscape.management.client.comm.HttpManager.createChannel(Unknown Source)
at com.netscape.management.client.comm.CommManager.send(Unknown Source)
at com.netscape.management.client.comm.CommManager.send(Unknown Source)
at com.netscape.management.client.comm.HttpManager.get(Unknown Source)
at com.netscape.management.client.console.Console.invoke_task(Unknown Source)
at com.netscape.management.client.console.Console.authenticate_user(Unknown Source)
at com.netscape.management.client.console.Console.<init>(Unknown Source)
at com.netscape.management.client.console.Console.main(Unknown Source)

Please let me know the solution for this issue ?

Regards,
Varad


--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users