help needed, AdminServlet is not working

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
seriv
Posts: 6
Joined: Fri Sep 12, 2014 10:16 pm

help needed, AdminServlet is not working

Post by seriv »

Hi everybody,

I have fresh Centos 4.4 installation and fresh Zimbra on this box.

Everything installed without problems, and I can connect to webmail, calendar and addressbook. But when I'm trying to connect to 7071-st port, the connection immediately terminated:

---

[seriv@iSol ~]$ curl -o dump localhost:7071

% Total % Received % Xferd Average Speed Time Time Time Current

Dload Upload Total Spent Left Speed

0 7 0 7 0 0 617 0 --:--:-- --:--:-- --:--:-- 0

[seriv@iSol ~]$ hexdump dump

0000000 0315 0001 0202 000a

0000007
---

in tomcat/logs/ I have 81k stacktraces after each server start, and they have multiple group of lines about 7071 port, like:

---

"http-7071-Processor2" daemon prio=1 tid=0xa4484d68 nid=0x159c in Object.wait() [0xa078d000..0xa078dfb0]

at java.lang.Object.wait(Native Method)

- waiting on (a org.apache.tomcat.util.threads.ThreadPool$ControlRunnable)

at java.lang.Object.wait(Object.java:474)

at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:656)

- locked (a org.apache.tomcat.util.threads.ThreadPool$ControlRunnable)

at java.lang.Thread.run(Thread.java:595)

---
utf-8 lines in /etc/sysconfig/i18n is commented out, as recommended for CentOS.

--

Sergey.
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

help needed, AdminServlet is not working

Post by phoenix »

Have you disabled the firewall and SElinux? Is this from the machine that zimbra is installed on, another machine on your lan or from outside?
Are all the Zimbra services running?
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
adobrin
Advanced member
Advanced member
Posts: 134
Joined: Fri Sep 12, 2014 9:56 pm

help needed, AdminServlet is not working

Post by adobrin »

you are connecting with https, right?
seriv
Posts: 6
Joined: Fri Sep 12, 2014 10:16 pm

help needed, AdminServlet is not working

Post by seriv »

[quote user="10330phoenix"]Have you disabled the firewall and SElinux? Is this from the machine that zimbra is installed on, another machine on your lan or from outside?
Are all the Zimbra services running?[/QUOTE]
$ zmcontrol status

Host isol.menlo

antispam Running

antivirus Running

ldap Running

logger Running

mailbox Running

mta Running

snmp Running

spell Running
seriv
Posts: 6
Joined: Fri Sep 12, 2014 10:16 pm

help needed, AdminServlet is not working

Post by seriv »

[quote user="adobrin"]you are connecting with https, right?[/QUOTE]

Thanks, I was trying to connect by http. With https it's a little bit clearer:
[zimbra@iSol ~]$ curl -k https://localhost:7071 -o dump

% Total % Received % Xferd Average Speed Time Time Time Current

Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
seriv
Posts: 6
Joined: Fri Sep 12, 2014 10:16 pm

help needed, AdminServlet is not working

Post by seriv »

[quote user="10330phoenix"]Have you disabled the firewall and SElinux? Is this from the machine that zimbra is installed on, another machine on your lan or from outside?
Are all the Zimbra services running?[/QUOTE]

Thank you very much. I was so sure firewall disabled even had not checked it. It was firewall blocking port 7071. After enabling everything works fine!
--

Sergey
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

help needed, AdminServlet is not working

Post by phoenix »

Glad it's working, enjoy. :)
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
Post Reply