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, 2002-09-11 at 17:47, Dave Shields wrote:

Hi Dave,

Check if you have localhost defined in /etc/hosts.equiv .If not, add the
following line:

localhost.localdomain


Also, you can check if you have a firewall or ipchains blocking port
3060.


Cheers,

Rodolfo

> 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)
> 
> dave
-- 

 MAXPROGRAMS
 IBM Business Partner
 Microsoft MSDN Business Connection Partner
 rmraya@xxxxxxxxxxxxxxx
 http://www.maxprograms.com




Back to the top