From: kingfesen <mau...@gm...> - 2011-03-02 14:51:07
|
John Sichi wrote: > > In 0.9.3, we completed the transition from > com.lucidera.jdbc.LucidDbHttpDriver to > org.luciddb.jdbc.LucidDbClientDriver. > > The com.lucidera class is now gone, so when you start using the 0.9.3 > JDBC driver, you'll need to adjust your classname configuration > accordingly. > > The whoops part was that we intended to move > com.lucidera.jdbc.LucidDbRmiDriver to org.luciddb.jdbc.LucidDbRmiDriver. > And in fact the new class is there in the source tree, but it is not > being bundled into LucidDbClient.jar due to a bug in the build. > > So...if you are using RMI, keep using the LucidDbClient.jar from 0.9.2 > (and the old com.lucidera classname). It should work fine against the > 0.9.3 driver. > > We'll rectify this for the next release. > > http://issues.eigenbase.org/browse/LDB-223 > > JVS > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > luciddb-users mailing list > luc...@li... > https://lists.sourceforge.net/lists/listinfo/luciddb-users > yesterday in http://luciddb-users.1374590.n2.nabble.com/load-sql-data-file-td6011447.html this post i've explained my problem with jdbc connection...now i've found this discussion and after had downloaded luciddb-0.9.2 i've changed LucidDbClient.jar into luciddb plugins (i've also modified the class because i use RMI) but now the problem is connection refused. [GRAVE: java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: java.net.ConnectException: Connection refused] Can you explain me a solution to solve my error that cause this problem? Best Regards Mauro -- View this message in context: http://luciddb-users.1374590.n2.nabble.com/one-little-whoops-for-the-release-notes-tp5197442p6081208.html Sent from the luciddb-users mailing list archive at Nabble.com. |