MHMDhub / enterprise-log-search-and-archive

Automatically exported from code.google.com/p/enterprise-log-search-and-archive
0 stars 0 forks source link

Got error "Use of uninitialized value $db_size in concatenation" when crontab runs #190

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. manually run "perl /usr/local/elsa/web/cron.pl -c /etc/elsa_web.conf" 
2.
3.

What is the expected output? What do you see instead?
runs without error

What version of the product are you using? On what operating system?
Sphinx  Sphinx 2.1.3-id64-dev (r4319)
Rev  1147
OS: CentOS release 6.4 (Final)
Linux 2.6.32-358.18.1.el6.x86_64 #1 SMP Wed Aug 28 17:19:38 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux

Please provide any additional information below.
According issue #113, Tried run "sh install.sh node update" successful. but did 
not fix the problem on my machine. 

Original issue reported on code.google.com by radiu...@gmail.com on 7 Jan 2014 at 8:27

Attachments:

GoogleCodeExporter commented 8 years ago
the actual error message I got.

perl /usr/local/elsa/web/cron.pl -c /etc/elsa_web.conf
Indexing buffers...
Use of uninitialized value $db_size in concatenation (.) or string at 
/usr/local/elsa/web/../node//Indexer.pm line 200.
Use of uninitialized value $db_size in addition (+) at 
/usr/local/elsa/web/../node//Indexer.pm line 221.
...finished.
        (in cleanup) Can't call method "disconnect" on an undefined value at /usr/local/elsa/web/../node//Indexer.pm line 105 during global destruction.

Original comment by radiu...@gmail.com on 7 Jan 2014 at 8:28

GoogleCodeExporter commented 8 years ago
These are harmless warnings but are obnoxious. I've fixed them in rev 1152.

Original comment by mchol...@gmail.com on 10 Jan 2014 at 6:56