[Nutch-dev] [jira] Commented: (NUTCH-100) New plugin urlfilter-db

2006-02-24 Thread Fuad Efendi (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-100?page=comments#action_12367731 ] Fuad Efendi commented on NUTCH-100: --- Sorry, should be [&&] instead of [||] in previous comment > New plugin urlfilter-db > --- > > Key: NUTCH-1

[Nutch-dev] [jira] Commented: (NUTCH-100) New plugin urlfilter-db

2006-02-24 Thread Fuad Efendi (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-100?page=comments#action_12367721 ] Fuad Efendi commented on NUTCH-100: --- Please, add port number: if (u.getPort()!=-1 || u.getPort()!=80) { ret = ret + ":" + u.getPort(); } > New plugin urlfilter-db > -

[Nutch-dev] Re: Unable to complete a full fetch, reason Child Error

2006-02-24 Thread Doug Cutting
Mike Smith wrote: 060219 142408 task_m_grycae Parent died. Exiting task_m_grycae This means the child process, executing the task, was unable to ping its parent process (the task tracker). 060219 142408 task_m_grycae Child Error java.io.IOException: Task process exit with nonzero status.

[Nutch-dev] [jira] Commented: (NUTCH-100) New plugin urlfilter-db

2006-02-24 Thread Fuad Efendi (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-100?page=comments#action_12367706 ] Fuad Efendi commented on NUTCH-100: --- Please avoid this: public void finalize() throws Throwable { cleanup(); } - In case of an Exception, GC will ignore Throwable, a

[Nutch-dev] [jira] Resolved: (NUTCH-216) cannot build in windows

2006-02-24 Thread Doug Cutting (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-216?page=all ] Doug Cutting resolved NUTCH-216: Fix Version: 0.8-dev Resolution: Fixed The reason 'exec' was used was to also restore file permissions, which 'untar' does not. So I switched it to u

[Nutch-dev] [jira] Updated: (NUTCH-216) cannot build in windows

2006-02-24 Thread bin zhu (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-216?page=all ] bin zhu updated NUTCH-216: -- Attachment: untar-build.patch use ant untar task instead of exec > cannot build in windows > --- > > Key: NUTCH-216 > URL: http://issu

[Nutch-dev] [jira] Created: (NUTCH-216) cannot build in windows

2006-02-24 Thread bin zhu (JIRA)
cannot build in windows --- Key: NUTCH-216 URL: http://issues.apache.org/jira/browse/NUTCH-216 Project: Nutch Type: Bug Environment: XP sp2 jdk1.5 ant 1.6.5 Reporter: bin zhu Buildfile: build.xml init: [mkdir] Created dir: C:\data\asf\

[Nutch-dev] Re: Bug and Fix for DistributedSearch$Client

2006-02-24 Thread Andrzej Bialecki
Heiko Dietze wrote: Hi, during my tests with the nutch-0.8-dev (daily checkout from svn repository) I encountered a bug in the constructor for the class DistributedSearch$Client. Indeed it was a bug, and the fix is correct. Applied. Thank you! -- Best regards, Andrzej Bialecki <>< ___. _

[Nutch-dev] Bug and Fix for DistributedSearch$Client

2006-02-24 Thread Heiko Dietze
Hi, during my tests with the nutch-0.8-dev (daily checkout from svn repository) I encountered a bug in the constructor for the class DistributedSearch$Client. Can someone please correct the order of the statements and put it in the svn: old version: public Client(InetSocketAddress[] addresses,