4.53: tomcat is not running

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
jhoelz
Advanced member
Advanced member
Posts: 124
Joined: Fri Sep 12, 2014 10:27 pm

4.53: tomcat is not running

Post by jhoelz »

I think that should have been mysql mysql
Reading table information for completion of table and column names

You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or g.

Your MySQL connection id is 8

Server version: 5.0.33-log Source distribution
Type 'help;' or 'h' for help. Type 'c' to clear the buffer.
User avatar
jholder
Ambassador
Ambassador
Posts: 4824
Joined: Fri Sep 12, 2014 10:00 pm

4.53: tomcat is not running

Post by jholder »

my bad

mysql mysql

or

mysql zimbra
jhoelz
Advanced member
Advanced member
Posts: 124
Joined: Fri Sep 12, 2014 10:27 pm

4.53: tomcat is not running

Post by jhoelz »

mysql zimbra returns
Reading table information for completion of table and column names

You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or g.

Your MySQL connection id is 11

Server version: 5.0.33-log Source distribution
Type 'help;' or 'h' for help. Type 'c' to clear the buffer.
User avatar
jholder
Ambassador
Ambassador
Posts: 4824
Joined: Fri Sep 12, 2014 10:00 pm

4.53: tomcat is not running

Post by jholder »

Have you tried changing to the http port just for kicks?

I think that something else is bound to port 80
jhoelz
Advanced member
Advanced member
Posts: 124
Joined: Fri Sep 12, 2014 10:27 pm

4.53: tomcat is not running

Post by jhoelz »

zmprov ms icthusconnect.com zimbraMailPort8080

[] 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)
what am I missing?
User avatar
jholder
Ambassador
Ambassador
Posts: 4824
Joined: Fri Sep 12, 2014 10:00 pm

4.53: tomcat is not running

Post by jholder »

post the following

zmlocalconfig | grep localhost

cat /etc/hosts
jhoelz
Advanced member
Advanced member
Posts: 124
Joined: Fri Sep 12, 2014 10:27 pm

4.53: tomcat is not running

Post by jhoelz »

zmlocalconfig | grep localhost

logger_mysql_bind_address = localhost

mysql_bind_address = localhost

zimbra_zmprov_default_soap_server = localhost
cat /etc/hosts

# Do not remove the following line, or various programs

# that require network functionality will fail.

127.0.0.1 localhost.localdomain localhost

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

4.53: tomcat is not running

Post by jholder »

Two things:

1)[quote user="jhoelz"]

# Do not remove the following line, or various programs

# that require network functionality will fail.

127.0.0.1 localhost.localdomain localhost

72.51.38.198 icthusconnect.com[/quote]
should be:

[quote user="jhoelz"]

# Do not remove the following line, or various programs

# that require network functionality will fail.

127.0.0.1 localhost.localdomain localhost

72.51.38.198 icthusconnect.com HOSTNAME[/quote]

replacing HOSTNAME with whatever the boxe's name is.
2)

Also,

[quote]zmprov ms icthusconnect.com zimbraMailPort8080[/quote]should be

zmprov ms HOSTNAME.icthusconnect.com zimbraMailPort8080
jhoelz
Advanced member
Advanced member
Posts: 124
Joined: Fri Sep 12, 2014 10:27 pm

4.53: tomcat is not running

Post by jhoelz »

ok, this is where I'm not clear I guess, I posted on this regarding the FQDN as I was setting up and what you see there is exactly what was in place to get things running.
We don't want this available at something.icthusconnect.com, we want it available at icthusconnect.com or http://www.icthusconnect.com. This is the only thing that will be running on the box or referencing the domain name. No changes have been made since we started the server a few days ago, it just flat out stopped working this morning.
So with the above in mind, what do I need to have in those files and command lines?
Support now has SSH access so lets see what they come up with. An entire day of the server being down has me a tad bit worn out.
User avatar
jholder
Ambassador
Ambassador
Posts: 4824
Joined: Fri Sep 12, 2014 10:00 pm

4.53: tomcat is not running

Post by jholder »

Just for those who may be searching, and find this topic-

The problem with tomcat was that the log file was over 2gb, and needed to be purged.
Take a look at

ls -l /opt/zimbra/tomcat/logs/catalina.out
Post Reply