You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/22 18:14:00 UTC

[jira] [Commented] (GEODE-3477) RestInterfaceIntegrationTest fails on Windows

    [ https://issues.apache.org/jira/browse/GEODE-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16176847#comment-16176847 ] 

ASF subversion and git services commented on GEODE-3477:
--------------------------------------------------------

Commit d4773afd83c602196392477fcdc5708d5a87be40 in geode's branch refs/heads/develop from [~apache@the9muses.net]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=d4773af ]

GEODE-3477: rename and add RequiresGeodeHome rule


> RestInterfaceIntegrationTest fails on Windows
> ---------------------------------------------
>
>                 Key: GEODE-3477
>                 URL: https://issues.apache.org/jira/browse/GEODE-3477
>             Project: Geode
>          Issue Type: Sub-task
>          Components: rest (dev), tests
>         Environment: Windows
>            Reporter: Kirk Lund
>              Labels: IntegrationTest, Windows
>
> {noformat}
> org.apache.geode.rest.internal.web.RestInterfaceIntegrationTest > testRegionObjectWithDatePropertyAccessedWithRestApi FAILED
>     org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://localhost:28252/gemfire-api/v1/People/1": stream is closed; nested exception is java.io.IOException: stream is closed
>         at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:666)
>         at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:613)
>         at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:287)
>         at org.apache.geode.rest.internal.web.RestInterfaceIntegrationTest.testRegionObjectWithDatePropertyAccessedWithRestApi(RestInterfaceIntegrationTest.java:317)
>         Caused by:
>         java.io.IOException: stream is closed
>             at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.ensureOpen(HttpURLConnection.java:3348)
>             at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3353)
>             at java.io.FilterInputStream.read(FilterInputStream.java:83)
>             at java.io.PushbackInputStream.read(PushbackInputStream.java:139)
>             at org.springframework.web.client.MessageBodyClientHttpResponseWrapper.hasEmptyMessageBody(MessageBodyClientHttpResponseWrapper.java:97)
>             at org.springframework.web.client.HttpMessageConverterExtractor.extractData(HttpMessageConverterExtractor.java:82)
>             at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:655)
>             ... 3 more
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)