Re: [Pljava-dev] built, now how to install?

From: John R Pierce <pierce(at)hogranch(dot)com>
To:
Subject: Re: [Pljava-dev] built, now how to install?
Date: 2016-01-15 23:27:46
Message-ID: 56998072.8070503@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On 1/15/2016 3:18 PM, Chapman Flack wrote:
> On 01/15/16 17:54, John R Pierce wrote:
>
>> >I note there's a almost 1 second delay between that CONTEXT and that ERROR,
>> >suggesting the error is NOT in that CREATE OR REPLACE FUNCTION.
> Ah, I feel better now. That would be the unicode roundtrip test ... it does
> have roughly a million Unicode codepoints to check. (That wouldn't take
> nearly a second, unless you wrote it in, say, SQL with CTEs, and then it
> would.:)

its running on a small resource VM. and it probably wasn't even a whole
second, just a noticable delay in the console output from psql

anyways, I set the log error verbosity, and this was logged...

< 2016-01-15 15:25:37.347 PST >LOG: statement: set log_error_verbosity
= 'verbose';
< 2016-01-15 15:25:40.559 PST >LOG: 00000: statement: SELECT
sqlj.install_jar('file:///home/piercej/pljava/pljava-examples/target/pljava-examples-1.5.0-SNAPSHOT.jar','examples',
true);
< 2016-01-15 15:25:40.559 PST >LOCATION: exec_simple_query, postgres.c:914
< 2016-01-15 15:25:42.544 PST >ERROR: 54000: requested character too
large for encoding: 256
< 2016-01-15 15:25:42.544 PST >LOCATION: chr, oracle_compat.c:1008
< 2016-01-15 15:25:42.544 PST >STATEMENT: SELECT
sqlj.install_jar('file:///home/piercej/pljava/pljava-examples/target/pljava-examples-1.5.0-SNAPSHOT.jar','examples',
true);

hope that helps?

--
john r pierce, recycling bits in santa cruz

_______________________________________________
Pljava-dev mailing list
Pljava-dev(at)lists(dot)pgfoundry(dot)org
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Chapman Flack 2016-01-16 01:48:10 Re: [Pljava-dev] built, now how to install?
Previous Message Chapman Flack 2016-01-15 23:18:44 Re: [Pljava-dev] built, now how to install?