Still having this same problem. Can anyone offer any suggestions? Thought maybe I could uninstall the admin-serv and reinstall it, but even though an uninstall of the admin-serv only is an option, an install of the admin-serv isn't. I found this regarding a Windows ldap console (mine is a Linux install): http://directory.fedora.redhat.com/wiki?title=Howto:WindowsConsole&redir ect=no "SSL Copying over the jar files will get the Administration Console going, but SSL will not be functional. If you point it at an Administration Server listening with https you'll see an exception thrown like this one: Exception in thread "main" java.lang.UnsatisfiedLinkError: no jss3 in java.library.path" That exception is similar to mine: "Exception in thread "main" java.lang.UnsatisfiedLinkError: /opt/fedora-ds/lib/libjss3.so: /opt/fedora-ds/lib/libjss3.so" but my Administration Server is not "listening with SSL". Why does it think I am?????? Diana Shepard University of Colorado, Boulder > -----Original Message----- > From: Diana Shepard > Sent: Friday, July 21, 2006 1:54 PM > To: 'fedora-directory-users@xxxxxxxxxx' > Subject: Can't start console > > Thanks for the responses. Here are answers: > > [root@ldap2 ~]# java -version > java version "1.4.2_04" > Java(TM) 2 Runtime Environment, Standard Edition (build > 1.4.2_04-b05) Java HotSpot(TM) Client VM (build 1.4.2_04-b05, > mixed mode) > > > [root@ldap2 ~]# ls -l /opt/fedora-ds/lib/libjss3.so > -rwxr-xr-x 1 root root 213324 Nov 15 2005 > /opt/fedora-ds/lib/libjss3.so > > > [root@ldap2 ~]# echo $LD_LIBRARY_PATH > /opt/fedora-ds/lib:/opt/fedora-ds/shared/lib > > > > [root@ldap2 ~]# ldd /opt/fedora-ds/lib/libjss3.so > libnss3.so => /opt/fedora-ds/shared/lib/libnss3.so > (0x0000002a95682000) > libsmime3.so => > /opt/fedora-ds/shared/lib/libsmime3.so (0x0000002a95807000) > libssl3.so => /opt/fedora-ds/shared/lib/libssl3.so > (0x0000002a95932000) > libplc4.so => /opt/fedora-ds/shared/lib/libplc4.so > (0x0000002a95a5f000) > libplds4.so => /opt/fedora-ds/shared/lib/libplds4.so > (0x0000002a95b64000) > libnspr4.so => /opt/fedora-ds/shared/lib/libnspr4.so > (0x0000002a95c67000) > libc.so.6 => /lib64/tls/libc.so.6 (0x0000002a95dad000) > libsoftokn3.so => > /opt/fedora-ds/shared/lib/libsoftokn3.so (0x0000002a95fe1000) > libpthread.so.0 => /lib64/tls/libpthread.so.0 > (0x0000002a9613b000) > libdl.so.2 => /lib64/libdl.so.2 (0x0000002a96251000) > /lib64/ld-linux-x86-64.so.2 (0x000000552aaaa000) > > Diana Shepard > University of Colorado, Boulder > > > > -----Original Message----- > > From: fedora-directory-users-bounces@xxxxxxxxxx > > [mailto:fedora-directory-users-bounces@xxxxxxxxxx] On Behalf Of > > fedora-directory-users-request@xxxxxxxxxx > > Sent: Friday, July 21, 2006 10:00 AM > > To: fedora-directory-users@xxxxxxxxxx > > Subject: Fedora-directory-users Digest, Vol 14, Issue 22 > > > > Send Fedora-directory-users mailing list submissions to > > fedora-directory-users@xxxxxxxxxx > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://www.redhat.com/mailman/listinfo/fedora-directory-users > > or, via email, send a message with subject or body 'help' to > > fedora-directory-users-request@xxxxxxxxxx > > > > You can reach the person managing the list at > > fedora-directory-users-owner@xxxxxxxxxx > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Fedora-directory-users digest..." > > > > > > Today's Topics: > > > > 1. Can't start console (Diana Shepard) > > 2. Re: Can't start console (Richard Megginson) > > 3. Re: Can't start console (brian) > > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Thu, 20 Jul 2006 16:02:18 -0600 > > From: "Diana Shepard" <Diana.Shepard@xxxxxxxxx> > > Subject: Can't start console > > To: <fedora-directory-users@xxxxxxxxxx> > > Message-ID: > > <7315857F21D51B449CC55ADE3A568318C37FEB@xxxxxxxxxxxxxxxxxx> > > Content-Type: text/plain; charset="us-ascii" > > > > I have Fedora DS v1.0.2 installed on Linux AS v. 4, 64-bit. > > > > I get the following when I try /opt/fedora-ds/startconsole. > > The libjss3.so file does indeed exist. I tried setting and > exporting > > > > LD_LIBRARY_PATH=/opt/fedora-ds/shared/lib:/opt/fedora-ds/lib > > > > to no avail. What the heck does it want? > > > > [root@ldap2 fedora-ds]# ./startconsole Exception in thread "main" > > java.lang.UnsatisfiedLinkError: > > /opt/fedora-ds/lib/libjss3.so: /opt/fedora-ds/lib/libjss3.so: > > cannot open shared object file: No such file or directory > > at java.lang.ClassLoader$NativeLibrary.load(Native Method) > > at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560) > > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485) > > at java.lang.Runtime.loadLibrary0(Runtime.java:788) > > at java.lang.System.loadLibrary(System.java:834) > > at > > org.mozilla.jss.CryptoManager.loadNativeLibraries(CryptoManage > > r.java:133 > > 0) > > at > > org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:822) > > at > > org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:795) > > at > > > com.netscape.management.client.util.UtilConsoleGlobals.initJSS(Unknown > > Source) > > at > > com.netscape.management.client.util.UtilConsoleGlobals.getLDAP > > SSLSocketF > > actory(Unknown Source) > > at > > com.netscape.management.client.console.Console.LDAPinitializat > > ion(Unknow > > n Source) > > at > > com.netscape.management.client.console.Console.<init>(Unknown > > Source) > > at > com.netscape.management.client.console.Console.main(Unknown > > Source) > > > > Diana Shepard > > University of Colorado,Boulder > > University Management Systems > > > > > > -------------- next part -------------- An HTML attachment was > > scrubbed... > > URL: > > https://www.redhat.com/archives/fedora-directory-users/attachm > ents/20060720/d1742a42/attachment.html > > > > ------------------------------ > > > > Message: 2 > > Date: Thu, 20 Jul 2006 19:09:19 -0600 > > From: Richard Megginson <rmeggins@xxxxxxxxxx> > > Subject: Re: Can't start console > > To: "General discussion list for the Fedora Directory > server project." > > <fedora-directory-users@xxxxxxxxxx> > > Message-ID: <44C0293F.6020505@xxxxxxxxxx> > > Content-Type: text/plain; charset="iso-8859-1" > > > > Which jre are you using? > > > > Diana Shepard wrote: > > > > > > I have Fedora DS v1.0.2 installed on Linux AS v. 4, 64-bit. > > > > > > I get the following when I try /opt/fedora-ds/startconsole. The > > > libjss3.so file does indeed exist. I tried setting and exporting > > > > > > LD_LIBRARY_PATH=/opt/fedora-ds/shared/lib:/opt/fedora-ds/lib > > > > > > to no avail. What the heck does it want? > > > > > > [root@ldap2 fedora-ds]# ./startconsole Exception in thread "main" > > > java.lang.UnsatisfiedLinkError: > > > /opt/fedora-ds/lib/libjss3.so: > > /opt/fedora-ds/lib/libjss3.so: cannot > > > open shared object file: No such file or directory > > > > > > at java.lang.ClassLoader$NativeLibrary.load(Native Method) > > > at > java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560) > > > at > java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485) > > > at java.lang.Runtime.loadLibrary0(Runtime.java:788) > > > at java.lang.System.loadLibrary(System.java:834) > > > at > > > > > > org.mozilla.jss.CryptoManager.loadNativeLibraries(CryptoManager.java:1 > > > 330) > > > > > > at > > > org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:822) > > > at > > > org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:795) > > > at > > > > > > com.netscape.management.client.util.UtilConsoleGlobals.initJSS(Unknown > > > Source) > > > at > > > > > > com.netscape.management.client.util.UtilConsoleGlobals.getLDAPSSLSocke > > > tFactory(Unknown > > > Source) > > > at > > > > > > com.netscape.management.client.console.Console.LDAPinitialization(Unkn > > > own > > > Source) > > > at > > > > > > com.netscape.management.client.console.Console.<init>(Unknown Source) > > > at > > com.netscape.management.client.console.Console.main(Unknown > > > Source) > > > > > > Diana Shepard > > > University of Colorado,Boulder > > > University Management Systems > > > > > > > > > > > > ---------------------------------------------------------------------- > > > -- > > > > > > -- > > > Fedora-directory-users mailing list > > > Fedora-directory-users@xxxxxxxxxx > > > https://www.redhat.com/mailman/listinfo/fedora-directory-users > > > > > -------------- next part -------------- A non-text attachment was > > scrubbed... > > Name: smime.p7s > > Type: application/x-pkcs7-signature > > Size: 3178 bytes > > Desc: S/MIME Cryptographic Signature > > Url : > > https://www.redhat.com/archives/fedora-directory-users/attachm > ents/20060720/01edfbce/smime.bin > > > > ------------------------------ > > > > Message: 3 > > Date: Fri, 21 Jul 2006 11:58:52 -0400 > > From: brian <brian.smith@xxxxxxxxxxxx> > > Subject: Re: Can't start console > > To: "General discussion list for the Fedora Directory > server project." > > <fedora-directory-users@xxxxxxxxxx> > > Message-ID: <1153497532.22758.6.camel@xxxxxxxxxxxxxxxxxxxxx> > > Content-Type: text/plain > > > > what does "ls -l /opt/fedora-ds/lib/libjss3.so" show? > > > > On Thu, 2006-07-20 at 16:02 -0600, Diana Shepard wrote: > > > I have Fedora DS v1.0.2 installed on Linux AS v. 4, 64-bit. > > > > > > I get the following when I try /opt/fedora-ds/startconsole. The > > > libjss3.so file does indeed exist. I tried setting and exporting > > > > > > LD_LIBRARY_PATH=/opt/fedora-ds/shared/lib:/opt/fedora-ds/lib > > > > > > to no avail. What the heck does it want? > > > > > > [root@ldap2 fedora-ds]# ./startconsole Exception in thread "main" > > > java.lang.UnsatisfiedLinkError: /opt/fedora-ds/lib/libjss3.so: > > > /opt/fedora-ds/lib/libjss3.so: cannot open shared object > > file: No such > > > file or directory > > > > > > at > java.lang.ClassLoader$NativeLibrary.load(Native Method) > > > at > > java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560) > > > at > java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485) > > > at java.lang.Runtime.loadLibrary0(Runtime.java:788) > > > at java.lang.System.loadLibrary(System.java:834) > > > at > > > > > org.mozilla.jss.CryptoManager.loadNativeLibraries(CryptoManage > > r.java:1330) > > > at > > > org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:822) > > > at > > > org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:795) > > > at > > > > > > com.netscape.management.client.util.UtilConsoleGlobals.initJSS(Unknown > > > Source) > > > at > > > > > com.netscape.management.client.util.UtilConsoleGlobals.getLDAP > > SSLSocketFactory(Unknown Source) > > > at > > > > > com.netscape.management.client.console.Console.LDAPinitializat > > ion(Unknown Source) > > > at > > > > > > com.netscape.management.client.console.Console.<init>(Unknown Source) > > > at > > com.netscape.management.client.console.Console.main(Unknown > > > Source) > > > > > > Diana Shepard > > > University of Colorado,Boulder > > > University Management Systems > > > > > > > > > -- > > > Fedora-directory-users mailing list > > > Fedora-directory-users@xxxxxxxxxx > > > https://www.redhat.com/mailman/listinfo/fedora-directory-users > > > > > > > > ------------------------------ > > > > -- > > Fedora-directory-users mailing list > > Fedora-directory-users@xxxxxxxxxx > > https://www.redhat.com/mailman/listinfo/fedora-directory-users > > > > > > End of Fedora-directory-users Digest, Vol 14, Issue 22 > > ****************************************************** > > > -- Fedora-directory-users mailing list Fedora-directory-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users