New Multi-Server In...
 
Notifications
Clear all

[Solved] New Multi-Server Install Mailstore Server issue

3 Posts
2 Users
0 Reactions
71 Views
(@muhammad-junaid-ch)
Joined: 3 weeks ago
Posts: 3
Topic starter  

Hi there

We are installing Carbonio-CE in a multi-server environment. We are/want doing this:

1. Backend Server.  We want LDAP and Mailstore servers here only.

2. FrontEnd server. We want proxy/MTA here.

 

We installed Backend server on Ubuntu 22.04LTS. We installed Postgres, service-discover-server, carbonio-directory-server. All services were running ok.

In second phase of Backend server we installed apt install carbonio-appserver carbonio-storages-ce. We are facing the issue that mailbox service is not starting. In mailbox.log (Caused by: java.io.IOException: Failed to bind to localhost/127.0.0.1:80). 

 

zmcontrol status
OpenJDK 64-Bit Server VM warning: .hotspot_compiler file is present but has been ignored. Run with -XX:CompileCommandFile=.hotspot_compiler to load the file.

directory-server Running
mailbox Stopped
zmmailboxdctl is not running.
service webapp Stopped
zmmailboxdctl is not running.
service-discover Running
stats Running
config service Running

We have selected https mode while installing carbonio-appserver. Why it is trying to bind on port 80. Even port 80 and 443 needs to bind on proxy server. May be it is related to fact that non-root users are not allowed to bind ports below 1024?

Can any one help. Thanks in advance. 

Muhammad Junaid 

 

 

 

 

 

 


   
Quote
(@muhammad-junaid-ch)
Joined: 3 weeks ago
Posts: 3
Topic starter  

Is there anyone who can help please?

Regards.

Muhammad Junaid 

 


   
ReplyQuote
(@sharif)
Admin
Joined: 2 years ago
Posts: 563
 

@muhammad-junaid-ch

Hi,

I would recommend you to follow the sequence to installing roles. Because in multi server environment, you have to set the master_ldap_server configuration in to all other nodes so that they can communicate with the ldap server. Now if you install the ldap server after other roles then there is a possibility to have interruption in the communication between nodes.

I would recommend you to follow our official doc regarding the multi server scenario:

https://docs.zextras.com/carbonio-ce/html/install/scenarios/scenario-a.html

 

Posted by: @muhammad-junaid-ch

We installed Backend server on Ubuntu 22.04LTS. We installed Postgres, service-discover-server, carbonio-directory-server. All services were running ok.

In second phase of Backend server we installed apt install carbonio-appserver carbonio-storages-ce. We are facing the issue that mailbox service is not starting. In mailbox.log (Caused by: java.io.IOException: Failed to bind to localhost/127.0.0.1:80). 

 

Regards,

Sharif


   
ReplyQuote