environment:
fedore core 4
scalix community edition 9.4.2
jakarta_tomcat-5.0.28 provided with scalix
j2sdk1.4.2_04 (also tried j2sdk1.4.2_09 and latest j2sdk1.4.2_10)
although I added
JAVA_OPTS="-server -Xms512m -Xmx512m -Djava.net.preferIPv4Stack=true"
line to the Tomcat/bin/setclasspath.sh file.
SAC server does not start (here is the cca.log)
caa.log2005-12-11 22:02:41,978 INFO [SOAPDispatcherServlet.init:76] ====> CAA is starting up, standby <====
2005-12-11 22:02:42,632 ERROR [CAAConfigLoader.parseComponentNode:244] Service scalix.res, Component disabled has no class defined!
2005-12-11 22:02:42,836 WARN [CAAConfigLoader.parseConfigDocument:224] No services are configured in this config file
2005-12-11 22:02:42,986 INFO [GuidToServerCache$CleanupThread.run:39] Guid2Server cache is empty. Skipping cleanup
2005-12-11 22:02:42,989 INFO [NotificationEventListener.launch:243] Main Notification Event Listener thread launched...
2005-12-11 22:02:42,997 INFO [NotificationEventListener.launch:246] Notification Worker thread com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-0 launched...
2005-12-11 22:02:43,002 INFO [NotificationEventListener.launch:246] Notification Worker thread com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-1 launched...
2005-12-11 22:02:43,029 INFO [RESInitializer.initNotificationListener:201] RESMonitor-thread Thread launched...
2005-12-11 22:02:43,133 INFO [SOAPDispatcherServlet.init:118] ====> CAA started, you may fire when ready
any idea?