Re: ExceptionInInitializerError encountered during startup

2017-08-22 Thread Russell Bateman
Reporting back... I gave up and did this work in a stand-alone project where /EmbeddedCass//andraServ//erHelper.startEmbeddedCassandra()/ works fine. I think now that Cassandra's dependency upon /slf4j/ clashes with what we've had to do in our greater product to regulate which version of /slf

Re: ExceptionInInitializerError encountered during startup

2017-08-22 Thread Russell Bateman
Thanks, Myrle. This confirms what I've tried so far. The problem may be an assumed requirement, such as the YAML file and perhaps /log4j-embedded-cassandra.properties/. But, I'm supplying both of those. This has something to do with /slf4j/ logging, a logger that has no name when it goes to get

Re: ExceptionInInitializerError encountered during startup

2017-08-22 Thread Myrle Krantz
On Tue, Aug 22, 2017 at 4:21 PM, Russell Bateman wrote: > As this was my first post to this forum, I wonder if someone would reply to > it if only to prove to myself that I've not posted to /dev/null as it were > even if there's no answer or the question is stupid, etc. (Note: I am > getting other

Re: ExceptionInInitializerError encountered during startup

2017-08-22 Thread Russell Bateman
As this was my first post to this forum, I wonder if someone would reply to it if only to prove to myself that I've not posted to //dev/null/ as it were even if there's no answer or the question is stupid, etc. (Note: I am getting other forum posts, but maybe what I've posted didn't reach the f

ExceptionInInitializerError encountered during startup

2017-08-18 Thread Russell Bateman
Cassandra version 3.9, -unit version 3.1.3.2. In my (first ever) unit test, I've coded: @BeforeClass public static void initFakeCassandra() throws InterruptedException, IOException, TTransportException { EmbeddedCassandraServerHelper.startEmbeddedCassandra( 2L ); } Execution crashes d