You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Gal Nitzan <gn...@usa.net> on 2005/09/28 21:35:12 UTC

java.lang.ClassNotFoundException: org.apache.nutch.ipc.RPC$NullInstance

Hi,

While, connecting to search sever i have the following exception, does 
anybody have a clue?

050927 205228 10 opening indexes in 
/user/root/crawl-20050927142856/indexes/indexes
050927 205228 10 opening segments in 
/user/root/crawl-20050927142856/indexes/segments
050927 205228 10 opening linkdb in 
/user/root/crawl-20050927142856/indexes/linkdb
050927 205228 12 Server listener on port 8070: starting
050927 205228 13 Server handler on 8070: starting
050927 205228 14 Server handler on 8070: starting
050927 205228 15 Server handler on 8070: starting
050927 205228 16 Server handler on 8070: starting
050927 205228 17 Server handler on 8070: starting
050927 205228 18 Server handler on 8070: starting
050927 205228 19 Server handler on 8070: starting
050927 205228 21 Server handler on 8070: starting
050927 205228 22 Server handler on 8070: starting
050927 205228 20 Server handler on 8070: starting
050928 021500 23 Server connection on port 8070 from 127.0.0.1: starting
050928 021500 21 Call: getSegmentNames()
050928 021500 21 Return: [Ljava.lang.String;@10da5eb
050928 021500 23 Server connection on port 8070 from 127.0.0.1 caught: 
java.lang.RuntimeException: java.lang.ClassNotFoundException: 
org.apache.nutch.ipc.RPC$NullInstance
java.lang.RuntimeException: java.lang.ClassNotFoundException: 
org.apache.nutch.ipc.RPC$NullInstance
        at 
org.apache.nutch.io.ObjectWritable.readObject(ObjectWritable.java:183)
        at org.apache.nutch.ipc.RPC$Invocation.readFields(RPC.java:88)
        at org.apache.nutch.ipc.Server$Connection.run(Server.java:136)
050928 021500 23 Server connection on port 8070 from 127.0.0.1: exiting
050928 021510 24 Server connection on port 8070 from 127.0.0.1: starting
050928 021510 13 Call: getSegmentNames()
050928 021510 13 Return: [Ljava.lang.String;@10da5eb

Gal

Re: java.lang.ClassNotFoundException: org.apache.nutch.ipc.RPC$NullInstance - IGNORE sorry

Posted by Gal Nitzan <gn...@usa.net>.
Gal Nitzan wrote:
> Hi,
>
> While, connecting to search sever i have the following exception, does 
> anybody have a clue?
>
> 050927 205228 10 opening indexes in 
> /user/root/crawl-20050927142856/indexes/indexes
> 050927 205228 10 opening segments in 
> /user/root/crawl-20050927142856/indexes/segments
> 050927 205228 10 opening linkdb in 
> /user/root/crawl-20050927142856/indexes/linkdb
> 050927 205228 12 Server listener on port 8070: starting
> 050927 205228 13 Server handler on 8070: starting
> 050927 205228 14 Server handler on 8070: starting
> 050927 205228 15 Server handler on 8070: starting
> 050927 205228 16 Server handler on 8070: starting
> 050927 205228 17 Server handler on 8070: starting
> 050927 205228 18 Server handler on 8070: starting
> 050927 205228 19 Server handler on 8070: starting
> 050927 205228 21 Server handler on 8070: starting
> 050927 205228 22 Server handler on 8070: starting
> 050927 205228 20 Server handler on 8070: starting
> 050928 021500 23 Server connection on port 8070 from 127.0.0.1: starting
> 050928 021500 21 Call: getSegmentNames()
> 050928 021500 21 Return: [Ljava.lang.String;@10da5eb
> 050928 021500 23 Server connection on port 8070 from 127.0.0.1 caught: 
> java.lang.RuntimeException: java.lang.ClassNotFoundException: 
> org.apache.nutch.ipc.RPC$NullInstance
> java.lang.RuntimeException: java.lang.ClassNotFoundException: 
> org.apache.nutch.ipc.RPC$NullInstance
>        at 
> org.apache.nutch.io.ObjectWritable.readObject(ObjectWritable.java:183)
>        at org.apache.nutch.ipc.RPC$Invocation.readFields(RPC.java:88)
>        at org.apache.nutch.ipc.Server$Connection.run(Server.java:136)
> 050928 021500 23 Server connection on port 8070 from 127.0.0.1: exiting
> 050928 021510 24 Server connection on port 8070 from 127.0.0.1: starting
> 050928 021510 13 Call: getSegmentNames()
> 050928 021510 13 Return: [Ljava.lang.String;@10da5eb
>
> Gal
>
> .
>