| Welcome to the Zimbra :: Forums! | |
Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
|  | | 
03-29-2007, 10:00 PM
| | Former Zimbran | |
Posts: 5,606
| | Nick,
Please do not post your issue multiple times. We try to keep the forums easy to search.
-john | 
03-29-2007, 10:43 PM
| | Zimbra Employee | |
Posts: 93
| | The server can't start because it cannot bind to tickus.com:7025 The most likely cause is another server on 7025, or a problem resolving "tickus.com" to a local interface. There are other problems (library problems, etc) that might cause this, but since you say it worked until recently, it's most likely one of those two.
Try this -- run these in a shell and post the output:
1) netstat -an | grep LISTEN | grep 7025
2) host tickus.com
3) /sbin/ifconfig | 
03-30-2007, 06:19 AM
| | Special Member | |
Posts: 121
| | Quote:
Originally Posted by tim brennan The server can't start because it cannot bind to tickus.com:7025 The most likely cause is another server on 7025, or a problem resolving "tickus.com" to a local interface. There are other problems (library problems, etc) that might cause this, but since you say it worked until recently, it's most likely one of those two.
Try this -- run these in a shell and post the output:
1) netstat -an | grep LISTEN | grep 7025
2) host tickus.com
3) /sbin/ifconfig | I have checked many times to see if anything is using port 7025 and cant find anything. Im just baffled by this. running #1 returns nothing. running #2 returns:
nick@mail:~/zcs$ host tickus.com
tickus.com has address 12.226.35.145
tickus.com mail is handled by 10 tickus.com.
nick@mail:~/zcs$ host mail.tickus.com
mail.tickus.com has address 192.168.1.103
mail.tickus.com mail is handled by 10 mail.tickus.com. running #3 returns: Quote:
eth0 Link encap:Ethernet HWaddr 00:02:A5:EB:9E:84
inet addr:192.168.1.103 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::202:a5ff:feeb:9e84/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:28548 errors:0 dropped:0 overruns:0 frame:0
TX packets:20438 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5912727 (5.6 MiB) TX bytes:7564316 (7.2 MiB)
Interrupt:177
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:79401 errors:0 dropped:0 overruns:0 frame:0
TX packets:79401 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:28459613 (27.1 MiB) TX bytes:28459613 (27.1 MiB)
| I also tried this and that didnt fix the problem either. The server seems to be recieving mail ok, its just I cant get into the interface. Quote:
jholder:
Make sure you have a backup, and try rerunning the ./zmsetup.pl script.
| Thanks Nick
Last edited by nfear24; 03-30-2007 at 06:24 AM..
| 
03-30-2007, 07:34 AM
| | Special Member | |
Posts: 121
| | My zimbra logs are showing this:
Mar 30 07:37:22 mail postfix/lmtp[26474]: 4FA5A11D190: to=<email@tickus.com>, relay=none, delay=217590, status=deferred (connect to mail.tickus.com[192.168.1.103]: Connection refused)
lmtp runs on port 7025 right. zimbra not being able to bind to that port is driving me crazy since nothing is running on it.  | 
03-31-2007, 01:59 AM
| | Zimbra Employee | |
Posts: 93
| | the problem seems to be that your server is trying to bind to "tickus.com" even though that isn't a local interface.
If you do a 'zmprov gcf zimbraLmtpBindAddress' what does it return? If it returns tickus.com, trying doing a zmprov mcf to change it to be 'mail.tickus.com' and see if that fixes your problem. | 
03-31-2007, 08:18 AM
| | Special Member | |
Posts: 121
| | Quote:
Originally Posted by tim brennan the problem seems to be that your server is trying to bind to "tickus.com" even though that isn't a local interface.
If you do a 'zmprov gcf zimbraLmtpBindAddress' what does it return? If it returns tickus.com, trying doing a zmprov mcf to change it to be 'mail.tickus.com' and see if that fixes your problem. |
I just tried that. I think thats were Im screwed is I keep getting this error when I try to run a zmprov command. Quote:
zimbra@mail:/home/nick$ zmprov gcf zimbraLmtpBindAddress
ERROR: zclient.IO_ERROR (invoke unable to parse response: <html><head><title>Apache Tomcat/5.5.15 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - Servlet AdminServlet is not available</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>Servlet AdminServlet is not available</u></p><p><b>description</b> <u>The requested resource (Servlet AdminServlet is not available) is not available.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/5.5.15</h3></body></html>, server: mail.tickus.com) (cause: com.zimbra.soap.SoapParseException unable to parse response: <html><head><title>Apache Tomcat/5.5.15 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - Servlet AdminServlet is not available</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>Servlet AdminServlet is not available</u></p><p><b>description</b> <u>The requested resource (Servlet AdminServlet is not available) is not available.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/5.5.15</h3></body></html>)
| | 
03-31-2007, 10:33 AM
| | Zimbra Employee | |
Posts: 93
| | try setting up an entry in /etc/hosts for "tickus.com" that points to your 192... address, then do a 'tomcat stop; tomcat start' -- that should be enough to get your server to boot up....once the server boots up you should be able to run zmprov. | 
03-31-2007, 12:57 PM
| | Special Member | |
Posts: 121
| | Quote:
Originally Posted by tim brennan try setting up an entry in /etc/hosts for "tickus.com" that points to your 192... address, then do a 'tomcat stop; tomcat start' -- that should be enough to get your server to boot up....once the server boots up you should be able to run zmprov. | Thank you so much Tim. You the man. That fixed my problem. Some reason I set LMTP to bind to that address rather then my local one.
Thanks again very much. Problem fixed.  | | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |