Hi, When I am starting the SolrCloud (4.9) version top of the Tomcat, its throwing the below error message, I am using the JAVA runtime for memory leak exception .
Summary of error message, [OverseerExitThread] but has failed to stop it. This is very likely to create a memory leak Detailed error message here, 16-Jul-2014 15:14:01.044 INFO [Thread-5] com.springsource.tcserver.licensing.LicensingLifecycleListener.setComponentS tate ComponentState to off 16-Jul-2014 15:14:01.049 INFO [Thread-5] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-bio-8080"] 16-Jul-2014 15:14:01.049 INFO [Thread-5] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina 16-Jul-2014 15:14:01.091 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoader.clearReferencesThreads The web application [/solr-4.9.0] appears to have started a thread named [localhost-startStop-1-SendThread(cpsslrsbx01:2181)] but has failed to stop it. This is very likely to create a memory leak. 16-Jul-2014 15:14:01.091 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoader.clearReferencesThreads The web application [/solr-4.9.0] appears to have started a thread named [localhost-startStop-1-EventThread] but has failed to stop it. This is very likely to create a memory leak. 16-Jul-2014 15:14:01.091 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoader.clearReferencesThreads The web application [/solr-4.9.0] appears to have started a thread named [OverseerExitThread] but has failed to stop it. This is very likely to create a memory leak. 16-Jul-2014 15:14:01.093 INFO [Thread-5] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-bio-8080"] 16-Jul-2014 15:14:01.094 INFO [Thread-5] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-bio-8080"] 16-Jul-2014 15:31:40.834 INFO [main] com.springsource.tcserver.security.PropertyDecoder.<init> tc Runtime property decoder using memory-based key 16-Jul-2014 15:31:41.131 INFO [main] com.springsource.tcserver.security.PropertyDecoder.<init> tcServer Runtime property decoder has been initialized in 301 ms 16-Jul-2014 15:31:43.978 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-bio-8080"] 16-Jul-2014 15:31:45.141 INFO [main] com.springsource.tcserver.licensing.LicensingLifecycleListener.setComponentS tate ComponentState to on 16-Jul-2014 15:31:45.345 INFO [main] com.springsource.tcserver.serviceability.rmi.JmxSocketListener.init Started up JMX registry on 127.0.0.1:6969 in 187 ms 16-Jul-2014 15:31:45.370 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina 16-Jul-2014 15:31:45.370 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: VMware vFabric tc Runtime 2.9.2.RELEASE/7.0.39.B.RELEASE 16-Jul-2014 15:31:45.384 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /apps/ecps/vfabric-tc-server-standard-2.9.2.RELEASE/cps_8080/webapps/solr-4. 9.0.war 16-Jul-2014 15:31:48.204 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /apps/ecps/vfabric-tc-server-standard-2.9.2.RELEASE/cps_8080/webapps/ROOT 16-Jul-2014 15:31:48.349 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-bio-8080"]