[google-appengine] Get Data from Task Queue on localhost

2013-09-05 Thread Vizay Soni

How can I get processed data from Task Queue in localhost, I can not write 
to HDD, can not send email from localhost.
All I can do is to debug application and get data from breakpoint.

Is there any other method to get data??

PS: I am using Java SDK for AppEngine.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: How can I use java.io.File(filePath) in AppEngine?

2014-04-07 Thread Vizay Soni
You could also use following:

inputStream = 
getClass().getClassLoader().getResourceAsStream(APNS_CERTIFICATE_PATH);

On Wednesday, January 22, 2014 3:25:53 AM UTC+5:30, Juan de Dios Becerra 
wrote:
>
> I am trying to use Google + Domains API in GAE, but when I try to create a 
> GoogleCredential I need to use this:
>
> .setServiceAccountPrivateKeyFromP12File(new java.io.File(filePath))
>
> Where filePath is a .p12 extension file(private key for authentication) 
> this file I put in WEB-INF folder and I granted permissions to all, but 
> when I try to create the GoogleCredential I get this error:
>
> java.security.AccessControlException: access denied 
> (java.io.FilePermission /WEB-INF/file.p12 read)
>
> Obviously the file has the correct name in my folder, this process works 
> in my project which is not AppEngine, so I guess is a problem in the way to 
> access files in AppEngine using java.io.File.
>
> If somebody has idea, I would be very thankful.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Heartbleed Bug

2014-04-11 Thread Vizay Soni
Hi,

Does Google App Engine servers Vulnerable to
heartbleedBug?

*--vs*

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Error: Unable to find property 'application' on class: com.google.apphosting.utils.confi g.IndexYamlReader$IndexYaml

2014-05-02 Thread Vizay Soni
Yes, Getting the same issue.

I am using GAE 1.8.2 version.

any solutions yet?

On Friday, October 18, 2013 6:42:02 PM UTC+5:30, Sridhar Nalam wrote:
>
> I am trying to vacuum unused indexes from hosted app engine java 
> application. Before this i successfully deleted the unused indexes with 
> command 
>
> >appengine-java-sdk-1.8.5\bin\appcfg.cmd vacuum_indexes 
> C:\MyGAEJavaApp\war
>
> But this time, Exactly dont know what happed, its showing error as:-
>
> Please visit https://developers.google.com/appengine/downloads for the 
> latest SDK.
> 
> Reading application configuration data...
> Oct 18, 2013 3:50:11 PM 
> com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
>
> INFO: Successfully processed C:/MyGAEJavaApp/war\WEB-INF/appengine-web.xml
> Oct 18, 2013 3:50:11 PM 
> com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
> INFO: Successfully processed C:/MyGAEJavaApp/war\WEB-INF/web.xml
> Oct 18, 2013 3:50:11 PM 
> com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
> INFO: Successfully processed C:/MyGAEJavaApp/war\WEB-INF/cron.xml
> Oct 18, 2013 3:50:11 PM 
> com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
> INFO: Successfully processed C:/MyGAEJavaApp/war\WEB-INF/queue.xml
> Oct 18, 2013 3:50:11 PM 
> com.google.apphosting.utils.config.IndexesXmlReader readConfigXml
> INFO: Successfully processed C:/MyGAEJavaApp
> /war\WEB-INF/datastore-indexes.
> xml
> Oct 18, 2013 3:50:11 PM 
> com.google.apphosting.utils.config.IndexesXmlReader readConfigXml
> INFO: Successfully processed C:\MyGAEJavaApp
> \war\WEB-INF\appengine-generate
> d\datastore-indexes-auto.xml
>
> Beginning interaction for module default...
> 10% Found 4 local index definitions.
>
> Error Details:
> Line 0, column 12: Unable to find property 'application' on class: 
> com.google.apphosting.utils.confi
> g.IndexYamlReader$IndexYaml
>
> Unable to perform vacuum_indexes
> Unable to perform vacuum_indexes
> Please see the logs 
> [C:\Users\sridhar_pc\AppData\Local\Temp\appcfg922191814490203325.log] for 
> furthe
> r information.
>
> *Log file is*:-
>
> com.google.appengine.tools.admin.AdminException: Unable to perform 
> vacuum_indexes
> at 
> com.google.appengine.tools.admin.AppAdminImpl.vacuumIndexes(AppAdminImpl.java:346)
> at 
> com.google.appengine.tools.admin.AppCfg$VacuumIndexesAction.execute(AppCfg.java:1605)
> at com.google.appengine.tools.admin.AppCfg.executeAction(AppCfg.java:327)
> at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:210)
> at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:121)
> at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:117)
> Caused by: com.google.apphosting.utils.config.AppEngineConfigException: 
> Line 0, column 12: Unable to find property 'application' on class: 
> com.google.apphosting.utils.config.IndexYamlReader$IndexYaml
> at 
> com.google.apphosting.utils.config.IndexYamlReader.parseMultiple(IndexYamlReader.java:158)
> at 
> com.google.appengine.tools.admin.IndexDeleter.diffIndexesOnServer(IndexDeleter.java:72)
> at 
> com.google.appengine.tools.admin.IndexDeleter.deleteUnusedIndexes(IndexDeleter.java:186)
> at 
> com.google.appengine.tools.admin.AppAdminImpl.vacuumIndexes(AppAdminImpl.java:342)
> ... 5 more
> Caused by: 
> com.google.appengine.repackaged.net.sourceforge.yamlbeans.YamlReader$YamlReaderException:
>  
> Line 0, column 12: Unable to find property 'application' on class: 
> com.google.apphosting.utils.config.IndexYamlReader$IndexYaml
> at 
> com.google.appengine.repackaged.net.sourceforge.yamlbeans.YamlReader.readValueInternal(YamlReader.java:259)
> at 
> com.google.appengine.repackaged.net.sourceforge.yamlbeans.YamlReader.readValue(YamlReader.java:150)
> at 
> com.google.appengine.repackaged.net.sourceforge.yamlbeans.YamlReader.read(YamlReader.java:106)
> at 
> com.google.appengine.repackaged.net.sourceforge.yamlbeans.YamlReader.read(YamlReader.java:91)
> at 
> com.google.apphosting.utils.config.IndexYamlReader.parseMultiple(IndexYamlReader.java:203)
> at 
> com.google.apphosting.utils.config.IndexYamlReader.parseMultiple(IndexYamlReader.java:156)
> ... 8 more
>
> Somebody please help me to solve this issue. 
>
> Thank you.
>
>  
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.