[google-appengine] Re: Gobo-tools

2011-03-22 Thread knj77
Hi,

It seems like a same problem as
http://code.google.com/p/googleappengine/issues/detail?id=4603

How about follow above?

-knj77


On Mar 22, 1:51 pm, VHT Corp vht...@gmail.com wrote:
 hi!

 i work with Google App Engine, I used Gobo-tools to backup and
 restores data, i has an erorr:

 Problem accessing /gobo/dump/start.gobo. Reason:

     java.lang.RuntimeException: Unable to complete the HTTP request

 Caused by:

 java.lang.RuntimeException: java.lang.RuntimeException: Unable to
 complete the HTTP request
         at gobo.GoboServlet.processReguest(GoboServlet.java:55)
         at gobo.GoboServlet.doPost(GoboServlet.java:20)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
         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
 com.google.appengine.api.blobstore.dev.ServeBlobFilter.doFilter(ServeBlobFi 
 lter.java:
 51)
         at org.mortbay.jetty.servlet.ServletHandler
 $CachedChain.doFilter(ServletHandler.java:1157)
         at
 com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(Trans 
 actionCleanupFilter.java:
 43)
         at org.mortbay.jetty.servlet.ServletHandler
 $CachedChain.doFilter(ServletHandler.java:1157)
         at
 com.google.appengine.tools.development.StaticFileFilter.doFilter(StaticFile 
 Filter.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(DevAppEn 
 gineWebAppContext.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.content(HttpConnection.java:938)
         at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:755)
         at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)
         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)
 Caused by: java.lang.RuntimeException: Unable to complete the HTTP
 request
         at
 com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
 $Connection.getHeaderFields(URLFetchServiceStreamHandler.java:218)
         at
 com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
 $Connection.getHeaderFields(URLFetchServiceStreamHandler.java:74)
         at
 com.google.gdata.client.http.HttpGDataRequest.isOAuthProxyErrorResponse(Htt 
 pGDataRequest.java:
 558)
         at
 com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataReques 
 t.java:
 549)
         at
 com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java :
 530)
         at
 com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest. 
 java:
 535)
         at com.google.gdata.client.Service.insert(Service.java:1409)
         at com.google.gdata.client.GoogleService.insert(GoogleService.java:
 599)
         at
 com.google.gdata.client.media.MediaService.insert(MediaService.java:
 381)
         at
 gobo.service.GbSpreadsheetService.createSpreadsheet(GbSpreadsheetService.ja 
 va:
 200)
         at gobo.controller.dump.StartController.runAuth(StartController.java:
 45)
         at gobo.AuthSubBase.run(AuthSubBase.java:70)
         at gobo.GoboServlet.processReguest(GoboServlet.java:43)
         ... 28 more
 Caused by: javax.net.ssl.SSLHandshakeException: Could not verify SSL
 certificate for:https://docs.google.com/feeds/default/private/full/
         at
 com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationExc 
 eption(URLFetchServiceImpl.java:
 114)
         at
 com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch(URLFetchService 
 Impl.java:
 41)
         at
 com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
 

[google-appengine] Re: Gobo-tools

2011-03-22 Thread knj77
Hi,

It seems like the same problem as
http://code.google.com/p/googleappengine/issues/detail?id=4603
How about following the above?

Thanks,
Kenji,


On Mar 22, 1:51 pm, VHT Corp vht...@gmail.com wrote:
 hi!

 i work with Google App Engine, I used Gobo-tools to backup and
 restores data, i has an erorr:

 Problem accessing /gobo/dump/start.gobo. Reason:

     java.lang.RuntimeException: Unable to complete the HTTP request

 Caused by:

 java.lang.RuntimeException: java.lang.RuntimeException: Unable to
 complete the HTTP request
         at gobo.GoboServlet.processReguest(GoboServlet.java:55)
         at gobo.GoboServlet.doPost(GoboServlet.java:20)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
         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
 com.google.appengine.api.blobstore.dev.ServeBlobFilter.doFilter(ServeBlobFi 
 lter.java:
 51)
         at org.mortbay.jetty.servlet.ServletHandler
 $CachedChain.doFilter(ServletHandler.java:1157)
         at
 com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(Trans 
 actionCleanupFilter.java:
 43)
         at org.mortbay.jetty.servlet.ServletHandler
 $CachedChain.doFilter(ServletHandler.java:1157)
         at
 com.google.appengine.tools.development.StaticFileFilter.doFilter(StaticFile 
 Filter.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(DevAppEn 
 gineWebAppContext.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.content(HttpConnection.java:938)
         at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:755)
         at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)
         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)
 Caused by: java.lang.RuntimeException: Unable to complete the HTTP
 request
         at
 com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
 $Connection.getHeaderFields(URLFetchServiceStreamHandler.java:218)
         at
 com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
 $Connection.getHeaderFields(URLFetchServiceStreamHandler.java:74)
         at
 com.google.gdata.client.http.HttpGDataRequest.isOAuthProxyErrorResponse(Htt 
 pGDataRequest.java:
 558)
         at
 com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataReques 
 t.java:
 549)
         at
 com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java :
 530)
         at
 com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest. 
 java:
 535)
         at com.google.gdata.client.Service.insert(Service.java:1409)
         at com.google.gdata.client.GoogleService.insert(GoogleService.java:
 599)
         at
 com.google.gdata.client.media.MediaService.insert(MediaService.java:
 381)
         at
 gobo.service.GbSpreadsheetService.createSpreadsheet(GbSpreadsheetService.ja 
 va:
 200)
         at gobo.controller.dump.StartController.runAuth(StartController.java:
 45)
         at gobo.AuthSubBase.run(AuthSubBase.java:70)
         at gobo.GoboServlet.processReguest(GoboServlet.java:43)
         ... 28 more
 Caused by: javax.net.ssl.SSLHandshakeException: Could not verify SSL
 certificate for:https://docs.google.com/feeds/default/private/full/
         at
 com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationExc 
 eption(URLFetchServiceImpl.java:
 114)
         at
 com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch(URLFetchService 
 Impl.java:
 41)
         at
 com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
 

[google-appengine] Re: Gobo-tools

2011-03-21 Thread Simon Knott
What version of the Java SDK are you using?  

I believe this issue started cropping up in the development environment for 
SDK 1.4.2 - a potential workaround can be found in the comments on the issue 
at http://code.google.com/p/googleappengine/issues/detail?id=4678#c2

-- 
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.



Re: [google-appengine] Re: Gobo-tools

2011-03-21 Thread VHT Corp
hi! Simon Knott
I used SDK version 1.4.2, i read infomation in your website you attach,
unfortunately all issue on discussion not focus in my erorr, i used
servlet(folder bogo) of library to demo my application, when i press
execute button i has that erorr!

please help me to fix it!
thanks a lot!

On Mon, Mar 21, 2011 at 6:10 PM, Simon Knott knott.si...@gmail.com wrote:

 What version of the Java SDK are you using?

 I believe this issue started cropping up in the development environment for
 SDK 1.4.2 - a potential workaround can be found in the comments on the issue
 at http://code.google.com/p/googleappengine/issues/detail?id=4678#c2

  --
 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.


-- 
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.



Re: [google-appengine] Re: Gobo-tools

2011-03-21 Thread VHT Corp
hi all!
I used SDK version 1.4.2, i read infomation in your website you attach,
unfortunately all issue on discussion not focus in my erorr, i used
servlet(folder bogo) of library to demo my application, when i press
execute button i has that erorr!

please help me to fix it!


thanks a lot!

On Mon, Mar 21, 2011 at 8:36 PM, VHT Corp vht...@gmail.com wrote:

 hi! Simon Knott
 I used SDK version 1.4.2, i read infomation in your website you attach,
 unfortunately all issue on discussion not focus in my erorr, i used
 servlet(folder bogo) of library to demo my application, when i press
 execute button i has that erorr!

 please help me to fix it!
 thanks a lot!


 On Mon, Mar 21, 2011 at 6:10 PM, Simon Knott knott.si...@gmail.comwrote:

 What version of the Java SDK are you using?

 I believe this issue started cropping up in the development environment
 for SDK 1.4.2 - a potential workaround can be found in the comments on the
 issue at
 http://code.google.com/p/googleappengine/issues/detail?id=4678#c2

  --
 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.




-- 
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.