OpenBEL / openbel-framework

An open platform for capturing, integrating, storing, and sharing biological knowledge in and across organizations.
http://openbel.org
Apache License 2.0
22 stars 7 forks source link

CLOB Issues in Postgres #64

Open juliakozlovsky opened 9 years ago

juliakozlovsky commented 9 years ago

When loading certain large strings into a KAM (examples in large_corpus.bel), get the following error:

[ERROR]: Unable to load KAM. [ERROR]: Error loading annotation values for kam2 reason: (0) Method org.postgresql.jdbc4.Jdbc4PreparedStatement.setClob(int, Reader, long) is not yet implemented. (17) Error loading KAM

Phase IV failed with error (17) Error loading KAM. BEL Compiler exited with error code 17 in phase IV.

Attempts to upgrade the PostgresSQL JDBC driver did not seem to help.