Re: [HACKERS] parser error when trying to connect to postges db from tomcat

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>, "danish(dot)siddiqui(at)hovservices(dot)com" <danish(dot)siddiqui(at)hovservices(dot)com>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [HACKERS] parser error when trying to connect to postges db from tomcat
Date: 2006-04-20 21:50:35
Message-ID: 460.1145569835@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
>> On Wed, Apr 19, 2006 at 03:34:10PM +0000, danish(dot)siddiqui(at)hovservices(dot)com wrote:
>>> ERROR: No parser with id 17555

> Jim C. Nasby wrote:
>> Grepping through the PostgreSQL source I can't find anything; perhaps
>> someone on -interfaces has a better idea...

Not sure what you're grepping, but I see two hits in contrib/tsearch2
...

pgsql/contrib/tsearch2/ts_cfg.c: ts_error(ERROR, "No parser with id %d", id);
pgsql/contrib/tsearch2/wparser.c: ts_error(ERROR, "No parser with id %d", id);

Now, what tsearch2 thinks a "parser" is I have no idea, but it seems
like the OP probably has a misconfigured tsearch2 installation.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-04-21 00:30:55 UPDATE on many-column tables (was Re: [PERFORM] Performance decrease)
Previous Message Alvaro Herrera 2006-04-20 21:40:06 Re: [HACKERS] parser error when trying to connect to postges db from tomcat

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jim Nasby 2006-04-21 03:17:22 Re: Problem with SELECT FOR UPDATE NOWAIT
Previous Message Alvaro Herrera 2006-04-20 21:40:06 Re: [HACKERS] parser error when trying to connect to postges db from tomcat