RunExecutableListener is deprecated and disabled by default for security reasons
- jameskiraParticipant6 years, 1 month ago #10002
So I am having issue testing solr, specifically clicking “Index selected post types in index ‘Index Name'”
Solr HTTP error: OK (401) {"responseHeader":{"status":401,"QTime":1309},"error":{"metadata":["error-class","org.apache.solr.common.SolrException","root-error-class","org.apache.solr.common.SolrException"],"msg":"RunExecutableListener is deprecated and disabled by default for security reasons. Legacy applications still using it must explicitely pass '-Dsolr.enableRunExecutableListener=true' to the Solr command line. Be aware that you should really disable API-based config editing at the same time, using '-Ddisable.configEdit=true'!","code":401}}
Can you give a suggestion to fix this? Im also wondering if we have to click “Index selected post types in index ‘Index Name'” to index the website data?
wpsolrKeymaster6 years, 1 month ago #10003Hi,
RunExecutableListener is disabled in WPSOLR’s solrconfig.xml files, as it should. It seems you are updating an index not created from WPSOLR’s configuration files. Please create another index from WPSOLR: https://www.wpsolr.com/guide/configuration-step-by-step-schematic/configure-your-indexes/connect-to-an-apache-solr-index/
Im also wondering if we have to click “Index selected post types in index ‘Index Name’” to index the website data?
Yes indeed, you have to, once your index is created from WPSOLR.
You must be logged in to reply to this topic.