cpanel_dovecot_solr_maintenance error email

patchwork

Well-Known Member
Nov 2, 2001
95
0
316
I'm receiving a similar email

Code:
Cpanel::Exception::HTTP::Server/(XID f5epp6) The response to the <abbr title="Hypertext Transfer Protocol">HTTP</abbr> “GET” request from “http://WmkIOfGEau4dpOgI:[email protected]:8984/solr/dovecot/update?optimize=true” indicated an error (500, Server Error): <html>
<head>
<meta http-equiv=…
 at /usr/local/cpanel/Cpanel/Exception/CORE.pm line 330.
    Cpanel::Exception::create("HTTP::Server", HASH(0x1760ad0)) called at /usr/local/cpanel/Cpanel/Exception.pm line 46
    Cpanel::Exception::__ANON__(__CPANEL_HIDDEN__, HASH(0x1760ad0)) called at /usr/local/cpanel/Cpanel/HTTP/Client.pm line 118
    Cpanel::HTTP::Client::request(Cpanel::HTTP::Client=HASH(0x143d2d0), "GET", "http://WmkIOfGEau4dpOgI:__CPANEL_URLPW_HIDDEN__\@127.0.0.1:8984/solr/"..., HASH(0x1142120)) called at (eval 5) line 6
    HTTP::Tiny::get(Cpanel::HTTP::Client=HASH(0x143d2d0), "http://WmkIOfGEau4dpOgI:__CPANEL_URLPW_HIDDEN__\@127.0.0.1:8984/solr/"...) called at /usr/local/cpanel/3rdparty/scripts/cpanel_dovecot_solr_maintenance line 54
    scripts::cpanel_dovecot_solr_maintenance::run("scripts::cpanel_dovecot_solr_maintenance") called at /usr/local/cpanel/3rdparty/scripts/cpanel_dovecot_solr_maintenance line 38

I've run the commands above the results are

Code:
rpm -qa|grep solr
cpanel-dovecot-solr-6.4.0-49.1.noarch

cat /usr/local/cpanel/version
11.64.0.36


netstat -npl | grep :8984
tcp        0      0 ::ffff:127.0.0.1:8984       :::*                        LISTEN      18107/java


/scripts/restartsrv_base cpanel-dovecot-solr --status
(XID wfqzkm) The âcpanel-dovecot-solrâservice is down.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,260
463
Hello @patchwork,

Could you let us know which kernel is used on this server? You can check with the following command:

Code:
uname -r
Thank you.