This is an Arduino forum, not a Processing forum. While we allow Processing questions here, occasionally, yours has nothing to do with Arduino.
The first message in your list, "ArrayIndexOutOfBounds", is telling you exactly what your problem is. Look at all of your code that references arrays (we can't because you didn't post any), and fix the array index that is out of bounds.