You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Hesham Hussein <v-...@outlook.com> on 2014/12/16 19:52:31 UTC

nutch 2.2.1 inject error on Windows

I see this error:
cygpath: can't convert empty path
bin/nutch: line 243: exec: C:\Program: not found
when I try to run this code:
$ bin/nutch inject urls
I have 1.9 working on the same system.


Thanks


 		 	   		  

Re: nutch 2.2.1 inject error on Windows

Posted by Sebastian Nagel <wa...@googlemail.com>.
Hi,

this issue (NUTCH-1566) with spaces on paths
is already fixed in 1.9, but not in 2.2.1.
It will be fixed in 2.3.

Ev. you can replace bin/nutch in 2.2.1 with the
version taken from 2.x trunk
(http://svn.apache.org/repos/asf/nutch/branches/2.x/src/bin/nutch).

Alternatively, apply the fix accordingly.

Sebastian

On 12/16/2014 07:52 PM, Hesham Hussein wrote:
> I see this error:
> cygpath: can't convert empty path
> bin/nutch: line 243: exec: C:\Program: not found
> when I try to run this code:
> $ bin/nutch inject urls
> I have 1.9 working on the same system.
> 
> 
> Thanks
> 
> 
>  		 	   		  
> 


nutch 2.2.1 inject error on Windows

Posted by Hesham Hussein <v-...@outlook.com>.
I see this error:
cygpath: can't convert empty path
bin/nutch: line 243: exec: C:\Program: not found
when I try to run this code:
$ bin/nutch inject urls
I have 1.9 working on the same system.


Thanks