Tomcat error after installation scalix 11.0.1 on fedora 6

Discuss installation of Scalix software

Moderators: ScalixSupport, admin

rbardoel2
Posts: 15
Joined: Thu Jan 11, 2007 10:41 am

Tomcat error after installation scalix 11.0.1 on fedora 6

Postby rbardoel2 » Wed Feb 07, 2007 7:33 pm

Dear "all",

I experience an error after my installation of scalix. I get "error 503 - service unavailable" when i want to log on to a webbased interface of scalix. It seems that tomcat cannot assign his portnumbers. I checked everything (no other application is running on the ports and there is no other instance of tomcat). This is my logfile:

Feb 8, 2007 12:15:22 AM 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
Feb 8, 2007 12:15:22 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1351 ms
Feb 8, 2007 12:15:22 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Feb 8, 2007 12:15:22 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.16
Feb 8, 2007 12:15:22 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Feb 8, 2007 12:15:23 AM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/var/opt/scalix/bl/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/bl
CAA: caa-root-directory is /var/opt/scalix/bl/caa/
CAA: Loaded web.xml init params
CAA: caa-config-directory is /var/opt/scalix/bl/caa/config
CAA: log4j-init-file is /var/opt/scalix/bl/caa/config/log4j.properties
CAA: caa-framework-init-file is /var/opt/scalix/bl/caa/config/framework-config.xml
RES: Initializing log4j using file /var/opt/scalix/bl/res/config/log4j.properties
SIS received contextInitialized event
SIS initialized with config from /var/opt/scalix/bl/sis/sis.properties
Feb 8, 2007 12:15:29 AM org.apache.catalina.core.ApplicationContext log
INFO: initializing Scalix Web Access
reading configuration @ /var/opt/scalix/bl/webmail/swa.properties
Feb 8, 2007 12:15:30 AM org.apache.catalina.core.ApplicationContext log
INFO: done initializing Scalix Web Access
Feb 8, 2007 12:15:32 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8009 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:15:32 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8010 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:15:32 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8011 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:15:32 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8012 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:15:32 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8013 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:15:32 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8014 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:15:32 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8015 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:15:32 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8016 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:15:32 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8017 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:15:32 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8018 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:15:32 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8019 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:15:32 AM org.apache.jk.common.ChannelSocket init
SEVERE: Can't find free port 8009 8019
Feb 8, 2007 12:15:32 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/210 config=null
Feb 8, 2007 12:15:32 AM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Feb 8, 2007 12:15:32 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 10493 ms
Feb 8, 2007 12:15:44 AM org.apache.catalina.connector.Connector pause
SEVERE: Protocol handler pause failed
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.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.start(Catalina.java:576)
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.start(Bootstrap.java:275)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Feb 8, 2007 12:15:45 AM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Feb 8, 2007 12:15:45 AM org.apache.catalina.core.ApplicationContext log
INFO: shutting down Scalix Web Access
SIS received contextDestroyed event
Exception in thread "RESMonitor-thread" java.lang.NullPointerException
at com.scalix.sac.ubermgr.events.RESMonitor.run(RESMonitor.java:149)
Exception in thread "com.scalix.sac.ubermgr.data.GuidToServerCache$CleanupThread-thread" java.lang.NullPointerException
at com.scalix.sac.ubermgr.data.GuidToServerCache$CleanupThread.run(GuidToServerCache.java:44)
Feb 8, 2007 12:15:45 AM org.apache.jk.common.ChannelSocket destroy
INFO: Error shutting down the channel 8009 java.lang.NullPointerException
Feb 8, 2007 12:15:45 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: Failed shutdown of Apache Portable Runtime
Feb 8, 2007 12:22:03 AM 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
Feb 8, 2007 12:22:03 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1448 ms
Feb 8, 2007 12:22:04 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Feb 8, 2007 12:22:04 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.16
Feb 8, 2007 12:22:04 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Feb 8, 2007 12:22:04 AM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/var/opt/scalix/bl/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/bl
CAA: caa-root-directory is /var/opt/scalix/bl/caa/
CAA: Loaded web.xml init params
CAA: caa-config-directory is /var/opt/scalix/bl/caa/config
CAA: log4j-init-file is /var/opt/scalix/bl/caa/config/log4j.properties
CAA: caa-framework-init-file is /var/opt/scalix/bl/caa/config/framework-config.xml
RES: Initializing log4j using file /var/opt/scalix/bl/res/config/log4j.properties
SIS received contextInitialized event
SIS initialized with config from /var/opt/scalix/bl/sis/sis.properties
Feb 8, 2007 12:22:11 AM org.apache.catalina.core.ApplicationContext log
INFO: initializing Scalix Web Access
reading configuration @ /var/opt/scalix/bl/webmail/swa.properties
Feb 8, 2007 12:22:11 AM org.apache.catalina.core.ApplicationContext log
INFO: done initializing Scalix Web Access
Feb 8, 2007 12:22:12 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8009 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:22:12 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8010 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:22:12 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8011 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:22:12 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8012 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:22:12 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8013 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:22:12 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8014 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:22:12 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8015 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:22:12 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8016 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:22:12 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8017 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:22:12 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8018 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:22:12 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8019 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:22:13 AM org.apache.jk.common.ChannelSocket init
SEVERE: Can't find free port 8009 8019
Feb 8, 2007 12:22:13 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/238 config=null
Feb 8, 2007 12:22:13 AM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Feb 8, 2007 12:22:13 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 9664 ms
Feb 8, 2007 12:23:21 AM org.apache.catalina.connector.Connector pause
SEVERE: Protocol handler pause failed
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.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.start(Catalina.java:576)
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.start(Bootstrap.java:275)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Feb 8, 2007 12:23:22 AM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Feb 8, 2007 12:23:22 AM org.apache.catalina.core.ApplicationContext log
INFO: shutting down Scalix Web Access
SIS received contextDestroyed event
Feb 8, 2007 12:23:22 AM org.apache.jk.common.ChannelSocket destroy
INFO: Error shutting down the channel 8009 java.lang.NullPointerException
Feb 8, 2007 12:23:22 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: Failed shutdown of Apache Portable Runtime
Exception in thread "NotificationEventListener-Thread" java.lang.NullPointerException
at com.scalix.sac.ubermgr.events.NotificationEventListener.run(NotificationEventListener.java:232)
Exception in thread "com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-0" java.lang.NullPointerException
at com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread.run(NotificationEventListener.java:112)
Exception in thread "com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-1" java.lang.NullPointerException
at com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread.run(NotificationEventListener.java:112)
Exception in thread "com.scalix.sac.ubermgr.data.GuidToServerCache$CleanupThread-thread" java.lang.NullPointerException
at com.scalix.sac.ubermgr.data.GuidToServerCache$CleanupThread.run(GuidToServerCache.java:44)
Exception in thread "HeartBeat-thread" java.lang.NullPointerException
at com.scalix.sac.res.events.HeartBeatEventPoller.run(HeartBeatEventPoller.java:77)
Exception in thread "Notifier-thread-0" java.lang.NullPointerException
at com.scalix.sac.res.events.Notifier.run(Notifier.java:52)
Exception in thread "Notifier-thread-1" java.lang.NullPointerException
at com.scalix.sac.res.events.Notifier.run(Notifier.java:52)
Feb 8, 2007 12:23:39 AM 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
Feb 8, 2007 12:23:39 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1387 ms
Feb 8, 2007 12:23:40 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Feb 8, 2007 12:23:40 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.16
Feb 8, 2007 12:23:40 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Feb 8, 2007 12:23:41 AM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/var/opt/scalix/bl/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/bl
CAA: caa-root-directory is /var/opt/scalix/bl/caa/
CAA: Loaded web.xml init params
CAA: caa-config-directory is /var/opt/scalix/bl/caa/config
CAA: log4j-init-file is /var/opt/scalix/bl/caa/config/log4j.properties
CAA: caa-framework-init-file is /var/opt/scalix/bl/caa/config/framework-config.xml
RES: Initializing log4j using file /var/opt/scalix/bl/res/config/log4j.properties
SIS received contextInitialized event
SIS initialized with config from /var/opt/scalix/bl/sis/sis.properties
Feb 8, 2007 12:23:45 AM org.apache.catalina.core.ApplicationContext log
INFO: initializing Scalix Web Access
reading configuration @ /var/opt/scalix/bl/webmail/swa.properties
Feb 8, 2007 12:23:45 AM org.apache.catalina.core.ApplicationContext log
INFO: done initializing Scalix Web Access
Feb 8, 2007 12:23:49 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8009 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:23:49 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8010 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:23:49 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8011 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:23:49 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8012 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:23:49 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8013 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:23:49 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8014 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:23:49 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8015 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:23:49 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8016 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:23:49 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8017 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:23:49 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8018 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:23:49 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8019 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:23:49 AM org.apache.jk.common.ChannelSocket init
SEVERE: Can't find free port 8009 8019
Feb 8, 2007 12:23:49 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/60 config=null
Feb 8, 2007 12:23:49 AM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Feb 8, 2007 12:23:49 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 9747 ms
Feb 8, 2007 12:29:17 AM org.apache.catalina.connector.Connector pause
SEVERE: Protocol handler pause failed
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.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.start(Catalina.java:576)
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.start(Bootstrap.java:275)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Feb 8, 2007 12:29:18 AM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Feb 8, 2007 12:29:18 AM org.apache.catalina.core.ApplicationContext log
INFO: shutting down Scalix Web Access
SIS received contextDestroyed event
Feb 8, 2007 12:29:18 AM org.apache.jk.common.ChannelSocket destroy
INFO: Error shutting down the channel 8009 java.lang.NullPointerException
Feb 8, 2007 12:29:18 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: Failed shutdown of Apache Portable Runtime
Exception in thread "NotificationEventListener-Thread" java.lang.NullPointerException
at com.scalix.sac.ubermgr.events.NotificationEventListener.run(NotificationEventListener.java:232)
Exception in thread "com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-0" java.lang.NullPointerException
at com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread.run(NotificationEventListener.java:112)
Exception in thread "com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-1" java.lang.NullPointerException
at com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread.run(NotificationEventListener.java:112)
Exception in thread "HeartBeat-thread" java.lang.NullPointerException
at com.scalix.sac.res.events.HeartBeatEventPoller.run(HeartBeatEventPoller.java:77)
Exception in thread "Notifier-thread-0" java.lang.NullPointerException
at com.scalix.sac.res.events.Notifier.run(Notifier.java:52)
Exception in thread "Notifier-thread-1" java.lang.NullPointerException
at com.scalix.sac.res.events.Notifier.run(Notifier.java:52)
Exception in thread "com.scalix.sac.ubermgr.data.GuidToServerCache$CleanupThread-thread" java.lang.NullPointerException
at com.scalix.sac.ubermgr.data.GuidToServerCache$CleanupThread.run(GuidToServerCache.java:44)
Feb 8, 2007 12:29:36 AM 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
Feb 8, 2007 12:29:36 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1687 ms
Feb 8, 2007 12:29:36 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Feb 8, 2007 12:29:36 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.16
Feb 8, 2007 12:29:36 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Feb 8, 2007 12:29:37 AM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/var/opt/scalix/bl/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/bl
CAA: caa-root-directory is /var/opt/scalix/bl/caa/
CAA: Loaded web.xml init params
CAA: caa-config-directory is /var/opt/scalix/bl/caa/config
CAA: log4j-init-file is /var/opt/scalix/bl/caa/config/log4j.properties
CAA: caa-framework-init-file is /var/opt/scalix/bl/caa/config/framework-config.xml
RES: Initializing log4j using file /var/opt/scalix/bl/res/config/log4j.properties
SIS received contextInitialized event
SIS initialized with config from /var/opt/scalix/bl/sis/sis.properties
Feb 8, 2007 12:29:42 AM org.apache.catalina.core.ApplicationContext log
INFO: initializing Scalix Web Access
reading configuration @ /var/opt/scalix/bl/webmail/swa.properties
Feb 8, 2007 12:29:43 AM org.apache.catalina.core.ApplicationContext log
INFO: done initializing Scalix Web Access
Feb 8, 2007 12:29:44 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8009 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:29:44 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8010 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:29:44 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8011 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:29:44 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8012 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:29:44 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8013 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:29:44 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8014 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:29:44 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8015 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:29:44 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8016 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:29:44 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8017 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:29:44 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8018 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:29:44 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8019 java.net.BindException: Cannot assign requested address
Feb 8, 2007 12:29:44 AM org.apache.jk.common.ChannelSocket init
SEVERE: Can't find free port 8009 8019
Feb 8, 2007 12:29:44 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/80 config=null
Feb 8, 2007 12:29:44 AM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Feb 8, 2007 12:29:44 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 7915 ms


Does anyone know what to do? Thanks in advance! Regards,

Ralf Bardoel

florian
Scalix
Scalix
Posts: 3852
Joined: Fri Dec 24, 2004 8:16 am
Location: Frankfurt, Germany
Contact:

Postby florian » Thu Feb 08, 2007 10:14 am

Scalix 11 does not support Fedora Core 6 yet. We're planning on updating platform support to include newer versions of Fedora later this year. I believe what you're seeing is an indication of the installer haven't setup config files correctly during install. We have done no testing whatsoever on FC6 and I don't see myself in a position to do this at this point.

Please do use supported platform FC5 for Scalix 11.

Florian.
Florian von Kurnatowski, Die Harder!

rbardoel2
Posts: 15
Joined: Thu Jan 11, 2007 10:41 am

Postby rbardoel2 » Thu Feb 08, 2007 10:22 am

[quote="florian"]Scalix 11 does not support Fedora Core 6 yet. We're planning on updating platform support to include newer versions of Fedora later this year. I believe what you're seeing is an indication of the installer haven't setup config files correctly during install. We have done no testing whatsoever on FC6 and I don't see myself in a position to do this at this point.

Please do use supported platform FC5 for Scalix 11.

Florian.[/quote

The only problem is that Fedora Core 5 isn't supporting my hardware correctly, so I'm somewhat forced to Fedora Core 6. The whole installation has gone great (thanks to the wiki article), but I cannot get tomcat working. It would be great if you have some further suggestions, otherwise I'll keep on looking for an answer. Thank you!

florian
Scalix
Scalix
Posts: 3852
Joined: Fri Dec 24, 2004 8:16 am
Location: Frankfurt, Germany
Contact:

Postby florian » Thu Feb 08, 2007 10:33 am

I think you'll probably be somewhat on your own, unfortunately.

the error sounds like some part of the tomcat/apache setup just isn't right, i.e. the files haven't been configured correctly.

the root cause of this is that the wiki manual install instructions have only been tested - by myself - on debian-based systems. however, our debian packages are somewhat different from the RPM packages in that the debian postinstall scripts adjust some config settings while the RPM ones don't.

now - what you might want to try is just to tell the scalix installer that this is a FC5 system - it *might* do something useful. The installer just checks /etc/redhat-release, so if you put in the correct string for FC5 there, it will probably go ahead. The installer will try to adjust the config files.

However, as config file structure on the OS side might have changed with FC6 and also library versions will have changed, no guarantee that this can work.

Under *no* circumstances will we provide support for running Scalix on FC6 at this time. This includes possible cases of severe data loss caused by imcompatible libraries on low levels of message store access. I cannot claim that we've seen that for FC6, but certainly this *has* happened for people who were using Scalix builds on platforms they were not made for.

Therefore, I would recommend against running a production email system on an unsupported platform like this.

Florian.
Florian von Kurnatowski, Die Harder!


Return to “Installation”



Who is online

Users browsing this forum: No registered users and 7 guests