[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [stellation-res] Firebird
|
I just installed Firebird 1.0.2 SuperServer, and got it to start running
in Stellation. Here's the tricks:
(1) Run gsec as root.
(2) Get the Jaybird JDBC. It's on the firebird website. Add the relevant
libraries to your libs dir. (I needed to grab a copy of the j2ee jar,
and put it in the extensions dir of my Java system to get the
necessary support libs.)
(3) Change the name of the firebird driver in the Java code to the name
of the Jaybird JDBC driver, org.firebirdsql.jdbc.FBDriver.
(4) Change the jdbc URL to start with "jdbc:firebirdsql://".
(5) Change the port number used to connect to 3050, which is where
the SuperServer listens.
In addition, Firebird 1.0.2 SuperServer seem to have the restriction
that table creation statements must be committed before executing any
insert statements, so the code needs to be changed to handle that.
Once you get this far, the RC2 of Jaybird 1.0.0 gets a null
pointer in the initial "INSERT INTO s_Versions" statement at
LocalHandle line 1038.
-Mark
On Mon, 2003-01-13 at 17:21, Dave Shields wrote:
> On Sun, Dec 29, 2002 at 09:52:24AM +0000, Mark C. Chu-Carroll wrote:
> >
> > I'm very much in favor of using the newer version. Realistically, we'll
> > have to migrate to it eventually, and it sounds like it has advanced
> > functionality that we'd like to be able to use, so we might as well
> > bite the bullet and just do it now.
> >
> > -Mark
> >
>
> I tried to get latest Super Server running on Linux, and was unable to do so.
> I then tried to get Classic Server (prior version) running on Linux, and was able
> only to get it running in local mode. I have just updated the firebird document
>
> org.eclipse.stellation/plugins/org.eclipse.stellation.core/doc/firebird.html
>
> to reflect the current situation.
>
> It would be very helpful if someone familiar with Firebird could provide updates
> to the firebird document indicating how to get it working on Linux.
>
> thanks,
> dave
--
Mark Craig Chu-Carroll, IBM T.J. Watson Research Center
*** The Stellation project: Advanced SCM for Collaboration
*** http://www.eclipse.org/stellation
*** Work: mcc@xxxxxxxxxxxxxx/Home: markcc@xxxxxxxxxxx