From: Peter P. <pr...@do...> - 2008-03-11 10:17:51
|
Dear Eric, Eric Chan-Tin wrote: > I am interested in helping with the Pyxida project. I read a couple of > papers about how network coordinate systems (for example GNP or Vivaldi) > are insecure and wanted to implement some countermeasures against those > attacks. Instead of creating my own Vivaldi implementation, I thought of > just using Pyxida instead. It's great to hear that you want to help out with the Pyxida project. Let me know when you have code to contribute and I'll set you up with developer access. > [quote] WA 1205186886103 NetUtil : Could not deserialize java object: > java.io.StreamCorruptedException: invalid type code: 80 WA 1205186886103 > ObjComm$ReadConnHa: No valid msgObject received from > remoteAddr=<address>:55504. Ignoring. [\quote] Usually, deserialisation problems like this one indicate that class files were compiled using different Java versions. Have you tried recompiling everything from scratch using, say, Java 1.5? Make sure that you also rebuild some of the helper libraries (i.e. prp-util). Let me know if you have any other questions. Cheers, Peter |