[solved] Unbound server sockets not implemented

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
fbzimblet
Advanced member
Advanced member
Posts: 119
Joined: Sun Apr 17, 2016 4:15 pm

[solved] Unbound server sockets not implemented

Post by fbzimblet »

Unbound server sockets not implemented

zmmailboxdctl.out show below error but there's no port 110 being used

Code: Select all

Zimbra server reserving server socket port=110 bindaddr=null ssl=false
Zimbra server reserving server socket port=995 bindaddr=null ssl=true
Fatal error: exception while binding to ports
java.net.SocketException: Unbound server sockets not implemented
        at javax.net.ServerSocketFactory.createServerSocket(ServerSocketFactory.java:80)
        at com.zimbra.common.util.NetUtil.newBoundServerSocket(NetUtil.java:95)
        at com.zimbra.common.util.NetUtil.bindServerSocket(NetUtil.java:163)
        at com.zimbra.common.util.NetUtil.bindSslTcpServerSocket(NetUtil.java:54)
        at com.zimbra.common.handlers.PrivilegedHandler.openPorts(PrivilegedHandler.java:82)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.mortbay.xml.XmlConfiguration.call(XmlConfiguration.java:542)
        at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:252)
        at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:214)
        at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:974)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.mortbay.start.Main.invokeMain(Main.java:194)
        at org.mortbay.start.Main.start(Main.java:534)
        at org.mortbay.start.Main.start(Main.java:441)
        at org.mortbay.start.Main.main(Main.java:119)
no port 110 or 995 opened

Code: Select all

# netstat -tlnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name
tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN      1859/rpcbind
tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN      2219/sshd
tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN      1975/cupsd
tcp        0      0 0.0.0.0:37786               0.0.0.0:*                   LISTEN      1881/rpc.statd
tcp        0      0 ::ffff:127.0.0.1:7171       :::*                        LISTEN      29554/java
tcp        0      0 :::7780                     :::*                        LISTEN      701/httpd
tcp        0      0 :::7047                     :::*                        LISTEN      338/httpd
tcp        0      0 :::39784                    :::*                        LISTEN      1881/rpc.statd
tcp        0      0 :::111                      :::*                        LISTEN      1859/rpcbind
tcp        0      0 :::22                       :::*                        LISTEN      2219/sshd
tcp        0      0 ::1:631                     :::*                        LISTEN      1975/cupsd
why this is happening?
Last edited by fbzimblet on Wed Mar 29, 2017 5:05 am, edited 1 time in total.
User avatar
DualBoot
Elite member
Elite member
Posts: 1326
Joined: Mon Apr 18, 2016 8:18 pm
Location: France - Earth
ZCS/ZD Version: ZCS FLOSS - 8.8.15 Mutli servers
Contact:

Re: Unbound server sockets not implemented

Post by DualBoot »

hello,

Try to disable IPv6 and post your Zimbra version.
Regards,
fbzimblet
Advanced member
Advanced member
Posts: 119
Joined: Sun Apr 17, 2016 4:15 pm

Re: Unbound server sockets not implemented

Post by fbzimblet »

I already disabled IPv6 in /etc/hosts & in /etc/sysctl.conf

ZCS NE 7.1.4
yes, I know. I'm migrating it to CentOS 6 and after properly configured livesync, only then I will upgrade it to 7.2, finally to 8.7.5
fbzimblet
Advanced member
Advanced member
Posts: 119
Joined: Sun Apr 17, 2016 4:15 pm

Re: Unbound server sockets not implemented

Post by fbzimblet »

this apparently, related to self-signed cert on my mutlserver setup

so, after I made sure issuer of it,

Code: Select all

# /opt/zimbra/bin/zmcertmgr viewdeployedcrt
I pushed certificate to all servers from issuer

Code: Select all

# /opt/zimbra/bin/zmcertmgr deploycrt self -allserver
Post Reply