ResourceAccessException:I / O错误:获取时超时:RestTemplate

时间:2011-11-24 19:53:12

标签: java android spring-3

我在Spring 3.0中遇到了RestTemplate的问题。 当我尝试请求Google App Engine应用程序中的其他应用时,它会超时5秒。

我的客户端应用程序和服务器应用程序都在Google App Engine中,

这是客户代码:

 RestTemplate restTemplate = new RestTemplate();
    restTemplate.postForObject( pUrl , paramObj , String.class )

例外:

org.springframework.web.client.ResourceAccessException: I/O error: 
   Timeout while fetching: http://naresh-app.appspot.com/HistoryAction/getHistory.json; 
nested exception is java.net.SocketTimeoutException: 
   Timeout while fetching: http://naresh-app.appspot.com/HistoryAction/getHistory.json

1 个答案:

答案 0 :(得分:0)

与互联网连接是否良好?我想你以后只能处理异常和复古。