See: Common Java Mistakes: Forgetting to initialize a variable

Step through your code in debug mode to find out which variable didn't get initialized (or didn't get initialized to be non-null).