From: | Alban Hertroys <haramrae(at)gmail(dot)com> |
---|---|
To: | Amit Kapila <amit(dot)kapila(at)huawei(dot)com> |
Cc: | nvardar(at)carrieriq(dot)com, pgsql-bugs(at)postgresql(dot)org, pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: [BUGS] BUG #7850: left outer join is not working or I didn't contruct the query properly |
Date: | 2013-02-05 16:45:21 |
Message-ID: | CAF-3MvP6b7AwTL1DQ1AG24Je5jXXGjRNVyVejU9PtQjVFuQxkw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-general |
On 5 February 2013 17:06, Amit Kapila <amit(dot)kapila(at)huawei(dot)com> wrote:
> Tuesday, February 05, 2013 12:40 PM nvardar wrote:
> > throws;
> >
> > >[Error] Script lines: 1-20 -------------------------
> > ERROR: Node 2 has aborted execution, cause is:
> > com.edb.gridsql.exception.XDBServerException :
> > java.lang.NullPointerException
> > QUERY: SELECT "TMPTT6624_1"."deviceplatformtype" AS
> > "deviceplatformtype","TMPTT6624_1"."XSERIALID0" AS
> > "XSERIALID0","TMPTT6624_1"."XONODEID0" AS "XONODEID0" FROM
> > "TMPTT6624_1"
> > LEFT OUTER JOIN "dim_deviceplatformtype" "ext7" ON ("ext7"."dim_id" =
> > "TMPTT6624_1"."deviceplatformtype") WHERE "ext7"."dim_id" IS NULL
> > Line: 1
> >
> > [Executed: 2/4/13 11:07:08 PM PST ] [Execution: 0/ms]
>
Does this query work if you copy it from the exception message and execute
it in psql?
If so, then the problem is somewhere in the Java domain, between gridsql
and jdbc.
If not, you'll probably get a more informative error out of it ;)
--
If you can't see the forest for the trees,
Cut the trees and you'll see there is no forest.
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2013-02-05 17:30:56 | Re: BUG #7852: TeamPostgresql is giving error |
Previous Message | Amit Kapila | 2013-02-05 16:06:04 | Re: [BUGS] BUG #7850: left outer join is not working or I didn't contruct the query properly |
From | Date | Subject | |
---|---|---|---|
Next Message | Shaun Thomas | 2013-02-05 17:15:32 | .pgpass and root: a problem |
Previous Message | Amit Kapila | 2013-02-05 16:06:04 | Re: [BUGS] BUG #7850: left outer join is not working or I didn't contruct the query properly |