Re: Npgsql Exception

Поиск
Список
Период
Сортировка
От Mike Christensen
Тема Re: Npgsql Exception
Дата
Msg-id AANLkTik0DD3WnQ-4+r4=DXPJMGRwyUc4NHvPuS8FKjgW@mail.gmail.com
обсуждение исходный текст
Ответ на Npgsql Exception  (Mike Christensen <mike@kitchenpc.com>)
Ответы Re: Npgsql Exception  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Sorry, when I had emailed the NHibernate DL the exception was in the
subject line.  I forgot to copy the subject this time.  The exception
is:

ERROR: 42704: unrecognized configuration parameter
"ssl_renegotiation_limit"


On Sun, Aug 22, 2010 at 8:54 PM, Mike Christensen <mike@kitchenpc.com> wrote:
> Hi all, this is really a NHibernate issue I believe, but I emailed
> their DL and all I got was crickets..  Lots and lots of crickets..
>
> I get this error every time I start my app.  It also appears in my SQL
> log files.  I'm running Postgres 8.3.x.  The exception occurs on this
> line of code:
>
> ISession session = holder.CreateSession(typeof(DB.User));
>
> Whatever is throwing the exception is catching it and ignoring it, so
> it isn't anything the breaks my program; however, sometimes I like to
> have "Break on all exceptions thrown" enabled and this gets kinda
> annoying.  Is there any way to prevent whatever this configuration
> parameter is from being set?  Thanks!
>

В списке pgsql-general по дате отправления:

Предыдущее
От: Randall Smith
Дата:
Сообщение: Re: append_array causes rapid growth according to pg_total_relation_size
Следующее
От: c k
Дата:
Сообщение: Re: getting list of columns from a query