Hi all,
from the very beginning, I'm tring to set up a nutch box since few days
ago.
I can fetch my target test host, but when I try to start Tomcat, 
I get an empty page http://localhost:8080/ ( yet read Nutch FAQ 1.1.9
par. )
with exception StackOverflowError :
 
Started by Tomcat :
____________________________________________________________________
$ cd /cygdrive/c/nutch-0.7/crawl.test
$ /cygdrive/c/Program*/Apach*Soft*F*/T*/bin/tomcat5
28-ott-2005 16.06.24 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
28-ott-2005 16.06.25 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1212 ms
28-ott-2005 16.06.25 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
28-ott-2005 16.06.25 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.9
28-ott-2005 16.06.25 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
28-ott-2005 16.06.26 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive ROOT.war
28-ott-2005 16.06.27 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
28-ott-2005 16.06.27 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
28-ott-2005 16.06.27 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/30  config=null
28-ott-2005 16.06.27 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
28-ott-2005 16.06.27 org.apache.catalina.startup.Catalina start
INFO: Server startup in 2864 ms
GRAVE: Exception initializing page context 
java.lang.StackOverflowError
at
javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletReque
stWrapper.java:215)
at
org.apache.catalina.core.ApplicationHttpRequest.getSession(ApplicationHt
tpRequest.java:544)
.............................. 
 
I tried start by nutch ( again, from index parent dir ): 
____________________________________________________________________
$ bin/nutch server 8888 ./crawl.test
run java in C:\Program Files\Java\jdk1.5.0_04
051028 151643 10 parsing file:/C:/nutch-0.7/conf/nutch-default.xml
051028 151643 10 parsing file:/C:/nutch-0.7/conf/nutch-site.xml
051028 151644 10 opening merged index in C:\nutch-0.7\crawl.test\index
051028 151644 11 Server listener on port 8888: starting
051028 151644 12 Server handler on 8888: starting
051028 151644 13 Server handler on 8888: starting
051028 151644 14 Server handler on 8888: starting
051028 151644 15 Server handler on 8888: starting
051028 151644 16 Server handler on 8888: starting
051028 151644 17 Server handler on 8888: starting
051028 151644 18 Server handler on 8888: starting
051028 151644 19 Server handler on 8888: starting
051028 151644 20 Server handler on 8888: starting
051028 151644 21 Server handler on 8888: starting
051028 151652 22 Server connection on port 8888 from 127.0.0.1: starting
051028 151703 22 Server connection on port 8888 from 127.0.0.1 caught:
java.net.  
SocketTimeoutException: Read timed out
java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:129)
        at
java.io.BufferedInputStream.read1(BufferedInputStream.java:254)
        at
java.io.BufferedInputStream.read(BufferedInputStream.java:313)
        at java.io.DataInputStream.readFully(DataInputStream.java:176)
        at
org.apache.nutch.io.DataOutputBuffer$Buffer.write(DataOutputBuffer.ja
va:55)
        at
org.apache.nutch.io.DataOutputBuffer.write(DataOutputBuffer.java:89)
        at org.apache.nutch.io.UTF8.readChars(UTF8.java:212)
        at org.apache.nutch.io.UTF8.readString(UTF8.java:204)
        at org.apache.nutch.ipc.RPC$Invocation.readFields(RPC.java:258)
        at org.apache.nutch.ipc.Server$Connection.run(Server.java:133)
051028 151703 22 Server connection on port 8888 from 127.0.0.1: exiting
_______________________________________________________________________
 
My running machine sysinfo : 
 
    win2000
    cygwin
    nutch-0.7
    jdk1.5.0_04
    Tomcat 5.5.9 
 
Any suggestion ?
Thank's in advance
Luca 
 

Reply via email to