I am installing Control Hub and when I run 01-iitdb.sh, I get error of DbUtils.DBType.POSTGRES
SLF4J: Found binding in [jar:file:/opt/streamsets-dpm/app-lib/slf4j-log4j12-1.7. 7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in bjar:file:/opt/streamsets-dpm/server-lib/slf4j-log4j12-1 .7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type aorg.slf4j.impl.Log4jLoggerFactory]
Error while running 'BuildSchemaCommand': java.lang.IllegalArgumentException: No enum constant com.streamsets.lib.util.DbUtils.DBType.POSTGRES
----------------------------------------
java.lang.IllegalArgumentException: No enum constant com.streamsets.lib.util.DbU tils.DBType.POSTGRES
at java.lang.Enum.valueOf(Enum.java:238)
at com.streamsets.lib.util.DbUtils$DBType.valueOf(DbUtils.java:180)
at com.streamsets.lib.util.DbUtils.getDbTypeFromJdbcUrl(DbUtils.java:177 )
at com.streamsets.lib.jpa.JpaExecutor.getJpaConfiguration(JpaExecutor.ja va:367)
at com.streamsets.lib.jpa.JpaExecutor.<init>(JpaExecutor.java:380)
at com.streamsets.lib.jpa.JpaExecutorFactory.<init>(JpaExecutorFactory.j ava:53)
at com.streamsets.lib.jpa.JpaExecutorFactory.create(JpaExecutorFactory.j ava:23)
at com.streamsets.lib.cli.BaseAppSchemaValidationCommand.getJpaExecutorF actory(BaseAppSchemaValidationCommand.java:75)
at com.streamsets.lib.cli.BaseBuildSchemaCommand.getJpaFactory(BaseBuild SchemaCommand.java:320)
at com.streamsets.lib.cli.BaseBuildSchemaCommand.runCommand(BaseBuildSch emaCommand.java:73)
at com.streamsets.lib.cli.BaseCommand.run(BaseCommand.java:38)
at com.streamsets.apps.security.cli.SecurityCommand.main(SecurityCommand .java:28)
----------------------------------------
where is the calling creation script come from? I can’t debug this error. How can I resolve this issue?
thank you.
vr,
Bach-Nga