|
List Info
Thread: error message when running htdig
|
|
| error message when running htdig |
  Israel |
2007-04-11 09:38:32 |
|
|
I have been running htdig 3.1.6 on a Sun Solaris machine for several years and everything was going well. Recently, when I run the rundig script, I get the following error:
Assertion failed: l && buffer[l -1] == 'n', file Retriever.cc, line 79 Abort
No crawling or indexing gets done.
Does anyone have an idea what this means?
Thanks for any help.
Malk a Cymbalista Webmaster, Weizmann Institute of Science malki.cymbalista weizmann.ac.il 08-934-3036 |
| Re: error message when running htdig |

|
2007-04-11 10:01:20 |
|
Hello,
Please search your htdig.conf for the line containing text
url_log: somefile
Then look for the file mentioned in this line and try to remove it (but make a backup copy before). Then rerun the rundig script.
Denis Morozov.
|
| Re: error message when running htdig |
  Israel |
2007-04-11 10:19:50 |
|
|
Thanks for the answer. There is no line
url_log: somefile
in my htdig.conf file. The logfiles are set in the rundig script. I created a new logs directory and ran rundig again and got the same results.
Malka Cymbalista Webmaster, Weizmann Institute of Science malki.cymbalista weizmann.ac.il 08-934-3036
>>> On 4/11/2007 at 6:01 PM, in message <3d87abaf0704110801m59557ae9xfafdf9d675dd8435 mail.gmail.com>, "Denis Morozov" <dmorozov gmail.com> wrote:wrote on > > Hello, > > Please search your htdig.conf for the line containing text > > url_log: somefile > > Then look for the file mentioned in this line and try to remove it (but > make a backup copy before). Then rerun the rundig script. > > Denis Morozov. > > On 4/11/07, Malka Cymbalista <Malki.Cymbalista weizmann.ac.il> wrote: > I have been running htdig 3.1.6 on a Sun Solaris machine for several > years and everything was going well. Recently, when I run the rundig > script, I get the following error: > > Assertion failed: l && buffer[l -1] == 'n', file Retriever.cc, line 79 > Abort > > No crawling or indexing gets done. > Does anyone have an idea what this means? > > Thanks for any help. > > > > Malka Cymbalista > Webmaster, Weizmann Institute of Science > malki.cymbalista weizmann.ac.il > 08-934-3036 > > ------------------------------------------------------------------------ > - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE > V > _______________________________________________ > ht://Dig general mailing list: < htdig-general lists.sourceforge.net> > ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html > List information (subscribe/unsubscribe, etc.) > https://lists.sourceforge.net/lists/listinfo/htdig-general
|
| Re: error message when running htdig |
  United States |
2007-04-13 15:23:47 |
The error message you are seeing does indicate a problem
with your
url log file. If you do not have a url_log entry in your
config file,
then htdig would fall back to the default value. That should
result
in a file named db.log in your database directory. This
assumes you
have not changed database_base, as the default is actually $
.log. You will need to remove this file in
order to
resolve the problem you are encountering.
Jim
On Apr 11, 2007, at 9:19 AM, Malka Cymbalista wrote:
> Thanks for the answer. There is no line
> url_log: somefile
> in my htdig.conf file. The logfiles are set in the
rundig script.
> I created a new logs directory and ran rundig again and
got the
> same results.
>
> Malka Cymbalista
> Webmaster, Weizmann Institute of Science
> malki.cymbalista weizmann.ac.il
> 08-934-3036
>
> >>> On 4/11/2007 at 6:01 PM, in message
> <3d87abaf0704110801m59557ae9xfafdf9d675dd8435 mail.gmail.com>,
> "Denis Morozov" <dmorozov gmail.com> wrote:wrote on
> >
> > Hello,
> >
> > Please search your htdig.conf for the line
containing text
> >
> > url_log: somefile
> >
> > Then look for the file mentioned in this line and
try to remove
> it (but
> > make a backup copy before). Then rerun the rundig
script.
> >
> > Denis Morozov.
> >
> > On 4/11/07, Malka Cymbalista
<Malki.Cymbalista weizmann.ac.il>
> wrote:
> > I have been running htdig 3.1.6 on a Sun Solaris
machine for several
> > years and everything was going well. Recently,
when I run the rundig
> > script, I get the following error:
> >
> > Assertion failed: l && buffer[l -1] ==
'n', file Retriever.cc,
> line 79
> > Abort
>
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
ht://Dig general mailing list: <htdig-general lists.sourceforge.net>
ht://Dig FAQ: http://htdig.so
urceforge.net/FAQ.html
List information (subscribe/unsubscribe, etc.)
https://lists.sourceforge.net/lists/listinfo/htdig-gen
eral
|
|
| Re: error message when running htdig |
  Israel |
2007-04-15 07:30:04 |
|
|
Thanks very much for your reply. I erased db.log from the db directory and this did indeed solve the problem. Thanks very much for your help.
Ma lka Cymbalista Webmaster, Weizmann Institute of Science malki.cymbalista weizmann.ac.il 08-934-3036
>>> On 4/13/2007 at 11:23 PM, in message <8D4A69EA-852E-44A2-B623-7ADE15F10EB9 yggdrasill.net>, Jim Cole <lists yggdrasill.net> wrote:wrote on > > The error message you are seeing does indicate a problem with your > url log file. If you do not have a url_log entry in your config file, > then htdig would fall back to the default value. That should result > in a file named db.log in your database directory. This assumes you > have not changed database_base, as the default is actually $ > {database_base}.log. You will need to remove this file in order to > resolve the problem you are encountering. > > Jim > > On Apr 11, 2007, at 9:19 AM, Malka Cymbalista wrote: > >> Thanks for the answer. There is no line >> url_log: somefile >> in my htdig.conf file. The logfiles are set in the rundig script. >> I created a new logs directory and ran rundig again and got the >> same results. >> >> Malka Cymbalista >> Webmaster, Weizmann Institute of Science >> malki.cymbalista weizmann.ac.il >> 08-934-3036 >> >> >>> On 4/11/2007 at 6:01 PM, in message >> <3d87abaf0704110801m59557ae9xfafdf9d675dd8435 mail.gmail.com>, >> "Denis Morozov" <dmorozov gmail.com> wrote:wrote on >> > >> > Hello, >> > >> > Please search your htdig.conf for the line containing text >> > >> > url_log: somefile >> > >> > Then look for the file mentioned in this line and try to remove >> it (but >> > make a backup copy before). Then rerun the rundig script. >> > >> > Denis Morozov. >> > >> > On 4/11/07, Malka Cymbalista <Malki.Cymbalista weizmann.ac.il> >> wrote: >> > I have been running htdig 3.1.6 on a Sun Solaris machine for several >> > years and everything was going well. Recently, when I run the rundig >> > script, I get the following error: >> > >> > Assertion failed: l && buffer[l -1] == 'n', file Retriever.cc, >> line 79 >> > Abort >> > > ------------------------------------------------------------------------ > - > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE > V > _______________________________________________ > ht://Dig general mailing list: <htdig-general lists.sourceforge.net> > ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html > List information (subscribe/unsubscribe, etc.) > https://lists.sourceforge.net/lists/listinfo/htdig-general
|
[1-5]
|
|