I moved the new clients into old client classes, but it seems like
somebody else changed to scripts to point at the temporary client classes.

The other problem is because you have old class files that are not being
updated correctly. Try either removing all the class files or using the
"make node" instead.

Good soup...

On Thu, Aug 24, 2000 at 10:31:22PM +0100, 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
> 

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

Reply via email to