I have faced this problem with my server in the beginning. The problem is the internal resolution of your server. I cannot find this licut.is-a-geek.net ip address. You must set in the /etc/hosts this hostname with the appropriate ip address. In mostcases you need to put the loopback interface (127.0.0.1).
And because you are going to start the administration server with the ./startconsole command afterwards,do this to overcome the memory problem that will occur:
You must install the Java Runtime Environment from the sun site (not the rpm version but the executable.
make it executable with...
# chmod a+x jre-(version).bin
go to the directory you want to install it and
# ./jre-(version).bin
Then create a softlink for the system:
# cd /etc/alternatives
# ls –sf /opt/java/jre(Version)/bin/java java
You can now run the administration console
# cd /opt/fedora-ds/
# ./startconsole -D or # ./startconsole -u michael -a
http://licut.is-a-geek.net:19006/
I hope i helped
cheers