LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
52 stars 24 forks source link

[FRG-32] can't connect via RMI to remote machine #838

Closed dynamobi-build closed 12 years ago

dynamobi-build commented 12 years ago

[reporter="jvs", created="Wed, 1 Feb 2006 10:46:43 -0500 (GMT-05:00)"] Frank tried starting a LucidDbServer on one machine and connecting from another via sqllineClient. The client got a connection refused mentioning the loopback address 127.0.0.1.

dynamobi-build commented 12 years ago

[author="jvs", created="Wed, 1 Feb 2006 12:53:05 -0500 (GMT-05:00)"] This is a problem with farragoServer too, so I'm moving it.

dynamobi-build commented 12 years ago

[author="jvs", created="Wed, 1 Feb 2006 13:23:00 -0500 (GMT-05:00)"] This is a configuration issue. See

http://wiki.eigenbase.org/ClientServerLocalhost

But I'm leaving the bug open because we should find a way to outwit RmiJdbc and give a better error message. Maybe when the server starts up we can call the equivalent of gethostname and see if it returns something good.

dynamobi-build commented 12 years ago

[author="jvs", created="Fri, 28 Apr 2006 16:48:31 -0500 (GMT-05:00)"] I can't figure out how to put in a reliable check so I'm closing this one for now.