Moderator: ScalixSupport
Code: Select all
<VirtualHost mail.servername.com:80>
ServerName mail.servername.com
Include /etc/opt/scalix-tomcat/connector/jk/app-servername.*.conf
</VirtualHost>
<VirtualHost mail.servername.com:443>
ServerName mail.servername.com
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
Include /etc/opt/scalix-tomcat/connector/jk/app-servername.*.conf
</VirtualHost>
JkWorkerProperty worker.servername.type=ajp13
JkWorkerProperty worker.servername.host=mail.servername.com
JkWorkerProperty worker.servername.port=8009
JkWorkerProperty worker.servername.lbfactor=50
JkWorkerProperty worker.servername.cachesize=10
JkWorkerProperty worker.servername.cache_timeout=600
JkWorkerProperty worker.servername.socket_keepalive=1
JkWorkerProperty worker.servername.recycle_timeout=300
Code: Select all
<VirtualHost *:80>
ServerName virtual-name.example.com
Include /etc/opt/scalix-tomcat/connector/jk/app-servername.*.conf
</VirtualHost>
<VirtualHost *:80>
ServerName servername.example.com
Include /etc/opt/scalix-tomcat/connector/jk/app-servername.*.conf
</VirtualHost>
Phantasmagoria wrote:Just fresh install FC5 and Scalix 11...
When I use sxadmin to login it will display "Cannot fetch configuration information...", and I found error in logs file:
joey4712 wrote:I have the same problem with an almost fresh install of FC5 and Scalix 11. It says "Cannot fetch configuration information..." when logging into SAC with sxadmin and the correct passwort.
Additional info: After rebooting the server, I can log into SAC without problems. When trying again about an hour later I'm getting the above error again.
Code: Select all
Could Not Login
Could not fetch configuration information.
Possible problem with administration server
rex007can wrote:Restarting Tomcat and doing a killall java in between start and stop does bring SWA back up without a complete reboot.
You could create a small 3 line script and run it as a cron job.
I know it not even close to a solution, but it beats rebooting...
Return to “Scalix Management Services”
Users browsing this forum: No registered users and 1 guest