On 27-03-2008 08:13:43 +0100, Niels Nes wrote:
On Wed, Mar 26, 2008 at 02:52:36PM -0700, kevin.haas@openbi.com wrote:
When I try to start the MonetDB5 Server, I get the following error:
# MonetDB server v5.4.0, based on kernel v1.22.0 # Serving database 'demo' # Compiled for i686-pc-win32/32bit with 32bit OIDs dynamically linked # Copyright (c) 1993-2008 CWI, all rights reserved # Visit http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see C:\Program Files\CWI\MonetDB5\etc\monetdb5.conf) !IOException:mal_mapi.listen:Creation of stream socket failedi: Unknown error
The failedi is easy to fix. Just did that. The Unknown error comes from the os (strerror(errno)).
May be just "port in use". Does netstat -an report port 50000 somewhere?