Hi Deepanshu, Where did you put the Cassandra driver jar? Just a guess but it seems it was placed in the lib folder of NiFi. There should not be any additional jars in NIFI_HOME/lib directory.
Regards, Peter Turcsanyi On Wed, Sep 11, 2024 at 8:15 AM Deepanshu Lodhi <[email protected]> wrote: > Hii Rafael, > > *Greetings of the Day!!* > > > > I’ve tried the mentioned below driver and driver class name for the > DBCPConnectionPool of Cassandra DB, but nifi-bootstrap throws an error > message > > > > 2024-09-10 22:25:25,217 INFO [main] org.apache.nifi.bootstrap.Command > Application Process [4044] launched > > 2024-09-10 22:25:25,322 ERROR [NiFi logging handler] > org.apache.nifi.StdErr SLF4J: Failed to load class > "org.slf4j.impl.StaticLoggerBinder". > > 2024-09-10 22:25:25,322 ERROR [NiFi logging handler] > org.apache.nifi.StdErr SLF4J: Defaulting to no-operation (NOP) logger > implementation > > 2024-09-10 22:25:25,322 ERROR [NiFi logging handler] > org.apache.nifi.StdErr SLF4J: See > http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. > > 2024-09-10 22:25:25,449 INFO [NiFi Bootstrap Command Listener] > org.apache.nifi.bootstrap.RunNiFi Apache NiFi now running and listening for > Bootstrap requests on port 64648 > > 2024-09-10 22:25:45,431 ERROR [NiFi logging handler] > org.apache.nifi.StdErr Failed to start web server: Cannot invoke > "jakarta.servlet.ServletContext.setAttribute(String, Object)" because > "webApiServletContext" is null > > 2024-09-10 22:25:45,431 ERROR [NiFi logging handler] > org.apache.nifi.StdErr Shutting down... > > 2024-09-10 22:25:48,442 INFO [main] org.apache.nifi.bootstrap.RunNiFi NiFi > never started. Will not restart NiFi > > > > Best Regards > > Deepanshu > > > > *From:* Deepanshu Lodhi <[email protected]> > *Sent:* Tuesday, September 10, 2024 9:07 PM > *To:* [email protected] > *Subject:* Re: Cassandra JDBC Driver > > > > Hii Rafael, > > Greetings > > > > Thanks a lot for providing this information, it'll be very helpful. > > > > Get Outlook for Android <https://aka.ms/AAb9ysg> > ------------------------------ > > *From:* Rafael Fracasso <[email protected]> > *Sent:* Tuesday, September 10, 2024 8:58:48 PM > *To:* [email protected] <[email protected]> > *Subject:* Re: Cassandra JDBC Driver > > > > Greetings Deepanshu, > > > > You can use the driver in here: > https://github.com/ing-bank/cassandra-jdbc-wrapper/releases > > In the readme > <https://github.com/ing-bank/cassandra-jdbc-wrapper?tab=readme-ov-file#usage> > you have the usage method (with classname and connection string) > > > > Best Regards > > > > > > > > On Mon, Sep 9, 2024 at 1:00 PM Deepanshu Lodhi <[email protected]> > wrote: > > Hii all, > > *Greetings* > > > > Can anyone help me by providing the suitable "JDBC Driver" and its "Driver > Class Name" for "Apache Cassandra" for DBCPConnectionPool in Apache NiFi v > 2.0.0 > > > > *Thankyou* > > Deepanshu > >
