I can start the console and I get a window asking me to log in but the login window is never presented. # cat /etc/profile.d/java.sh JREHOME="/usr/java/jre1.5.0_06/lib/i386" JAVA_HOME="/usr/java/jre1.5.0_06" JAVAWSHOME="/usr/java/jre1.5.0_06/javaws" LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$JREHOME:$JAVAWSHOME" PATH="$PATH:/usr/java/jre1.5.0_06/bin" export JAVA_HOME # echo $LD_LIBRARY_PATH :/usr/java/jre1.5.0_06/lib/i386:/usr/java/jre1.5.0_06/javaws # echo $PATH /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/java/jre1.5.0_06/bin:/root/bin # export LD_LIBRARY_PATH=/opt/fedora-ds/shared/lib # ./startconsole -u admin -a http://srv1.clsurvey.com:26996/ & nothing in /opt/fedora-ds/slapd-srv1/logs/ that suggests where the problem might be Is this a jre1.5.0_06 issue because on my own server, I am running j2re-1.4.2-11.1.fc3.rf Craig