带有 Postgres 的 Teiid Springboot

问题描述

使用 Postgres 数据库试验 Teiid Spring Boot。我只是按照示例中提到的示例进行操作。调用 Spring boot 时出现以下错误。

org.springframework.beans.factory.UnsatisfiedDependencyException:创建名为“org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration”的bean时出错:通过构造函数参数0表达的不满足的依赖;嵌套异常是 org.springframework.beans.factory.BeanCreationException:在类路径资源 [com/example/demo/DataSources.class] 中定义名称为“postgres”的 bean 创建时出错:bean 初始化失败;嵌套异常是 java.lang.NullPointerException:无法调用 "org.teiid.spring.common.ExternalSource.getTranslatorName()" 因为 "es" 为空

有什么指点吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...