View Single Post
  #10 (permalink)  
Old 05-28-2008, 12:40 PM
Sean1072 Sean1072 is offline
New Member
 
Posts: 3
Default No Admin UI - servlet not available issues

I followed the steps as noted above, and after copying over the oldhost zimbra folder I start having issues. The admin ui doesn't come up (regular ui is fine) and when I try to run zmprov I get the following:

Quote:
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: localhost) (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>)
I was able to install zimbra 4.5.10 on the newhost successfully. The admin ui worked and zmprov wouldn't barf when I tried to use it. After copying over the old files, I noticed this in mailbox.log after the zmcontrol start:

Quote:
2008-05-28 12:51:04,007 FATAL [main] [] soap - Unable to start servlet
com.zimbra.common.service.ServiceException: system failure: Could not bind to port=7025 bindaddr=xxx.xxx.xxx.xxx ssl=false useChannels=false
The first thing I noticed is that binaddr is the ip address of the oldhost. It's not a hostname (like everyone else's examples seem to be). I've grep'd through all the files for the IP looking for something that the zmsetservername may have missed and haven't found anything.

I've tried several different times and still encounter the same error.

Has anyone else had this problem? Are there any other Zimbra logs that might point me in the right direction?

Any help would be greatly appreciated.

Thanks!

Last edited by Sean1072 : 05-28-2008 at 12:43 PM.
Reply With Quote