Re: Connection / Access / Strange Problems

From: Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my>
To: "Lowther, David W" <dlowther(at)ou(dot)edu>, "PGSQL (E-mail)" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Connection / Access / Strange Problems
Date: 2003-01-08 09:41:57
Message-ID: 5.1.0.14.1.20030108172923.02c2dec0@mbox.jaring.my
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I don't see good evidence of network connectivity in your knowns.

Can the hosts concerned actually ping each other?

Can you telnet to the IP:tcpport of the postgresql server from the source
host in question? If you can, do you see it in your logs?

You may wish to do other network connectivity tests. Perhaps there is a
firewall in between or your default route or network configuration is
incorrect.

HTH,
Link.

At 10:02 AM 1/7/03 -0600, Lowther, David W wrote:

>Hello List,
>
>I hope this is not posted in an inappropriate forum, but I have searched for
>a solution to this problem in both Mapserver and PostGIS forums / FAQs /
>websites / docs to no avail.
>
>I am running PostgreSQL 7.2.2 on i686-pc-linux-gnu, compiled by GCC gcc
>(GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7).
>
>I am running WinNT4.0 IIS 4.0 web servers with Mapserver (have tried several
>versions).
>
>I have 2 web/mapserver servers (Intel WinNT4.0 IIS4.0) that access my
>Postgresql database. One is a test server (located in the same domain / ip
>range as the Postgresql server) and one is a live server (located in a
>separate domain / ip range from the Postgresql server). Using the same
>connection information in a mapfile the test server can access and map
>the Postgresql database with no problem - as could the live server when it
>was in the domain - but the live server fails to connect with an error
>(msPOSTGISLayerOpen(): Query error. Error parsing POSTGIS connection
>information.) now that it is outside the domain. I am stressing the domain /
>ip range issue here because I can't think of any other difference in the two
>servers.
>
>Here are knowns:
>
>- PGAdmin from the live server connects with no problem.
>- ODBC connectivity from the live server works fine.
>- The mapfiles on the test and live servers are identical except for
>necessary directory differences.
>- Checked password, hostname, connection type, socket connections enabled as
>instructed in debug version of Mapserver build, but if they work on the test
>server shouldn't they work on the live?
>- Added live server to pg_hba.conf although test server is not listed in
>pg_hba.conf and
>connects successfully:
> host all 216.226.17.176 255.255.255.0 trust
>- Initialize postmaster with -i option to allow tcp/ip connections.
>- tcpip_socket=true in postgresql.conf.
>- Tried using port=5432 in the CONNECTION param for mapfile - no difference
>in behaviour.
>
>As I watch the activity in a terminal (-d option to postmaster) I never see
>anything from the live webserver's attempts to connect. They aren't refused
>- they aren't getting there.
>
>Sorry for the long post and thanks in advance for any ideas or help,
>
>David Lowther
>Software Engineer
>GEO Information Systems
>University of Oklahoma
>dlowther(at)ou(dot)edu
>(405) 325-3131
>http://www.geo.ou.edu
>
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Don't 'kill -9' the postmaster

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message philip johnson 2003-01-08 10:20:44 Re: help! default database for user
Previous Message Csaba Nagy 2003-01-08 09:41:20 Postgres (psql ?) rounds all odd second values to even seconds fo r timestamp(0) data type