Ok, so from looking at the logs, here is what I've found: locator-0: fatal - membership service failure due to loss of quorum server-1: fatal - membership service failure, ForcedDisconnectException: member isn't responding to heartbeats server-2: fatal - locator declares that a network partition has occurred, ForcedDisconnectException. client-3: no fatal logs, warn x2 - pool unexpected closed socket on server connection
If anyone is interested in looking through the log files, I have zipped them up and attached them. If they are not attached, let me know and we'll figure out how to work around the apache listserv limitations. On Tue, Mar 5, 2019 at 12:48 PM Helena Bales <hba...@pivotal.io> wrote: > Here is the stack trace. A lot of information is lost due to the way that > we are starting members in our benchmark, but I will see what I can get > from the logs and give an update. > > org.apache.geode.benchmark.tests.PartitionedPutBenchmarkTest > > benchmarkRunsSuccessfully() FAILED > java.util.concurrent.CompletionException: java.lang.RuntimeException: > java.rmi.ServerError: Error occurred in server thread; nested exception is: > java.lang.NoClassDefFoundError: > org/eclipse/jetty/webapp/WebAppContext > > Caused by: > java.lang.RuntimeException: java.rmi.ServerError: Error occurred > in server thread; nested exception is: > java.lang.NoClassDefFoundError: > org/eclipse/jetty/webapp/WebAppContext > > Caused by: > java.rmi.ServerError: Error occurred in server thread; nested > exception is: > java.lang.NoClassDefFoundError: > org/eclipse/jetty/webapp/WebAppContext > > Caused by: > java.lang.NoClassDefFoundError: > org/eclipse/jetty/webapp/WebAppContext > > Caused by: > java.lang.ClassNotFoundException: > org.eclipse.jetty.webapp.WebAppContext > > > > On Tue, Mar 5, 2019 at 11:24 AM Anthony Baker <aba...@pivotal.io> wrote: > >> Do you have a full stack trace? I’m curious where we are using this…I >> assume it’s on the client? >> >> > On Mar 5, 2019, at 11:08 AM, Helena Bales <hba...@pivotal.io> wrote: >> > >> > It appears the jetty-webapp dependency is now required, and not >> optional. >> > Was there a reason that it was originally marked as optional in the >> > geode-core build.gradle? Should it still be optional, and if so, >> something >> > is broken? This optional dependency in the POM is causing downstream >> > projects like benchmarks to fail tests due to ClassNotFound exceptions >> on >> > WebAppContext. Removing the optional flag fixed benchmark tests. >> > >> > ~Helena Bales >> >>
<<attachment: benchmarkLog.zip>>