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