【问题描述】
PAS6.5 添加连接池时,通过ping进行验证,失败了:The connection could not be allocated: No suitable driver found for jdbc :d/xx.xx.xx.xx:5431/ Please check the server.log for more details.
【解决方案】
该问题是缺少数据库驱动导致的。
1.请将和数据库匹配的驱动放到:{PAS6.5安装目录}/pas6/pas/domains/domain1/lib下
2.重启PAS6.5服务
【原文链接】
解决PAS6.5数据库连接池配置错误
在PAS6.5中添加数据源并进行ping测试时遇到错误:'The connection could not be allocated: No suitable driver found for jdbc:d/xx.xx.xx.xx:5431'. 错误原因是缺少相应的数据库驱动。解决方案包括将数据库驱动放置到指定的lib目录,并重启PAS6.5服务。
1万+

被折叠的 条评论
为什么被折叠?



