Re: (fwd) problems with Java

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Soumya Aithal <aithal(at)csee(dot)wvu(dot)edu>, Postgres Interfaces Mailing List <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: (fwd) problems with Java
Date: 1999-03-29 16:00:43
Message-ID: 36FFA3AB.27ACE533@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> I am a graduate research assistant at West Virginia University.
> I am trying to use Postgress on Linux.

Hi. I'm not familiar with the Java interface, and not familiar with
the rst package. I've reposted this to the "interfaces" mailing list,
which is the best place to ask for information.

Good luck.

- Tom

> when I try to connect to the database template1 using
> psql template1
> it connects
>
> but when I try to connect using Java and the classes I ftped from
> ftp://ftp.ai.mit.edu/people/rst/rst-jdbc.tar.gz
> it says SQLException: Connection refused
> this is in the constructor of Connection (line 102)
>
> the command that I'm using to run the Test application is
> java -Djdbc.drivers=rst.sql.Driver Test
> jdbc:rst://157.182.194.71:5432/template1 "" ""
>
> and I get
>
> ----
> java.sql.SQLException: Couldn't connect: java.net.ConnectException:
> Connection refused
> at rst.sql.Connection.fatal(Connection.java:614)
> at rst.sql.Connection.<init>(Connection.java:102)
> at rst.sql.Driver.connect(Driver.java:139)
> at java.sql.DriverManager.getConnection(DriverManager.java:91)
> at java.sql.DriverManager.getConnection(DriverManager.java:134)
> at Test.main(Test.java:43)
> ----
>
> postmaster is running on 157.182.194.71 on port 5432
> but it refuses connection?
>
> ---
> also the $PGHOST and $PGPORT environment variables were initially empty
> and psql template1 works
> but when I try to set them to the IP address or hostname (for PGHOST)
> and the port# of postmaster (for PGPORT)
> it doesn't work
> Connection refused.
> -----
>
> Please advise me in this regard
>
> I am currently stuck in the implementation of my project, and would
> greatly appreciate your help
>
> thanks
>
> Soumya Aithal
> Graduate Research Assistant
> Dept. of Computer Science & Electrical Engineering.
> West Virginia University
> Morgantown, WV. 26506
>
> Res:
> 1064,VanVoorhis Road, Apt # K-226
> Morgantown, WV 26505
> Ph: (304)293-2349

Browse pgsql-interfaces by date

  From Date Subject
Next Message Wojciech Kromer 1999-03-29 16:02:56 Psql ODBC and 'lo' type in PostgreSQL 6.4.x (error inserting large obj...)
Previous Message Tom Lane 1999-03-29 15:31:29 Re: [INTERFACES] Re: I am facing a difficult problem..