[google-appengine] Re: URLFetch 1MB Request Limit

2011-04-06 Thread Sam Edwards
There is a new experimental feature:
http://code.google.com/appengine/docs/java/blobstore/overview.html#Writing_Files_to_the_Blobstore

or you can check the size, and if it's over 1 mb, you can split it
into multiple pieces?

On Apr 6, 7:33 am, Gwyn O'Howell gwyn.how...@appogee.co.uk wrote:
 I am at the tail end of developing an App which takes documents from google
 docs and exports them into another system via urlfetch calls. Everything
 works fine, until the size of the doc exceeds 1MB, due to the !MB Request
 Limit with URLFetch. What I am trying to do doesn't seem like an unusual
 practice - taking documents from google docs into another web based system,
 yet we are now restricted by this 1MB limit, which is very low in comparison
 to the 32MB Response limit. This limit doesn't seem to be negotiable with
 the quotas. Does anyone know why this limit is so low? And if there is
 anything I can do to get around it?!

 Thanks.
 Gwyn

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[appengine-java] Re: Could Not Verify SSL Certificate

2011-03-04 Thread Sam Edwards
Still experiencing the same problem with 1.4.2

On Feb 28, 1:35 pm, Rafael Nunes rafael.nu...@gmail.com wrote:
 Same problem here.
 Any news?

 On Feb 19, 12:05 am, mushion22 goodham...@gmail.com wrote:







  I have the same issue using 1.4.2 on OS X 10.6. The app works fine
  when deployed to production, but has theseSSLcertificateerrors in
  the development server. Seems to affect more than just the Google
  APIs, am having the same issue with RestFB.

  On Feb 18, 3:55 pm, Tod Jiang t...@cherrymind.com wrote:

   Yes, I got the similar issue, and it's ok in SDK1.4.0

   latest spreadsheet api

   Caused by: javax.net.ssl.SSLHandshakeException:CouldnotverifySSL
  certificatefor:https://spreadsheets.google

   On Feb 17, 7:30 pm, Nurettin Omer Hamzaoglu nomerhamzao...@gmail.com
   wrote:

Hi,

After I've update to GAE 1.4.2 I started to receive the following error 
when
retrieving customer license.
javax.net.ssl.SSLHandshakeException:CouldnotverifySSLcertificatefor:https://www.googleapis.com/appsmarket/v2sandbox/customerLicense/

Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)
App Engine API 1.4.2
Google API Client 1.2.2 alpha

With the following versions I'mnotgetting the error, everything works
fine.
Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)
App Engine API 1.4.0
Google API Client 1.2.2 alpha

I've also opened threads 
athttps://groups.google.com/forum/?lnk=raot#!topic/google-apps-marketpl...
 andhttps://groups.google.com/forum/?lnk=raot#!topic/google-api-java-clie...
 andhttps://groups.google.com/forum/?lnk=raot#!topic/google-api-java-clie...
.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[google-appengine] Re: Could not verify SSL certificate

2011-02-16 Thread Sam Edwards
I am experiencing the same errors.

I am using App Engine 1.4.2 from the Google Eclipse Plugin and was not
previously with 1.3.8.

javax.net.ssl.SSLHandshakeException: Could not verify SSL certificate
for:
https://graph.facebook.com/oauth/access_token?client_secret=b38c915ae1d83f319f16e1dc3e7c32eeredirect_uri=http%3A%2F%2Flocalhost%3A%2Ffacebook%2Fcallbackcode=164db2afc57bace1c30c6bc0-6216557%7Cp9zFYU1_XIoWdcSOt0kMtae1k2sclient_id=144493055605
at
com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationException(URLFetchServiceImpl.java:
114)
at
com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch(URLFetchServiceImpl.java:
41)
at
com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
$Connection.fetchResponse(URLFetchServiceStreamHandler.java:418)
at
com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
$Connection.getInputStream(URLFetchServiceStreamHandler.java:297)
at
com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
$Connection.getResponseCode(URLFetchServiceStreamHandler.java:150)
at
com.handstandtech.server.rest.RESTClientImpl.requestWithAuthenticator(RESTClientImpl.java:
143)
at
com.handstandtech.server.rest.RESTClientImpl.request(RESTClientImpl.java:
180)
at
com.traqmate.share.server.servlet.facebook.FacebookCallbackServlet.doGet(FacebookCallbackServlet.java:
89)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:
511)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1166)
at
org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:
176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:
145)
at
org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:
92)
at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:
381)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1157)
at
com.traqmate.share.server.util.PrePageLoadFilter.doFilter(PrePageLoadFilter.java:
55)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1157)
at
com.google.appengine.api.blobstore.dev.ServeBlobFilter.doFilter(ServeBlobFilter.java:
58)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1157)
at
com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:
43)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1157)
at
com.google.appengine.tools.development.StaticFileFilter.doFilter(StaticFileFilter.java:
122)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1157)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:
388)
at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:
216)
at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:
182)
at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:
765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:
418)
at
com.google.apphosting.utils.jetty.DevAppEngineWebAppContext.handle(DevAppEngineWebAppContext.java:
70)
at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:
152)
at com.google.appengine.tools.development.JettyContainerService
$ApiProxyHandler.handle(JettyContainerService.java:351)
at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:
152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:
542)
at org.mortbay.jetty.HttpConnection
$RequestHandler.headerComplete(HttpConnection.java:923)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:547)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:
409)
at org.mortbay.thread.QueuedThreadPool
$PoolThread.run(QueuedThreadPool.java:582)

On Feb 15, 6:57 am, Nurettin Omer Hamzaoglu nomerhamzao...@gmail.com
wrote:
 To be more clear here are the versions I currently use which I get the
 error;

 Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)
 App Engine API 1.4.2
 Google API Client 1.2.2 alpha

 With the following versions I'm not getting the same error.

 Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)
 App Engine API 1.4.0
 Google API Client 1.2.2 

[appengine-java] Cron Jobs Not Updating on Deploy

2011-01-28 Thread Sam Edwards
I've been doing deploys since yesterday afternoon and I keep
consistently getting errors after it is deployed and it is updating
the cron jobs.  This has been working in up until early yesterday
afternoon, so I'm not sure of the issue.  Below I have the console
text from the deploy as well as the error log and my cron.xml file
contents.  While searching around the group and the internet to see
what's going on I found this old bug, and I wonder if it is the same
problem?  http://code.google.com/p/googleappengine/issues/detail?id=1333

Things I have tried:
-I've tried deleting the cron.xml file completely to see if it will
remove my cron jobs (doesn't work)
-I've tried modifying my cron.xml file to only have 1 cron job
(doesn't work)

Any help would be appreciated My app id is 4sqbrands.  Thanks in
advance!

-Sam Edwards
---
Creating staging directory
Scanning for jsp files.
Compiling jsp files.
Scanning files on local disk.
Scanned 250 files.
Initiating update.
Cloning 67 static files.
Cloning 262 application files.
Cloned 100 files.
Cloned 200 files.
Uploading 0 files.
Initializing precompilation...
Deploying new version.
Will check again in 1 seconds.
Will check again in 2 seconds.
Will check again in 4 seconds.
Will check again in 8 seconds.
Will check again in 16 seconds.
Closing update: new version is ready to start serving.
Uploading index definitions.
Uploading cron jobs.
java.io.IOException: Error posting to URL:
https://appengine.google.com/api/datastore/cron/update?app_id=4sqbrandsversion=10;
500 Internal Server Error

Server Error (500)
A server error has occurred.


Debugging information may be found in /private/var/folders/PT/
PTrzClF5FGSW4OG7ZRxZqk+++TI/-Tmp-/appengine-
deploy3304221146282687426.log
-
SamE:~ ssaammee$ cat /private/var/folders/PT/PTrzClF5FGSW4OG7ZRxZqk++
+TI/-Tmp-/appengine-deploy3304221146282687426.log
Unable to update:
java.io.IOException: Error posting to URL:
https://appengine.google.com/api/datastore/cron/update?app_id=4sqbrandsversion=10;
500 Internal Server Error

Server Error (500)
A server error has occurred.

at
com.google.appengine.tools.admin.ServerConnection.send(ServerConnection.java:
149)
at
com.google.appengine.tools.admin.ServerConnection.post(ServerConnection.java:
82)
at
com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:
582)
at
com.google.appengine.tools.admin.AppVersionUpload.updateCron(AppVersionUpload.java:
284)
at
com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:
135)
at
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:
56)
at
com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:
271)
at
com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:
146)
at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:
38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
---
?xml version=1.0 encoding=UTF-8?
cronentries
cron
url/cron/hourly/url
descriptionFollows new Brands when Discovered/description
scheduleevery 1 hours synchronized/schedule
/cron
cron
url/cron/daily/url
descriptionCollects Brand Follower Stats Daily at 12:05am 
Pacific
Time (Same as Google Analytics)/description
scheduleevery day 00:05/schedule
timezoneAmerica/Los_Angeles/timezone
/cron
cron
url/cron/dotweet/url
descriptionSends out a Tweet of New Brands at 
8:00am/description
scheduleevery day 8:00/schedule
timezoneAmerica/New_York/timezone
/cron
cron
url/cron/dotweet/url
descriptionSends out a Tweet of New Brands at 
8:00pm/description
scheduleevery day 20:00/schedule
timezoneAmerica/New_York/timezone
/cron
/cronentries

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.