On Tue, 2005-12-06 at 10:17 -0800, Nathan Kinder wrote: > Craig White wrote: > > >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 > > > > > Run startconsole with the "-xnologo" option. The login window is being > hidden behind the splash window that you are seeing. > > Yes, this is an issue that has been reported with users using jre 1.5. ---- for some reason, I had to separate the -x from nologo and it works - thanks Does the admin port change with each install? I've installed it twice and it is different on each install. Craig