postgre sonar 安装_无法使用Postgresql将JDBC连接到sonarqube

在尝试使用PostgreSQL安装SonarQube时遇到JDBC连接问题。配置了JDBC连接参数,包括数据库用户名、密码和URL,但启动时日志显示无法连接到数据库。检查了sonar.jdbc.url设置,并尝试查找相关配置文档。解决方案是在pg_hba.conf文件中取消对特定行的注释,允许本地所有用户使用MD5认证连接。
摘要由CSDN通过智能技术生成

When I am installing sonarqube using postgresql, I got stuck with connecting it to jdbc of Postgresql. In /opt/sonarqube/conf, I uncommented JDBC as

sonar.jdbc.username=username

sonar.jdbc.password=password.

2.sonar.jdbc.url=jdbc:postgresql://localhost/username

Additionally, below is my sonar scanner conf that I uncommented

Default SonarQube server

sonar.host.url=http://localhost:9000

PostgreSQL

sonar.jdbc.url=jdbc:postgresql://localhost/username

This is what I followed for configuring Postgres DB

This is my log file shows

2017.03.08 14:39:13 INFO web[o.sonar.db.Database] Create JDBC data source for jdbc:postgresql://localhost/username

2017.03.08 14:39:13 ERROR web[o.a.c.c.C.[.[.[/]] Exception sending context initialized event to listener instance of class org.sonar.server.platfor

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值