Re: java.io.EOFException

2012-01-05 Thread Avery Ching
ocal tests (which one of course should do before). The error returned was java.io.EOFException at java.io.DataInputStream.readInt(DataInputStream.java:375) which was irritating since I don't call readInt() in any place ... Where is a good spot to fix this? -- i.e., add vertex v

Re: java.io.EOFException

2012-01-05 Thread Christoph Böhm
Correct. I had an issue in readFields(DataInput in) for my vertex value type. Unfortunately, I never got to see the real exception until I wrote local tests (which one of course should do before). The error returned was java.io.EOFException at java.io.DataInputStream.readInt(DataInputStream.java

Re: java.io.EOFException

2012-01-03 Thread Avery Ching
0.65505975]]] ... and want to use say 5 workers. Then worker tenem05 reports what is below. Cheers. Christoph -- java.lang.RuntimeException: java.io.IOException: Call to tenem02//172.16.23.151:30003 failed on local exception: java.io.EOFException

java.io.EOFException

2012-01-03 Thread Christoph Böhm
exception: java.io.EOFException at org.apache.giraph.comm.BasicRPCCommunications.sendPartitionReq(BasicRPCCommunications.java:780) at org.apache.giraph.graph.BspServiceWorker.loadVertices(BspServiceWorker.java:304) at org.apache.giraph.graph.BspServiceWorker.setup