RE: ClassNotFoundException when trigger is fired

2017-12-07 Thread tsubasa.nar...@us.fujitsu.com
: Jacques-Henri Berthemet [mailto:jacques-henri.berthe...@genesys.com] Sent: Wednesday, December 6, 2017 11:56 PM To: user@cassandra.apache.org Subject: RE: ClassNotFoundException when trigger is fired Hi, I have a custom secondary index that works well with Cassandra, I put the jar file

RE: ClassNotFoundException when trigger is fired

2017-12-06 Thread Jacques-Henri Berthemet
starting Cassandra. Regards, -- Jacques-Henri Berthemet From: tsubasa.nar...@us.fujitsu.com [mailto:tsubasa.nar...@us.fujitsu.com] Sent: mercredi 6 décembre 2017 19:49 To: user@cassandra.apache.org Subject: ClassNotFoundException when trigger is fired Dear All I use cassandra trigger to detect data

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