[MonetDB-users] monetdbd: binding to datagram socket port 50000 failed: no available address
When I start monetdbd I get the following error "monetdbd: binding to datagram socket port 50000 failed: no available address" Prior to this error I had properly terminated the server, so there is no server running. How can I overcome that problem? Also, netstat gives the following: $ netstat -p udp | grep 50000 udp4 1562 0 *.50000 *.* Thanks, Babis P.S.: I am on a Mac if that plays any role.
You can reproduce it if you delete the installation directory of
MonetDB (in my case it contains also the dbfarm) and then shutdown
monetdbd.
My "workaround" is a restart, which isn't the best option.
Regards,
Babis
On Fri, Mar 2, 2012 at 9:47 PM, Charalampos Nikolaou
When I start monetdbd I get the following error
"monetdbd: binding to datagram socket port 50000 failed: no available address"
Prior to this error I had properly terminated the server, so there is no server running. How can I overcome that problem?
Also, netstat gives the following:
$ netstat -p udp | grep 50000 udp4 1562 0 *.50000 *.*
Thanks, Babis
P.S.: I am on a Mac if that plays any role.
On 09-03-2012 18:39:02 +0100, Charalampos Nikolaou wrote:
You can reproduce it if you delete the installation directory of MonetDB (in my case it contains also the dbfarm) and then shutdown monetdbd.
Easy workaround: don't do that :)
My "workaround" is a restart, which isn't the best option.
Likely the deamon crashes after you shut it down and everything is gone. I'll investigate on that, although this is a really non-supported use-case.
participants (2)
-
Charalampos Nikolaou
-
Fabian Groffen