References: <56945E0E.3000104@hogranch.com> <56945EA8.9090505@anastigmatix.net> <56946D05.9050508@anastigmatix.net> <5698E79E.6040904@hogranch.com> <56990F46.2000309@anastigmatix.net> <569948F9.9030603@hogranch.com> <56994A59.9050000@anastigmatix.net> <569978AA.9030207@hogranch.com> <56997E54.9030109@anastigmatix.net> From: John R Pierce Message-ID: <56998072.8070503@hogranch.com> Date: Fri, 15 Jan 2016 15:27:46 -0800 MIME-Version: 1.0 In-Reply-To: <56997E54.9030109@anastigmatix.net> Subject: Re: [Pljava-dev] built, now how to install? Content-Type: text/plain; charset="us-ascii"; Format="flowed" 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@lists.pgfoundry.org http://lists.pgfoundry.org/mailman/listinfo/pljava-dev