[appengine-java] Re: NullPointerException while running a new app

2010-03-14 Thread Diana Cruise
Help anyone...the key here is the stack trace but it points to a line in the generated .java file that came from the .jsp. I am also getting a null pointer but when I check the line number using the generated .java on my local system, it does NOT make sense. Hence, the line number in production

[appengine-java] Re: NullPointerException while running a new app

2010-03-13 Thread anjolight
Hi I am getting the same NullPointerException. The challenge is that my app runs fine in my local eclipse but it gives me this error when it's deployed to app engine. And the error gives me very little information as to what went wrong. What's the best way to debug the nullpointerexception with