Problems after IP Change

Discuss the Scalix Server software

Moderators: ScalixSupport, admin

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Sat Jun 17, 2006 1:38 am

It looks like your DNS may not match your hosts file as your server thinks it's "Scalix.domain.local" as well as "Scalix.domain.com". When you changed your IP address, are you certain your hostname wasn't changed in DNS or your hosts file? You need to get these in-sync. Take a look in your /opt/scalix/global/config file and see what your OMHOSTNAME value is set to. Make sure you set that to same name as you server. Also check in the /etc/opt/scalix/webmail/swa.properties, /etc/opt/scalix/res/config and /etc/opt/scalix/caa/scalix.res/config/ubermanager.properties file and make sure those values also match up, then restart tomcat. Lastly, run:

sxmodfqdn -o olddomain -n newdomain

Thanks,
Rachel
Last edited by ScalixSupport on Tue Jun 20, 2006 6:41 pm, edited 1 time in total.

mito
Posts: 194
Joined: Fri Mar 24, 2006 11:33 am

Postby mito » Sat Jun 17, 2006 2:29 am

eh, sorry... I didn't feel like posting my actual hostnames and domain names before, so I changed them in the host file to be generic but still conform to the naming structure that I had in my hosts file.

This is the real /etc/hosts file (after I put the entries on one line as suggested)

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.domain.com      machine.domain.local


Scalix.domain.com doesn't exist though, so I don't know why that would be showing up... I'll check those files as you suggested.
Last edited by mito on Tue Jun 20, 2006 10:14 pm, edited 1 time in total.

mito
Posts: 194
Joined: Fri Mar 24, 2006 11:33 am

Postby mito » Sat Jun 17, 2006 2:36 am

I checked those files and the name Scalix.domain.com doesn't show up anywhere.

any ideas?
Last edited by mito on Tue Jun 20, 2006 10:14 pm, edited 1 time in total.

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Sat Jun 17, 2006 2:45 am

I left off the filename in one of the subdirectories, did you check res.properties in /etc/opt/scalix/res/config? You should grep for that name in each of the subdirectories. You should also do an nslookup and do a lookup of your IP address and see what's returned.

Thanks,
Rachel

mito
Posts: 194
Joined: Fri Mar 24, 2006 11:33 am

Postby mito » Sat Jun 17, 2006 2:55 am

yeah, I figured you meant that res.properties file so I checked that and didn't find anything.

And right now when I do a lookup of mail.domain.com I get the IP of my currently active mail server (which is yet another different public IP address than this machine was either time, it's testing IP and this IP). But when I just try to ping that name, it resolves fine due to the hosts file.

I guess I just don't get how a simple IP change can cause so many problems. I really didn't want to have to reconfigure all my stuff, but I may just have to do that.

Any other thoughts?
Last edited by mito on Tue Jun 20, 2006 10:15 pm, edited 1 time in total.

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Sat Jun 17, 2006 3:18 am

You haven't posted what the IP address resolves to when you do a reverse lookup. What hostname does that show.

Thanks,
Rachel

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Sat Jun 17, 2006 3:23 am

You also haven't posted which hosts do showup in the files I mentioned. For example what is the res.ubermanager.host set to? There's six or seven entries that should be a hostname.domain, what are they showing? Also please post your /opt/scalix/global/config file as you didn't post what's in that either.

Thanks,
Rachel

mito
Posts: 194
Joined: Fri Mar 24, 2006 11:33 am

Postby mito » Sat Jun 17, 2006 2:57 pm

Ah, sorry. I looked at the files, but didn't post the contents. Here you go:

/opt/scalix/global/config: OMHOSTNAME value is set to

Code: Select all

OMNAME=Scalix
OMHOSTNAME=Scalix.domain.com
OMDATADIR=/var/opt/scalix
OMAUTOSTART=TRUE

/etc/opt/scalix/webmail/swa.properties:

Code: Select all

swa.version=10.0

swa.email.domain=domain.com
swa.email.imapServer=mail.domain.com
swa.email.smtpServer=mail.domain.com

/etc/opt/scalix/res/config/res.properties:

Code: Select all

# UberManager master host.
#
res.ubermanager.host=mail.domain.com


/etc/opt/scalix/caa/scalix.res/config/ubermanager.properties:

Code: Select all

# name of the server or named instance fqdn where the admin groups are created
#
ubermanager.query.server=mail.domain.com

Code: Select all

# then administers can type in domains in the console during user creation
ubermanager.console.localDomains=domain.com,anotherdomain.net


nslookup results: (and no, this is not my external IP... this is the IP address of my current mail server, the one that Scalix will hopefully soon replace. Scalix was working however before without problems. I have been using another domain name to test with etc (mail.anotherdomain.net) and it has been working perfectly before I changed the IP.)

Code: Select all

[root@Scalix config]# nslookup mail.domain.com
Server:         1.2.3.4
Address:        1.2.3.4#53

Non-authoritative answer:
Name:   mail.domain.com
Address: 1.4.6.8


I think I got everything this time, let me know if there is something else that is needed...
Last edited by mito on Tue Jun 20, 2006 10:28 pm, edited 2 times in total.

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Sat Jun 17, 2006 3:15 pm

I hate to sound like a broken record, but I still need the reverse lookup of your Scalix server's IP address. You also need DNS to match up with your /etc/hosts entry and you'll also want your hostname in the various files you posted to match up.

Thanks,
Rachel

mito
Posts: 194
Joined: Fri Mar 24, 2006 11:33 am

Postby mito » Sat Jun 17, 2006 3:43 pm

ScalixSupport wrote:I hate to sound like a broken record, but I still need the reverse lookup of your Scalix server's IP address. You also need DNS to match up with your /etc/hosts entry and you'll also want your hostname in the various files you posted to match up.

Thanks,
Rachel


ok, well then I guess I'm not understanding you, because I thought that you had said to do a reverse lookup using the nslookup command. If that's not how to do a reverse lookup, then how do you do one?

And it looks to me like all those files are using the same hostnames, doesn't it?

And why would the dns server make any difference? I am using the same dns server (the one provided by my ISP) as before, and it worked perfectly then.

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Sat Jun 17, 2006 3:58 pm

Hi. See this link for details: http://en.wikipedia.org/wiki/Reverse_DNS_lookup

What you should do is type:

nslookup
> 10.0.0.2

What does that return?

As for the values matching, your /opt/scalix/global/config value doesn't match what your other files contain.

Thanks,
Rachel

mito
Posts: 194
Joined: Fri Mar 24, 2006 11:33 am

Postby mito » Sat Jun 17, 2006 4:11 pm

Code: Select all

[root@Scalix config]# nslookup
> 10.0.0.2
Server:         4.2.2.2
Address:        4.2.2.2#53

** server can't find 2.0.0.10.in-addr.arpa: REFUSED


I guess I did't think twice about that first file saying that because it's the hostname for the pc and they both point to the same IP address in the /etc/hosts.

I will change it and reboot the computer and see how that works.
Last edited by mito on Tue Jun 20, 2006 10:23 pm, edited 1 time in total.

mito
Posts: 194
Joined: Fri Mar 24, 2006 11:33 am

Postby mito » Sat Jun 17, 2006 4:27 pm

Changed

Code: Select all

OMHOSTNAME=Scalix.domain.local

to

Code: Select all

OMHOSTNAME=mail.domain.com


And then rebooted the pc (I wanted to be sure to restart anything that needed it).

And I'm still getting the same thing...
Last edited by mito on Tue Jun 20, 2006 10:24 pm, edited 1 time in total.

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Mon Jun 19, 2006 1:15 pm

So, what does the nslookup of the IP address return now, mail.domain.com or Scalix.domain.local? What's in the caa.log file when you try to login?

Thanks,
Rachel
Last edited by ScalixSupport on Tue Jun 20, 2006 6:42 pm, edited 1 time in total.

mito
Posts: 194
Joined: Fri Mar 24, 2006 11:33 am

Postby mito » Mon Jun 19, 2006 2:14 pm

ScalixSupport wrote:So, what does the nslookup of the IP address return now, mail.domain.com or Scalix.domain.local? What's in the caa.log file when you try to login?

Thanks,
Rachel


Neither.. nslookup isn't resolving as anything... just as it did before...

Code: Select all

[root@Scalix ~]# nslookup
> 10.0.0.2
Server:         4.2.2.2
Address:        4.2.2.2#53

** server can't find 2.0.0.10.in-addr.arpa: REFUSED


As for the caa.log file, here's the latest tail -300 (after trying to login to SAC):

Code: Select all

[root@Scalix ~]# tail -n 300 /opt/scalix-tomcat/logs/caa.log
2006-06-19 12:34:31,286  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:35:19,384 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:35:19,385  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 4 mins, 14 secs
2006-06-19 12:35:31,294  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:36:19,391 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:36:19,392  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 5 mins, 14 secs
2006-06-19 12:36:31,302  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:37:19,399 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:37:19,400  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 6 mins, 14 secs
2006-06-19 12:37:31,310  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:38:19,407 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:38:19,408  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 7 mins, 14 secs
2006-06-19 12:38:31,318  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:39:19,415 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:39:19,415  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 8 mins, 14 secs
2006-06-19 12:39:31,325  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:40:19,422 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:40:19,423  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 9 mins, 14 secs
2006-06-19 12:40:31,333  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:41:19,430 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:41:19,431  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 10 mins, 14 secs
2006-06-19 12:41:31,341  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:42:19,458 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:42:19,459  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 11 mins, 14 secs
2006-06-19 12:42:31,348  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:43:19,466 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:43:19,466  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 12 mins, 14 secs
2006-06-19 12:43:31,356  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:44:19,473 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:44:19,474  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 13 mins, 14 secs
2006-06-19 12:44:31,364  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:45:19,481 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:45:19,482  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 14 mins, 14 secs
2006-06-19 12:45:31,372  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:46:19,489 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:46:19,490  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 15 mins, 14 secs
2006-06-19 12:46:31,379  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:47:19,497 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:47:19,497  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 16 mins, 14 secs
2006-06-19 12:47:31,387  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:48:19,504 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:48:19,505  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 17 mins, 14 secs
2006-06-19 12:48:31,395  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:49:19,512 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:49:19,513  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 18 mins, 14 secs
2006-06-19 12:49:31,403  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:50:19,520 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:50:19,521  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 19 mins, 14 secs
2006-06-19 12:50:31,410  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:51:19,528 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:51:19,528  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 20 mins, 14 secs
2006-06-19 12:51:31,450  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:52:19,556 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:52:19,556  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 21 mins, 14 secs
2006-06-19 12:52:31,458  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:53:19,563 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:53:19,564  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 22 mins, 14 secs
2006-06-19 12:53:31,466  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:54:19,571 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:54:19,572  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 23 mins, 14 secs
2006-06-19 12:54:31,473  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:55:19,579 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:55:19,579  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 24 mins, 14 secs
2006-06-19 12:55:31,482  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:56:19,587 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:56:19,587  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 25 mins, 14 secs
2006-06-19 12:56:31,489  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:57:19,594 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:57:19,595  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 26 mins, 14 secs
2006-06-19 12:57:31,497  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:58:19,602 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:58:19,603  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 27 mins, 14 secs
2006-06-19 12:58:31,504  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 12:59:19,610 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 12:59:19,610  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 28 mins, 14 secs
2006-06-19 12:59:31,512  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:00:19,618 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:00:19,618  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 29 mins, 14 secs
2006-06-19 13:00:31,520  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:00:57,348  INFO [GuidToServerCache$CleanupThread.run:39] Guid2Server cache is empty. Skipping cleanup
2006-06-19 13:01:19,625 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:01:19,626  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 30 mins, 14 secs
2006-06-19 13:01:31,528  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:02:19,673 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:02:19,674  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 31 mins, 14 secs
2006-06-19 13:02:31,535  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:03:19,681 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:03:19,682  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 32 mins, 14 secs
2006-06-19 13:03:31,543  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:04:19,689 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:04:19,689  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 33 mins, 14 secs
2006-06-19 13:04:31,551  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:05:19,696 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:05:19,697  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 34 mins, 14 secs
2006-06-19 13:05:31,559  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:06:19,704 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:06:19,705  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 35 mins, 14 secs
2006-06-19 13:06:31,566  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:07:19,712 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:07:19,712  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 36 mins, 14 secs
2006-06-19 13:07:31,574  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:08:19,719 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:08:19,720  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 37 mins, 14 secs
2006-06-19 13:08:31,584  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:09:19,727 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:09:19,728  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 38 mins, 15 secs
2006-06-19 13:09:31,590  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:10:19,735 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:10:19,736  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 39 mins, 15 secs
2006-06-19 13:10:31,597  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:11:19,743 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:11:19,743  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 40 mins, 15 secs
2006-06-19 13:11:31,657  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:12:19,763 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:12:19,763  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 41 mins, 15 secs
2006-06-19 13:12:31,665  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:13:19,770 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:13:19,771  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 42 mins, 15 secs
2006-06-19 13:13:31,673  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:14:19,778 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:14:19,779  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 43 mins, 15 secs
2006-06-19 13:14:31,680  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:15:19,786 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:15:19,786  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 44 mins, 15 secs
2006-06-19 13:15:31,688  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:16:19,794 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:16:19,794  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 45 mins, 15 secs
2006-06-19 13:16:31,696  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:17:19,817 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:17:19,818  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 46 mins, 15 secs
2006-06-19 13:17:31,704  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:18:19,825 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:18:19,826  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 47 mins, 15 secs
2006-06-19 13:18:31,711  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:19:19,833 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:19:19,833  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 48 mins, 15 secs
2006-06-19 13:19:31,719  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:20:19,841 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:20:19,841  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 49 mins, 15 secs
2006-06-19 13:20:31,727  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:21:19,848 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:21:19,851  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 50 mins, 15 secs
2006-06-19 13:21:31,739  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:22:19,856 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:22:19,857  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 51 mins, 15 secs
2006-06-19 13:22:31,746  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:23:19,864 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:23:19,864  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 52 mins, 15 secs
2006-06-19 13:23:31,754  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:24:19,871 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:24:19,872  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 53 mins, 15 secs
2006-06-19 13:24:31,762  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:25:19,879 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:25:19,880  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 54 mins, 15 secs
2006-06-19 13:25:31,770  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:26:19,887 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:26:19,888  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 55 mins, 15 secs
2006-06-19 13:26:31,805  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:27:19,911 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:27:19,911  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 56 mins, 15 secs
2006-06-19 13:27:31,813  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:28:19,918 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:28:19,919  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 57 mins, 15 secs
2006-06-19 13:28:31,821  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:29:19,926 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:29:19,927  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 58 mins, 15 secs
2006-06-19 13:29:31,829  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:30:19,934 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:30:19,935  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 16 hrs, 59 mins, 15 secs
2006-06-19 13:30:31,836  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:31:19,942 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:31:19,942  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 0 mins, 15 secs
2006-06-19 13:31:31,844  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:32:19,982 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:32:19,984  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 1 mins, 15 secs
2006-06-19 13:32:31,852  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:33:19,989 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:33:19,990  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 2 mins, 15 secs
2006-06-19 13:33:31,860  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:34:19,997 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:34:19,998  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 3 mins, 15 secs
2006-06-19 13:34:31,867  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:35:20,005 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:35:20,005  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 4 mins, 15 secs
2006-06-19 13:35:31,875  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:36:20,013 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:36:20,013  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 5 mins, 15 secs
2006-06-19 13:36:31,891  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:37:20,020 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:37:20,021  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 6 mins, 15 secs
2006-06-19 13:37:31,899  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:38:20,028 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:38:20,029  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 7 mins, 15 secs
2006-06-19 13:38:31,906  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:39:20,036 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:39:20,036  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 8 mins, 15 secs
2006-06-19 13:39:31,914  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:40:20,044 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:40:20,044  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 9 mins, 15 secs
2006-06-19 13:40:31,922  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:41:20,051 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:41:20,052  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 10 mins, 15 secs
2006-06-19 13:41:31,930  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:42:20,071 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:42:20,072  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 11 mins, 15 secs
2006-06-19 13:42:31,937  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:43:20,079 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:43:20,079  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 12 mins, 15 secs
2006-06-19 13:43:31,945  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:44:20,087 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:44:20,087  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 13 mins, 15 secs
2006-06-19 13:44:31,953  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:45:20,094 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:45:20,095  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 14 mins, 15 secs
2006-06-19 13:45:31,961  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:46:20,102 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:46:20,103  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 15 mins, 15 secs
2006-06-19 13:46:31,980  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:47:20,142 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:47:20,142  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 16 mins, 15 secs
2006-06-19 13:47:31,988  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:48:20,150 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:48:20,150  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 17 mins, 15 secs
2006-06-19 13:48:31,996  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:49:20,157 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:49:20,158  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 18 mins, 15 secs
2006-06-19 13:49:32,004  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:50:20,165 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:50:20,166  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 19 mins, 15 secs
2006-06-19 13:50:32,011  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:51:20,173 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:51:20,173  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 20 mins, 15 secs
2006-06-19 13:51:32,048  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:52:20,181 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:52:20,181  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 21 mins, 15 secs
2006-06-19 13:52:32,055  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:53:20,188 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:53:20,189  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 22 mins, 15 secs
2006-06-19 13:53:32,063  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:54:20,196 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:54:20,197  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 23 mins, 15 secs
2006-06-19 13:54:32,070  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:55:20,204 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:55:20,204  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 24 mins, 15 secs
2006-06-19 13:55:32,078  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:56:20,212 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:56:20,212  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 25 mins, 15 secs
2006-06-19 13:56:32,114  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:57:20,219 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:57:20,220  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 26 mins, 15 secs
2006-06-19 13:57:32,122  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:58:20,227 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:58:20,228  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 27 mins, 15 secs
2006-06-19 13:58:32,129  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 13:59:20,235 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 13:59:20,236  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 28 mins, 15 secs
2006-06-19 13:59:32,137  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 14:00:20,243 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 14:00:20,243  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 29 mins, 15 secs
2006-06-19 14:00:32,145  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 14:01:20,250 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 14:01:20,251  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 30 mins, 15 secs
2006-06-19 14:01:32,153  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 14:02:20,282 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 14:02:20,283  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 31 mins, 15 secs
2006-06-19 14:02:32,160  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 14:03:20,290 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 14:03:20,290  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 32 mins, 15 secs
2006-06-19 14:03:32,168  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 14:04:20,298 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 14:04:20,298  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 33 mins, 15 secs
2006-06-19 14:04:32,176  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 14:05:20,305 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 14:05:20,306  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 34 mins, 15 secs
2006-06-19 14:05:32,184  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 14:06:20,313 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 14:06:20,314  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 35 mins, 15 secs
2006-06-19 14:06:32,191  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 14:06:48,040 DEBUG [SAAJServlet.doPost:93] ************ Request Start ***************
2006-06-19 14:06:48,041 DEBUG [SAAJServlet.doPost:95] Starting SAAJServlet with POST
2006-06-19 14:06:48,056 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header accept:*/*
2006-06-19 14:06:48,057 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header accept-language:en-us
2006-06-19 14:06:48,058 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header referer:http://mail.anotherdomain.net/sac/AdminApp.jsp
2006-06-19 14:06:48,059 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header content-type:text/xml
2006-06-19 14:06:48,060 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header accept-encoding:gzip, deflate
2006-06-19 14:06:48,061 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header user-agent:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
2006-06-19 14:06:48,062 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header host:mail.anotherdomain.net
2006-06-19 14:06:48,063 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header content-length:434
2006-06-19 14:06:48,064 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header connection:Keep-Alive
2006-06-19 14:06:48,065 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header Cache-Control:no-cache
2006-06-19 14:06:48,066 DEBUG [SOAPDispatcherServlet.onMessage:158] **** Start of Message Handling ****
2006-06-19 14:07:20,321 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 14:07:20,321  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 36 mins, 15 secs
2006-06-19 14:07:32,204  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 14:08:20,329 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 14:08:20,329  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 37 mins, 15 secs
2006-06-19 14:08:32,207  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
2006-06-19 14:09:20,336 DEBUG [RESMonitor.run:67] There are 1 remote servers registered
2006-06-19 14:09:20,337  INFO [RESMonitor.run:115] Server mail.domain.com up 1 days, 17 hrs, 38 mins, 15 secs
2006-06-19 14:09:32,215  INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://Scalix.domain.com/res/RESDispatcher|LISTEN|300|Scalix|mail.domain.com|10.0.1 from host:mail.domain.com
[root@Scalix ~]#


(BTW: thanks for helping me figure this out... I do appreciate it...)

Mito
Last edited by mito on Tue Jun 20, 2006 10:27 pm, edited 1 time in total.


Return to “Scalix Server”



Who is online

Users browsing this forum: No registered users and 1 guest