Good day
I am experiencing a "problem" with the Directory Server Console!
In the docs it says that I need to run the startconsole command once I have started the admin service.
I get the following:
[root@appserver /]# /opt/fedora-ds/startconsole
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `/opt/fedora-ds/bin/base/jre/bin/java -ms8m -mx64m -cp .:./mcc70.jar:./ldapjdk.jar:./base.jar:./nmclf70_en.jar:./nmclf70.jar:./jss3 .jar:./mcc70_en.jar -Djava.library.path=/opt/fedora-ds/lib/jss -Djava.util.prefs.systemRoot=/opt/fedora-ds/java/.java -Djava.util.prefs.userRoot=/opt/fedora-ds/java com.netscape.management.client.console.Console -A http://appserver.(none):43968 http://appserver.(none):43968/ '
If I however replace the -A with http://localhost:43968 , I get:
[root@appserver /]# /opt/fedora-ds/bin/base/jre/bin/java -ms8m -mx64m -cp .:./mcc70.jar:./ldapjdk.jar:./base.jar:./nmclf70_en.jar:./nmclf70.jar:./jss3 .jar:./mcc70_en.jar -Djava.library.path=/opt/fedora-ds/lib/jss -Djava.util.prefs.systemRoot=/opt/fedora-ds/java/.java -Djava.util.prefs.userRoot=/opt/fedora-ds/java com.netscape.management.client.console.Console -A http://localhost:43968
The java class is not found: com/netscape/management/client/console/Console
If anyone has any ideas on how to fix this problem, I would appreciate it.
Neil Lane
./startconsole -a 'http://localhost:43968/'
Neil Lane wrote:
Good day
I am experiencing a “problem” with the Directory Server Console!
In the docs it says that I need to run the startconsole command once I have started the admin service.
I get the following:
[root@appserver /]# /opt/fedora-ds/startconsole
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `/opt/fedora-ds/bin/base/jre/bin/java -ms8m -mx64m -cp .:./mcc70.jar:./ldapjdk.jar:./base.jar:./nmclf70_en.jar:./nmclf70.jar:./jss3.jar:./mcc70_en.jar -Djava.library.path=/opt/fedora-ds/lib/jss -Djava.util.prefs.systemRoot=/opt/fedora-ds/java/.java -Djava.util.prefs.userRoot=/opt/fedora-ds/java com.netscape.management.client.console.Console -A http://appserver.(none):43968 http://appserver.%28none%29:43968/'
If I however replace the –A with http://localhost:43968 , I get:
[root@appserver /]# /opt/fedora-ds/bin/base/jre/bin/java -ms8m -mx64m -cp .:./mcc70.jar:./ldapjdk.jar:./base.jar:./nmclf70_en.jar:./nmclf70.jar:./jss3.jar:./mcc70_en.jar -Djava.library.path=/opt/fedora-ds/lib/jss -Djava.util.prefs.systemRoot=/opt/fedora-ds/java/.java -Djava.util.prefs.userRoot=/opt/fedora-ds/java com.netscape.management.client.console.Console -A http://localhost:43968
*The java class is not found: com/netscape/management/client/console/Console*
If anyone has any ideas on how to fix this problem, I would appreciate it.
Neil Lane
-- Fedora-directory-devel mailing list Fedora-directory-devel@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-devel
389-devel@lists.fedoraproject.org