Re: socket problem

From: "Scot P(dot) Floess" <floess(at)mindspring(dot)com>
To: Brian Harris <brian(dot)harris(at)optdatainc(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: socket problem
Date: 2003-03-10 17:13:56
Message-ID: 3E6CC7D4.2080805@mindspring.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Brian:

You have to make sure postgres will accept sockets. You can do this
either by enabling in postgresql.conf (set tcpip_socket = true) or when
you start postgress in your /etc/rc.d/init.d/postgres shell script.

Scot

PS: when you enable the socket setting, make sure you start/stop
postgres...

Brian Harris wrote:

> I can connect with psql and do anything I want locally. I ran
> netstat, but didn't see anything matching 5432. Would there be any
> reason it wouldn't be running on 5432? I am running redhat 7.3
> advanced server.
>
> ----- Original Message -----
> *From:* Scot P. Floess <mailto:floess(at)mindspring(dot)com>
> *To:* Brian Harris <mailto:brian(dot)harris(at)optdatainc(dot)com>
> *Cc:* pgsql-jdbc(at)postgresql(dot)org <mailto:pgsql-jdbc(at)postgresql(dot)org>
> *Sent:* Monday, March 10, 2003 10:10 AM
> *Subject:* Re: [JDBC] socket problem
>
> Brian:
>
> Can you connect using psql? Also, make sure you are using the
> default port where postgres is running - as I can see by your URI
> that you are using the default port. One other thing, you could
> try netstat on the machine where postgres is running to make sure
> it is listening on the port you assume it is.
>
> Scot
>
> Brian Harris wrote:
>
>> > I just downloaded postgres and the jdbc driver, have both
>> installed, but
>> > when I try to connect via remote host I get this error:
>> >
>> > The connection attempt failed because Exception:
>> > java.net.SocketException: Connection reset by peer: connect
>> > Stack Trace:
>> > java.net.SocketException: Connection reset by peer: connect
>> > at java.net.PlainSocketImpl.socketConnect(Native Method)
>> > at
>> java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
>> > at
>> > java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
>> > at
>> java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
>> > at java.net.Socket.connect(Socket.java:426)
>> > at java.net.Socket.connect(Socket.java:376)
>> > at java.net.Socket.<init>(Socket.java:291)
>> > at java.net.Socket.<init>(Socket.java:119)
>> > at org.postgresql.PG_Stream.<init>(PG_Stream.java:38)
>> > at
>> >
>> org.postgresql.jdbc1.AbstractJdbc1Connection.openConnection(AbstractJdbc1Connection.java:160)
>> > at org.postgresql.Driver.connect(Driver.java:122)
>> > at
>> java.sql.DriverManager.getConnection(DriverManager.java:512)
>> > at
>> java.sql.DriverManager.getConnection(DriverManager.java:193)
>> > at
>> optdata.zbeans.ZServerJdbc.createConnection(ZServerJdbc.java:85)
>> > at atrs.utility.dbclean.CvtReti.<init>(CvtReti.java:29)
>> > at atrs.utility.dbclean.CvtReti.main(CvtReti.java:161)
>> > End of Stack Trace
>> > at
>> >
>> org.postgresql.jdbc1.AbstractJdbc1Connection.openConnection(AbstractJdbc1Connection.java:171)
>> > at org.postgresql.Driver.connect(Driver.java:122)
>> > at
>> java.sql.DriverManager.getConnection(DriverManager.java:512)
>> > at
>> java.sql.DriverManager.getConnection(DriverManager.java:193)
>> > at
>> optdata.zbeans.ZServerJdbc.createConnection(ZServerJdbc.java:85)
>> > at atrs.utility.dbclean.CvtReti.<init>(CvtReti.java:29)
>> > at atrs.utility.dbclean.CvtReti.main(CvtReti.java:161)
>> > java.lang.NullPointerException
>> > at atrs.utility.dbclean.CvtReti.<init>(CvtReti.java:30)
>> > at atrs.utility.dbclean.CvtReti.main(CvtReti.java:161)
>> > My connection string looks like this:
>> > jdbc:postgresql://190.85.90.37/test?user=BrianH
>> > postmaster started with -i
>> > Anybody seen anything like this before??Please help.
>> Brian Harris
>> Optdata Inc/ATRS
>> brian(dot)harris(at)optdatainc(dot)com <mailto:brian(dot)harris(at)optdatainc(dot)com>
>
>
>--
>Scot P. Floess - 27 Lake Royale - Louisburg, NC 27549 - 252-478-8087
>
>Open Source Home Page
>--------------------------------------
>http://javapim.sourceforge.net
>http://jplate.sourceforge.net
>http://jwaretechniques.sourceforge.net
>
>Open Source Project Host
>-----------------------------------------------
>http://sourceforge.net/projects/javapim
>http://sourceforge.net/projects/jplate
>http://sourceforge.net/projects/jwaretechniques
>
>
>

--
Scot P. Floess - 27 Lake Royale - Louisburg, NC 27549 - 252-478-8087

Open Source Home Page
--------------------------------------
http://javapim.sourceforge.net
http://jplate.sourceforge.net
http://jwaretechniques.sourceforge.net

Open Source Project Host
-----------------------------------------------
http://sourceforge.net/projects/javapim
http://sourceforge.net/projects/jplate
http://sourceforge.net/projects/jwaretechniques

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Wadhwa, Amit 2003-03-10 20:19:41 BAD INTEGER
Previous Message Per-Olof Norén 2003-03-10 16:43:08 Re: socket problem