Page 1 of 1

Can get to admin screen, but cannot login...

Posted: Tue Dec 20, 2005 7:58 pm
by bluemike
I go to http://myserver:8080/sac and am greeting with the admin login screen. But when I attempt to login, I get this message:

The administration server is not responding. You should check the server log files.

I've looked at the /var/opt/scalix/logs folder, but none of those file have been updated since the initial install this morning. This is my 3rd Scalix install (the other two went well), but I have never met this error before.

..had same problem.

Posted: Wed Dec 21, 2005 2:24 am
by emartinson
You need to put this line in the $TOMCAT_HOME/bin/setclasspath.sh file:

JAVA_OPTS="-server -Xms512m -Xmx512m -Djava.net.preferIPv4Stack=true"

...worked like a charm for me.

Cheers,
Eric

Posted: Wed Dec 21, 2005 12:38 pm
by bluemike
What was different about this installation? I've never had to do that before....