Clean install of Scalix 11 on CentOS 4 not working

Discuss installation of Scalix software

Moderators: ScalixSupport, admin

platinumriver

Clean install of Scalix 11 on CentOS 4 not working

Postby platinumriver » Fri Mar 02, 2007 2:49 pm

Greetings. We are currently testing Scalix for possible replacement of our current mail server software. I set up a new server with an updated clean install of CentOS 4.

Code: Select all

Linux mail4.xxxxx.com 2.6.9-42.0.10.ELsmp #1 SMP Tue Feb 27 10:11:19 EST 2007 i686 i686 i386 GNU/Linux


I modified /etc/redhat-release to contain only Red Hat Enterprise Linux ES release 4 (Nahant)

I used the installation file scalix-11.0.2-GA-core-rhel4-intel.tgz with SELinux disabled and firewall turned OFF.

The /etc/hosts file contains only the lines below:

Code: Select all

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1       localhost.localdomain localhost
xxx.xxxxx.xxx mail4.xxxxxxx.com


I did a typical installation accepting all defaults.

Apache is running on port 80 and the test page shows up when going to the servers url. When trying to access webmail, http://xxx.xxxx.xxx/webmail/ I get a 503 Service Temporarily Unavailable error.

Code: Select all

Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Apache/2.0.52 (CentOS) Server at xxx.xxx.xxx.xxx Port 80


Code: Select all

[root@mail4 downloads]# ps -ef | grep java
root      4701     1  1 12:56 pts/2    00:00:34 /usr/java/jre1.5.0_06/bin/java -server -Djava.net.preferIPv4Stack=true -Xms512m -Xmx512m -Dscalix.instance=/var/opt/scalix/m4 -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=/var/opt/scalix/m4/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/m4/tomcat -Dcatalina.home=/opt/scalix-tomcat -Djava.io.tmpdir=/var/opt/scalix/m4/tomcat/temp org.apache.catalina.startup.Bootstrap start
root      4833  4224  0 13:32 pts/1    00:00:00 grep java


Here's the contents of the catalina.2007-03-02.log file:

Code: Select all

[root@mail4 logs]# cat catalina.2007-03-02.log
Mar 2, 2007 12:10:35 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/jre1.5.0_06/lib/i386/server:/usr/java/jre1.5.0_06/lib/i386:/usr/java/jre1.5.0_06/../lib/i386
Mar 2, 2007 12:10:35 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 787 ms
Mar 2, 2007 12:10:36 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 2, 2007 12:10:36 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.16
Mar 2, 2007 12:10:36 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Mar 2, 2007 12:10:39 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/var/opt/scalix/m4/tomcat/webapps/caa/WEB-INF/lib/j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
Mar 2, 2007 12:11:18 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8009 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:11:18 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8010 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:11:18 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8011 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:11:18 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8012 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:11:18 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8013 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:11:18 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8014 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:11:18 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8015 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:11:18 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8016 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:11:18 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8017 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:11:18 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8018 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:11:18 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8019 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:11:18 PM org.apache.jk.common.ChannelSocket init
SEVERE: Can't find free port 8009 8019
Mar 2, 2007 12:11:18 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/50  config=null
Mar 2, 2007 12:11:18 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Mar 2, 2007 12:11:18 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 42590 ms
Mar 2, 2007 12:30:43 PM org.apache.catalina.startup.Catalina stopServer
SEVERE: Catalina.stop:
java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(Unknown Source)
        at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:394)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:324)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:415)
Mar 2, 2007 12:30:45 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/jre1.5.0_06/lib/i386/server:/usr/java/jre1.5.0_06/lib/i386:/usr/java/jre1.5.0_06/../lib/i386
Mar 2, 2007 12:30:45 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 904 ms
Mar 2, 2007 12:30:45 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 2, 2007 12:30:45 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.16
Mar 2, 2007 12:30:45 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Mar 2, 2007 12:30:47 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/var/opt/scalix/m4/tomcat/webapps/caa/WEB-INF/lib/j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
Mar 2, 2007 12:31:23 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8009 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:31:23 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8010 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:31:23 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8011 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:31:23 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8012 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:31:23 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8013 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:31:23 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8014 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:31:23 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8015 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:31:23 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8016 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:31:23 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8017 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:31:23 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8018 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:31:23 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8019 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:31:23 PM org.apache.jk.common.ChannelSocket init
SEVERE: Can't find free port 8009 8019
Mar 2, 2007 12:31:23 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/128  config=null
Mar 2, 2007 12:31:23 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Mar 2, 2007 12:31:23 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 38707 ms
Mar 2, 2007 12:33:38 PM org.apache.catalina.startup.Catalina stopServer
SEVERE: Catalina.stop:
java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(Unknown Source)
        at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:394)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:324)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:415)
Mar 2, 2007 12:34:03 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/jre1.5.0_06/lib/i386/server:/usr/java/jre1.5.0_06/lib/i386:/usr/java/jre1.5.0_06/../lib/i386
Mar 2, 2007 12:34:03 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 793 ms
Mar 2, 2007 12:34:03 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 2, 2007 12:34:03 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.16
Mar 2, 2007 12:34:03 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Mar 2, 2007 12:34:04 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/var/opt/scalix/m4/tomcat/webapps/caa/WEB-INF/lib/j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
Mar 2, 2007 12:34:40 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8009 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:34:40 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8010 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:34:40 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8011 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:34:40 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8012 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:34:40 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8013 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:34:40 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8014 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:34:40 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8015 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:34:40 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8016 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:34:40 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8017 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:34:40 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8018 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:34:40 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8019 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:34:40 PM org.apache.jk.common.ChannelSocket init
SEVERE: Can't find free port 8009 8019
Mar 2, 2007 12:34:40 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/107  config=null
Mar 2, 2007 12:34:41 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Mar 2, 2007 12:34:41 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 38017 ms
Mar 2, 2007 12:44:46 PM org.apache.catalina.connector.Connector pause
SEVERE: Protocol handler pause failed
java.net.SocketException: Network is unreachable
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(Unknown Source)
        at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at org.apache.jk.common.ChannelSocket.unLockSocket(ChannelSocket.java:473)
        at org.apache.jk.common.ChannelSocket.pause(ChannelSocket.java:270)
        at org.apache.jk.server.JkMain.pause(JkMain.java:679)
        at org.apache.jk.server.JkCoyoteHandler.pause(JkCoyoteHandler.java:162)
        at org.apache.catalina.connector.Connector.pause(Connector.java:1031)
        at org.apache.catalina.core.StandardService.stop(StandardService.java:491)
        at org.apache.catalina.core.StandardServer.stop(StandardServer.java:743)
        at org.apache.catalina.startup.Catalina.stop(Catalina.java:601)
        at org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:644)
Mar 2, 2007 12:47:21 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/jre1.5.0_06/lib/i386/server:/usr/java/jre1.5.0_06/lib/i386:/usr/java/jre1.5.0_06/../lib/i386
Mar 2, 2007 12:47:22 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1075 ms
Mar 2, 2007 12:47:22 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 2, 2007 12:47:22 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.16
Mar 2, 2007 12:47:22 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Mar 2, 2007 12:47:25 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/var/opt/scalix/m4/tomcat/webapps/caa/WEB-INF/lib/j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8009 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8010 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8011 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8012 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8013 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8014 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8015 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8016 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8017 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8018 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8019 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
SEVERE: Can't find free port 8009 8019
Mar 2, 2007 12:47:33 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/96  config=null
Mar 2, 2007 12:47:33 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Mar 2, 2007 12:47:33 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 11246 ms
Mar 2, 2007 12:56:55 PM org.apache.catalina.startup.Catalina stopServer
SEVERE: Catalina.stop:
java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(Unknown Source)
        at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:394)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:324)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:415)
Mar 2, 2007 12:56:56 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/jre1.5.0_06/lib/i386/server:/usr/java/jre1.5.0_06/lib/i386:/usr/java/jre1.5.0_06/../lib/i386
Mar 2, 2007 12:56:57 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 782 ms
Mar 2, 2007 12:56:57 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 2, 2007 12:56:57 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.16
Mar 2, 2007 12:56:57 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Mar 2, 2007 12:56:58 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/var/opt/scalix/m4/tomcat/webapps/caa/WEB-INF/lib/j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8009 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8010 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8011 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8012 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8013 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8014 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8015 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8016 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8017 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8018 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8019 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
SEVERE: Can't find free port 8009 8019
Mar 2, 2007 12:57:06 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/129  config=null
Mar 2, 2007 12:57:06 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Mar 2, 2007 12:57:06 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 9858 ms


catalina.out contains similar entries.

Code: Select all

Mar 2, 2007 12:47:21 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/jre1.5.0_06/lib/i386/server:/usr/java/jre1.5.0_06/lib/i386:/usr/java/jre1.5.0_06/../lib/i386
Mar 2, 2007 12:47:22 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1075 ms
Mar 2, 2007 12:47:22 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 2, 2007 12:47:22 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.16
Mar 2, 2007 12:47:22 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
SWA:reading configuration @ /var/opt/scalix/m4/webmail/swa.properties
SIS received contextInitialized event
SIS initialized with config from /var/opt/scalix/m4/sis/sis.properties
Mar 2, 2007 12:47:25 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/var/opt/scalix/m4/tomcat/webapps/caa/WEB-INF/lib/j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
CAA: scalix.instance is /var/opt/scalix/m4
CAA: caa-root-directory is /var/opt/scalix/m4/caa/
CAA: Loaded web.xml init params
CAA: caa-config-directory is /var/opt/scalix/m4/caa/config
CAA: log4j-init-file is /var/opt/scalix/m4/caa/config/log4j.properties
CAA: caa-framework-init-file is /var/opt/scalix/m4/caa/config/framework-config.xml
RES: Initializing log4j using file /var/opt/scalix/m4/res/config/log4j.properties
log4j:WARN No appenders could be found for logger (org.hibernate.proxy.BasicLazyInitializer).
log4j:WARN Please initialize the log4j system properly.
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8009 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8010 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8011 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8012 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8013 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8014 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8015 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8016 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8017 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8018 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8019 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:47:33 PM org.apache.jk.common.ChannelSocket init
SEVERE: Can't find free port 8009 8019
Mar 2, 2007 12:47:33 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/96  config=null
Mar 2, 2007 12:47:33 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Mar 2, 2007 12:47:33 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 11246 ms
Mar 2, 2007 12:56:56 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/jre1.5.0_06/lib/i386/server:/usr/java/jre1.5.0_06/lib/i386:/usr/java/jre1.5.0_06/../lib/i386
Mar 2, 2007 12:56:57 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 782 ms
Mar 2, 2007 12:56:57 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 2, 2007 12:56:57 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.16
Mar 2, 2007 12:56:57 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
SWA:reading configuration @ /var/opt/scalix/m4/webmail/swa.properties
SIS received contextInitialized event
SIS initialized with config from /var/opt/scalix/m4/sis/sis.properties
Mar 2, 2007 12:56:58 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/var/opt/scalix/m4/tomcat/webapps/caa/WEB-INF/lib/j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
CAA: scalix.instance is /var/opt/scalix/m4
CAA: caa-root-directory is /var/opt/scalix/m4/caa/
CAA: Loaded web.xml init params
CAA: caa-config-directory is /var/opt/scalix/m4/caa/config
CAA: log4j-init-file is /var/opt/scalix/m4/caa/config/log4j.properties
CAA: caa-framework-init-file is /var/opt/scalix/m4/caa/config/framework-config.xml
RES: Initializing log4j using file /var/opt/scalix/m4/res/config/log4j.properties
log4j:WARN No appenders could be found for logger (org.hibernate.proxy.BasicLazyInitializer).
log4j:WARN Please initialize the log4j system properly.
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8009 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8010 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8011 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8012 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8013 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8014 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8015 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8016 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8017 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8018 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8019 java.net.BindException: Cannot assign requested address
Mar 2, 2007 12:57:06 PM org.apache.jk.common.ChannelSocket init
SEVERE: Can't find free port 8009 8019
Mar 2, 2007 12:57:06 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/129  config=null
Mar 2, 2007 12:57:06 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Mar 2, 2007 12:57:06 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 9858 ms


I can confirm that there is nothing listening on port 8009. I made sure java was configured properly.

Code: Select all

[root@mail4 logs]# which java
/usr/java/jre1.5.0_06/bin/java
[root@mail4 logs]# java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)
[root@mail4 logs]#


Here's a list of all the packages installed on the system.

Code: Select all

4Suite-1.0-3
a2ps-4.13b-41
acl-2.2.23-5
acpid-1.0.3-2
alchemist-1.0.34-1
alsa-lib-1.0.6-5.RHEL4
alsa-lib-devel-1.0.6-5.RHEL4
alsa-utils-1.0.6-5
amanda-2.4.4p3-1
amanda-client-2.4.4p3-1
anacron-2.3-32
apmd-3.0.2-24
apr-0.9.4-24.5.c4.2
apr-util-0.9.4-21
arptables_jf-0.0.8-2
arts-1.3.1-2
ash-0.3.8-20
aspell-0.50.5-3.fc3
aspell-en-0.51-11
at-3.1.8-80_EL4
atk-1.8.0-2
atk-devel-1.8.0-2
at-spi-1.6.0-3
at-spi-devel-1.6.0-3
attr-2.4.16-3
audiofile-0.2.6-1.el4.1
audiofile-devel-0.2.6-1.el4.1
audit-1.0.14-1.EL4
audit-libs-1.0.14-1.EL4
authconfig-4.6.10-rhel4.3
authconfig-gtk-4.6.10-rhel4.3
autoconf-2.59-5
autofs-4.1.3-187
automake14-1.4p6-12
automake15-1.5-13
automake16-1.6.3-5
automake17-1.7.9-5
automake-1.9.2-3
basesystem-8.0-4
bash-3.0-19.3
bc-1.06-17.1
beecrypt-3.1.0-6
bind-9.2.4-24.EL4
bind-chroot-9.2.4-24.EL4
bind-libs-9.2.4-24.EL4
bind-utils-9.2.4-24.EL4
binutils-2.15.92.0.2-21
bison-1.875c-2
bitmap-fonts-0.3-4
bitstream-vera-fonts-1.10-4
bluez-bluefw-1.0-6
bluez-hcidump-1.11-1
bluez-libs-2.10-2
bluez-utils-2.10-2.1
boost-1.32.0-1.rhel4
boost-devel-1.32.0-1.rhel4
bug-buddy-2.8.0-3
byacc-1.9-28
bzip2-1.0.2-13.EL4.3
bzip2-devel-1.0.2-13.EL4.3
bzip2-libs-1.0.2-13.EL4.3
caching-nameserver-7.3-3
cdecl-2.5-30
cdparanoia-libs-alpha9.8-24
cdrecord-2.01.1-5
centos-release-4-4.2
checkpolicy-1.17.5-1
chkconfig-1.3.13.4-1
chkfontpath-1.10.0-2
ckermit-8.0.209-9
compat-db-4.1.25-9
compat-libstdc++-296-2.96-132.7.2
comps-4.4CENTOS-0.20060823
comps-extras-10.1-1
control-center-2.8.0-12.rhel4.5
coreutils-5.2.1-31.4
cpio-2.5-9.RHEL4
cpp-3.4.6-3
cracklib-2.7-29
cracklib-dicts-2.7-29
crash-4.0-2.30
crontabs-1.10-7
crypto-utils-2.1-4
cryptsetup-0.1-4
cscope-15.5-9.RHEL4
ctags-5.5.4-1
cups-1.1.22-0.rc1.9.11
cups-libs-1.1.22-0.rc1.9.11
curl-7.12.1-8.rhel4
curl-devel-7.12.1-8.rhel4
cvs-1.11.17-9.RHEL4
cyrus-sasl-2.1.19-5.EL4
cyrus-sasl-devel-2.1.19-5.EL4
cyrus-sasl-md5-2.1.19-5.EL4
cyrus-sasl-plain-2.1.19-5.EL4
dapl-1.2.0-1
db4-4.2.52-7.1
db4-devel-4.2.52-7.1
db4-utils-4.2.52-7.1
dbus-0.22-12.EL.8
dbus-devel-0.22-12.EL.8
dbus-glib-0.22-12.EL.8
dbus-python-0.22-12.EL.8
dbus-x11-0.22-12.EL.8
desktop-backgrounds-basic-2.0-26.2.1E.centos4.4
desktop-backgrounds-extra-2.0-26.2.1E.centos4.4
desktop-file-utils-0.9-2
desktop-printing-0.17-3.EL.1
devhelp-0.10-0.7.el4
device-mapper-1.02.07-4.0.RHEL4
dhclient-3.0.1-58.EL4
dhcpv6_client-0.10-14_EL4
dia-0.94-5.7.1
dialog-1.0.20040731-3
diffstat-1.31-5
diffutils-2.8.1-12
diskdumputils-1.3.15-1
distcache-1.4.5-6
dmraid-1.0.0.rc11-3_RHEL4_U4
dmraid-devel-1.0.0.rc11-3_RHEL4_U4
docbook-dtds-1.0-25
docbook-style-dsssl-1.78-4
docbook-style-xsl-1.65.1-2
docbook-utils-0.6.14-4
dos2unix-3.1-21.2
dosfstools-2.8-15
dovecot-0.99.11-4.EL4
doxygen-1.3.9.1-1
dump-0.4b39-3.EL4.2
e2fsprogs-1.35-12.4.EL4
e2fsprogs-devel-1.35-12.4.EL4
ed-0.2-36
eel2-2.8.1-2
eel2-devel-2.8.1-2
eject-2.0.13-11
elfutils-0.97.1-3
elfutils-libelf-0.97.1-3
elinks-0.9.2-3.3
emacs-21.3-19.EL.4
emacs-common-21.3-19.EL.4
emacs-leim-21.3-19.EL.4
emacspeak-17.0-7
enscript-1.6.1-28.3
eog-2.8.1-2
esound-0.2.35-2
esound-devel-0.2.35-2
ethtool-1.8-4
evolution-2.0.2-27.rhel4.6
evolution-data-server-1.0.2-9.rhel4.1
evolution-webcal-1.0.10-3
expat-1.95.7-4
expat-devel-1.95.7-4
fbset-2.1-17
festival-1.4.2-25
file-4.10-2.EL4.4
file-roller-2.8.1-1
filesystem-2.3.0-1
findutils-4.1.20-7.el4.1
finger-0.17-26.EL4.1
firefox-1.5.0.10-0.1.el4.centos
firstboot-1.3.39-5.centos4
flac-1.1.0-7
flex-2.5.4a-33
fontconfig-2.2.3-7.centos4
fontconfig-devel-2.2.3-7.centos4
fonts-xorg-100dpi-6.8.2-1.EL
fonts-xorg-75dpi-6.8.2-1.EL
fonts-xorg-base-6.8.2-1.EL
foomatic-3.0.2-3
freeglut-2.2.0-14
freetype-2.1.9-4.el4
freetype-devel-2.1.9-4.el4
ftp-0.17-22
gail-1.8.0-2
gail-devel-1.8.0-2
gaim-1.5.0-12.el4
gamin-0.1.1-4.EL4
gamin-devel-0.1.1-4.EL4
gawk-3.1.3-10.1
gcc-3.4.6-3
gcc-c++-3.4.6-3
gcc-g77-3.4.6-3
gcc-java-3.4.6-3
GConf2-2.8.1-1
GConf2-devel-2.8.1-1
gconf-editor-2.8.0-2
gd-2.0.28-4.4E.1
gdb-6.3.0.0-1.132.EL4
gdbm-1.8.0-24
gdbm-devel-1.8.0-24
gd-devel-2.0.28-4.4E.1
gdk-pixbuf-0.22.0-17.el4.3
gdm-2.6.0.5-7.rhel4.12
gedit-2.8.1-4
gettext-0.14.1-13
ggv-2.8.0-1
ghostscript-7.07-33
ghostscript-fonts-5.50-13
gimp-2.0.5-6
gimp-data-extras-1.2.0-12
gimp-gap-2.0.2-2
gimp-help-2-0.1.0.3
gimp-print-4.2.7-2
gimp-print-plugin-4.2.7-2
gimp-print-utils-4.2.7-2
glade2-2.6.0-1.centos4
glib-1.2.10-15
glib2-2.4.7-1
glib2-devel-2.4.7-1
glibc-2.3.4-2.25
glibc-common-2.3.4-2.25
glibc-devel-2.3.4-2.25
glibc-headers-2.3.4-2.25
glibc-kernheaders-2.4-9.1.98.EL
gmp-4.1.4-3
gmp-devel-4.1.4-3
gnome-applets-2.8.0-5
gnome-audio-2.0.0-1
gnome-desktop-2.8.0-5.centos4
gnome-desktop-devel-2.8.0-5.centos4
gnome-icon-theme-2.8.0-1.el4.1.3
gnome-kerberos-0.3.3-1
gnome-keyring-0.4.0-1
gnome-keyring-manager-0.0.3-1
gnome-libs-1.4.1.2.90-44.1
gnome-mag-0.11.7-1
gnome-media-2.8.0-3
gnomemeeting-1.0.2-9
gnome-mime-data-2.4.1-5
gnome-netstatus-2.8.0-3
gnome-panel-2.8.1-3.3E
gnome-panel-devel-2.8.1-3.3E
gnome-pilot-2.0.12-4
gnome-pilot-devel-2.0.12-4
gnome-python2-2.6.0-3
gnome-python2-bonobo-2.6.0-3
gnome-python2-canvas-2.6.0-3
gnome-python2-gtkhtml2-2.6.0-3
gnome-session-2.8.0-5.centos4
gnome-speech-0.3.5-4.EL.1
gnome-spell-1.0.5-9
gnome-system-monitor-2.7.0-5
gnome-terminal-2.7.3-2
gnome-themes-2.8.0-1
gnome-user-docs-2.8.0.1-1.2E
gnome-utils-2.8.0-5
gnome-vfs2-2.8.2-8.2
gnome-vfs2-devel-2.8.2-8.2
gnome-vfs2-smb-2.8.2-8.2
gnome-volume-manager-1.1.0-5
gnopernicus-0.9.12-1
gnupg-1.2.6-8
gnutls-1.0.20-3.2.3
gok-0.11.8-1
gpdf-2.8.2-7.4
gpg-pubkey-443e1821-421f218f
gphoto2-2.1.4-7
gpm-1.20.1-71.RHEL4
gpm-devel-1.20.1-71.RHEL4
grep-2.5.1-32.2
groff-1.18.1.1-3.EL4
grub-0.95-3.5
gstreamer-0.8.7-4.EL.0
gstreamer-plugins-0.8.5-1.EL.0
gthumb-2.4.2-7
gtk+-1.2.10-33
gtk2-2.4.13-22
gtk2-devel-2.4.13-22
gtk2-engines-2.2.0-7.el4
gtk-doc-1.2-2
gtk-engines-0.12-6.el4
gtkhtml2-2.6.2-1
gtkhtml3-3.3.2-6.EL
gtksourceview-1.1.0-4
gtkspell-2.0.7-2
guile-1.6.4-14
gzip-1.3.3-16.rhel4
hal-0.4.2-4.EL4
hal-cups-utils-0.5.2-8
hdparm-5.7-2
hesiod-3.0.2-30
hesiod-devel-3.0.2-30
hicolor-icon-theme-0.3-3
hotplug-2004_04_01-7.7
hpijs-1.6-2
htmlview-3.0.0-8
httpd-2.0.52-28.ent.centos4
httpd-manual-2.0.52-28.ent.centos4
httpd-suexec-2.0.52-28.ent.centos4
hwbrowser-0.19-0.EL4.4
hwdata-0.146.23.EL-1
ibmasm-3.0-7
iiimf-libs-12.1-13.EL.5
iiimf-libs-devel-12.1-13.EL.5
ImageMagick-6.0.7.1-16.0.3
imlib-1.9.13-23
indent-2.2.9-6
indexhtml-4-2.centos4
info-4.7-5.el4.2
initscripts-7.93.25.EL-1.centos4
intltool-0.31.2-1
iproute-2.6.9-3.EL4.3.centos4
ipsec-tools-0.3.3-6.rhel4.1
iptables-1.2.11-3.1.RHEL4
iptstate-1.3-4
iputils-20020927-18.EL4.3
irda-utils-0.9.16-3
isdn4k-utils-3.2-18.p1.1
jadetex-3.12-11
java-1.4.2-gcj-compat-1.4.2.0-27jpp
jpackage-utils-1.6.0-2jpp_3rh
jre-1.5.0_06-fcs
jwhois-3.2.2-6.EL4.1
kbd-1.12-2
kdelibs-3.3.1-6.RHEL4
kernel-2.6.9-42.0.10.EL
kernel-2.6.9-42.EL
kernel-devel-2.6.9-42.0.10.EL
kernel-devel-2.6.9-42.EL
kernel-hugemem-devel-2.6.9-42.0.10.EL
kernel-ib-1.0-1
kernel-smp-2.6.9-42.0.10.EL
kernel-smp-2.6.9-42.EL
kernel-smp-devel-2.6.9-42.0.10.EL
kernel-utils-2.4-13.1.83
keyutils-1.0-2
keyutils-libs-1.0-2
krb5-auth-dialog-0.2-1
krb5-devel-1.3.4-33
krb5-libs-1.3.4-33
krb5-workstation-1.3.4-33
krbafs-1.2.2-6
krbafs-devel-1.2.2-6
kudzu-1.1.95.15-1
kudzu-devel-1.1.95.15-1
less-382-4
lftp-3.0.6-3
lha-1.14i-17
libacl-2.2.23-5
libacl-devel-2.2.23-5
libao-0.8.5-2.EL.0
libart_lgpl-2.3.16-3
libart_lgpl-devel-2.3.16-3
libattr-2.4.16-3
libattr-devel-2.4.16-3
libavc1394-0.4.1-4.EL
libbonobo-2.8.0-2
libbonobo-devel-2.8.0-2
libbonoboui-2.8.0.99cvs20040929-2
libbonoboui-devel-2.8.0.99cvs20040929-2
libcap-1.10-20
libcap-devel-1.10-20
libcroco-0.6.0-4
libcroco-devel-0.6.0-4
libdbi-0.6.5-10.RHEL4.1
libdbi-dbd-mysql-0.6.5-10.RHEL4.1
libdv-0.103-1
libexif-0.5.12-5.1
libf2c-3.4.6-3
libgail-gnome-1.1.0-1
libgal2-2.2.3-10
libgcc-3.4.6-3
libgcj-3.4.6-3
libgcj-devel-3.4.6-3
libgcrypt-1.2.0-3
libglade2-2.4.0-5
libglade2-devel-2.4.0-5
libgnome-2.8.0-2
libgnomecanvas-2.8.0-1
libgnomecanvas-devel-2.8.0-1
libgnomecups-0.1.12-5
libgnome-devel-2.8.0-2
libgnomeprint22-2.8.0-3
libgnomeprintui22-2.8.0-1
libgnomeui-2.8.0-1
libgnomeui-devel-2.8.0-1
libgpg-error-1.0-1
libgsf-1.10.1-2
libgsf-devel-1.10.1-2
libgssapi-0.8-1
libgtop2-2.8.0-1
libgtop2-devel-2.8.0-1
libibverbs-1.0.3-1
libical-0.24.RC4.20050413-1
libIDL-0.8.4-1
libIDL-devel-0.8.4-1
libidn-0.5.6-1
libidn-devel-0.5.6-1
libieee1284-0.2.8-4
libjpeg-6b-33
libjpeg-devel-6b-33
libmng-1.0.8-1
libmng-devel-1.0.8-1
libmthca-1.0.2-1
libmusicbrainz-2.0.2-11
libogg-1.1.2-1
libogg-devel-1.1.2-1
libpcap-0.8.3-10.RHEL4
libpng10-1.0.16-1
libpng10-devel-1.0.16-1
libpng-1.2.7-1.el4.2
libpng-devel-1.2.7-1.el4.2
libraw1394-0.10.1-3
librdmacm-0.9.0-1
librsvg2-2.8.1-1.el4.1
librsvg2-devel-2.8.1-1.el4.1
libsdp-0.9.0-1
libselinux-1.19.1-7.2
libselinux-devel-1.19.1-7.2
libsepol-1.1.1-2
libsilc-0.9.12-7
libsoup-2.2.1-4
libstdc++-3.4.6-3
libstdc++-devel-3.4.6-3
libtermcap-2.0.8-39
libtermcap-devel-2.0.8-39
libtheora-1.0alpha3-5
libtiff-3.6.1-12
libtiff-devel-3.6.1-12
libtool-1.5.6-4.EL4.1.c4.4
libtool-libs-1.5.6-4.EL4.1.c4.4
libungif-4.1.3-1.el4.2
libungif-devel-4.1.3-1.el4.2
libusb-0.1.8-3
libusb-devel-0.1.8-3
libuser-0.52.5-1.el4.1
libuser-devel-0.52.5-1.el4.1
libvorbis-1.1.0-1
libvorbis-devel-1.1.0-1
libwmf-0.2.8.3-5.3
libwnck-2.8.1-1.rhel4.1
libwvstreams-3.75.0-2
libxklavier-1.02-3
libxml2-2.6.16-6
libxml2-devel-2.6.16-6
libxml2-python-2.6.16-6
libxslt-1.1.11-1
libxslt-devel-1.1.11-1
linuxwacom-0.7.0-EL4.1
lksctp-tools-1.0.2-6.4E.1
lksctp-tools-devel-1.0.2-6.4E.1
lm_sensors-2.8.7-2.40.3
lockdev-1.0.1-6.2
lockdev-devel-1.0.1-6.2
logrotate-3.7.1-5.RHEL4
logwatch-5.2.2-1.EL4.1
lrzsz-0.12.20-19
lsof-4.72-1.4
ltrace-0.4-1.7.EL4
lvm2-2.02.06-6.0.RHEL4
m4-1.4.1-16
mailcap-2.1.17-1
mailx-8.1.1-36.EL4
make-3.80-6.EL4
MAKEDEV-3.15.2-3
man-1.5o1-9.rhel4
man-pages-1.67-9.EL4
mdadm-1.6.0-3
metacity-2.8.6-2.8
mgetty-1.1.31-2
mikmod-3.1.6-32.EL4
mingetty-1.07-3
minicom-2.00.0-19
mkbootdisk-1.5.2-1
mkinitrd-4.2.1.8-1
mkisofs-2.01.1-5
mktemp-1.5-20
mod_auth_mysql-2.6.1-2.2
mod_auth_pgsql-2.0.1-7.1
mod_perl-1.99_16-4.centos4
mod_python-3.1.3-5.1
mod_ssl-2.0.52-28.ent.centos4
module-init-tools-3.1-0.pre5.3.2
mpage-2.5.4-2
mrtg-2.10.15-1
mtools-3.9.9-9
mtr-0.54-10
mt-st-0.8-1
mx-2.0.5-3
MyODBC-2.50.39-21.RHEL4.1
mysql-4.1.20-1.RHEL4.1
mysqlclient10-3.23.58-4.RHEL4.1
mysql-devel-4.1.20-1.RHEL4.1
MySQL-python-1.0.0-1.RHEL4.1
mysql-server-4.1.20-1.RHEL4.1
nano-1.2.4-1
nautilus-2.8.1-4
nautilus-cd-burner-2.8.3-6
nautilus-media-0.8.1-3
nc-1.10-22
ncurses-5.4-13
ncurses-devel-5.4-13
netconfig-0.8.21-1.1
netdump-0.7.16-2
netpbm-10.25-2.EL4.3
netpbm-devel-10.25-2.EL4.3
netpbm-progs-10.25-2.EL4.3
net-snmp-5.1.2-11.EL4.7
net-snmp-libs-5.1.2-11.EL4.7
net-snmp-utils-5.1.2-11.EL4.7
net-tools-1.60-37.EL4.8
NetworkManager-0.3.1-3
NetworkManager-gnome-0.3.1-3
newt-0.51.6-9.rhel4
newt-devel-0.51.6-9.rhel4
newt-perl-1.08-7
nfs-utils-1.0.6-70.EL4
nfs-utils-lib-1.0.6-3
nmap-3.70-1
nmap-frontend-3.70-1
nscd-2.3.4-2.25
nss_db-2.2-29
nss_ldap-226-17
ntp-4.2.0.a.20040617-4.EL4.1
ntsysv-1.3.13.4-1
numactl-0.6.4-1.28
Omni-0.9.1-7.1
Omni-foomatic-0.9.1-7.1
open-1.4-21
openh323-1.13.4-7
OpenIPMI-1.4.14-1.4E.13
OpenIPMI-libs-1.4.14-1.4E.13
OpenIPMI-tools-1.4.14-1.4E.13
openjade-1.3.2-14
openldap-2.2.13-6.4E
openldap-clients-2.2.13-6.4E
openldap-devel-2.2.13-6.4E
openmotif-2.2.3-10.RHEL4.5
openmotif-devel-2.2.3-10.RHEL4.5
openssh-3.9p1-8.RHEL4.17.1
openssh-askpass-3.9p1-8.RHEL4.17.1
openssh-askpass-gnome-3.9p1-8.RHEL4.17.1
openssh-clients-3.9p1-8.RHEL4.17.1
openssh-server-3.9p1-8.RHEL4.17.1
openssl-0.9.7a-43.14
openssl-devel-0.9.7a-43.14
oprofile-0.8.1-23
ORBit-0.5.17-14
ORBit2-2.12.0-3
ORBit2-devel-2.12.0-3
pam-0.77-66.17
pam_ccreds-1-3
pam-devel-0.77-66.17
pam_krb5-2.1.8-1
pam_passwdqc-0.7.5-2
pam_smb-1.1.7-5
pango-1.6.0-9
pango-devel-1.6.0-9
parted-1.6.19-4.EL
passwd-0.68-10.1
patch-2.5.4-20
patchutils-0.2.30-1
pax-3.0-9
pciutils-2.1.99.test8-3.2
pciutils-devel-2.1.99.test8-3.2
pcmcia-cs-3.2.7-3.5
pcre-4.5-3.2.RHEL4
pdksh-5.2.14-30.3
perl-5.8.5-36.RHEL4
perl-Convert-ASN1-0.18-3
perl-Crypt-SSLeay-0.51-5
perl-DateManip-5.42a-3
perl-DBD-MySQL-2.9004-3.1
perl-DBD-Pg-1.31-6
perl-DBI-1.40-8
perl-Digest-HMAC-1.01-13
perl-Digest-SHA1-2.07-5
perl-Filter-1.30-6
perl-HTML-Parser-3.35-6
perl-HTML-Tagset-3.03-30
perl-LDAP-0.31-5
perl-libwww-perl-5.79-5
perl-libxml-enno-1.02-31
perl-libxml-perl-0.07-30
perl-Net-DNS-0.48-1
perl-Parse-Yapp-1.05-32
perl-SGMLSpm-1.03ii-14
perl-Time-HiRes-1.55-3
perl-URI-1.30-4
perl-XML-Dumper-0.71-2
perl-XML-Encoding-1.01-26
perl-XML-Grove-0.46alpha-27
perl-XML-LibXML-1.58-1
perl-XML-LibXML-Common-0.13-7
perl-XML-Parser-2.34-5
perl-XML-SAX-0.12-7
perl-XML-Twig-3.13-6
php-4.3.9-3.22.3
php-ldap-4.3.9-3.22.3
php-mysql-4.3.9-3.22.3
php-odbc-4.3.9-3.22.3
php-pear-4.3.9-3.22.3
php-pgsql-4.3.9-3.22.3
pilot-link-0.11.8-8
pilot-link-devel-0.11.8-8
pinfo-0.6.8-7
pkgconfig-0.15.0-3
pnm2ppa-1.04-11
policycoreutils-1.18.1-4.9
popt-1.9.1-18_nonptl
portmap-4.0-63
postgresql-7.4.16-1.RHEL4.1
postgresql-jdbc-7.4.16-1.RHEL4.1
postgresql-libs-7.4.16-1.RHEL4.1
postgresql-odbc-7.3-8.RHEL4.1
postgresql-python-7.4.16-1.RHEL4.1
postgresql-server-7.4.16-1.RHEL4.1
ppp-2.4.2-6.4.RHEL4
prelink-0.3.3-0.EL4
procmail-3.22-14
procps-3.2.3-8.4
psacct-6.3.2-38.rhel4
psgml-1.2.5-4
psmisc-21.4-4.1
pstack-1.2-6
psutils-1.17-23
pwlib-1.6.5-11
pygtk2-2.4.0-1
pygtk2-devel-2.4.0-1
pygtk2-libglade-2.4.0-1
pyOpenSSL-0.6-1.p23
pyorbit-2.0.1-1
pyparted-1.6.8-2
python-2.3.4-14.3
python-devel-2.3.4-14.3
python-elementtree-1.2.6-4.2.1
python-ldap-2.0.1-2
python-sqlite-1.1.7-1.2
python-urlgrabber-2.9.8-2
pyxf86config-0.3.19-1
PyXML-0.8.3-6
qt-3.3.3-10.RHEL4
quota-3.12-5
rcs-5.7-26
rdate-1.4-2
rdesktop-1.3.1-5
rdist-6.1.5-38.40.1
readline-4.3-13
readline-devel-4.3-13
redhat-artwork-0.120.1-1.2E.centos4.4
redhat-logos-1.1.26-1.centos4.4
redhat-lsb-3.0-8.EL
redhat-menus-3.7.1-2
redhat-rpm-config-8.0.32.1-4
rhdb-utils-3.0-3
rhgb-0.14.1-9.centos4.4
rhn-applet-2.1.25-22.centos4
rhnlib-1.8.7-4
rhpl-0.148.3-1
rmt-0.4b39-3.EL4.2
rootfiles-8-1
rpm-4.3.3-18_nonptl
rpm-build-4.3.3-18_nonptl
rpmdb-CentOS-4.4-0.20060823
rpm-devel-4.3.3-18_nonptl
rpm-libs-4.3.3-18_nonptl
rpm-python-4.3.3-18_nonptl
rp-pppoe-3.5-22
rsh-0.17-25.4
rsync-2.6.3-1
samba-3.0.10-1.4E.11
samba-client-3.0.10-1.4E.11
samba-common-3.0.10-1.4E.11
sane-backends-1.0.14-6
sane-frontends-1.0.12-4
scalix-mobile-11.0.2.23-1
scalix-platform-11.0.2.23-1
scalix-postgres-11.0.2.23-1
scalix-res-11.0.2.23-1
scalix-sac-11.0.2.23-1
scalix-server-11.0.2.15-1.rhel4
scalix-sis-11.0.2.23-1
scalix-swa-11.0.2.23-1
scalix-tomcat-5.5.16-195
scalix-tomcat-connector-11.0.0.181-1.rhel4
schedutils-1.4.0-2
screen-4.0.2-5
scrollkeeper-0.3.14-3
SDL-1.2.7-8
SDL-devel-1.2.7-8
seamonkey-1.0.8-0.2.el4.centos
seamonkey-nspr-1.0.8-0.2.el4.centos
seamonkey-nss-1.0.8-0.2.el4.centos
sed-4.1.2-5.EL4
selinux-policy-targeted-1.17.30-2.140
sendmail-8.13.1-3.RHEL4.5
sendmail-cf-8.13.1-3.RHEL4.5
setarch-1.6-1
setools-1.5.1-5
setserial-2.17-17
setup-2.5.37-1.3
setuptool-1.17-2
sgml-common-0.6.3-17
shadow-utils-4.0.3-60.RHEL4
shared-mime-info-0.15-10
slang-1.4.9-8
slang-devel-1.4.9-8
slocate-2.7-13.el4.6
sox-12.17.5-3
spamassassin-3.1.8-2.el4
specspo-9.0.92-1.3
speex-1.0.4-4
splint-3.1.1-4
sqlite-3.3.3-1.2
squid-2.5.STABLE6-3.4E.12
startup-notification-0.7-1
startup-notification-devel-0.7-1
statserial-1.1-35
strace-4.5.14-0.EL4.1
stunnel-4.05-3
sudo-1.6.7p5-30.1.3
swig-1.3.21-6
switchdesk-4.0.6-3
symlinks-1.2-22
synaptics-0.13.5-5
sysfsutils-1.2.0-1
sysfsutils-devel-1.2.0-1
sysklogd-1.4.1-26_EL
syslinux-2.11-1
sysreport-1.3.15-8
sysstat-5.0.5-11.rhel4
system-config-boot-0.2.7-1
system-config-date-1.7.15-0.RHEL4.3
system-config-display-1.0.24-1
system-config-httpd-1.3.1-1
system-config-keyboard-1.2.5-1
system-config-language-1.1.8-1
system-config-lvm-1.0.19-1.0
system-config-mouse-1.2.9-1
system-config-network-1.3.22.0.EL.4.2-1
system-config-network-tui-1.3.22.0.EL.4.2-1
system-config-nfs-1.2.8-1
system-config-packages-1.2.23-1
system-config-printer-0.6.116.5-1
system-config-printer-gui-0.6.116.5-1
system-config-rootpassword-1.1.6-1
system-config-samba-1.2.21-1
system-config-securitylevel-1.4.19.2-1
system-config-securitylevel-tui-1.4.19.2-1
system-config-services-0.8.15-1
system-config-soundcard-1.2.10-2.EL4
system-config-users-1.2.27-0.EL4.1
system-logviewer-0.9.12-0.2
system-switch-mail-0.5.25-3
system-switch-mail-gnome-0.5.25-3
systemtap-0.5.8-1.EL4
SysVinit-2.85-34.3
talk-0.17-26
tar-1.14-12.RHEL4
tcl-8.4.7-2
tclx-8.3.5-4
tcpdump-3.8.2-10.RHEL4
tcp_wrappers-7.6-37.2
tcsh-6.13-9
telnet-0.17-31.EL4.3
termcap-5.4-3
tetex-2.0.2-22.EL4.7
tetex-dvips-2.0.2-22.EL4.7
tetex-fonts-2.0.2-22.EL4.7
tetex-latex-2.0.2-22.EL4.7
texinfo-4.7-5.el4.2
time-1.7-25
tk-8.4.7-2
tmpwatch-2.9.1-1
tog-pegasus-2.5.1-2.EL4
tog-pegasus-devel-2.5.1-2.EL4
tora-1.3.14.1-2
traceroute-1.4a12-24
tsclient-0.132-4
ttfprint-0.9-13
ttmkfdir-3.0.9-14.1.EL
tux-3.2.18-2
tzdata-2006m-3.el4
udev-039-10.15.EL4
umb-scheme-3.2-36.EL4
unix2dos-2.2-24.1
unixODBC-2.2.11-1.RHEL4.1
unzip-5.51-7
up2date-4.4.69-25.centos4.7
up2date-gnome-4.4.69-25.centos4.7
urw-fonts-2.2-6.1
usbutils-0.11-6.1
usermode-1.74-1
usermode-gtk-1.74-1
utempter-0.5.5-5
util-linux-2.12a-16.EL4.20
uucp-1.07-3
valgrind-3.1.1-1.EL4
valgrind-callgrind-0.10.1-2.EL4
vconfig-1.8-4
VFlib2-2.25.6-25
vim-minimal-6.3.046-0.40E.7
vino-2.8.1-1
vixie-cron-4.1-44.EL4
vnc-4.0-8.1
vnc-server-4.0-8.1
vte-0.11.11-6.1.el4
webalizer-2.01_10-25
webmin-1.330-1
wget-1.10.2-0.40E
which-2.16-4
wireless-tools-28-0.pre16.3.3.EL4
words-3.0-3
wvdial-1.54.0-3
Xaw3d-1.5-24
Xaw3d-devel-1.5-24
xchat-2.4.0-3.EL4.0
xdelta-1.1.3-15
xinetd-2.3.13-4.4E.1
xinitrc-4.0.14.3-1
xloadimage-4.1-36.RHEL4
xml-common-0.6.3-17
xmlsec1-1.2.6-3
xmlsec1-openssl-1.2.6-3
xorg-x11-6.8.2-1.EL.13.37.5
xorg-x11-deprecated-libs-6.8.2-1.EL.13.37.5
xorg-x11-deprecated-libs-devel-6.8.2-1.EL.13.37.5
xorg-x11-devel-6.8.2-1.EL.13.37.5
xorg-x11-font-utils-6.8.2-1.EL.13.37.5
xorg-x11-libs-6.8.2-1.EL.13.37.5
xorg-x11-Mesa-libGL-6.8.2-1.EL.13.37.5
xorg-x11-Mesa-libGLU-6.8.2-1.EL.13.37.5
xorg-x11-tools-6.8.2-1.EL.13.37.5
xorg-x11-twm-6.8.2-1.EL.13.37.5
xorg-x11-xauth-6.8.2-1.EL.13.37.5
xorg-x11-xfs-6.8.2-1.EL.13.37.5
xrestop-0.2-4
xscreensaver-4.18-5.rhel4.11
xsri-2.1.0-8
xterm-192-4.EL4
yelp-2.6.4-2
ypbind-1.17.2-8
yp-tools-2.8-7
yum-2.4.3-1.c4
zip-2.3-27
zlib-1.2.1.2-1.2
zlib-devel-1.2.1.2-1.2
zsh-4.2.0-3.EL.3


I'd appreciate any help you can provide us.

dougp23
Posts: 229
Joined: Thu Feb 15, 2007 2:42 pm

Postby dougp23 » Fri Mar 02, 2007 8:11 pm

Well, I am just finalising a document I hope the admins here will make a sticky. It's called "Failproof Scalix Install on CentOS4". I've done about 8 in the past month, so I have tripped over almost all the problems!!

What address are you trying to get the web page up on? Try both (127.0.0.1 and your real IP). You just want to be able to see the default apache page to see if apache is even properly set up.

I don't like your /etc/hosts file.

I like mine to be:
127.0.0.1 {TAB} {TAB} localhost
99.245.122.76 {TAB} host.mymail.com host

Try seeing if you can get the Apache default page, and then try to modify your /etc/hosts.

I will post my document prob on Monday.

platinumriver

Please post that document!

Postby platinumriver » Mon Mar 05, 2007 3:26 pm

I would GREATLY appreciate it if you could post that document. I have modified my /etc/hosts file and confirmed that Apache is running. I could bring up the default Apache page for both the 127.0.0.1 IP and the real IP specified in the hosts file. When I try to access the /webmail URL, it fails with

Code: Select all

503 Service Temporarily Unavailable
.


Regards,

A.W.

DohnJoe

Me too

Postby DohnJoe » Mon Mar 05, 2007 4:52 pm

Me too.

@platinumriver: Don't know about your setup obviously.
What helped me was commenting out

<Listener className="org.apache.catalina.core.AprLifecycleListener" />

in /var/opt/scalix/sx/tomcat/conf/server.xml and restarting the whole thing.
See:
viewtopic.php?t=6431

It now runs like a charm. But that's on a non-production server.

Regards,

Bernhard

dougp23
Posts: 229
Joined: Thu Feb 15, 2007 2:42 pm

Postby dougp23 » Mon Mar 05, 2007 5:18 pm

Because I am clueless when it comes to Wiki's, I posted my document here:

http://swifttide.com/scalix/Scalix_Setup.html

You should note that clamav recently changed to a higher release and my notes don't reflect that.

You will notice in my install doc that once or twice, I either kill X (ctrl-Alt-Backspace) or logout and log back in.

I just did a clean install on a P3 850 Mhz with 256 M Ram.....not bad....it moves along OK!

Let me know if it works for you guys or not.

Doug

kanderson

Postby kanderson » Mon Mar 05, 2007 5:31 pm

I'll just note that the recommendation for SX11 is 1 gig of RAM. It will run with less, but you'll feel it, especially when PostgreSQL gets busier. I'd plan to add more. SWA will also perform noticably better with more RAM, especially if there are several users at the same time.

I've seen mention on bugzilla that crashed services were "possible" with so little RAM, though clearly, it does work.

Kev.

dougp23
Posts: 229
Joined: Thu Feb 15, 2007 2:42 pm

Postby dougp23 » Mon Mar 05, 2007 6:23 pm

Thanks Kev. Yeah, this one is just a "bangup" box to get it going and let a few people play around on it.

kanderson

Postby kanderson » Mon Mar 05, 2007 7:20 pm

No Prob. I just wanted to warn you (and others) that it isn't recommended, and that you likely will see stability issues with it if it's a busy production box.

Kev.


Return to “Installation”



Who is online

Users browsing this forum: No registered users and 3 guests