4.53: tomcat is not running

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
User avatar
jholder
Ambassador
Ambassador
Posts: 4824
Joined: Fri Sep 12, 2014 10:00 pm

4.53: tomcat is not running

Post by jholder »

Do you use the imap proxy?
11335michaeln
Posts: 47
Joined: Fri Sep 12, 2014 10:26 pm

4.53: tomcat is not running

Post by 11335michaeln »

Is this correct?


mailhost:/opt/zimbra# ls -ld /opt/zimbra

drwxr-xr-x 41 root root 4096 Mar 2 10:39 /opt/zimbra/

11335michaeln
Posts: 47
Joined: Fri Sep 12, 2014 10:26 pm

4.53: tomcat is not running

Post by 11335michaeln »

[quote user="jholder"]Do you use the imap proxy?[/QUOTE]
That's what started this. I turned it on, as mentioned in my original post of this thread. I have not used it. And now I can't get back in to turn it off.
In fact we aren't *using* this zimbra installation at all yet, I'm trying to convince mgmt to switch from squirrelmail and no collaboration suite to zimbra.
marcmac
Elite member
Elite member
Posts: 2091
Joined: Fri Sep 12, 2014 9:53 pm

4.53: tomcat is not running

Post by marcmac »


This">http://wiki.zimbra.com/index.php?title= ... _Perdition
This will tell you how to correct your port settings
11335michaeln
Posts: 47
Joined: Fri Sep 12, 2014 10:26 pm

4.53: tomcat is not running

Post by 11335michaeln »

[quote user="marcmac"]
This">http://wiki.zimbra.com/index.php?title= ... _Perdition
This will tell you how to correct your port settings[/QUOTE]
Look, at this point I don't even want the imap proxy. I tried following the wiki:


[zimbra@mailhost ~]$ zmperditionctl stop

Stopping imap4

Stopping imap4s

Stopping pop3

Stopping pop3s

[zimbra@mailhost ~]$ zmprov -- -zimbraServiceEnabled imapproxy

[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused

[] INFO: Retrying request

[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused

[] INFO: Retrying request

[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused

[] INFO: Retrying request

ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)

[zimbra@mailhost ~]$

11335michaeln
Posts: 47
Joined: Fri Sep 12, 2014 10:26 pm

4.53: tomcat is not running

Post by 11335michaeln »

This is getting pretty silly. I clicked one setting in the admin panel and all this follows from that. Something wrong here.
User avatar
jholder
Ambassador
Ambassador
Posts: 4824
Joined: Fri Sep 12, 2014 10:00 pm

4.53: tomcat is not running

Post by jholder »

Try

zmprov ms server.example.com +zimbraServiceDisabled imapproxy
11335michaeln
Posts: 47
Joined: Fri Sep 12, 2014 10:26 pm

4.53: tomcat is not running

Post by 11335michaeln »

[quote user="jholder"]Try

zmprov ms server.example.com +zimbraServiceDisabled imapproxy[/QUOTE]


[zimbra@mailhost ~]$ zmprov ms mailhost.inc21.com +zimbraServiceDisabled imapproxy

ERROR: account.INVALID_ATTR_NAME (invalid attr name: [LDAP: error code 17 - zimbraServiceDisabled: attribute type undefined])

User avatar
jholder
Ambassador
Ambassador
Posts: 4824
Joined: Fri Sep 12, 2014 10:00 pm

4.53: tomcat is not running

Post by jholder »

Change the http and https port, then login to the admin interface, and disable the imapproxy:

The correct command is, while logged in as zimbra user :
zmprov ms SERVERNAME zimbraMailPort 8000
Then you have to restart Zimbra, still being logged in as zimbra user :

tomcat stop

tomcat start
If you want to change the SSL port to 8001, you have to do this, still logged in as zimbra user :

zmprov ms SERVERNAME zimbraMaiSSLPort 8001

tomcat stop

tomcat start
11335michaeln
Posts: 47
Joined: Fri Sep 12, 2014 10:26 pm

4.53: tomcat is not running

Post by 11335michaeln »

OK, that fixed it. Thank you!
No, it didn't actually.
I can now log into the admin panel, but when trying to connect as a user I get:
While trying to retrieve the URL:
The">http://mailhost.inc21.com/zimbra/
The following error was encountered:
* Connection Failed
The system returned:
(111) Connection refused
zimbra@mailhost ~]$ zmcontrol status

Host mailhost.inc21.com

antispam Running

antivirus Running

ldap Running

logger Running

mailbox Running

mta Running

snmp Running

spell Running
Post Reply