[MonetDB-users] jdbc related tests fail with a : connection refused
Hi all, Currently I've installed MonetDB & SQL on SUSE9.2 Pro from source as it was in CVS on 15 July. The problem I have is that all my jdbc related tests fail with a : Database connect failed: Unable to connect (localhost:48016): Connection refused , MServer with sql option and MapiClient runs just fine. Another example : % java -jar share/MonetDB/lib/MonetDB_JDBC.jar -umonetdb password: <monetdb> Currenlty also fails with the given username, password. Is the documentation or are the tests outdated? Or is there something I should be aware of before I can run the java part correctly. My main focus for MonetDB is also the usage of SQL by using a JDBC connection, therefore I hope this isn't a known newbie problem. cheers, Arnold
On Sat, Jul 16, 2005 at 01:56:43PM +0200, Arnold Reuser wrote:
Hi all,
Hi Arnold Thanks for you interest in MonetDB/SQL.
Currently I've installed MonetDB & SQL on SUSE9.2 Pro from source as it was in CVS on 15 July. The problem I have is that all my jdbc related tests fail with a : Database connect failed: Unable to connect (localhost:48016): Connection refused , MServer with sql option and MapiClient runs just fine. Another example :
% java -jar share/MonetDB/lib/MonetDB_JDBC.jar -umonetdb password: <monetdb>
Currenlty also fails with the given username, password. Is the documentation or are the tests outdated? Or is there something I should be aware of before I can run the java part correctly. My main focus for MonetDB is also the usage of SQL by using a JDBC connection, therefore I hope this isn't a known newbie problem.
On suse we have seen lots of problems with java and localhost connections. This is related to suse having a localhost in /etc/hosts for both ipv4 en ipv6. So one solution is to removed (disable) the localhost defined in /etc/hosts for ipv6 (this is what we do for nightly testing on our suse systems). An other workaround is to use hostnames instead of localhost. Niels
cheers, Arnold
------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ 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
participants (2)
-
Arnold Reuser
-
Niels Nes