| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| RedmineID |
1774
|
| Version |
tigase-server-7.0.0
|
| Spent time |
0
|
Issue Votes (0)
Watchers (0)
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| RedmineID |
1774
|
| Version |
tigase-server-7.0.0
|
| Spent time |
0
|
I'm trying to create a derby database using the command:
sh scripts/db-create-derby.sh /path/to/my/dbLooking 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