Hi, In the same context... some times when I'm shutting down tomcat getting the below exception. And other times it works. Any idea why ?
Jan 19, 2015 8:59:30 AM org.apache.catalina.core.StandardContext listenerStop SEVERE: Exception sending context destroyed event to listener instance of class com.aricent.aricloud.es.service.ESClientFactory java.lang.NoClassDefFoundError: org/elasticsearch/transport/netty/NettyTransport$4 at org.elasticsearch.transport.netty.NettyTransport.doStop(NettyTransport.java:403) at org.elasticsearch.common.component.AbstractLifecycleComponent.stop(AbstractLifecycleComponent.java:105) at org.elasticsearch.transport.TransportService.doStop(TransportService.java:100) at org.elasticsearch.common.component.AbstractLifecycleComponent.stop(AbstractLifecycleComponent.java:105) at org.elasticsearch.common.component.AbstractLifecycleComponent.close(AbstractLifecycleComponent.java:117) at org.elasticsearch.client.transport.TransportClient.close(TransportClient.java:268) at com.aricent.aricloud.es.service.ESClientFactory.shutdown(ESClientFactory.java:118) at com.aricent.aricloud.es.service.ESClientFactory.contextDestroyed(ESClientFactory.java:111) -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/4b948428-c260-4aef-ad82-93346e7488cb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
