Re: Nutch java.io.exception

2007-04-10 Thread Doğacan Güney
Hi, That is not a problem, AFAIK. Hadoop, for some reason, has a code like this in Configuration's constructor. if (LOG.isDebugEnabled()) { LOG.debug(StringUtils.stringifyException(new IOException("config()"))); } That is what you are seeing. Since that exception is created but now t

Nutch java.io.exception

2007-04-10 Thread Armel T. Nene
Hi guys, I am currently running Nutch .8.2-dev on MS Windows Vista using Sun JVM 6. I have setup Nutch in my IDE (NetBeans) and it works great. Afterward, I have applied Nutch-61 https://issues.apache.org/jira/browse/NUTCH-61 to my local version. Now, when I run Nutch within the IDE, all the