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 04:47:56PM -0400, Dave Shields wrote:
> On Wed, Sep 11, 2002 at 02:30:29PM -0500, Florin Iucha wrote:
> > 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,
> > 
> > Try 
> > SQL> create database '/home/shields/Stellation.gdb' default character set none;
> > and see what you get.
> 
> Having created the database, here's what happened:
> 
> Turns out
> 	svc configure option location=firebird:/home/shields/Stellation.gdb
> didn't work. Needed to use
> 	svc configure option location firebird:/home/shields/Stellation.gdb
> Then got following:
> 
> Script started on Wed Sep 11 16:40:00 2002
> $ tsvc config database
> 
> Error connecting to database server interbase.interclient.CommunicationException: [interclient] Communication error: A socket exception occurred while trying to establish a socket connection to server localhost.
> The message of the SocketException is "Connection refused".
> See API reference for exception interbase.interclient.CommunicationException
> 
> So interclient seems to want to connect even though accessing locallly, as shown
> by -d3 output:
> 
> 	at org.eclipse.stellation.repos.database.FirebirdDatabase.connectToDatabase(FirebirdDatabase.java:86)
> 	at org.eclipse.stellation.repos.database.FirebirdDatabase.<init>(FirebirdDatabase.java:48)
> 	at org.eclipse.stellation.repos.database.AbstractDBAccessPoint.<init>(AbstractDBAccessPoint.java:61)
> 	at org.eclipse.stellation.workspace.Configure.database(Configure.java:125)
> 	at org.eclipse.stellation.workspace.Configure.command(Configure.java:70)

If you need to access an interbase database using jdbc you need to make 
the database available through a server.

florin

-- 

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

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

Attachment: pgpEl35_D54kw.pgp
Description: PGP signature


Back to the top