Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-20 Thread Jean-François Geyelin
For what it's worth, right now the database is not working: http://code.google.com/status/appengine/detail/datastore/2012/03/19#ae-trust-detail-datastore-put-error_rate On Tuesday, March 20, 2012 2:06:36 AM UTC+1, Stuart Langley wrote: > > Is this it? > > 2012-03-17 16:08:46.653 > > vik.sakshum.

Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-19 Thread Vik
i gave u both the files which are calling this code. I have created that bucked blood so i should only own it. and above all how to find if that is the case? I am not really eating up the exception anywhere Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org On Mon,

Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-19 Thread Stuart Langley
No doubt - you don't set an object name and most likely you don't own the bucket called "blood" and no doubt your catching and swallowing the exception somewhere else in the code On Tue, Mar 20, 2012 at 5:04 PM, Vik wrote: > and there is no data as well getting stored. > > The call gets lost aft

Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-19 Thread Vik
and there is no data as well getting stored. The call gets lost after FileService fileService = FileServiceFactory.getFileService(); Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org On Mon, Mar 19, 2012 at 10:59 PM, Stuart Langley wrote: > I don't see any errors

Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-19 Thread Stuart Langley
I don't see any errors On Tue, Mar 20, 2012 at 4:46 PM, Vik wrote: > Sorry may be i lost in the different branches. > > Though results are same. I just double checked it. > > and attaching that file again which is now at server as well. > > > > > Thankx and Regards > > Vik > Founder > http://www

Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-19 Thread Vik
Sorry may be i lost in the different branches. Though results are same. I just double checked it. and attaching that file again which is now at server as well. Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org On Mon, Mar 19, 2012 at 10:29 PM, Stuart Langley wro

Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-19 Thread Stuart Langley
what's this at line 485? }catch(Exception e){ e.printStackTrace(); log.severe("Exception in finally of execute of getGoogleDoc"); log.severe("Exception class is :" + e.getClass().getName()); log.severe("Exception is :" + e.getMessage());

Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-19 Thread Stuart Langley
looks like it still hits your catch block to me vik.sakshum.sakshumweb.server.common.CommonServiceCode createCertificate: Exception class is :java.io.IOException On Tue, Mar 20, 2012 at 3:15 PM, Vik wrote: > Hie Stuart > > I removed the catch block and i still do not see stack trace at all.

Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-19 Thread Vik
Hie Stuart I removed the catch block and i still do not see stack trace at all. Log still shows only java.io.exception. Please advise Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org On Mon, Mar 19, 2012 at 7:00 PM, Jean-François Geyelin wrote: > For what it's w

Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-19 Thread Stuart Langley
Is this it? 2012-03-17 16:08:46.653 vik.sakshum.sakshumweb.server.common.CommonServiceCode createCertificate: Exception class is :java.io.IOException On Tue, Mar 20, 2012 at 12:02 PM, Vik wrote: > Hie > > It is: sakshumweb20 > > Thankx and Regards > > Vik > Founder > http://www.sakshum.org

Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-19 Thread Vik
Hie It is: sakshumweb20 Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org On Mon, Mar 19, 2012 at 6:00 PM, Stuart Langley wrote: > what's the app id? > > > On Tue, Mar 20, 2012 at 11:58 AM, Vik wrote: > >> Hie >> >> I updated the post again. I dont see a stack t

Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-19 Thread Stuart Langley
what's the app id? On Tue, Mar 20, 2012 at 11:58 AM, Vik wrote: > Hie > > I updated the post again. I dont see a stack trace at all. just a > java.io.exception. > > See at > http://stackoverflow.com/questions/9755670/storing-data-to-google-cloud-storage-using-gae-for-java > > Please advise, we

Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-19 Thread Vik
Hie I updated the post again. I dont see a stack trace at all. just a java.io.exception. See at http://stackoverflow.com/questions/9755670/storing-data-to-google-cloud-storage-using-gae-for-java Please advise, we are blocked on this now Thankx and Regards Vik Founder http://www.sakshum.org h

Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-18 Thread Stuart Langley
What do you think is a bug? When using the dev server all of the APIs are simulated on the local machine. For the null ptr you need to post the stack trace and/or a repro. On Mon, Mar 19, 2012 at 12:02 PM, Vik wrote: > yes i saw that though I do not see the possible solution for it? > > Is it a

Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-18 Thread Vik
yes i saw that though I do not see the possible solution for it? Is it a bug in google app engine or cloud storage apis? Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org On Sun, Mar 18, 2012 at 2:40 PM, Stuart Langley wrote: > I responded to your question in SO

[appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-18 Thread Stuart Langley
I responded to your question in SO On Sunday, 18 March 2012 16:45:38 UTC+11, vikceo wrote: > > Hie > > Can someone help on > http://stackoverflow.com/questions/9755670/storing-data-to-google-cloud-storage-using-gae-for-java > > please? > > Thankx and Regards > > Vik > Founder > http://www.sak