RE: ClassNotFoundException when trigger is fired

2017-12-07 Thread tsubasa.nar...@us.fujitsu.com
r file in Cassandra's lib folder before starting Cassandra, maybe you can try to do the same thing? I don't think that Cassandra's class loader is dynamic, you need to have your jars in the classpath before starting Cassandra. Regards, -- Jacques-Henri Berthemet From: tsub

ClassNotFoundException when trigger is fired

2017-12-06 Thread tsubasa.nar...@us.fujitsu.com
Dear All I use cassandra trigger to detect data change in DB and usually it works. But sometime I get ClassNotFoundException when trigger is fired. Following is what I did 1. create class which implement ITrigger interface. ex)class name is TestTrigger.java 2. create jar file and put it under co