【发布时间】:2016-05-30 14:26:21
【问题描述】:
我有一个 icCube 设置 icCubeRepository.xml,以使用 Postgres 作为 JCR 存储库。启动 icCube 时出现以下错误
java.sql.SQLException:Amazon 无效操作:关系“fs_fsentry”已存在;
看起来 JCR 中使用的驱动程序是 redshift 而不是预期的 Postgres。
【问题讨论】:
我有一个 icCube 设置 icCubeRepository.xml,以使用 Postgres 作为 JCR 存储库。启动 icCube 时出现以下错误
java.sql.SQLException:Amazon 无效操作:关系“fs_fsentry”已存在;
看起来 JCR 中使用的驱动程序是 redshift 而不是预期的 Postgres。
【问题讨论】:
这是因为 postgres 驱动程序未添加到 bin/iccube.sh 文件中的类路径而发生的。将 postgres jdbc 驱动程序添加到 iccube 的 lib 文件夹中已经可用的类路径。
【讨论】: