IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

Cb Response: Is it okay to delete jetty files that build up in the /tmp directory?

Cb Response: Is it okay to delete jetty files that build up in the /tmp directory?

Environment

  • Cb Response Server: 6.x and Higher

Question

Is it okay to delete 'Jetty' files that build up in the /tmp directory on the Cb Response server?

Answer

Yes, its okay to delete these files with the Cb Response services stopped.

Additional Notes

  • Check and make sure SOLR debugging is disabled:
    • Edit /etc/cb/solr5/logback.conf.xml (as root, making sure to save the file after edits): 
    • Validate if the following is enabled for debugging: 
      <logger name="org.apache.solr" level="DEBUG" /> 
      Change to: 
      <logger name="org.apache.solr" level="INFO" /> 
    • Change: 
      <logger name="org.apache.solr.search.SolrIndexSearcher" level="DEBUG" /> 
      to 
      <logger name="org.apache.solr.search.SolrIndexSearcher" level="INFO" /> 
  • Example file name:  jetty-0.0.0.0-9000-jolokia.war-_jolokia-any-1342411105384238077.dir

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
100% helpful (1/1)
Article Information
Author:
Creation Date:
‎01-11-2019
Views:
487
Contributors