【问题标题】:Invalid operation: relation "fs_fsentry" already exists;无效操作:关系“fs_fsentry”已经存在;
【发布时间】:2016-05-30 14:26:21
【问题描述】:

我有一个 icCube 设置 icCubeRepository.xml,以使用 Postgres 作为 JCR 存储库。启动 icCube 时出现以下错误

java.sql.SQLException:Amazon 无效操作:关系“fs_fsentry”已存在;

看起来 JCR 中使用的驱动程序是 redshift 而不是预期的 Postgres。

【问题讨论】:

    标签: jcr iccube


    【解决方案1】:

    这是因为 postgres 驱动程序未添加到 bin/iccube.sh 文件中的类路径而发生的。将 postgres jdbc 驱动程序添加到 iccube 的 lib 文件夹中已经可用的类路径。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-07-02
      • 2021-11-04
      • 2018-11-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-05-12
      • 2018-04-07
      相关资源
      最近更新 更多