Projects tigase _server server-core Issues #294
TigPutDBProperty('schema-version','5.1') failing with derby (#294)
Closed
Teemu K opened 1 decade ago

I'm trying to create a derby database using the command:

sh scripts/db-create-derby.sh /path/to/my/db

Looking at the script output, everything seems to work correctly, except at the end:

@call TigPutDBProperty('schema-version','5.1');

ERROR 38000: The exception 'java.sql.SQLException: An attempt was made to get a data value of type 'LONG VARCHAR' from a data value of type 'java.sql.Clob'.' was thrown while evaluating an expression.

ERROR 22005: An attempt was made to get a data value of type 'LONG VARCHAR' from a data value of type 'java.sql.Clob'.@

Trying to run tigase-server then results in:

@Please upgrade database schema now.

Current scheme version is: null, expected: 5.1@

git: 3afdb62a

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
RedmineID
1774
Version
tigase-server-7.0.0
Spent time
24h
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#294
Please wait...
Page is in error, reload to recover