Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] Stellation + Firebird docs

On Wed, Sep 11, 2002 at 02:57:33PM -0400, Dave Shields wrote:
> On Wed, Sep 04, 2002 at 10:58:11PM -0300, Rodolfo M. Raya wrote:
> > Hi All,
> > 
> > The attached file is a first draft for Stellation + Firebird how-to
> > instructions.
> > 
> 
> I installed Firebird per your instructions, and that seemed to go ok.
> However, when I tried to create the database I got:
> 
>   Script started on Wed Sep 11 14:49:40 2002
>   shields@xxxxxxxxxxxxxxxxxxxx: /home/shieldsshields $ /opt/interbase/bin/isql
>   Use CONNECT or CREATE DATABASE to specify a database
>   SQL> create database 'localhost:/home/shields/Stellation.gdb' default character set none;
>   Statement failed, SQLCODE = -902
>   
>   Unable to complete network request to host "localhost".
>   -Failed to establish a connection.
>   -Connection refused
>   SQL> 
>   Script done on Wed Sep 11 14:50:26 2002
> 
> I got the same result when I replaced 'localhost' with my actual machine name.
> By the way, for testing I would prefer to be able to run when disconnected
> from the net, and so actually use 'localhost'.

I haven't used Interbase/Firebird in a long while but your database
name seemed to ask for a running local server. Interbase could run both
as a server or as a embedded database (like BerkeleyDB).

Try 
SQL> create database '/home/shields/Stellation.gdb' default character set none;
and see what you get.

Cheers,
florin

> 
> While your instructions are generally quite good, I am dubious about having the
> user copy files to $JAVA_HOME/jre/lib/ext. I did this last night. After having
> some problems trying to fix a bug in svc this morning, I realized that the svc.jar
> in $JAVA_HOME/... was being used instead of the one I intended.
> (This suggests we should probably not be using svc.jar for both test and production,
> and should probably have tsvc use tsvc.jar, not svc.jar.)
> 
> Also, CLASSPATH is not used any more, so instructions about adjusting it are
> not needed.
> 
> I noted a couple of spelling errors:
>   coockbook -> cookbook
>   Invoque -> invoke
> 
> dave
> ---
> Dave Shields, IBM Research, shields@xxxxxxxxxxxxxx. 
> _______________________________________________
> stellation-res mailing list
> stellation-res@xxxxxxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/stellation-res
> 

-- 

"If it's not broken, let's fix it till it is."

41A9 2BDE 8E11 F1C5 87A6  03EE 34B3 E075 3B90 DFE4

Attachment: pgpnxUXK4dMqi.pgp
Description: PGP signature


Back to the top