I have just upgraded from Scalix 10 to Scalix 11 (finally) and am having yet another problem that I didn't have in either of my last 3 attempts (2 trials that eventually went smooth, and one production upgrade that failed miserably, which resulted in a restore of scalix 10).
I am running on CentOS 4.4, I did the installation/upgrade via the command line, and it went through without problems. At the end of the install I tried to access the webmail, but it wasn't active. I checked the scalix services via 'service scalix status' and all processes were stopped. so I started them all via 'service scalix start' and 'service scalix-tomcat start', and both returned OK apropriately. I then tried to access the page again and still could not get anything (getting 404 error). So at this point I check the status of the services again to see if anything isn't running... all scalix processes are running fine, but the scalix-tomcat service says it's not running.
My first easy attempt to fix it was to reboot the server and let everything start as normal, that didn't work. I then checked to make sure scalix was running, it was. Checked to make sure scalix-tomcat was running, it wasn't. checked further and see this:
Code: Select all
# ps -ef|grep tomcat
root 3810 1 1 16:37 ? 00:00:25 /usr/java/jre1.5.0_06/bin/java -server -Djava.net.preferIPv4Stack=true -Xms512m -Xmx512m -Dscalix.instance=/var/opt/scalix/ml -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=/var/opt/scalix/ml/tomcat/conf/logging.properties -Djava.endorsed.dirs=/opt/scalix-tomcat/common/endorsed -classpath /usr/java/jre1.5.0_06/lib/tools.jar:/opt/scalix-tomcat/bin/bootstrap.jar:/opt/scalix-tomcat/bin/commons-logging-api.jar -Dcatalina.base=/var/opt/scalix/ml/tomcat -Dcatalina.home=/opt/scalix-tomcat -Djava.io.tmpdir=/var/opt/scalix/ml/tomcat/temp org.apache.catalina.startup.Bootstrap start
root 7259 3850 0 17:03 pts/0 00:00:00 grep tomcat
This then makes me think that it is, running, but if so, then why am I getting this?
Code: Select all
# service scalix-tomcat status
Instance (mail) is not running
I did check the Scalix 11 FAQ wiki, and ran the 'omwebconf -l AMERICAN' command hoping it would fix this, but it didn't.
Anyone have any ideas? Thanks!