Hi,

I'm working on NUTCH-1103 to port protocol-sftp to 1.4. The plugin registers 
itself with protocolName = sftp. Yet when i test with that URI scheme i get:

Exception in thread "main" org.apache.nutch.protocol.ProtocolNotFound: 
java.net.MalformedURLException: unknown protocol: sftp

When i try with the ftp scheme i get:

Exception in thread "main" org.apache.nutch.protocol.ProtocolNotFound: 
protocol not found for url=ftp

To work around i can modify plugin.xml to use protocolName = ftp instead of 
sftp but this seems not right. The problem is in trunk too, i cannot, for 
example, use the index or parse checker to quickly test.

Any ideas? Did it work at all in trunk? Chris?

Thanks

Reply via email to