[Pljava-dev] pljava test build error

From: thhal at mailblocks(dot)com (Thomas Hallgren)
To:
Subject: [Pljava-dev] pljava test build error
Date: 2005-09-06 09:44:25
Message-ID: thhal-0f/34A2Ow8LQyGSplJzttY2bK0t/4ub@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Kong,
I honestly have no idea why this happens. What is the base directory for
your Java installation? Is it an extremely long path or perhaps a path
containing unusual characters (spaces, commas, $, or something)? Also,
please provide version information on PL/Java, PostgreSQL, and Operating
System.

Regards,
Thomas Hallgren

kstian wrote:

> Hi,
>
> I was trying to build (ant -f build.xml) pljava test in src/java/test
> folder and I got the following error in build window:
>
> src/java/test/build.xml:17: Unable to do install_jar: ERROR: value too
> long for type character varying(500)
>
> postgresql.log file showed the following error:
>
> NOTICE: drop cascades to function javatest.java_gettimestamp()
> CONTEXT: SQL statement "DROP SCHEMA javatest CASCADE"
> LOG: Exception
> LOG: in thread "main"
> org.postgresql.pljava.internal.ServerException: value too long for
> type character varying(500)
> at org.postgresql.pljava.internal.ExecutionPlan._execute(Native
> Method)
> at
> org.postgresql.pljava.internal.ExecutionPlan.execute(ExecutionPlan.java:170)
>
> at
> org.postgresql.pljava.jdbc.SPIStatement.executePlan(SPIStatement.java:119)
>
> at
> org.postgresql.pljava.jdbc.SPIPreparedStatement.execute(SPIPreparedStatement.java:263)
>
> at
> org.postgresql.pljava.jdbc.SPIPreparedStatement.executeUpdate(SPIPreparedStatement.java:79)
>
> at
> org.postgresql.pljava.management.Commands.replaceJar(Commands.java:568)
> at
> org.postgresql.pljava.management.Commands.replaceJar(Commands.java:243)
> ERROR: value too long for type character varying(500)
> CONTEXT: SQL statement "UPDATE sqlj.jar_repository SET jarOrigin =
> $1, jarOwner = $2, deploymentDesc = NULL WHERE jarId = $3"
> ===============================================================
>
> I would really appreciate any help you can provide to resolve this
> problem.
>
> Thank you.
>
> Regards,
> Kong
> _______________________________________________
> Pljava-dev mailing list
> Pljava-dev at gborg.postgresql.org
> http://gborg.postgresql.org/mailman/listinfo/pljava-dev

In response to

Browse pljava-dev by date

  From Date Subject
Next Message kstian 2005-09-07 01:28:02 [Pljava-dev] pljava test build error
Previous Message kstian 2005-09-06 08:20:38 [Pljava-dev] pljava test build error