I'm getting similar errors with the CVS I d/led a couple of days ago.
The server starts fine, but I can't insert or request anything.
I just get this.

[mattrose at sidhe Freenet]$ java Freenet.client.BInsert -serverAddress
tcp/localhost:10001 -htl 3 my_test_key test.txt
Exception in thread "main" java.lang.NoClassDefFoundError:
Freenet/client/BInsert

I think this may be related to the changes that were mentioned to the
classes a couple of days ago, but I deleted from my mailbox :(

----------------------------------------------------------------------
Matt Rose --- mattrose at folkwolf.net ---  http://folkwolf.net
Sufficiently advanced cluelessness is indistinguishable from malice
----------------------------------------------------------------------

On Thu, 24 Aug 2000, Alex Barnell wrote:

> I just did a clean build and install from CVS to test if things are working. 
> Server
> starts OK, but this happens on request:
> 
> [aeb at teabag freenet]$ ./bin/freenet_request freenet:KSK at decss
> Exception in thread "main" java.lang.NoSuchMethodError: 
> Freenet.client.BClient: method
> prepare(JLFreenet/client/ClientKey;)LFreenet/client/RequestToken; not found
>       at Freenet.client.BRequest.main(BRequest.java:38)
> 
> It looks like freenet_reqeust is using the wrong class. So I tried manually:
> 
> [aeb at teabag freenet]$ java Freenet.client.RequestClient freenet:KSK at 
> decss
> java.lang.NoSuchMethodError: Freenet.RawMessage: method
> <init>(Ljava/lang/String;LFreenet/Address;ZLFreenet/FieldSet;JLjava/lang/String;Ljava/io/InputStream;)V
> not found
>       at Freenet.presentation.FNPRawMessage.<init>(FNPRawMessage.java:127)
>       at 
> Freenet.presentation.FreenetProtocol.newMessage(FreenetProtocol.java:128)
>       at Freenet.Message.toRawMessage(Message.java:94)
>       at 
> Freenet.message.HandshakeRequest.toRawMessage(HandshakeRequest.java:65)
>       at Freenet.ConnectionHandler.sendMessage(ConnectionHandler.java:252)
>       at Freenet.ConnectionHandler.sendMessage(ConnectionHandler.java:233)
>       at 
> Freenet.StandardHandshakeHandler.getHandshake(StandardHandshakeHandler.java:66)
>       at Freenet.Core.makeConnection(Core.java:197)
>       at Freenet.client.Client$BInstance.prepare(Client.java:206)
>       at Freenet.client.Client$BRequestInstance.prepare(Client.java:257)
>       at Freenet.client.Client$BInstance.run(Client.java:225)
>       at java.lang.Thread.run(Thread.java:475)
> 
> Also, the windows install script doesn't seem to install crypt/ciphers.
> _______________________________________________
> Freenet-dev mailing list
> Freenet-dev at lists.sourceforge.net
> http://lists.sourceforge.net/mailman/listinfo/freenet-dev
> 

_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to