Page 1 of 3
Problems after IP Change
Posted: Thu Jun 15, 2006 12:09 pm
by mito
Ok, so I setup Scalix 10 on a server in my testing environment (inside a NAT), and everything was working perfectly. I had forwarded all necessary ports to the scalix server and it worked without fault.
Since I was happy with it's status and ready to put it into production, I then moved it to be physically conncted to a different internal network (also NAT, totally different internal and external IP schemes however). I got the server setup on the new IP address and changed the port forwarding from my old mail server to my new mail server. I was able to get to the login screen for both SAC and SWA, but I was unable to login to either!
When trying to login to SWA it hangs for a while, and then I get a popup saying that it couldn't communicate with the server.
When trying to login to SAC it hangs for a while, and then gives me an error:
Could Not Login
The administration server is not responding.
You should check the server log files.
I figured, ok, it's confused about the IP change, so I tried to run the installation again using an upgrade, but it said it couldn't find any upgrade components. Then I tried to do a reconfigure using the installer. That let me go through setting a lot of different options, but then gave me an error:
"An Error Occured configuring Web applications -- check the log for errors. Click OK to exit Scalix Installer."
I looked for the install logs and couldn't find them, and I don't know where the SAC log files would be to look at them. Anyone have any suggestions?
Mito
Posted: Thu Jun 15, 2006 12:22 pm
by mito
Well it looks like I should have left partially broken alone...
I tried to access the login pages to SWA and SAC again after trying to reinstall and reconfigure as I said above, and now I'm getting a totally different error:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
I found that this problem is listed in the forums in other places as well, and I will try those if I need to, but I don't want to break it even more yet again. Any suggestions?
Mito
Posted: Thu Jun 15, 2006 5:21 pm
by ScalixSupport
Did the hostname of the Scalix server change when you changed the IP address either on the machine itself or on your DNS server? The error you're getting now usually indicates that Apache can't talk to Tomcat. This may be because you've changed the /etc/hosts file so that localhost isn't defined correctly anymore or that RES can't talk to Ubermanager. Make sure you've stopped tomcat (do a ps -aef|grep tomcat to make it's really stopped), then restart it. What does it say in the caa.log? What does your mod_jk.log show?
Thanks,
Rachel
Posted: Fri Jun 16, 2006 2:11 am
by mito
Actually I didn't do anything to it after I posted the 2nd time (honestly because I didn't want to screw it up more) and now I'm able to see the login screens again, and getting the same errors as I described in the first post.
Do you still need to see those logs? And no, I didn't change the hostname. Just changed the IP address from a 192.168.x.x network to a 10.0.x.x network, which also changed it's public IP.
Posted: Fri Jun 16, 2006 5:30 am
by ScalixSupport
OK, I believe the easiest right now for you would be to:
- check /etc/hosts that your setup is correct. It should contain 127.0.0.1 localhost.localdomain localhost and x.x.x.x.x host.domain.com host at least.
- rerun the installer, remove scalix and the message store
- rerun the installer and reinstall the product
If you want to go the lets-figure-out-the-problem-route, we need to see the logfiles and /etc/hosts.
If your hostname has changed as well, run sxmodfqdn -o old.host.name -n new.host.name
Cheers,
Sascha.
Posted: Fri Jun 16, 2006 10:40 am
by mito
Since you mentioned the /etc/hosts file I thought I would check that out, and it turns out that I had forgotten to change 2 lines of that file to point to the new 10.0.x.x IP address.
Fixed that, rebooted the server, and SWA works now!
But SAC just sits there at "Attempting to log in"
Any ideas?
Mito
Posted: Fri Jun 16, 2006 10:57 am
by ScalixSupport
Hi,
has the hostname changed as well?
Cheers,
Sascha.
Posted: Fri Jun 16, 2006 11:01 am
by mito
nope, hostname stayed the same.
I dont get any errors from the SAC, it just sits there trying to login...
Posted: Fri Jun 16, 2006 11:19 am
by ScalixSupport
please post your /etc/hosts
Thx,
Sascha.
Posted: Fri Jun 16, 2006 11:44 am
by mito
Contents of my /etc/hosts
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
10.0.0.2 mail.mydomain.com
10.0.0.2 Scalix.domain.local
Posted: Fri Jun 16, 2006 12:16 pm
by mito
Just for fun I tried it in Internet Explorer instead of Firefox 1.5 and I am getting an error when I try to login to SAC now (Instead of no error in Firefox).
When I try to login to SAC using IE6 I get a popup error that says
Administration server is not responding. Possible lost connection or server problem.
Does this help?
Posted: Fri Jun 16, 2006 4:45 pm
by ScalixSupport
You have two entries for the same IP address rather than just having those two hostnames on the same line. This sometimes causes a problem for reverse lookups. You might try changing the entry to be:
10.0.0.2 scalix.domain.local mail.mydomain.com
Posted: Fri Jun 16, 2006 4:55 pm
by mito
There was a reason that I had done it like that in my original testing, but I don't remember what that was (but it was in a troubleshooting something stage).
Anyways, I tried it all on the same line and then rebooted the server and I am still getting the same error message.
Posted: Fri Jun 16, 2006 5:01 pm
by ScalixSupport
You should also edit your /etc/opt/scalix/caa/config/log4j.properties file and change:
log4j.rootLogger=INFO
log4j.logger.com.scalix.caa.util.CAALogger=INFO, file
to read:
log4j.rootLogger=DEBUG
log4j.logger.com.scalix.caa.util.CAALogger=DEBUG, file
then edit /etc/opt/scalix/res/config/log4j.properties and change:
log4j.rootLogger=INFO
log4j.logger.com.scalix.sac.res.util.RESLogger=INFO, file
to read:
log4j.rootLogger=DEBUG
log4j.logger.com.scalix.sac.res.util.RESLogger=DEBUG, file
Once done, restart tomcat (also make sure you only have one instance of tomcat running), then try to login. Now post the last 300 or so lines of your caa.log file.
Thanks,
Rachel
Posted: Fri Jun 16, 2006 10:18 pm
by mito
Ok, here's the log... well, the last 300 lines of it that is.
I turned on the debugging (the 2nd one you had me do was already done actually, but I didn't do it....) and then logged into SWA (which worked) and then tried to login to SAC (which errored).
Code: Select all
tail -n 300 caa.log
2006-06-16 20:48:04,178 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 20:48:50,399 INFO [RESMonitor.run:115] Server Scalix.domain.local up 3 hrs, 59 mins, 53 secs
2006-06-16 20:49:04,185 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 20:49:50,407 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 0 mins, 53 secs
2006-06-16 20:50:04,193 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 20:50:50,415 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 1 mins, 53 secs
2006-06-16 20:51:04,201 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 20:51:50,422 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 2 mins, 53 secs
2006-06-16 20:52:04,209 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 20:52:50,430 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 3 mins, 53 secs
2006-06-16 20:53:04,216 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 20:53:50,438 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 4 mins, 53 secs
2006-06-16 20:54:04,224 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 20:54:50,446 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 5 mins, 53 secs
2006-06-16 20:55:04,232 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 20:55:50,453 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 6 mins, 53 secs
2006-06-16 20:56:04,240 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 20:56:50,473 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 7 mins, 53 secs
2006-06-16 20:57:04,247 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 20:57:50,481 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 8 mins, 53 secs
2006-06-16 20:58:04,255 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 20:58:50,489 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 9 mins, 53 secs
2006-06-16 20:59:04,263 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 20:59:50,496 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 10 mins, 53 secs
2006-06-16 21:00:04,271 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:00:50,504 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 11 mins, 53 secs
2006-06-16 21:01:04,278 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:01:50,512 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 12 mins, 53 secs
2006-06-16 21:02:04,286 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:02:50,520 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 13 mins, 53 secs
2006-06-16 21:03:04,294 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:03:50,527 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 14 mins, 53 secs
2006-06-16 21:04:04,312 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:04:50,535 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 15 mins, 53 secs
2006-06-16 21:05:04,309 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:05:50,543 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 16 mins, 53 secs
2006-06-16 21:06:04,317 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:06:50,591 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 17 mins, 53 secs
2006-06-16 21:07:04,325 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:07:50,598 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 18 mins, 53 secs
2006-06-16 21:08:04,333 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:08:50,606 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 19 mins, 53 secs
2006-06-16 21:09:04,340 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:09:50,614 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 20 mins, 53 secs
2006-06-16 21:10:04,348 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:10:50,622 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 21 mins, 53 secs
2006-06-16 21:11:04,356 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:11:50,629 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 22 mins, 53 secs
2006-06-16 21:12:04,364 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:12:50,637 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 23 mins, 53 secs
2006-06-16 21:13:04,371 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:13:50,645 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 24 mins, 53 secs
2006-06-16 21:14:04,379 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:14:50,653 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 25 mins, 53 secs
2006-06-16 21:15:04,387 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:15:50,660 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 26 mins, 54 secs
2006-06-16 21:16:04,395 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:16:50,684 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 27 mins, 54 secs
2006-06-16 21:17:04,402 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:17:50,692 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 28 mins, 54 secs
2006-06-16 21:18:04,410 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:18:48,119 INFO [GuidToServerCache$CleanupThread.run:39] Guid2Server cache is empty. Skipping cleanup
2006-06-16 21:18:50,700 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 29 mins, 54 secs
2006-06-16 21:19:04,418 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:19:50,707 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 30 mins, 54 secs
2006-06-16 21:20:04,430 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:20:50,715 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 31 mins, 54 secs
2006-06-16 21:21:04,433 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:21:50,723 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 32 mins, 54 secs
2006-06-16 21:22:04,441 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:22:50,731 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 33 mins, 54 secs
2006-06-16 21:23:04,449 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:23:50,738 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 34 mins, 54 secs
2006-06-16 21:24:04,457 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:24:50,746 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 35 mins, 54 secs
2006-06-16 21:25:04,464 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:25:50,754 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 36 mins, 54 secs
2006-06-16 21:26:04,472 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:26:50,766 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 37 mins, 54 secs
2006-06-16 21:27:04,480 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:27:50,773 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 38 mins, 54 secs
2006-06-16 21:28:04,496 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:28:50,781 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 39 mins, 54 secs
2006-06-16 21:29:04,503 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:29:50,789 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 40 mins, 54 secs
2006-06-16 21:30:04,511 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:30:50,797 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 41 mins, 54 secs
2006-06-16 21:31:04,519 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:31:50,804 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 42 mins, 54 secs
2006-06-16 21:32:04,527 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:32:50,812 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 43 mins, 54 secs
2006-06-16 21:33:04,534 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:33:50,824 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 44 mins, 54 secs
2006-06-16 21:34:04,542 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:34:50,832 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 45 mins, 54 secs
2006-06-16 21:35:04,550 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:35:50,839 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 46 mins, 54 secs
2006-06-16 21:36:04,558 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:36:50,847 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 47 mins, 54 secs
2006-06-16 21:37:04,565 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:37:50,855 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 48 mins, 54 secs
2006-06-16 21:38:04,573 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:38:50,863 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 49 mins, 54 secs
2006-06-16 21:39:04,581 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:39:50,870 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 50 mins, 54 secs
2006-06-16 21:40:04,589 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:40:50,878 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 51 mins, 54 secs
2006-06-16 21:41:04,596 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:41:50,886 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 52 mins, 54 secs
2006-06-16 21:42:04,604 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:42:50,894 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 53 mins, 54 secs
2006-06-16 21:43:04,612 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:43:50,901 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 54 mins, 54 secs
2006-06-16 21:44:04,620 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:44:50,909 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 55 mins, 54 secs
2006-06-16 21:45:04,627 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:45:50,917 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 56 mins, 54 secs
2006-06-16 21:46:04,635 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:46:50,925 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 57 mins, 54 secs
2006-06-16 21:47:04,643 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:47:50,932 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 58 mins, 54 secs
2006-06-16 21:48:04,651 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:48:50,940 INFO [RESMonitor.run:115] Server Scalix.domain.local up 4 hrs, 59 mins, 54 secs
2006-06-16 21:49:04,658 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:49:50,948 INFO [RESMonitor.run:115] Server Scalix.domain.local up 5 hrs, 0 mins, 54 secs
2006-06-16 21:50:04,666 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:50:50,956 INFO [RESMonitor.run:115] Server Scalix.domain.local up 5 hrs, 1 mins, 54 secs
2006-06-16 21:51:04,674 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:51:50,963 INFO [RESMonitor.run:115] Server Scalix.domain.local up 5 hrs, 2 mins, 54 secs
2006-06-16 21:52:04,682 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:52:50,971 INFO [RESMonitor.run:115] Server Scalix.domain.local up 5 hrs, 3 mins, 54 secs
2006-06-16 21:53:04,689 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:53:50,979 INFO [RESMonitor.run:115] Server Scalix.domain.local up 5 hrs, 4 mins, 54 secs
2006-06-16 21:54:04,697 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:54:50,987 INFO [RESMonitor.run:115] Server Scalix.domain.local up 5 hrs, 5 mins, 54 secs
2006-06-16 21:55:04,705 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:55:50,994 INFO [RESMonitor.run:115] Server Scalix.domain.local up 5 hrs, 6 mins, 54 secs
2006-06-16 21:56:04,718 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:56:51,002 INFO [RESMonitor.run:115] Server Scalix.domain.local up 5 hrs, 7 mins, 54 secs
2006-06-16 21:57:04,720 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:57:51,010 INFO [RESMonitor.run:115] Server Scalix.domain.local up 5 hrs, 8 mins, 54 secs
2006-06-16 21:58:04,728 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:58:51,018 INFO [RESMonitor.run:115] Server Scalix.domain.local up 5 hrs, 9 mins, 54 secs
2006-06-16 21:59:04,736 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 21:59:51,025 INFO [RESMonitor.run:115] Server Scalix.domain.local up 5 hrs, 10 mins, 54 secs
2006-06-16 22:00:04,744 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 22:00:51,033 INFO [RESMonitor.run:115] Server Scalix.domain.local up 5 hrs, 11 mins, 54 secs
2006-06-16 22:01:04,751 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 22:01:51,041 INFO [RESMonitor.run:115] Server Scalix.domain.local up 5 hrs, 12 mins, 54 secs
2006-06-16 22:02:04,759 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 22:02:51,049 INFO [RESMonitor.run:115] Server Scalix.domain.local up 5 hrs, 13 mins, 54 secs
2006-06-16 22:03:04,767 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 22:03:51,056 INFO [RESMonitor.run:115] Server Scalix.domain.local up 5 hrs, 14 mins, 54 secs
2006-06-16 22:04:04,775 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 22:04:51,064 INFO [RESMonitor.run:115] Server Scalix.domain.local up 5 hrs, 15 mins, 54 secs
2006-06-16 22:05:04,782 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 22:05:42,058 INFO [RESInitializer.terminate:256] Shutting down UberManager and all its threads...
2006-06-16 22:05:42,059 INFO [RESMonitor.halt:157] RESMonitor-thread Thread shutting down
2006-06-16 22:05:42,061 INFO [NotificationEventListener.cleanup:267] NotificationEventListener-Thread closing UDP socket...
2006-06-16 22:05:42,062 ERROR [NotificationEventListener.run:232] java.net.SocketException: Socket closed
2006-06-16 22:05:42,063 INFO [NotificationEventListener$WorkerThread.halt:119] com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-0 Thread shutting down...
2006-06-16 22:05:42,064 INFO [NotificationEventListener$WorkerThread.halt:119] com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-1 Thread shutting down...
2006-06-16 22:05:42,065 INFO [GuidToServerCache$CleanupThread.stopThread:54] com.scalix.sac.ubermgr.data.GuidToServerCache$CleanupThread-thread Shutting down...
2006-06-16 22:06:01,307 INFO [SOAPDispatcherServlet.init:76] ====> CAA is starting up, standby <====
2006-06-16 22:06:01,322 DEBUG [CAAConfigLoader.init:104] **** Start of Config Loader ****
2006-06-16 22:06:01,326 DEBUG [CAAConfigLoader.init:109] Framework config file: framework-config.xml
2006-06-16 22:06:01,328 DEBUG [CAAConfigLoader.loadConfigFile:150] Loading config from /etc/opt/scalix/caa/config/framework-config.xml
2006-06-16 22:06:01,499 DEBUG [CAAConfigLoader.parseConfigDocument:200] Service type: system
2006-06-16 22:06:01,502 DEBUG [CAAConfigLoader.getParamNodeValue:373] The node disabled was not found in service system, component null
2006-06-16 22:06:01,505 DEBUG [CAAConfigLoader.parseComponentNode:236] ComponentName: sessionManager
2006-06-16 22:06:01,765 DEBUG [CAAConfigLoader.parseComponentNode:251] Storing config for system, key sessionManager.class, value com.scalix.caa.framework.CAASessionManager
2006-06-16 22:06:01,780 DEBUG [CAASessionManager.readConfig:261] Reading config
2006-06-16 22:06:01,786 DEBUG [CAASessionManager.readConfig:295] Setting sessionTimeout=6000000
2006-06-16 22:06:01,844 DEBUG [CAASessionManager.readConfig:299] Setting cleanupFrequency=50000
2006-06-16 22:06:01,846 DEBUG [CAAConfigLoader.parseComponentNode:236] ComponentName: securityProvider
2006-06-16 22:06:01,848 DEBUG [CAAConfigLoader.parseComponentNode:251] Storing config for system, key securityProvider.class, value com.scalix.caa.security.CAAKerberosProvider
2006-06-16 22:06:01,858 DEBUG [CAAConfigLoader.getValue:56] Looking for config for system, key config.dir found /etc/opt/scalix/caa/config
2006-06-16 22:06:01,863 DEBUG [CAAKerberosProvider.readConfig:420] ParamName: loginFile, value krblogin.conf
2006-06-16 22:06:01,865 DEBUG [CAAConfigLoader.init:129] Service config file: sample-service-config.xml
2006-06-16 22:06:01,871 DEBUG [CAAConfigLoader.loadConfigFile:150] Loading config from /etc/opt/scalix/caa/config/sample-service-config.xml
2006-06-16 22:06:01,889 WARN [CAAConfigLoader.parseConfigDocument:224] No services are configured in this config file
2006-06-16 22:06:01,890 DEBUG [CAAConfigLoader.init:129] Service config file: scalix.res-config.xml
2006-06-16 22:06:01,897 DEBUG [CAAConfigLoader.loadConfigFile:150] Loading config from /etc/opt/scalix/caa/config/scalix.res-config.xml
2006-06-16 22:06:01,906 DEBUG [CAAConfigLoader.parseConfigDocument:200] Service type: scalix.res
2006-06-16 22:06:01,908 DEBUG [CAAConfigLoader.parseComponentNode:236] ComponentName: disabled
2006-06-16 22:06:01,909 DEBUG [CAAConfigLoader.getParamNodeValue:373] The node class was not found in service scalix.res, component disabled
2006-06-16 22:06:01,916 ERROR [CAAConfigLoader.parseComponentNode:244] Service scalix.res, Component disabled has no class defined!
2006-06-16 22:06:01,918 DEBUG [CAAConfigLoader.parseComponentNode:236] ComponentName: initializer
2006-06-16 22:06:01,920 DEBUG [CAAConfigLoader.parseComponentNode:251] Storing config for scalix.res, key initializer.class, value com.scalix.sac.ubermgr.caa.RESInitializer
2006-06-16 22:06:01,928 DEBUG [CAAConfigLoader.parseComponentParam:346] ParamName: class
2006-06-16 22:06:01,930 DEBUG [CAAConfigLoader.parseComponentParam:350] Storing config for scalix.res, key initializer.class, value
com.scalix.sac.ubermgr.caa.RESInitializer
2006-06-16 22:06:01,931 DEBUG [CAAConfigLoader.parseComponentNode:236] ComponentName: transformer
2006-06-16 22:06:01,933 DEBUG [CAAConfigLoader.parseComponentNode:251] Storing config for scalix.res, key transformer.class, value com.scalix.sac.ubermgr.caa.RESTransformer
2006-06-16 22:06:01,944 DEBUG [CAAConfigLoader.parseComponentParam:346] ParamName: class
2006-06-16 22:06:01,946 DEBUG [CAAConfigLoader.parseComponentParam:350] Storing config for scalix.res, key transformer.class, value
com.scalix.sac.ubermgr.caa.RESTransformer
2006-06-16 22:06:01,954 DEBUG [CAAConfigLoader.parseComponentNode:236] ComponentName: connection
2006-06-16 22:06:01,956 DEBUG [CAAConfigLoader.parseComponentNode:251] Storing config for scalix.res, key connection.class, value com.scalix.sac.ubermgr.caa.RESConnection
2006-06-16 22:06:01,975 DEBUG [CAAConfigLoader.parseComponentParam:346] ParamName: class
2006-06-16 22:06:01,977 DEBUG [CAAConfigLoader.parseComponentParam:350] Storing config for scalix.res, key connection.class, value
com.scalix.sac.ubermgr.caa.RESConnection
2006-06-16 22:06:01,989 DEBUG [CAAConfigLoader.parseComponentParam:346] ParamName: mode
2006-06-16 22:06:01,991 DEBUG [CAAConfigLoader.parseComponentParam:350] Storing config for scalix.res, key connection.mode, value 1
2006-06-16 22:06:01,997 DEBUG [CAAConfigLoader.parseComponentNode:295] Storing config for scalix.res, key connection.configurator.class, value com.scalix.caa.framework.CAAConnectionPoolManager
2006-06-16 22:06:02,002 DEBUG [CAAConnectionPoolManager.readConfig:350] ParamName: minConnections
2006-06-16 22:06:02,004 DEBUG [CAAConnectionPoolManager.readConfig:357] Value: 2
2006-06-16 22:06:02,006 DEBUG [CAAConnectionPoolManager.readConfig:350] ParamName: maxConnections
2006-06-16 22:06:02,008 DEBUG [CAAConnectionPoolManager.readConfig:357] Value: 10
2006-06-16 22:06:02,015 DEBUG [CAAConnectionPoolManager.readConfig:350] ParamName: maxLifeTime
2006-06-16 22:06:02,017 DEBUG [CAAConnectionPoolManager.readConfig:357] Value: 86400000
2006-06-16 22:06:02,018 DEBUG [CAAConnectionPoolManager.readConfig:350] ParamName: maxIdleTime
2006-06-16 22:06:02,020 DEBUG [CAAConnectionPoolManager.readConfig:357] Value: 300000
2006-06-16 22:06:02,022 DEBUG [CAAConnectionPoolManager.initializePool:249] Initializing pool for scalix.res with initial size of 2
2006-06-16 22:06:02,026 DEBUG [CAAConfigLoader.getValue:56] Looking for config for scalix.res, key connection.class found com.scalix.sac.ubermgr.caa.RESConnection
2006-06-16 22:06:02,028 DEBUG [CAAConnectionFactory.createConnection:49] Class name is com.scalix.sac.ubermgr.caa.RESConnection
2006-06-16 22:06:02,035 DEBUG [CAAConnectionPoolManager.createNewAndAddToPool:285] Adding new connection to pool for scalix.res and endpoint null
2006-06-16 22:06:02,037 DEBUG [CAAConnectionPoolManager.logConnectionPool:315] Connection pool scalix.res status: min=2,max=10,size=1,used=0
2006-06-16 22:06:02,038 DEBUG [CAAConfigLoader.getValue:56] Looking for config for scalix.res, key connection.class found com.scalix.sac.ubermgr.caa.RESConnection
2006-06-16 22:06:02,040 DEBUG [CAAConnectionFactory.createConnection:49] Class name is com.scalix.sac.ubermgr.caa.RESConnection
2006-06-16 22:06:02,042 DEBUG [CAAConnectionPoolManager.createNewAndAddToPool:285] Adding new connection to pool for scalix.res and endpoint null
2006-06-16 22:06:02,044 DEBUG [CAAConnectionPoolManager.logConnectionPool:315] Connection pool scalix.res status: min=2,max=10,size=2,used=0
2006-06-16 22:06:02,046 DEBUG [CAAConfigLoader.parseComponentNode:236] ComponentName: service
2006-06-16 22:06:02,050 DEBUG [CAAConfigLoader.parseComponentNode:251] Storing config for scalix.res, key service.class, value com.scalix.sac.ubermgr.caa.RESService
2006-06-16 22:06:02,057 DEBUG [CAAConfigLoader.parseComponentParam:346] ParamName: class
2006-06-16 22:06:02,059 DEBUG [CAAConfigLoader.parseComponentParam:350] Storing config for scalix.res, key service.class, value
com.scalix.sac.ubermgr.caa.RESService
2006-06-16 22:06:02,060 DEBUG [CAAConfigLoader.init:145] **** End of Config Loader ****
2006-06-16 22:06:02,280 DEBUG [CAAInitializerManager.loadAllInitializers:27] **** Start of Load Initializers ****
2006-06-16 22:06:02,285 DEBUG [CAAConfigLoader.getValue:56] Looking for config for system, key initializer.class found null
2006-06-16 22:06:02,287 DEBUG [CAAConfigLoader.getValue:56] Looking for config for scalix.res, key initializer.class found com.scalix.sac.ubermgr.caa.RESInitializer
2006-06-16 22:06:02,293 DEBUG [CAAInitializerFactory.getInitializer:42] Class name for scalix.res is com.scalix.sac.ubermgr.caa.RESInitializer
2006-06-16 22:06:02,347 DEBUG [CAAInitializerFactory.getInitializer:63] Initializer for scalix.res is com.scalix.sac.ubermgr.caa.RESInitializer@4cd580
2006-06-16 22:06:02,349 DEBUG [CAAInitializerManager.loadAllInitializers:49] Initializing service scalix.res
2006-06-16 22:06:02,371 DEBUG [UberMgrConfig.loadFile:203] Loading Ubermanager properties...
2006-06-16 22:06:02,397 DEBUG [UberMgrConfig.loadFile:207] Finished Loading Ubermanager properties
2006-06-16 22:06:02,399 DEBUG [UberMgrConfig.loadLdapAttribs:219] Loading Ldap Attribute mappings...
2006-06-16 22:06:02,435 DEBUG [UberMgrConfig.loadLdapAttribs:223] Finished Loading Ldap Attribute mappings...entries read=35
2006-06-16 22:06:02,437 DEBUG [UberMgrConfig.loadDirectoryAttribs:235] Loading X.400 Attributes for USERLIST
2006-06-16 22:06:02,439 DEBUG [UberMgrConfig.loadDirectoryAttribs:253] Finised Loading X.400 Attributes for USERLIST
2006-06-16 22:06:02,456 DEBUG [UberMgrConfig.loadDirectoryAttribs:235] Loading X.400 Attributes for SYSTEM
2006-06-16 22:06:02,459 DEBUG [UberMgrConfig.loadDirectoryAttribs:253] Finised Loading X.400 Attributes for SYSTEM
2006-06-16 22:06:02,461 DEBUG [RESInitializer.initNotificationTables:164] Reading Event Notifications Table:events.data
2006-06-16 22:06:02,483 DEBUG [EventTable.readTable:38] com.scalix.sac.ubermgr.events.EventTable:Reading persistent data from /etc/opt/scalix/caa/scalix.res/config/store/events.data
2006-06-16 22:06:02,485 DEBUG [EventTable.readTable:52] com.scalix.sac.ubermgr.events.EventTable:No events persitence data found
2006-06-16 22:06:02,487 DEBUG [RESInitializer.initNotificationTables:166] Finished Event Notifications Table
2006-06-16 22:06:02,494 INFO [GuidToServerCache$CleanupThread.run:39] Guid2Server cache is empty. Skipping cleanup
2006-06-16 22:06:02,510 INFO [NotificationEventListener.launch:242] Main Notification Event Listener thread launched...
2006-06-16 22:06:02,514 INFO [NotificationEventListener.launch:245] Notification Worker thread com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-0 launched...
2006-06-16 22:06:02,516 INFO [NotificationEventListener.launch:245] Notification Worker thread com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-1 launched...
2006-06-16 22:06:02,526 DEBUG [RESMonitor.<init>:43] Now monitoring RES servers. We will check every 60 seconds and tolerate no heartbeat for 720 seconds
2006-06-16 22:06:02,529 INFO [RESInitializer.initNotificationListener:220] RESMonitor-thread Thread launched...
2006-06-16 22:06:02,531 DEBUG [UberMgrConfig.loadServiceDaemonMappings:77] Loading Service/Daemon Mappings
2006-06-16 22:06:02,536 DEBUG [RESMonitor.run:67] There are no remote servers registered
2006-06-16 22:06:02,544 DEBUG [UberMgrConfig.loadServiceDaemonMappings:80] Finished Loading Service/Daemon Mappings
2006-06-16 22:06:02,547 DEBUG [UberMgrConfig.loadServiceDaemonMappings:81] Service/Daemon Mappings=36
2006-06-16 22:06:02,548 DEBUG [UberMgrConfig.loadScalixQueuesNames:64] Loading Service Scalix Queue Names
2006-06-16 22:06:02,557 DEBUG [UberMgrConfig.loadScalixQueuesNames:67] Finished Loading Scalix Queue Names
2006-06-16 22:06:02,559 DEBUG [UberMgrConfig.loadScalixCompsRpmNames:56] Loading Scalix Component RPM prefix names
2006-06-16 22:06:02,562 DEBUG [UberMgrConfig.loadScalixCompsRpmNames:59] Finished Loading Scalix Component RPM prefix names
2006-06-16 22:06:02,572 DEBUG [UberMgrDepartmentsConfig.loadDepartments:54] Loading Scalix Departments List
2006-06-16 22:06:02,583 DEBUG [UberMgrDepartmentsConfig.loadDepartments:70] Finised reading ScalixDepartments. Departments=14
2006-06-16 22:06:02,585 DEBUG [UberMgrConfig.loadSxqueryadminPassword:89] Reading sxquerydmin data..
2006-06-16 22:06:02,593 DEBUG [UberMgrConfig.loadSxqueryadminPassword:108] Finished Reading sxquerydmin data.
2006-06-16 22:06:02,595 DEBUG [CAAInitializerManager.loadAllInitializers:67] **** End of Load Initializers ****
2006-06-16 22:06:02,615 INFO [SOAPDispatcherServlet.init:118] ====> CAA started, you may fire when ready <====
2006-06-16 22:06:04,381 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: register|http://Scalix.domain.local/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 22:06:04,404 DEBUG [NotificationEventListener$WorkerThread.registerRES:154] Named Instance Scalix.domain.local registered but is not using any secure mode, OK.
2006-06-16 22:06:09,418 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: register|http://Scalix.domain.local/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 22:06:09,419 DEBUG [NotificationEventListener$WorkerThread.registerRES:154] Named Instance Scalix.domain.local registered but is not using any secure mode, OK.
2006-06-16 22:06:14,424 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 22:07:02,540 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-16 22:07:02,583 INFO [RESMonitor.run:115] Server Scalix.domain.local up 53 secs
2006-06-16 22:07:14,637 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 22:07:49,077 DEBUG [SAAJServlet.doPost:93] ************ Request Start ***************
2006-06-16 22:07:49,079 DEBUG [SAAJServlet.doPost:95] Starting SAAJServlet with POST
2006-06-16 22:07:49,101 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header accept:*/*
2006-06-16 22:07:49,102 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header accept-language:en-us
2006-06-16 22:07:49,103 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header referer:http://mail.anotherdomain.net/sac/AdminApp.jsp
2006-06-16 22:07:49,104 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header content-type:text/xml
2006-06-16 22:07:49,105 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header accept-encoding:gzip, deflate
2006-06-16 22:07:49,106 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header user-agent:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.0.3705)
2006-06-16 22:07:49,107 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header host:mail.anotherdomain.net
2006-06-16 22:07:49,108 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header content-length:434
2006-06-16 22:07:49,109 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header connection:Keep-Alive
2006-06-16 22:07:49,110 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header Cache-Control:no-cache
2006-06-16 22:07:49,388 DEBUG [SOAPDispatcherServlet.onMessage:158] **** Start of Message Handling ****
2006-06-16 22:08:02,588 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-16 22:08:02,589 INFO [RESMonitor.run:115] Server Scalix.domain.local up 1 mins, 53 secs
2006-06-16 22:08:14,631 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 22:09:02,596 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-16 22:09:02,596 INFO [RESMonitor.run:115] Server Scalix.domain.local up 2 mins, 53 secs
2006-06-16 22:09:14,638 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com
2006-06-16 22:10:02,604 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-16 22:10:02,604 INFO [RESMonitor.run:115] Server Scalix.domain.local up 3 mins, 53 secs
2006-06-16 22:10:14,646 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|Scalix.domain.local|10.0.1 from host:mail.domain.com