[MonetDB-users] !IOException:mal_mapi.listen When Starting MonetDB5 SQL Server
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 #function user.main():void; ##library logger; # alarm.prelude(); ##command bat(ht:int, tt:int) :bat[:any_1,:any_2] ##address BKCnewBat_default ##comment "Creates a new empty transient BAT with head- and tail-types ## as indicated."; ##command bat(ht:int, tt:int, size:lng) :bat[:any_1,:any_2] <EDITED FOR BREVITY> ##comment "Execute the XQuery against the elements #end main; # MonetDB/SQL module v2.22.0 loaded
This does not seem like a "good" error. Any tips on how to correct? -- View this message in context: http://www.nabble.com/%21IOException%3Amal_mapi.listen-When-Starting-MonetDB... Sent from the monetdb-users mailing list archive at Nabble.com.
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)).
#function user.main():void; ##library logger; # alarm.prelude(); ##command bat(ht:int, tt:int) :bat[:any_1,:any_2] ##address BKCnewBat_default ##comment "Creates a new empty transient BAT with head- and tail-types ## as indicated."; ##command bat(ht:int, tt:int, size:lng) :bat[:any_1,:any_2] <EDITED FOR BREVITY> ##comment "Execute the XQuery against the elements #end main; # MonetDB/SQL module v2.22.0 loaded
This does not seem like a "good" error. Any tips on how to correct? Then the loading of module mal_mapi failes and all the warnings pop up.
Niels
-- View this message in context: http://www.nabble.com/%21IOException%3Amal_mapi.listen-When-Starting-MonetDB... Sent from the monetdb-users mailing list archive at Nabble.com.
------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Niels Nes, Centre for Mathematics and Computer Science (CWI) Kruislaan 413, 1098 SJ Amsterdam, The Netherlands room C0.02, phone ++31 20 592-4098, fax ++31 20 592-4312 url: http://www.cwi.nl/~niels e-mail: Niels.Nes@cwi.nl
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?
It does not appear to. Full netstat -an is attached. Thanks a lot for your help here. I am running this on Microsoft Windows XP [Version 5.1.2600], if that helps. Kevin http://www.nabble.com/file/p16324816/netstatan.txt netstatan.txt -- View this message in context: http://www.nabble.com/%21IOException%3Amal_mapi.listen-When-Starting-MonetDB... Sent from the monetdb-users mailing list archive at Nabble.com.
participants (3)
-
Fabian Groffen
-
kevin.haas@openbi.com
-
Niels Nes