У меня проблема с RestTemplate в Spring 3.0.
Когда я пытаюсь запросить другое приложение, которое есть в приложении Google App Engine, время ожидания составляет 5 секунд.
Приложение My Client и серверное приложение находятся в 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