Re: Connection with server dropping out

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Bastiaan Olij <bastiaan(at)basenlily(dot)me>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Connection with server dropping out
Date: 2013-02-20 00:11:29
Message-ID: 512414B1.7010102@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 02/19/2013 03:46 PM, Bastiaan Olij wrote:
> Hey Adrian,
>>
>> So where did you find this message listed in your original post:
>>
>> "On the client side we generally see a "could not receive data from
>> server: The system cannot find the path specified."."
>
> Owh sorry, I'll explain a bit deeper. Omnis Studio is a development
> environment that we use to develop our software with. Obviously there is
> some middleware involved that allows software written in Omnis to talk
> to a postgres backend and that bit is a bit of a black box obviously. As
> far as I'm aware it's a very thin layer directly talking to the postgres
> client libraries.
>
> It is hard for me to tell whether the error is returned by the postgres
> client libraries and passed back to my code as is or whether this is an
> internal error returned by the code written by TigerLogic. Googling on
> it I did however find some references to this error coming up in pgAdmin
> making me suspect the former.
>
> I can't pin the error to any query we're executing against postgres, it
> seems to happen at random intervals with whatever code is running at
> that given time which is making it very frustrating to debug which is
> why I'm suspecting some outside influence. As we've got many users
> connecting to our server who do not experience this I'm also inclined to
> think the source of the issue is neither in the client nor the server
> but something that happens in between.
>
> I'm just hoping someone else ran into this situation and was able to
> find a cause and offer a solution.

So what OS is your Postgres server running on?
From what I gather "The system cannot find the path specified" is
Microsoft specific, so I am not quite sure how it is showing up on the
Mac clients?

>
> Cheers,
>
> Bastiaan Olij
>
>
>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message René Romero Benavides 2013-02-20 02:09:44 Re: Streaming replication and sharding
Previous Message Bastiaan Olij 2013-02-19 23:46:25 Re: Connection with server dropping out