0

I have an icCube setup, icCubeRepository.xml, to use Postgres as JCR repository. When starting icCube I get the following error

java.sql.SQLException: Amazon Invalid operation: relation "fs_fsentry" already exists;

Looks as the driver used in the JCR is redshift instead of the expected Postgres.

ic3
  • 7,917
  • 14
  • 67
  • 115
Prabesh Shrestha
  • 2,732
  • 4
  • 29
  • 44

1 Answers1

0

This was hapenning because the postgres driver was not added to the classpath in bin/iccube.sh file . Adding postgres jdbc driver to the classpath already available in lib folder of iccube works.

Prabesh Shrestha
  • 2,732
  • 4
  • 29
  • 44