format for text URL files

Post Reply
b.sims
Posts: 99
Joined: Fri Oct 26, 2001 10:40 am

format for text URL files

Post by b.sims »

I've specified a URL as a URL file; it is a PHP script which outputs text. URLs are seperated by line feed/carriage return.

However, running from the command line execution hangs. Looking at walk status there is the following error:

Reading urls from http://ioc.unesco.org/oceanportal/listAll.php
http://gcmd.gsfc.nasa.gov

011 d:/web-root/webinator/dowalk(toptodo) 2551: Cannot insert into B-tree D:\MORPH3\texis\oceanportal\db2\xtodourl.btr: Value too large in the function btinsert
http://gcmd


Then the same error many times over. I'm assuming something wrong with the text file format (I have run from local text files in the past without problem).
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

format for text URL files

Post by mark »

URL file must be a local file on disk. You want URL URL. Your format sounds correct.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

format for text URL files

Post by mark »

p.s.
That page has some invalid urls with space in them. Space should be encoded as %20 or +. The urls listed in a text/plain file should also not include any anchors (#).
b.sims
Posts: 99
Joined: Fri Oct 26, 2001 10:40 am

format for text URL files

Post by b.sims »

I had URL URL, I typed incorrectly.

I have taken out the anchors and spaces look ok, but I still get the same errors.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

format for text URL files

Post by mark »

I'm not able to replicate your problem. Are you doing a "new" walk? What other non-default settings are you using?

Try downloading the latest dowalk and webinatoradamin scripts from the webinator examples page.
Post Reply