[google-appengine] Re: Server Error on code upload

2010-07-20 Thread Shoubhik
im havin the same prob.. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. F

[google-appengine] Re: Server Error on code upload

2010-07-20 Thread Shoubhik
Even i am having the same problem com.google.apphosting.utils.jetty.runtimeappenginewebappcont...@916f80{/,/ base/data/home/apps/nseccse3/1.343504414594986335} org.mortbay.util.MultiException[java.lang.UnsupportedClassVersionError: com/google/appengine/demos/jdoexamples/AddressBookServlet : Unsu

[google-appengine] UNABLE TO RUN APP.. AFTER SUCCESSFULLY UPLOADING IT... ERROR 500

2010-07-21 Thread Shoubhik
I uploaded the app 17 hours back... and it still isnt working.(its working fine locally) Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it. Th

[google-appengine] Re: UNABLE TO RUN APP.. AFTER SUCCESSFULLY UPLOADING IT... ERROR 500

2010-07-21 Thread Shoubhik
i uploaded the favicon.ico still, the problem remains.. 07-21 06:49AM 08.711 / 500 108ms 150cpu_ms 0kb Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/ 5.0.375.99 Safari/533.4,gzip(gfe) 59.93.207.243 - - [21/Jul/2010:06:49:08 -0700] "GET / HTTP/1.1" 50

[google-appengine] Re: Server Error on code upload

2010-07-21 Thread Shoubhik
What is the matter??? Why is no one giving any soln. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengin

[google-appengine] Unable to SHOW image...

2010-07-21 Thread Shoubhik
The following HTML snippet works fine when i use my app offline.. But after uploading it,.. the image just doesn't show up! Where am I wrong, please advise.. :-) Thanks and regards, Shoubhik Bose. -- You received this message because you are subscribed to the Google Groups "

[google-appengine] Re: UNABLE TO RUN APP.. AFTER SUCCESSFULLY UPLOADING IT... ERROR 500

2010-07-22 Thread Shoubhik
Hi Stephen, The above HTML snippet works fine when i use my app offline.. But after uploading it,.. the image just doesn't show up! Where am I wrong, please advise.. :-) Thanks and regards, Shoubhik Bose. -- You received this message because you are subscribed to the Google Groups &q

[google-appengine] Unable to SHOW image...

2010-07-22 Thread Shoubhik
The above HTML snippet works fine when i use my app offline.. But after uploading it,.. the image just doesn't show up! Where am I wrong, please advise.. :-) Thanks and regards, Shoubhik Bose. -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Re: UNABLE TO RUN APP.. AFTER SUCCESSFULLY UPLOADING IT... ERROR 500

2010-07-22 Thread Shoubhik
"No handlers matched this URL" is found in the log.. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+un

[google-appengine] Re: Unable to SHOW image...

2010-07-22 Thread Shoubhik
The log : "No handlers matched this URL" please help Regards, Shoubhik -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this

[google-appengine] Re: Unable to SHOW image...

2010-07-22 Thread Shoubhik
Hi Jeff, I'm using Java. Hi Frank, I'll try that.. Hi,Darien, Thanks.. I'll do as you say. I'll get back to you later. Thanks and regards, Shoubhik -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To pos

[google-appengine] Re: Unable to SHOW image...

2010-07-22 Thread Shoubhik
Hi Darien , thanks... it worked !!! I'm using Java.. so i added in appengine-web.xml Have a nice day !!! Thanks and Regards, Shoubhik -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group

[google-appengine] Re: Google Appengine is BROKEN

2010-07-22 Thread Shoubhik
Hi Nischal, its giving error 500 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroup

[google-appengine] PROBLEM extracting PARAM NAME-PARAM-VAL from google spreadsheets

2010-08-16 Thread Shoubhik
I have a google docs excel file.. containing multiple records... how do i read them into my web app??? Thanks and regards, Shoubhik Bose -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to goo

[google-appengine] cant send messages to XMPP client gtalk from webapp

2010-08-22 Thread Shoubhik
tStatusMap().get(jid) == SendResponse.Status.SUCCESS); } if (!messageSent) { // Send an email message instead... } ... Thanks and regards, Shoubhik. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this grou

[google-appengine] Problem with queries

2011-05-28 Thread Shoubhik
I need to write the corresponding query for SELECT * FROM Student ORDER BY school ASC How should I write that for a datastore query? PersistenceManager pm = PMF.get().getPersistenceManager(); String query = "select from " + Student.class.getName() + " ORDER by school asc w

[google-appengine] Re: Problem with queries

2011-05-31 Thread Shoubhik
c"); > List s= (List) > (pm.newQuery(query).execute()); > > > > > > > > > > On Sat, May 28, 2011 at 11:45 PM, Shoubhik wrote: > > I need to write the corresponding query for > > >  SELECT * FROM Student  ORDER BY school ASC > > > How sh

[google-appengine] Google data client in Appengine [ JARs ]

2011-06-08 Thread Shoubhik
heers, Shoubhik Bose, B,tech [ Computer Science and Engineering ] final year, West Bengal University of Technology. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googl

[google-appengine] Re: Google data client in Appengine [ JARs ]

2011-06-08 Thread Shoubhik
gt; > > > > > > > On Wed, Jun 8, 2011 at 12:10, Shoubhik wrote: > > Hello, > > > I need to use the Google Data Client Library in Appengine. > > > Where do I place the Blogger DATA API JARs  ? > > > 1) gdata-blogger-2.0.jar > > 2)gdata

[google-appengine] Uploading Files.

2011-01-04 Thread Shoubhik
installed? if yes, how? Thanks in advance. Shoubhik -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengin

[google-appengine] Re: Uploading Files.

2011-01-07 Thread Shoubhik
Ohkay... Thanks T :) On Jan 4, 4:45 pm, Tim Hoffman wrote: > Hi > > Time to read your getting started guide.  You can't upload/write to the > filesystem. > Everything must be stored in either the datastore, blobstore, or memcache. >  Thats it there > is no where else the application can put data

Re: [google-appengine] UNABLE TO RUN APP.. AFTER SUCCESSFULLY UPLOADING IT... ERROR 500

2010-07-21 Thread Shoubhik Bose
ed on GAE at this time. Try using JDK 6. > > Stephen Johnson > On Wed, Jul 21, 2010 at 6:44 AM, Shoubhik wrote: > >> I uploaded the app 17 hours back... and it still isnt working.(its >> working fine locally) >> >> >> >> Error: Server Error >> &

Re: [google-appengine] UNABLE TO RUN APP.. AFTER SUCCESSFULLY UPLOADING IT... ERROR 500

2010-07-21 Thread Shoubhik Bose
Hi Stephen, Thank you so much, it worked !! You have a great day! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to go