<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: NiFi connection in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/NiFi-connection/m-p/358580#M237888</link>
    <description>&lt;P&gt;Theres also that error in my NiFi Flow Configuration:&lt;BR /&gt;&lt;BR /&gt;14:36:05 BRT ERROR&lt;BR /&gt;StandardControllerServiceNode[service-DBCPConnectionPool[id=bf90fd3d-&lt;BR /&gt;0184-1000-4a92-d8b25677a705], versionedComponentid=null,&lt;BR /&gt;processGroup=Standard ProcessGroup[identifier-bf056a65-0184-1000-cb2e-&lt;BR /&gt;35c3c5842085,name=NiFi Flow], active=true] Failed to invoke @OnEnabled&lt;BR /&gt;method due to java.lang.UnsupportedClass VersionError:&lt;BR /&gt;com/microsoft/sqlserver/jdbc/SQLServerDriver has been compiled by a more&lt;BR /&gt;recent version of the Java Runtime (class file version 55.0), this version of the&lt;BR /&gt;Java Runtime only recognizes class file versions up to 52.0:&lt;BR /&gt;com/microsoft/sqlserver/jdbc/SQLServerDriver has been compiled by a more&lt;BR /&gt;recent version of the Java Runtime (class file version 55.0), this version of the&lt;BR /&gt;Java Runtime only recognizes class file versions up to 52.0&lt;/P&gt;</description>
    <pubDate>Tue, 29 Nov 2022 17:42:46 GMT</pubDate>
    <dc:creator>grb</dc:creator>
    <dc:date>2022-11-29T17:42:46Z</dc:date>
    <item>
      <title>NiFi connection</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-connection/m-p/358579#M237887</link>
      <description>&lt;P&gt;When&amp;nbsp; trying to connect to a dblink to user the QueryDatabaseTable, NiFi is returning this error:&lt;BR /&gt;&lt;BR /&gt;• 14:24:36 BRT ERROR&lt;BR /&gt;QueryDatabase Table[id=c3576641-0184-1000-ad73-c81ab57c11bb]&lt;BR /&gt;QueryDatabase Table[id=c3576641-0184-1000-ad73-c81ab57c11bb] failed to&lt;BR /&gt;process session due to Cannot invoke method public default java.sql.Connection&lt;BR /&gt;org.apache.nifi.dbcp.DBCPService.getConnection(java.util.Map) throws&lt;BR /&gt;org.apache.nifi.processor.exception. Process Exception on Controller Service with&lt;BR /&gt;because the Controller&lt;BR /&gt;identifier bf90fd3d-0184-1000-4a92-d8b25677a705&lt;BR /&gt;Service's State is currently ENABLING; Processor Administratively Yielded for 1&lt;BR /&gt;sec: org.apache.nifi.controller.service.Controller Service DisabledException: Cannot&lt;BR /&gt;invoke method public default java.sql.Connection&lt;BR /&gt;org.apache.nifi.dbcp.DBCPService.getConnection(java.util.Map)&lt;BR /&gt;throws&lt;BR /&gt;org.apache.nifi.processor.exception. Process Exception on Controller Service with&lt;BR /&gt;identifier bf90fd3d-0184-1000-4a92-d8b25677a705 because the Controller&lt;BR /&gt;Service's State is currently ENABLING&lt;BR /&gt;&lt;BR /&gt;Can anyone help me?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 17:35:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-connection/m-p/358579#M237887</guid>
      <dc:creator>grb</dc:creator>
      <dc:date>2022-11-29T17:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi connection</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-connection/m-p/358580#M237888</link>
      <description>&lt;P&gt;Theres also that error in my NiFi Flow Configuration:&lt;BR /&gt;&lt;BR /&gt;14:36:05 BRT ERROR&lt;BR /&gt;StandardControllerServiceNode[service-DBCPConnectionPool[id=bf90fd3d-&lt;BR /&gt;0184-1000-4a92-d8b25677a705], versionedComponentid=null,&lt;BR /&gt;processGroup=Standard ProcessGroup[identifier-bf056a65-0184-1000-cb2e-&lt;BR /&gt;35c3c5842085,name=NiFi Flow], active=true] Failed to invoke @OnEnabled&lt;BR /&gt;method due to java.lang.UnsupportedClass VersionError:&lt;BR /&gt;com/microsoft/sqlserver/jdbc/SQLServerDriver has been compiled by a more&lt;BR /&gt;recent version of the Java Runtime (class file version 55.0), this version of the&lt;BR /&gt;Java Runtime only recognizes class file versions up to 52.0:&lt;BR /&gt;com/microsoft/sqlserver/jdbc/SQLServerDriver has been compiled by a more&lt;BR /&gt;recent version of the Java Runtime (class file version 55.0), this version of the&lt;BR /&gt;Java Runtime only recognizes class file versions up to 52.0&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 17:42:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-connection/m-p/358580#M237888</guid>
      <dc:creator>grb</dc:creator>
      <dc:date>2022-11-29T17:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi connection</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-connection/m-p/358913#M237976</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/102141"&gt;@grb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your QueryDatabaseTable processor is failing because the dependent controller service is not yet enabled. It appears that controller services is still trying to enable (enabling) because the SQLServerDriver you have configured in that controller service is not compatible with the Java JDK version you are using to run NiFi.&lt;BR /&gt;&lt;BR /&gt;What version of NiFi are you using?&lt;BR /&gt;What version Java is your NiFi using?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;I recommend updating your Java version to the most recent version of Java JDK 8 or Java JDK 11 (Version 11 only supported in NiFi versions 1.10+).&amp;nbsp; Otherwise, you'll need to find an older version of your SQ driver.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic"&gt;If you found that the provided solution(s) assisted you with your query, please take a moment to login and click&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;Accept as Solution&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;below each response that helped.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;Matt&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 19:09:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-connection/m-p/358913#M237976</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2022-12-05T19:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: NiFi connection</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NiFi-connection/m-p/358998#M237993</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/102141"&gt;@grb&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 22:35:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NiFi-connection/m-p/358998#M237993</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2022-12-06T22:35:50Z</dc:date>
    </item>
  </channel>
</rss>

