这与使用外部Postgres db的WSO2 API Manager工作者群集配置有关。我使用了2个数据库,即wso2_carbon用于注册表和用户管理,wso2_am用于存储API。已配置相应的xmls。已运行postgres脚本来创建数据库表。运行wso2server.sh时,我的日志控制台显示启用的集群和域成员。但是在https://:当我尝试创建API以创建API时,它会在设计阶段本身引发错误。
ERROR - add:jag org.wso2.carbon.apimgt.api.APIManagementException: Error while checking whether context exists
[2016-12-13 04:32:37,737] ERROR - ApiMgtDAO Error while locating API: admin-hello-v.1.2.3 from the database
java.sql.SQLException: org.postgres.Driver cannot be found by jdbc-pool_7.0.34.wso2v2
答案 0 :(得分:0)
根据错误消息,您提供的驱动程序类名称为import foo, { bar } from 'my-module';
let { a } = bar;
,这是不正确的。它应该是org.postgres.Driver
。仔细检查org.postgresql.Driver
配置。