猿问

如何使用 apache nifi 连接到远程 postgresql

apache-nifi我正在尝试在远程服务器中运行一台服务器和 postgresql。

当我尝试将记录插入远程数据库时,出现以下错误。

java.sql.SQLException:无法为连接 URL 'jdbc:postgresql//123.456.789.12:5432/test?stringtype=unspecified' 创建类 'org.postgresql.Driver' 的 JDBC 驱动程序

在这里,我使用stringtype=unspecified它,因为它是以下解决方案: 列的类型为时间戳,没有时区,但表达式的类型为字符变化:Nifi

在我的PutDatabaseRecord处理器中。

数据库连接网址jdbc:postgresql//123.456.789.12:5432/test?stringtype=unspecified

数据库驱动程序类名org.postgresql.Driver

数据库驱动程序位置/opt/postgresql-42.2.8.jre6.jar

jar 文件放置在两台服务器上的同一位置。我缺少什么?nifi和数据库应该运行在同一台服务器上吗?

编辑 :nifi-log

2019-10-29 07:35:23,062 错误 [定时器驱动进程线程 8] oanpstandard.PutDatabaseRecord PutDatabaseRecord[id=f1fcb902-a1a2-364e-8223-971e4d0dfa46] 由于 org.apache.nifi.processor 无法处理会话.exception.ProcessException:java.sql.SQLException:无法为连接 URL 'jdbc:postgresql//123.456.789.12:5432/test?stringtype=unspecified' 创建类 'org.postgresql.Driver' 的 JDBC 驱动程序:org.apache。 nifi.processor.exception.ProcessException:java.sql.SQLException:无法为连接 URL 'jdbc:postgresql//123.456.789.12:5432/test?stringtype=unspecified' org. apache.nifi.processor.exception.ProcessException:java.sql.SQLException:无法为连接 URL 'jdbc:postgresql//123.456.789.12:5432/test?stringtype=unspecified' 创建类 'org.postgresql.Driver' 的 JDBC 驱动程序


当年话下
浏览 130回答 1
1回答

HUWWW

请添加:您的数据库连接 URL 并检查jdbc:postgresql://123.456.789.12:5432/test?stringtype=unspecified
随时随地看视频慕课网APP

相关分类

Java
我要回答