What line is the NullPointerException on? What variable is null on that line?

Step through your program with a debugger, or at least add some print statements, to answer that question. When you...