Re: [appengine-java] Breakpoint not being hit in Eclipse

2011-04-05 Thread Ashwani Gupta
When you are in debug mode, change your perspective to Debug and then try again. On Tue, Apr 5, 2011 at 10:24 PM, Peter ptr...@gmail.com wrote: Folks, I am using Eclipse 3.6. I have installed the App Engine plugin for Eclipse, App Engine SDK, GWT, etc. I just created a sample Web

Re: [appengine-java] NullPointerException with BlobService using Eclipse plugin

2011-02-24 Thread Ashwani Gupta
Try with action=/upload/ On Wed, Feb 23, 2011 at 1:04 PM, Joe Hudson joe...@gmail.com wrote: Hi, I get a NPE when uploading a file to the blob service in my local Eclipse environment. Can anyone help me understand what I need to do to fix this situation? Thanks. I'm using App Engine

Re: [appengine-java] NullPointerException with BlobService using Eclipse plugin

2011-02-24 Thread Ashwani Gupta
Joe, The form action should be form action=/upload only. Did you try using that. If you still get errors when uploading make sure you have upload servlet mapped in the web.xml file Ash On Thu, Feb 24, 2011 at 10:21 AM, Joe Hudson joe...@gmail.com wrote: Ok thanks Ash. I actually get the